ricki Posted March 19, 2013 Posted March 19, 2013 HI Please can you help. We have just done a windows update and ie10 has been installed on one of our windows 7 machines and proxy settings are not applying. Group policy results say this:_ Internet Explorer Branding Failed 19/03/2013 11:03:11 Internet Explorer Branding failed due to the error listed below. The specified procedure could not be found. Additional information may have been logged. I have searched the internet and many people have problems with ie10 on windows 8. I have tried the following:_ Download the windows 2012 admx and copy the inetres.admx and its appropriate language settings into the central repository here \\Domain\SYSVOL\Domain\Policies\PolicyDefinitions This has not worked. I have gone into the gpo for the \home page\user config\preferences\control panel\internet settings\ and click file and new and we only get intent explorer 5, 6 7 and 8 From what I have read this is meant to give us 9 and 10 as well. I have tried setting the ie proxy through a registry setting Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "ProxyEnable"=dword:00000001 "ProxyServer"="proxy:port number" "ProxyOverride"="exceptions listed;" with a log on script of regedit.exe /s \\Domain\NETLOGON\setproxy\proxy.reg If the user runs the above script it appears to work ok and the proxy gets set. We dont have any windows 8 or windows 2012 machines to try the rsat tool. Have you any idea how I can get round the problem of setting the ie10 proxy settings? Thanks for all your help. Richard
AngryTechnician Posted March 19, 2013 Posted March 19, 2013 (edited) The root of the problem here is that in IE10, the Internet Explorer Maintenance GPO extension is no longer supported. TechNet: Replacements for Internet Explorer Maintenance You will need to either implement the registry settings as above (perhaps using Group Policy Preferences if you don't like scripts), or do what I've done and get auto config working using a WPAD file so you don't need to change anything. Edited March 19, 2013 by AngryTechnician 4
FN-GM Posted March 19, 2013 Posted March 19, 2013 The root of the problem here is that in IE10, the Internet Explorer Maintenance GPO extension is no longer supported. You will need to either implement the registry settings as above (perhaps using Group Policy Preferences if you don't like scripts), or do what I've done and get auto config working using a WPAD file so you don't need to change anything. Could you use Group Policy Preferences?
AngryTechnician Posted March 19, 2013 Posted March 19, 2013 Could you use Group Policy Preferences? Yes, you could also use the Internet Settings part of Group Policy Preferences. However, my experience of this is that the all-in-one nature of the UI means it's quite fiddly to just get it to apply proxy settings on their own without a load of other settings that you might want to leave well alone. Easier to use GPP to apply just the above registry settings, in my opinion.
Achandler Posted March 19, 2013 Posted March 19, 2013 GPP works fine for it, we use a 2012 DC for this job. However, when you move from IE Maintenance to GPP, you will have loads of fun and games getting it to work as even "not configured" settings interfere if they sue to be set. We moved all ours to GPP just this week, except the homepage simply will not work.
AngryTechnician Posted March 19, 2013 Posted March 19, 2013 We moved all ours to GPP just this week, except the homepage simply will not work. Luckily that has a 'normal' group policy setting. User Configuration\Administrative Templates\Windows Components\Internet Explorer "Disable changing home page settings" When set to enabled you can set the homepage you want, the only possible downside being that the user cannot change it to something else (personally I don't want them changing it as it means they then can't 'forget' to check the Intranet for messages). 2
Achandler Posted March 19, 2013 Posted March 19, 2013 I read that that would stop GPP working, I'll do some testing.
Michael Posted March 19, 2013 Posted March 19, 2013 If you specify a proxy.pac file hosted in IIS this does work. 1
Achandler Posted March 21, 2013 Posted March 21, 2013 I've got it working now, for some users, the issue was regarding some old legacy settings elsewhere that were overriding the GPP settings, took some digging to correct them. However, does anyone use GPP to set IE settings and also use mandatory profiles? Because when I have tested this, it doesn't work, the proxy settings don't seem to apply, the rest of the policy does, just not the proxy.
Michael Posted June 25, 2013 Posted June 25, 2013 @FN-GM - I just use a GPP regedit to deploy proxy settings to Win 7 clients running IE10 and 2008 R2 Server as follows: HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings The keys you're looking for are: ProxyEnable, ProxyServer and ProxyOverride. I've tested this in numerous domains and it works fine 3
ass17 Posted June 25, 2013 Posted June 25, 2013 @FN-GM - I just use a GPP regedit to deploy proxy settings to Win 7 clients running IE10 and 2008 R2 Server as follows: HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings The keys you're looking for are: ProxyEnable, ProxyServer and ProxyOverride. I've tested this in numerous domains and it works fine This is how we did it, works a treat!!
Michael Posted June 26, 2013 Posted June 26, 2013 It just buys you that little more time until Server 2012 R2 is released. Something I've been waiting for, for a while!
busby Posted June 26, 2013 Posted June 26, 2013 Having this issue in schools its causing chaos. we use the policy to configure proxies, home page and favorites etc. any work around ?
Michael Posted June 26, 2013 Posted June 26, 2013 Having this issue in schools its causing chaos. we use the policy to configure proxies, home page and favorites etc. any work around ? Use GPP to deploy registry settings as I explained above
busby Posted June 26, 2013 Posted June 26, 2013 Michael thanks too many computers to go round. That's why we did it via the gp
Michael Posted June 26, 2013 Posted June 26, 2013 I suppose the alternative is don't deploy IE10 before you have a 2012 R2 server in place, but this is difficult as Exchange 2013 works best with IE10.
busby Posted June 26, 2013 Posted June 26, 2013 indeed. Most primary schools cannot afford new servers while 2008 r2 is working fine. for Microsoft to remove this policy is stupid or clever forcing to upgrade depending where you sit.
zag Posted June 26, 2013 Posted June 26, 2013 You only have to uninstall IE10 on the machine you make the group policies on. Everyone else can be upgraded I think.
Michael Posted June 27, 2013 Posted June 27, 2013 indeed. Most primary schools cannot afford new servers while 2008 r2 is working fine. for Microsoft to remove this policy is stupid or clever forcing to upgrade depending where you sit. In theory you should be able to do an upgrade of 2008 R2 directly to 2012 R2 without the need for a new server. 2012 itself isn't that expensive for education.
arh1a Posted June 27, 2013 Posted June 27, 2013 @FN-GM - I just use a GPP regedit to deploy proxy settings to Win 7 clients running IE10 and 2008 R2 Server as follows: HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings The keys you're looking for are: ProxyEnable, ProxyServer and ProxyOverride. I've tested this in numerous domains and it works fine Do you have to add each key (ProxyEnable, ProxyServer and ProxyOverride) separately? Is there a idiots guide somewhere showing how to do this to enable the proxy to work with IE10 (and possibly IE11 when its realised)? 1
Popular Post Michael Posted June 27, 2013 Popular Post Posted June 27, 2013 Create a new GPO called Proxy Settings (Registry) I call it. Open the policy and navigate to: User Config > Preferences > Windows Settings > Registry Copy the following screenshots, but just change the proxy name and exceptions as required Now link the GPO and it should add proxy settings in for IE10 28
arh1a Posted June 27, 2013 Posted June 27, 2013 That's great thank you very much I will try that as soon as I am back onsite
Michael Posted June 27, 2013 Posted June 27, 2013 And yes, I suspect more than likely this will work with IE11 too No problem, hope it works for you too.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now