Internet Proxy Settings
I am used a scripted install to roll out Win7, Office 2010, Adobe Reader and Java. Java needs an internet connection to install. We use a Proxy Server and I need to be able to change Internet Connection Proxys Server Settings so that the scripted image I deploy can access the internet straight away without manual intervention. Is the a way of doing this with a post install task?
Thanks in advance
Paddy
Thanks in advance
Paddy
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
warmep
12 years ago
I have seen people use reg files to do this, and kick it off with "regedit.exe /s filename.reg"
Here is a Microsoft kb on how to set up the file. Hope that helps.
Here is a Microsoft kb on how to set up the file. Hope that helps.
Posted by:
wollie
12 years ago
Create a registry file with below settings. (change the ip of the proxy server)
This will set and enable the proxy.
A better way is to use the autodetect settings in your dhcp.
So you doesnt have to set the proxy manual.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections]
"DefaultConnectionSettings"=hex:3c,00,00,00,11,00,00,00,01,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"AutoConfigProxy"="wininet.dll"
"ProxyEnable"=dword:00000001
"ProxyServer"="proxyip:portnumber"
"ProxyOverride"="10.0.*.*;172.16.*.*;"
This will set and enable the proxy.
A better way is to use the autodetect settings in your dhcp.
So you doesnt have to set the proxy manual.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections]
"DefaultConnectionSettings"=hex:3c,00,00,00,11,00,00,00,01,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"AutoConfigProxy"="wininet.dll"
"ProxyEnable"=dword:00000001
"ProxyServer"="proxyip:portnumber"
"ProxyOverride"="10.0.*.*;172.16.*.*;
Posted by:
wollie
12 years ago
Posted by:
ScottinOkla
12 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.