@echo off
echo 代理設置
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 /d "192.168.1.1:80" /f
@ping 127.0.0.1 -n 5 >nul
以上內容保存爲bat,運行後查看IE代理設置,應該已經改成192.168.1.1了,並且能夠修改。再改成你須要的代理服務器地址便可。服務器
親自試用,能夠解決問題。代理