Proxy
出自 新化國中wiki平台
- 啟用 Proxy 伺服器的機碼
- reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "ProxyEnable" /t REG_DWORD /d 1 /f
- 停用 Proxy 伺服器的指令
- reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "ProxyEnable" /t REG_DWORD /d 0 /f
- 其他參數
"ProxyEnable"=dword:00000001 "ProxyServer"="127.0.0.1:3128" "ProxyOverride"="<local>"