Jump to content

Recommended Posts

Posted

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>


Posted

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

Posted

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.

Posted (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 by srihariram
  • 2 weeks later...
Posted

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.

TechNet

How to set ProxySettingsPerUser to 0 through autounattend.xml?

Posted

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..

Posted

Topics merged! Do not make multiple topics for the same thing.

:no:

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

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...