I found these steps on a different thread and gave them a try, and afterwards my updates downloaded and installed fine. Forcing the update service to create a new SoftwareDistribution folder seemed to resolve the issue:
- Open an administrative command prompt (go to the Start screen, type "cmd", right-click on Command Prompt and hit "Run as administrator")
- Type the following four commands in the command prompt:
- net stop wuauserv
cd %systemroot%
ren SoftwareDistribution SoftwareDistribution.old
net start wuauserv 4. Try to install updates again.