This repository was archived by the owner on Jul 11, 2026. It is now read-only.
Description As the presence of an HTTP proxy is common in a company, could you please provide proxy support ?
I quickly tested the following configuration in Autounattend.xml (eval-win7x64-enterprise) but it failed:
<settings pass =" oobeSystem" >
<component name =" Microsoft-Windows-IE-ClientNetworkProtocolImplementation" processorArchitecture =" amd64" publicKeyToken =" 31bf3856ad364e35" language =" neutral" versionScope =" nonSxS" xmlns : wcm =" http://schemas.microsoft.com/WMIConfig/2002/State" >
<POLICYProxySettingsPerUser >0</POLICYProxySettingsPerUser >
<HKLMProxyEnable >true</HKLMProxyEnable >
<HKLMProxyServer >192.168.0.1:3128</HKLMProxyServer >
</component >
...
Error :
Exception calling "DownloadFile" with "2" argument(s): "Unable to connect to remote server"
BITSAdmin is deprecated and is not guaranteed to bo available in future versions of Windows... then endless waiting.
Note: The proxy doesn't need user/pass.
Doc: https://technet.microsoft.com/en-us/library/cc748894(WS.10).aspx
Thanks!
Reactions are currently unavailable
As the presence of an HTTP proxy is common in a company, could you please provide proxy support ?
I quickly tested the following configuration in
Autounattend.xml(eval-win7x64-enterprise) but it failed:Error :
Exception calling "DownloadFile" with "2" argument(s): "Unable to connect to remote server"BITSAdmin is deprecated and is not guaranteed to bo available in future versions of Windows...then endless waiting.Note: The proxy doesn't need user/pass.
Doc: https://technet.microsoft.com/en-us/library/cc748894(WS.10).aspx
Thanks!