moodLearning Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
windows-update-via-proxy [2016/09/02 04:30]
serbizadmin [Windows 7]
windows-update-via-proxy [2016/09/02 04:51]
serbizadmin
Line 1: Line 1:
-If your Windows operating system may not be updating properly via a proxy server, this instruction may help.+If your Windows operating system may not be updating properly (see Control Panel\System and Security\Windows Update\View update history) via a proxy server, this instruction may help.
  
 ====== Windows 7 ====== ====== Windows 7 ======
Line 9: Line 9:
   * restart your machine   * restart your machine
   * to confirm the retention of the entry, run as Administrator from the command line    * to confirm the retention of the entry, run as Administrator from the command line 
- netsh winhttp show proxy +  netsh winhttp show proxy 
   * update [[http://go.microsoft.com/fwlink/?LinkID=87341&clcid=0x409|Microsoft Security Essentials]].   * update [[http://go.microsoft.com/fwlink/?LinkID=87341&clcid=0x409|Microsoft Security Essentials]].
   * ensure that your Windows Update Settings include "Install updates automatically"   * ensure that your Windows Update Settings include "Install updates automatically"
   * run [[http://download.microsoft.com/download/8/3/D/83DA9B2F-3246-4C1E-996B-1381F667247D/MicrosoftEasyFix50202.msi|Microsoft Easy Fix]]   * run [[http://download.microsoft.com/download/8/3/D/83DA9B2F-3246-4C1E-996B-1381F667247D/MicrosoftEasyFix50202.msi|Microsoft Easy Fix]]
   * run [[http://go.microsoft.com/?linkid=9830262|Windows Update Troubleshooter for Windows 8.1, Windows 8, and Windows 7]]   * run [[http://go.microsoft.com/?linkid=9830262|Windows Update Troubleshooter for Windows 8.1, Windows 8, and Windows 7]]
 +  * restart machine and observe if Windows Update is working properly
 +  * if not, run EACH line below manually from the command line as Administrator\\
  
-===== Reference =====+  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 
 + 
 +  * install [[https://support.microsoft.com/en-us/kb/949104|the latest Windows Update agent]] 
 +  * restart machine and see if Windows Update is working properly 
 +You may be prompted for your username and password to be able to use the proxy server to update Windows. 
 +\\ 
 +\\ 
 +===== References =====
   * [[https://www.techsupportall.com/how-to-fix-windows-update-error/|How to fix Windows Update error]]   * [[https://www.techsupportall.com/how-to-fix-windows-update-error/|How to fix Windows Update error]]
 +  * [[https://support.microsoft.com/en-us/kb/971058|How do I reset Windows Update components?]]