windows命令行关闭IE代理

打开: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 ProxyEnable /t REG_DWORD /d 0 /f

 

posted @ 2019-07-15 14:06  恩赐解脱ゞ  阅读(1336)  评论(0)    收藏  举报