下面是最简单的注册表修改方式,如果要深入,你还得继续找资料

使用代理:


Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"ProxyServer"="192.9.207.193:808"

———————————————

192.9.207.193:808 是你所使用的代理服务器
———————————————
取消代理:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000000
"ProxyServer"=""

continue reading.....