Registry Editing
Okay, I am a rookie in this but I have had an IBM R52 for the last few years, and the software IBM Access Connections that came with it saved me from this headache. Anyway, I just got an hp and am starting to look for an alternative.
The solutions I found here are quite informative (I am researching them now), but can I ask would it be possible to use simple .reg files to do this, like for example one for each location e.g.
Location1.reg (With Proxy)
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"ProxyOverride"="10.*;<local>"
"ProxyServer"="10.1.6.123:8080"
Location2.reg (No Proxy)
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000000
You see I am trying to find a simple solution without having to worry about installing third-party software.