WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Networks - Servers
plus
plus
plus
plus
plus
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

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
File Created: 2002:09:05:13:50:24
Last Updated: 2002:09:05:13:50:24