Jump to content

setting ie's proxy


Recommended Posts

I'm looking for a way to change IE's proxy very quickly, depending on which programs are running. I saw a function for changing the proxy in AutoIt's documentation, but it doesn't seem to work with IE6. Any ideas?

Registry hack: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]

"ProxyServer"="<your proxy IP address>:8080"

"ProxyEnable"=dword:00000001

"ProxyOverride"="<local>"

Where did you see an AutoIT function for it?

:D

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Welcome to the forums.

If you're referring to the Http/FtpSetProxy functions, they only affect the use of InetGet/InetGetSize within your script.

[font="Tahoma"]"Tougher than the toughies and smarter than the smarties"[/font]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...