查看目前的 Proxy 設定:
<pre class="c" name="code">netsh winhttp show proxy
取消 Proxy 設定, 直接聯外:
<pre class="c" name="code">netsh winhttp reset proxy
我不知道下完這個指令, 需要不要重新啟動 IE? 請自行測試看看...
你可以參考此網站 有一些Proxy的教學
http://blog.faq-book.com/?p=2626
希望有幫助到你 謝謝
用登錄檔就可以解決
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"ProxyServer"="http://192.168.1.x:3128"
"ProxyOverride"="192.168.*;<local>"
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Proxy"=dword:00000001