Jump to content

Recommended Posts

Posted

Hello,

I'm new in here and very new to AutoIt.

I have a batch file that is setting my proxy settings(ip/port) in Internet Options, but for it to work properly i need to go in manually to Internet Options and out again for the registry to be updated and for it to work.

Is it possible to do that with AutoIt? And can it be done silently without the control panel opens up. I mean so you don't see it ?

Hope it's clear otherwise just ask :)

Thank you in advanced

Posted (edited)

Welcome to the forum.

Look in the helpfile: HttpSetProxy function.

 

EDIT:

Unless you mean the setting in windows, for all applications and not just for your AutoIt script.

EDIT2:

http://www.techrepublic.com/forums/questions/turn-proxy-settings-on-and-off-script/

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"ProxyServer"="192.168.10.10:3128"
"ProxyOverride"="192.168.*;<local>"
Edited by mlipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted (edited)

This is what i do in my bat file.

The problem is it doesn't take action before i have been manually into the Internet Options, so i'm trying to find a way to do it automatic with e.g. AutoIt

Edited by georgebaker

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
  • Recently Browsing   0 members

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