XP: Disable Script Debugger in IE

Contributor Icon Contributed by William_Wilson  
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:
 

1 Comment -


  1. Gareth said on December 4, 2008

    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”

 

RSS feed for comments on this post. TrackBack URL

Leave a comment -