Troubleshooting Troubleshooting Troubleshooting Windows

Windows Update is causing an Error

[section_title title=Windows Update is causing an Error]

Windows Update is causing an Error

Windows Update can for some reason stop working, for specific errors we have standalone articles, but in some cases we have this general article that helps with most cases.

 

 

[section_title title=Resolving the most common Errors]

Resolving the most common Errors

In most cases the downloaded data is just corrupted and removing this data can help making Windows update again.

  1. Open Elevated Command Prompt by following one of two methods:
    1. Press the Windows + X at the same time, then choose Command Prompt (admin)
    2. Press the Windows + W key at the same time and then type ” cmdright-click
      Command Prompt and choose Run as Administrator
  2. Enter the following command: “net stop wuauserv” and hit enter.
  3. Enter the following command: “net stop cryptSvc” and hit enter.
  4. Enter the following command: “net stop bits” and hit enter.
  5. Enter the following command: “net stop msiserver” and hit enter.
  6. Enter the following command: “ren C:\Windows\SoftwareDistribution SoftwareDistribution.old” and hit enter.
  7. Enter the following command: “ren C:\Windows\System32\catroot2 catroot2.old” and hit enter.
  8. Enter the following command: “net start wuauserv” and hit enter.
  9. Enter the following command: “net start cryptSvc” and hit enter.
  10. Enter the following command: “net start bits” and hit enter.
  11. Enter the following command: “net start msiserver” and hit enter.
  12. Reboot your system.

Leave a Reply

Your email address will not be published. Required fields are marked *