Jump to content

Open Inernet options in an browser and change fields in lansettings


satzve
 Share

Recommended Posts

Hi,

For any browser i need to navigate to tools >> internet >> options >> connections >>LAN Settings >> Advanced >> and change the exceptions there according to my need. ie wenever i run script it should change exceptions

 

For this i basic flow to write a script.

Link to comment
Share on other sites

For example :

RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyOverride", "REG_SZ", "autoitscript.com;"autoitscript.fr")

You can use some external tools to find all registry/files changes between 2 actions (i use RegShot)

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