All Forums >> [Scripting] >> Post a VBScript >> Hta app for turning proxysetting on/off Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
I did this lil app for easy switching the proxy on/off. When i surf some internal webresources i need it off and i got tired of going the whole "IE/tools/internet-optrions..." way :)
Havnt commented the code so good yet, will edit it soon when i get some time to spare. So exuse me til then.. ;)
Save it as Proxychanger.hta and run :)
If anything is unclear feel free to ask.
/CM
_____________________________
-There is only 10 sorts of people, those who understand binary and those who dont.
Here is the same code formatted with block indentation:
The only thing I would do different (and it is extremely minor) is:
I would change this: oReg.GetDWORDValue HKEY_CURRENT_USER,strKeyPath,strValueName,dwValue strTEXT = dwValue to this: oReg.GetDWORDValue HKEY_CURRENT_USER,strKeyPath,strValueName,strTEXT In both places it occurs.