moodLearning Wiki

This is an old revision of the document!


If your Windows operating system may not be updating properly via a proxy server, this instruction may help.

Windows 7

  • right click Command Prompt (under Accessories) to run it as Administrator
  • from the command line, to show if your proxy server is run in the background, issue

netsh winhttp show proxy

  • if there's no proxy, run

netsh set proxy facultyproxy.upd.edu.ph:8080

  • restart your machine
  • to confirm the retention of the entry, run as Administrator from the command line

netsh winhttp show proxy

net stop wuauserv

cd %systemroot%\SoftwareDistribution
ren Download Download.old
regsvr32 %windir%\system32\wups2.dll
net start wuauserv
NET START BITS
NET START WUAUSERV
SC QUERYEX BITS
SC QUERYEX WUAUSERV

Reference