Script para poner el proxy en Windows Xp
Activa el proxy, IP del PROXY en el puerto PUERTODELPROXY y no usa el proxy para direcciones locales
@echo off
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t REG_SZ /d "IP del PROXY:PUERTODELPROXY" /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyOverride /t REG_SZ /d "" /f
Advertisement
Categorías:General