Question : getting rid of just-in time debugger

I have a system that keeps getting the just-in time debugger popping up ever so often.  I have tried everything I can find here and on google, and nothing is working.  I've tried:
Try to set this key value to 1.

HKEY_CURRENT_USER\Software\Microsoft\Windows Script\Settings\JITDebug
Open Start>Control Panels>Internet Options: Advanced and activate (check box)

* Disable Script Debugging (Internet Explorer)
* Disable Script Debuggung (Other)
- alreaddy checked when looked.
1. Click Start

2. Click Run

3. Type cmd (and click ok)

4. Type drwtsn32 -i (and press enter)

Have seen a fix with using IIS , but this is a sec's pc she don't do web page stuff.

One said to delete this key, but not present:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AEDebug

Thanks.

Answer : getting rid of just-in time debugger

Use the registry editor to delete the following registry keys:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger

On a 64-bit operating system also delete the following registry keys:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\DbgManagedDebugger

If this fails to resolve the issue and you have Visual Studio installed, uninstall and reinstall it.
Lastly, if the above steps fail to resolve the issue you may consider creating a new profile as the current one may be corrupt.
To create a new profile log on as with a different user account that has Admin rights, right click Start and select Explore.
Under Tools and Folder Options select View and select Show hidden files and folders.
On the left hand side of the Explore window locate under Documents and Settings, the profile you wish to re-create. Once located, rename that profile. Ex: The current profile name is David.
Rename to David_old
The data for this profile will be available for copy when needed.
Log on as David ( a new profile is now created) and test.
As stated, you can bring over IE Favorites, My documents, pst's etc. as needed.


Random Solutions  
 
programming4us programming4us