Jump to content

Propably I miss again a buildin feature?


rudi
 Share

Recommended Posts

Hi.

For a new, Java Based ERP system I need to define a proxy exclusion entry:

http://10.27.1.18/

Searching the help file for "proxy" just brought up few hits that do not cover this....

Propably again more a Windows Tweak Q rather than a Autoit3 related one?

Who knows how to set this exclusion in a way that it will be immediately active?

I've written another script for a different purpose, but it will not work for IE windows that are already opened when it writes back settings to the registry:

$ProxyOverride = RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyOverride")
; do some modifications
; write back to registry with changes will not be active immediately for *already* opened IE's

Regards, Rudi.

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

Link to comment
Share on other sites

  • 3 weeks later...

Hi - bump...

For a new, Java Based ERP system I need to define a proxy exclusion entry:

http://10.27.1.18/

$ProxyOverride = RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyOverride")
; do some modifications
; write back to registry with changes will not be active immediately for *already* opened IE's

Howto change the proxy exclusion entries in a way that they will be active immediately (without reboot)

I've also tried EnvUpdate(), but this didn't help either: Is there some trick to force the whole system to re-read all environmental settings? (Win2k & XP workstations)

Regards, Rudi.

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

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