srihariram Posted November 17, 2010 Posted November 17, 2010 Hi,I am trying to configure proxy from autounattend.xml. But is proxy is not getting configured. Below is snipped of xml used in OOBESYSTEM phase. Please let me know if i am missing something in xml. Thank in advance..<settings pass="oobeSystem"><component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" language="neutral" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35"><OOBE><HideEULAPage>true</HideEULAPage></OOBE></component><component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Deployment" processorArchitecture="amd64" language="neutral" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35"><Reseal><Mode>Audit</Mode></Reseal></component><component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-IE-ClientNetworkProtocolImplementation" processorArchitecture="amd64" language="neutral" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35"> <HKLMConnectRetries>1</HKLMConnectRetries> <HKLMProxyEnable>true</HKLMProxyEnable> <HKLMProxyServer>10.1.1.10</HKLMProxyServer></component></settings>
Tripredacus Posted November 17, 2010 Posted November 17, 2010 Did you read the note?HKLMProxyEnable is effective only if the Group Policy for Microsoft® Internet Explorer®: "Make proxy settings per-machine (rather than per-user)" is set to Not configured. This Group Policy is accessible through the registry key: HKLMSoftware\Policies\Microsoft\Windows\CurrentVersion\InternetSettings. When this setting is active, it appears as ProxySettingsPerUser, as the type: REG DWORD, with the default value set to 0.TechNet
cluberti Posted November 17, 2010 Posted November 17, 2010 I just built a test XML using these settings, and it seems to have worked just fine. It might be useful if you attached (not copy/paste) the rest of your unattend here, because something seems off.
srihariram Posted November 17, 2010 Author Posted November 17, 2010 (edited) Thank you..Please find attached the XML i used.I am not able to configure Proxy and Static IP using this xml....regards.. Edited November 18, 2010 by srihariram
srihariram Posted November 28, 2010 Author Posted November 28, 2010 Did you read the note?HKLMProxyEnable is effective only if the Group Policy for Microsoft® Internet Explorer®: "Make proxy settings per-machine (rather than per-user)" is set to Not configured. This Group Policy is accessible through the registry key:Group Policy. When this setting is active, it appears as ProxySettingsPerUser, as the type: REG DWORD, with the default value set to 0.TechNetHow to set ProxySettingsPerUser to 0 through autounattend.xml?
srihariram Posted November 28, 2010 Author Posted November 28, 2010 HI,I want to set HTTP Proxy using "Microsoft-Windows-IE-ClientNetworkProtocolImplementation". It needs HKLMSoftware\Policies\Microsoft\Windows\CurrentVersion\InternetSettings registry key ProxySettingsPerUser as a REG DWORD with the value set to 0.How to set ProxySettingsPerUser value to 0 using autounattend.xml?Thanks in advance..
Tripredacus Posted November 29, 2010 Posted November 29, 2010 Topics merged! Do not make multiple topics for the same thing. HI,I want to set HTTP Proxy using "Microsoft-Windows-IE-ClientNetworkProtocolImplementation". It needs HKLMSoftware\Policies\Microsoft\Windows\CurrentVersion\InternetSettings registry key ProxySettingsPerUser as a REG DWORD with the value set to 0.How to set ProxySettingsPerUser value to 0 using autounattend.xml?Thanks in advance..
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