|
Sounds like he has a debugger of some sort installed and its trying to spy on running processes.
If I remember well Just-In-Time is a part of Visual Studio.
EDIT: Ill help him out
Goto start menu > run > regedit
Then delete these two key entries in the registry
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\DbgManagedDebugger
Restart your PC and this should disable JIT.
|