@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了,而且可以修改。再改为你需要的代理服务器地址即可。

 

亲自试用,可以解决问题。

posted on 2017-09-23 14:20  古丶灬月  阅读(1642)  评论(0编辑  收藏  举报