Hello
Thank you for posting in Q&A forum.
Here are some steps you can try:
- Ensure all previous updates have been installed. Sometimes, pending updates can cause conflicts.
- Reset Windows Update Components:
• Open an elevated command prompt and run the following commands one by one:
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
- Run Windows Update Troubleshooter:
• Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters and run the Windows Update troubleshooter.
- Check Secure Boot Settings:
• Ensure that Secure Boot is properly configured. Misconfigurations can sometimes cause update issues, especially after applying security mitigations like Black Lotus.
- Modify Registry Settings:
• Open the Registry Editor and navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot
• Add or modify the AvailableUpdates DWORD value to 0x30 and restart your computer.
- Ensure that the revocations have been applied correctly. You can check for Event IDs 1035 and 276 in the Event Viewer to verify the updates.
- Sometimes, antivirus software can interfere with updates. Temporarily disable your antivirus and try updating again.
Reference:
Issues with Windows updates. Microsoft fixit gives error 0x80092003
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.