proxy

To setup a proxy put the following into a file in notepad and save as a txt file

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings]
\”EnableAutoProxyResultCache\”=dword:00000000
\”EnableNegotiate\”=dword:00000000
\”ProxyEnable\”=dword:00000001
\”AutoConfigURL\”=\”\”
\”ProxyServer\”=\”192.168.0.2:4480\” <==These are proxy values to use
\”ProxyOverride\”=\”\”

rename the filetype from .txt to .reg

To setup automatic detect proxy
do same as above for these lines

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings]
\”EnableAutoProxyResultCache\”=dword:00000000
\”EnableNegotiate\”=dword:00000000
\”ProxyEnable\”=dword:00000000
\”AutoConfigURL\”=\”\”
\”ProxyServer\”=\”\”
\”ProxyOverride\”=\”\”

Double click on the reg file to add to registry, but please not disclaimer at the end of the page

Scroll to Top