How to Rid Your Computer of the Just-In-Time Debugger
- 1). Click "Start," type "regedit" into the search field and press "Enter" to open the Registry Editor.
- 2). Delete the following registry keys from the left pane of the Registry Editor. To delete a registry key, right-click the key and select "Delete." If you are having trouble locating a key, click "Edit," "Find," type the key into the search field and click "Find Next." If you are running a 32-bit operating system, close the Registry Editor after you delete the keys and you are done. If you are running a 64-bit operating system, delete the keys and continue to the next step.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger - 3). Delete the following registry keys from the left pane of the Registry Editor. To delete a registry key, right-click the key and select "Delete." If you are having trouble locating a key, click "Edit," "Find," type the key into the search field and click "Find Next."
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\WindowsNT\CurrentVersion\AeDebug\Debugger
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\DbgManagedDebugger
Source...