Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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.

share|improve this question
1  
we need more details? what specific Windows OS? how/why are you trying to set this up? – studiohack Apr 28 '10 at 3:47
1  
edited question – Simon Apr 28 '10 at 3:54
excellent, thanks! +1 instead of -1 :) – studiohack Apr 28 '10 at 4:10
1  
@studiohack no worries. legit feedback – Simon Apr 28 '10 at 5:25

2 Answers

up vote 10 down vote accepted

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
share|improve this answer

http://all-things-pure.blogspot.com/2009/10/microsoft-security-essentials-network.html

share|improve this answer
Max. Great link and correct answer but would u mind editing the answer to include the command line arguments to fix the issue. this way the answer is contained in superuser. – Simon May 3 '10 at 23:43
1  
netsh winhttp import proxy ie – salamander2007 May 10 '10 at 3:57

protected by Diago Oct 29 '10 at 22:30

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.