hola se me ocurre que podrias deshabilitar el administrador de tareas con esto
private sub BtnDeshabilitar()
Shell ("REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1 /f")
End Sub
Private sub BtnHabilitar()
Shell ("REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f ")
End Sub
saludos