Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/09/2011, 09:48
Avatar de rid501
rid501
 
Fecha de Ingreso: agosto-2011
Mensajes: 244
Antigüedad: 13 años, 4 meses
Puntos: 30
Respuesta: Fichero de configuracion proxy

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