Jump to content

Backup IE proxy settings


deranjer
 Share

Recommended Posts

Using AutoIt's RegRead function, you could read these registry values and write them to a file:

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings]

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

"ProxyEnable"=dword:00000001

"ProxyOverride"="<local>"

#include <ByteMe.au3>

Link to comment
Share on other sites

Awesome, thanks for that, it should work fine, I would just check these values in the registry:

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings]

"AutoConfigURL"="<Your Autoconfig URL>"

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

"ProxyEnable"=dword:00000001

"ProxyOverride"="<local>"

Thanks again!

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...