XP: Disable Script Debugger in IE

Contributor Icon Contributed by William_Wilson Date Icon March 15, 2006  
Tag Icon Tagged: Windows

Get rid of the annoying script debugger in IE, and keep your webpages open


run this code -saved as scriptdebug.reg to add the necessary registry keys to stop Internet Explorer from running the script debugger.


REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Disable Script Debugger"="yes"
"Disable Script DebuggerIE"="yes"

Editor Addendum:

    You can disable this without the registry as well:

    Posted:

-->
Previous recipe | Next recipe |
 
  • Gareth
    The correct IE one is:

    DisableScriptDebuggerIE

    Note there are no spaces. The non-IE one does have spaces however so it should be:

    Disable Script Debugger = "No"
    DisableScriptDebuggerIE = "No"
blog comments powered by Disqus