Home » Questions » Computers [ Ask a new question ]

Where is the registry location for IE settings?

Where is the registry location for IE settings?

Where is the setting (registry I'm assuming) that holds this Advanced setting for Internet Explorer 8:

Asked by: Guest | Views: 292
Total answers/comments: 1
Guest [Entry]

"It should be under:

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main

Modify Disable Script Debugger and set it to no to enable debugging.

If the value is not there, create it as a string value (REG_SZ) with the name and value above.

In case of IE 9 and above,the above is not enough to make it work. Additionally, check for the key ""DisableScriptDebuggerIE"" in the same place as above and set it to no as well."