As requested:
Code:
; AutoIt Version: 3.2.0.1
; Language: English
; Platform: WinXP
; Author: Matt
; Script Function: Launches Espresso after making relevant proxy over-ride settings
; Version: 0.5 Beta 1
; Date: Dec 2007
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "First Home Page", "REG_SZ", "http://10.0.0.8")
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "Start Page", "REG_SZ", "http://10.0.0.8")
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyServer", "REG_SZ", "0.0.0.0:0000")
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;http://10.*;espresso;10.0.0.8")
Run('C:\Program Files\Internet Explorer\iexplore.exe') Note: This changes the registry settings and then launches IE, so I have this pointing at a shortcut for espresso [ like a URL shortcut on a desktop ]
Its also compiled into an .exe - obviously you will have to change the relevant settings for your network and compile it yourself.
[ 0.0.0.0:0000 ] your proxy - just disguising ours !!