terça-feira, 15 de julho de 2014

Script - Configurar o Proxy Cliente no Windows.

Abra o bloco de notas e digite o código abaixo, salve com extensão .bat.
Alterar o IP e a porta de acordo com seu servidor

Para ativar o proxy
-------------------
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"ProxyOverride"="192.168.0.1:3128"
"ProxyServer"="192.168.0.1:3128"
-------------------





Para desativar o proxy

-------------------
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]

"ProxyEnable"=dword:00000000
-------------------