Just saw that there are line breaks from the editor.
Best would be you export it for yourself from registtry and edit for your needs.
- start regedit
- goto HKEY_CURRENT_USER\Software
Settings
- On the key right mouse and select export.
- Open reg file in editor
- Delete all but the proxy setting (as in my file above)
Main Topics
Browse All Topics





by: JugglerWPosted on 2004-07-24 at 16:11:07ID: 11630063
You may use reg files
e\Microsof t\Windows\ CurrentVer sion\Inter net
01 080"
e\Microsof t\Windows\ CurrentVer sion\Inter net
00 080"
==== Save as ProxyOn.reg =====
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Softwar
Settings]
"ProxyEnable"=dword:000000
"ProxyServer"="localhost:8
==== Save as ProxyOff.reg =====
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Softwar
Settings]
"ProxyEnable"=dword:000000
"ProxyServer"="localhost:8
Change localhost:8080 to your proxy server:port.
You may simply double click the reg file or put the name in a batch file:
===== ProxyOn.bat ====
echo Switch to proxy
ProxyOn.reg
But note there will be a message box asking if you really want to change registry.
Don't know how to supress this.
Hope this helps.