Sunday, 7 September 2025

Proxy Squid For Browser automation

 


Sav as batch file


@echo off

echo Setting Proxy Server to 10.10.19.7:3128

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 10.10.19.7:3128 /f

echo Proxy Set Successfully

pause


No comments:

Post a Comment