Hello,
Please refer these suggestions:
- Run System File Checker scan:
- Search for 'command prompt' using Cortana or Windows Search.
- From results, right click on Command Prompt and select Run as administrator.
- Type sfc /scannow command and press Enter key.
- Let the command complete and then reboot the machine.
- If SFC scan fails, try these steps:
- Search for 'windows powershell' using Cortana or Windows Search.
- From results, choose Windows PowerShell and select Run as administrator.
- Then type/paste following and press Enter key
Repair-WindowsImage -Online -RestoreHealth
- Let the command complete, restart your system then.
- Reset Windows Update database:
Open administrative Command Prompt and type following commands one-by-one followed by Enter key.
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
- Reset Windows Update components: https://docs.microsoft.com/en-us/windows/deployment/update/windows-update-resources
- Install updates manually using this guide: https://www.kapilarya.com/manually-download-and-install-windows-updates-in-windows-10
Hope this helps!
Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.