Quote:
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Int ernet Explorer\Main", "First Home Page", "REG_SZ", "http://www.google.co.uk")
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Int ernet Explorer\Main", "Start Page", "REG_SZ", "http://www.google.co.uk")
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Win dows\CurrentVersion\Internet Settings", "ProxyServer", "REG_SZ", "YOURPROXYSERVER:PORT")
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Win dows\CurrentVersion\Internet Settings", "Proxyenable", "REG_DWORD", "1")
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Win dows\CurrentVersion\Internet Settings", "ProxyOverride", "REG_SZ", "intranet")
Run('C:\Program Files\Internet Explorer\iexplore.exe')
This will need compiling [ if you want I'll do it if you send me your proxy details and mail it to you later today ]