2008年1月20日 星期日

利用批次檔設定用戶端Proxy

設定瀏覽器不使用 Proxy noproxy.reg-----------------------
Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000000

設定瀏覽器使用 Proxy proxy_useproxy.reg-----------------
Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"ProxyServer"="proxy.server01.com:8080"

沒有留言: