0
@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 172.16.7.200:3128 /f
pause
I am using this command to activate the proxy on some of my machines, only it does not configure the exceptions so it does not fail to have a manual work!
I would like to add some command to place exceptions!
vlw man thanks !
– Ewerton Luis