How can I remove the connection tab on the properties of the IE?
So that the users can not change the proxy settings for the IE? I'm basically looking for the Registry key to manipulate, since we can not use the policies.
Thanks for your reply, but We can not use policy on these pc. Since the buid of the workstation is not ours, we can not use the policy. The only thing we can do is chaning the registry.
CATEGORY !!ConnectionTab
KEYNAME "Software\Policies\Microsoft\Internet Explorer\Control Panel"
POLICY !!ConnectionTab
PART !!RestrictConnectionWizard CHECKBOX
VALUENAME "Connection Wizard"
END PART
PART !!RestrictConnectionSettings CHECKBOX
VALUENAME "Connection Settings"
END PART
PART !!RestrictProxy CHECKBOX
VALUENAME Proxy
END PART
PART !!RestrictAutoconfig CHECKBOX
VALUENAME Autoconfig
END PART
END POLICY
END CATEGORY
Therefore it appears that you create an entry in the registry under;
"Software\Policies\Microsoft\Internet Explorer\Control Panel" called Proxy and set it on (value of 1 I assume)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.