Monday, 3 February 2014

To disable Run time error dialogues in IE while surfing.

Here are few possibilities, which is used to disable runtime error dialogues in Internet Explorer while surfing.

Through Internet Options:
1. Open Internet Options by using the command "inetcpl.cpl" through run or under "Tools" menu on IE.
2. Go to Advanced tab.
3. Scroll down to browsing and disable the following options to disable runtime error.
    * Disable Script Debugging (Internet Explorer)
    * Disable Script Debugging (other).

Through Registry Editor:
1. Open Regedit.
2. Navigate to the locations and make the value of "Disable Script Debugger" to "yes" to disable:
    * HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\Main
    * HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer\\MAIN
3. Navigate to the locations and make the value of "Disable Script DebuggerIE" to "yes" to disable:
    * HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\Main
    * HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer\\MAIN

Through Group Policy:
1. Open gpedit.msc.
2. Go to the location: "User Configuration\Administrative Templates\Windows Components\Internet Explorer\Internet Settings\Advanced Settings\Browsing"
3. Select "Turn On Script Debugging" and change the settings to disable.
4. By default it will be as "Not Configured".

No comments: