November 17, 201015 yr 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>
November 17, 201015 yr 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
November 17, 201015 yr 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.
November 17, 201015 yr Author 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, 201015 yr by srihariram
November 28, 201015 yr Author 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?
November 28, 201015 yr Author 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..
November 29, 201015 yr 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..
Create an account or sign in to comment