spacevortex (27th September 2009)
If you download it and extract the rar ( I think its the one I am thinking of that includes 2 registry files and a batch file or two )
If you ammend both registry files using notepad you should be able to ammend the text to change the server and ports etc and it should do the trick.
Then its just a case of creating 2 short cuts ( one to each bat file ) in the all users profile or where you need them and give them there own icons and the rest should be fine.
Here you go mate![]()
This is one I was going to start putting on staff laptops
EAZ School Proxy Switcher
clifton-partnership.org.uk/prod-proxyswitcher.asp
Good Find!, I think it may be time to make my next version
EAZProxySwitcher doesn't appear to put the IP in for the School Network though?
I'm assuming this requires RUN AS administrator on Vista?
Last edited by jloader; 21st September 2009 at 10:05 AM.
ProxyCLC v1.5 Attached!
This is the latest revison.
Automatically starts on reboot.
Feature / Custom Requirement requests welcome.
![]()

I don't see the point of this. If you use a pac file, you can load it from your webserver and have it determine whether or not you are on the school network. It works on IE, FF, opera, safari.
as mentioned by other poster, it requires no user interaction.
I don't mean to be too negative, but what is the point of ProxyCLC other than a wheel reinvention of a problem that was fixed years back.
I see where your coming from CyberNerd, just simply making a point to how easy it is to have alternatives. Sometimes its nice to see how the wheel was inventied.
"informative if you will".
Next version will map printers and network drives
PS: Not all companys use proxy.pac for one reason or another mate.
Last edited by jloader; 22nd September 2009 at 07:33 AM.
This version now maps network drives with ease.
Please remember this changes Proxy and Maps Drives.
If you would like one making for your school / company feel free to request.
![]()
Last edited by jloader; 25th September 2009 at 10:32 PM.
spacevortex (27th September 2009)
you keep going this will soon be doing everything early mobile netswitch did
Mobile Net Switch - The Network Connection Manager
I use Firefox (automatically detect setting) at home and internet explorer at work with proxy setting because some of the school software runs better with it for the teachers.
Will have a look at the bat file
Cheers Chris
My aim is just for fun no commercial use or anything like that intended.
There is a free program called Free IP Switcher that does everything and more I believe.
Just nice to have a customized version![]()
Strick in my two pennies worth - if anyone wants to hack away and change this for their setup then feel free - all very self explanatory - done in AutoIT this morning for a quick laptop I had to setup - will pop up a simple two button box, user clicks on what they want and the script does the rest. Compile as a .exe and you are away.
Code:; AutoIt Version: 3.2.0.1 ; Language: English ; Platform: WinXP ; Author: Matt ; Script Function: Proxy Switcher ; Version: 1.0 ; Date: Sept 2009 #include <GUIConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Proxy Switcher", 220, 110, 348, 309) $helpmenu = GUICtrlCreateMenu("Help") $infoitem = GUICtrlCreateMenuItem("About", $helpmenu) GUISetBkColor(0x0066FF) $Button1 = GUICtrlCreateButton("Proxy On", 10, 20, 89, 49, $BS_DEFPUSHBUTTON) $Button2 = GUICtrlCreateButton("Proxy Off", 120, 20, 89, 49, $BS_DEFPUSHBUTTON) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Select Case $nMsg = $Button1 RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "First Home Page", "REG_SZ", "http://navaho") RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "Start Page", "REG_SZ", "http://navaho") RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyServer", "REG_SZ", "10.0.0.2:8080") RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "Proxyenable", "REG_DWORD", "1") RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyOverride", "REG_SZ", "intranet") Run('C:\Program Files\Internet Explorer\iexplore.exe') Exit Case $nMsg = $Button2 RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "First Home Page", "REG_SZ", "http://www.google.co.uk") RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "Start Page", "REG_SZ", "http://www.google.co.uk") RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "Proxyenable", "REG_DWORD", "0") Run('C:\Program Files\Internet Explorer\iexplore.exe') Exit Case $nMsg = $infoitem MsgBox(0, "Proxy Switcher 1.0", "Written By Matt " & @CRLF & "Comments & Suggestions to:" & @CRLF & "matt@#######.org.uk") EndSelect Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd
jloader (29th September 2009)
I completely forgot about this!, Thanks mattx
This is a brilliant piece of software.
For multiple proxies at home (for browsing), I use Firefox & FoxyProxy.
Does what I need it to do.
Chunks
Kinda off topic, but have you tried the SpeedyFox utility for FireFox? it's free![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)