0

Fixing Error Code 0x800f0922 on Windows Server 2019: Update Installation Issues

To address the error code 0x800f0922 in Windows Server 2019, follow these steps:

  1. Verify internet connectivity: Ensure your server maintains a stable internet connection without disruptions.
  2. Utilise the Windows Update troubleshooter: Navigate to Settings > Update & Security > Troubleshoot > Windows Update and execute the troubleshooter.
  3. Inspect for pending updates: Access Settings > Update & Security > Windows Update to see if any updates are waiting. If found, install them before attempting the problematic updates again.
  4. Temporarily disable antivirus software: Antivirus programs can block update installation. Disable your antivirus briefly and attempt the update installation again.
  5. Employ the DISM tool: Launch Command Prompt as an administrator and execute: DISM /Online /Cleanup-Image /RestoreHealth. This command aids in repairing corrupt system files potentially causing the error.
  6. Run the System File Checker tool: Open Command Prompt as an administrator and enter: sfc /scannow. This checks for and repairs corrupted system files.
  7. Reset Windows Update components: Start Command Prompt as an administrator and run the following commands sequentially:
 net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
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

This procedure aims to reset the Windows Update components, potentially resolving the error.

Check out feedback from our happy customers.

We're dedicated to your success, and their stories show why we're the trusted source for Microsoft licences.