Jump to content

Windows 7 x64 - Proxy details not being applied to 32bit Internet Explorer


Recommended Posts

Posted (edited)

Hello All,

 

Finally! This has been driving me mad for months, I actually dumped 7 at work six months ago because of this.

 

When running a domain on Server 2003 when your desktop client is x64 Windows 7 you'll find IE will not pick up the proxy settings from the GPO.

 

What I found today was the x64 version of IE was fine - however given the bad coding by some programs - in this case Genuine Advantage(!), it needs to find the proxy from the x86 version of IE.

 

You can't change the settings manually as its all greyed out.

 

Whack the following into a registry file and apply. From what I've read is that the setting is in two places in the registry and for some reason the GP only updates the x64 one.

 

KB Article on this: http://support.microsoft.com/kb/952031

 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings]
"EnablePunycode"=dword:00000001
"CodeBaseSearchPath"="CODEBASE"
"WarnOnIntranet"=dword:00000001
"MinorVersion"="0"
"ActiveXCache"="C:\\Windows\\Downloaded Program Files"
"ProxyEnable"=dword:00000001
"ProxyServer"=""
"ProxyOverride"=""
"MigrateProxy"=dword:00000001

Edited by Trapper

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...