Group Policy for Disabling Script Debugger in Internet Explorer |
V posted on Monday, September 17, 2007 6:14 AM
|
We use Windows Server 2003 Standard Edition with Windows XP clients and IE 6.
Is there a group policy to disable script debugging in Internet Explorer? |
 |
|
|
|
I don't think there is one out of the box but you can write an adm file to do |
Ir posted on Monday, September 17, 2007 8:58 AM
|
I don't think there is one out of the box but you can write an adm file to do
it e.g.
;;;;;;;;;;;;;;;;;;
CLASS USER;;;;;;;;
;;;;;;;;;;;;;;;;;;
CATEGORY !!CATEGORYNAME1
CATEGORY !!CATEGORYNAME2
POLICY "Script Debugger"
EXPLAIN !!ExplainText1
KEYNAME "Software\Microsoft\Internet Explorer\Main"
PART "Do you want the script debugger to be disabled" DROPDOWNLIST
VALUENAME "DisableScriptDebuggerIE"
ITEMLIST
NAME "Yes" VALUE "yes"
NAME "No" VALUE "no"
END ITEMLIST
END PART
END POLICY
END CATEGORY
END CATEGORY
[STRINGS]
CATEGORYNAME1="My Company"
CATEGORYNAME2="Internet Explorer"
EXPLAINTEXT1="Determines whether the script debugger is enabled or not in
Internet Explorer"
You can change the "My Company" to the name of your company. I like to keep
all custom GPO's in the same place. It is a user setting so import the adm
file into a GPO that is linked to the OU where your users are (or create and
link a new one)
Once done you will need to change the View Filtering and uncheck the "Only
show policies that can be fully managed"
The policy will then appear under User Config\Admin templates\My
Company\Internet Explorer\Script Debugger. (it will have a red dot as opposed
to the normal blue on the icon)
Select Yes to disable and No to leave it enabled
HTH
Irv |
 |
|
|
|
|
Didn't Find The Answer You Were Looking For? |
| View Windows Server Active Directory Posts Ask A New Question |
|
| EggHeadCafe has experts online right now that may know the answer to your question. We pay them a bonus for answering as many questions as they can. So, why not help them and yourself by becoming a member (free) and ask them your question right now? |
| Ask Question In Live Forum |
|
| If you have an OpenID and do not want to become a member of the EggHeadCafe forum, you can also sign on to Chat Chaos and post your question to our real time Silverlight chat application. |
| Ask Question In Chat Chaos |
|
| Previous Windows Server Active Directory conversation. |