Thank you for updating me with that information.
Let's start with a few things you can try:
- Please try to run SFC and DISM to check for any system errors and corrupted files. https://support.microsoft.com/windows/using-system-file-checker-in-windows-365e0031-36b1-6031-f804-8fd86e0ef4ca Restart your computer
- Reset Windows Update components manually Press Windows key+X then select either Windows PowerShell (Admin) or Terminal (Admin) Copy each command line into PowerShell or Terminal, and then press Enter (one line at a time)
Restart your computernet stop bits net stop wuauserv net stop appidsvc net stop cryptsvc Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*" rmdir %systemroot%\SoftwareDistribution /S /Q rmdir %systemroot%\system32\catroot2 /S /Q regsvr32.exe /s atl.dll regsvr32.exe /s urlmon.dll regsvr32.exe /s mshtml.dll netsh winsock reset netsh winsock reset proxy net start bits net start wuauserv net start appidsvc net start cryptsvc