Skip to content
March 8, 2007 / edivad

Internet Explorer, connection tab disabled and so on

When you login in the domain of the customer for which I’m actually working, there are some init scripts that set some “security features” in Internet Explorer. For example the sysadmin disable the connection tab from which you could change proxies, set the start page as the corporate portal, and also disable some script debugging feature.

As I’m a web developer and I have to use IE for developing (the customer wants IE, sight!), I need the ability to have the script debugging and alerts on every scripts error, to change the connection parameters in order to set a local proxy for sniffing the http headers (useful when developing and need to understand what is passing from server to client) and also I don’t want the corporate portal as start page because it takes a long time to load and it’s even ugly.

So, here it is, just copy and paste the following codes into a text editor (even notepad is ok), save it as my-cool-settings.reg and execute it with a double click.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"ConnectionsTab"=dword:00000000
"HomePage"=dword:00000000
"Cache"=dword:00000001
"Accessibility"=dword:00000001
"Connwiz Admin Lock"=dword:00000001
"Advanced"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Error Dlg Displayed On Every Error"="yes"
"Disable Script Debugger"="yes"
"Start Page"="about:blank"

6 Comments

Leave a Comment
  1. Umesh / Jan 11 2011 8:49 am

    how can i logged on gmail access as of the site is showing website is asking security certificate..

  2. Umesh / Jan 11 2011 8:51 am

    Hi,,, i am unable to access of gmail. b’z it is asking for website security certificate… pls help me to resolve the issue.

  3. Marcus / Sep 9 2011 8:09 am

    Thank you, very helpful.

  4. Ajay Yadav / Feb 10 2012 12:41 pm

    thank u , its so helpful for me .

Trackbacks

  1. اينترنت اكسپلورر - Persian Networks
  2. Internet Explorer 8, connection settings disabled « /home/edivad

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.