Posted On October 29, 2020

Windows Update Error Code 0x80244022

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Windows Update Error Code 0x80244022
Symptom:
There were some problems installing updates, but we'll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80244022)

Possible Fixes:
  1. Remove partially downloaded updates:
    • Set time FORWARD (1st of next month)
    • “C:\Windows\SoftwareDistribution\Download”
    • “wuauclt.exe /updatenow”
    • Control Panel > Windows Update
  2. Cleanup Windows Update
    • DISM.exe /Online /Cleanup-image /Restorehealth
    • sfc /scannow
  3. Reset Windows Update
    • Run these commands as Administrator
      net stop wuauserv /y
      net stop cryptSvc /y
      net stop bits /y
      net stop msiserver /y
      Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
      Ren C:\Windows\System32\catroot2 Catroot2.old
      net start wuauserv
      net start cryptSvc
      net start bits
      net start msiserver
    • Retry Windows Update
  4. Check WSUS Server

Leave a Reply

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

Related Post

Sonicwall Firewall Recommended Practices

The Sonicwall Firewall is a semi-complicated beast with many abilities. It does have some limitations…

Testing NFS Between Linux Server & Windows Client

On Linux server:1. Turn of selinux/ipchains/iptables during the test. This could be turned on at…

Use DISM To Install Windows Features

Deployment Image Servicing and Management (DISM.exe) is a command-line tool that can be used to…
Other project: DragonCoin.com