Se puede configurar en el registro
Código:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"ProxyServer"="nombre_proxy:numero_puerto"
"ProxyOverride"="ips o direcciones que quieras excluir por ejemplo 192.*; 172.*"
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"ProxyServer"="nombre_proxy:numero_puerto"
"ProxyOverride"="ips o direcciones que quieras excluir por ejemplo 192.*; 172.*"