8

It only seems to work for me with a direct connect.

And i cant find anywhere to set a proxy.

Windows 7 64bit.

As for why... we are in development network that is isolated from the organizations production network. So we just wanted a lightweight virus scanner without having to setup any corporate update server or the like.

studiohack
  • 13,477
Simon
  • 2,477

1 Answers1

11

In case max's blogspot link breaks...

To get IE proxy settings to apply to other user accounts (which applications may use specifically), enter the following in a command prompt:

proxycfg -u

The -u option copies the proxy settings from the currently logged in user.

In Windows Vista and 7, proxycfg has been deprecated, so use the following instead:

netsh winhttp import proxy ie
Spencer
  • 258