Proxy Server Configuration (All Windows) Category: Home > Software > Internet Explorer > Network and Connections
This tweak allows you to configure the proxy server settings for all programs that use the standard Windows Internet API, including Internet Explorer.
Open your registry and find the key below.
The values that configure the Internet proxy setup are located in this key. To change which proxy server is used, modify the value of 'ProxyServer' to equal the server and port combination. For example if your proxy server was called \PROXY and it was running on port 80 then the setting would equal 'PROXY:80'.
You may also need to set the value of 'ProxyEnable' to equal '1' for proxy enabled or '0' for disabled. Setting the value of 'ProxyOverride' to equal '<local>' will stop internal addresses from going through the proxy.
Changes should take effect immediately.
 |  |  |  |  |
 |  | (Default) | REG_SZ | (value not set) |  |
 |  | ProxyEnable | REG_BINARY | 01 00 00 00 |  |
 |  | ProxyOverride | REG_SZ | "" |  |
 |  | ProxyServer | REG_SZ | "PROXY:80" |  |
 |
 | HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Set... |  |
 |
Settings: |
User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Internet Settings]
Name: ProxyServer, ProxyEnable, ProxyOverride
Type: REG_SZ (String Value)
Value: Server:Port
|
Disclaimer: Modifying the registry can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.
Last Modified: August 6, 2002
|