@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了,并且能够修改。再改成你须要的代理服务器地址便可。服务器
亲自试用,能够解决问题。代理