User Tools

Site Tools


computing:windows:windows_update

This is an old revision of the document!


Fixing Troublesome Windows Updates

Servers

Windows Server 2012 R2

https://serverfault.com/questions/625332/windows-update-not-working-on-windows-2012-r2-standard

  1. Stop the Windows Update service:
    1. net stop wuauserv
  2. Delete the Windows Update cache directory C:\Windows\SoftwareDistribution
    1. Remove-Item -Recurse -Force C:\Windows\SoftwareDistribution
  3. Restart the computer
    1. It may require several restarts to get everything deleted from this directory
  4. Run Windows Update manually again
    1. It will fail almost instantly and offer to run a diagnostic tool
    2. Download the tool and allow it to run
  5. The tool will find and fix some problems
    1. Reboot the server
    2. Wait a while, or you may get another error
    3. Run Windows Update manually again

Workstations

Take these steps to reliably fix troublesome Windows Updates:

  1. Turn off automatic updating
    • Control Panel → Windows Updates → Change Settings → Never Check…
  2. Reboot
  3. Search the Internet for “Windows XX latest update client”
    • Where XX is your Windows version
  4. Download and install the latest update client for your version of Windows
  5. Install Windows Updates

Disable Auto-Updates


Search for Latest Update Client


Download the Latest Update Client


Install Windows Updates

computing/windows/windows_update.1513443657.txt.gz · Last modified: 2017/12/16 10:00 by gcooper