Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


MSIE Proxy Server Control

Keywords:     MSIE Proxy Server control  ProxyEnable

Question:

I'm trying to put together a script to turn proxy on and off in IE. Anyone got any ideas on this ?

Answer:

Turn Off:
RegSetBin(@REGCurrent, "SOFTWARE\Microsoft\Windows\currentVersion\Internet Settings[ProxyEnable]", "00 00 00 00")
Turn on:
RegSetBin(@REGCurrent, "SOFTWARE\Microsoft\Windows\currentVersion\Internet Settings[ProxyEnable]", "00 00 00 01")

Article ID:   W15185