It's in the registry, under [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings]
you can either use the REG
command in your BAT, or prepare a couple of .REG
files, to automate the changes.
for example, to disable Proxy, try
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionInternet Settings" /v ProxyEnable /t REG_DWORD /d 0 /f
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…