4
I need a bat to activate and disable proxy already with the ips set someone can help me ?
To activate use the following command:
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 0x00000001 /f
Deactivate:
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 0x00000000 /f
I need it already activated with the ip and the door I want how do I do it?.
Windows or linux? the browser proxy option? could further detail the question?
– rray
windows, all machines would be in windows !
– Ewerton Luis
What you tried so far ?
– gmsantos
to activate - REG ADD "HKEY_CURRENT_USER Software Microsoft Windows Currentversion Internet Settings" /v Proxyenable /t REG_DWORD /d 0x00000001 /f
– Ewerton Luis
to disable - REG ADD "HKEY_CURRENT_USER Software Microsoft Windows Currentversion Internet Settings" /v Proxyenable /t REG_DWORD /d 0x00000000 /f
– Ewerton Luis
Only this command is on and off , I need it already on with the ip and the port I want ...
– Ewerton Luis