Modifying your registry can cause serious problems. Please make a restore point or export the keys affected by these registry files. The batch files export the registry keys for you and are placed in
My Documents under
RegBackup.
If you are not sure how to export or merge registry keys, I have written a quick
tutorial.
This registry patch disables Internet Explorer from displaying the script debugging information when a page has errors on it. Script debugging is very useless unless you are debugging your own scripts.
None really, if you want to undo it, just use the undo file.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Disable Script Debugger"="yes"
- RemoveScriptDebugger.bat
- RemoveScriptDebugger.reg
- UNDO_RemoveScriptDebugger.reg
Save #1 to your desktop, double-click the batch file, the affected registry key will be exported for you, and the registry file will be merged.
Usually your computer must be restarted for these to take effect.
The UNDO file 3. is needed to undo this change.
Created 1/22/05 at 9:23 pm GMT.
Last editted: 2/19/05 at 4:45 am