Windows

FIX: Windows 11 Update KB5041585/KB5042099 (Version 23H2/22H2) Fails to Install



Method 1: Open the Run window type services.msc  On service tab choose Windows update select automatic  Apply. Do the same operations with Background Intelligent Transfer service
Method 2: Go to Window update settings  Troubles shoot.
Method 3: Use Windows 11 Update Assistant:

Method 4: Go to Microsoft catalogue update

Method 5: Reset Windows Update Components. Copy all below command and save it by notepad
SC config trustedinstaller start=auto
net stop bits
net stop wuauserv
net stop msiserver
net stop cryptsvc
net stop appidsvc
Ren %Systemroot%SoftwareDistribution SoftwareDistribution.old
Ren %Systemroot%System32catroot2 catroot2.old
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
rundll32.exe pnpclean.dll,RunDLL_PnpClean /DRIVERS /MAXCLEAN
dism /Online /Cleanup-image /ScanHealth
dism /Online /Cleanup-image /CheckHealth
dism /Online /Cleanup-image /RestoreHealth
dism /Online /Cleanup-image /StartComponentCleanup
Sfc /ScanNow
net start bits
net start wuauserv
net start msiserver
net start cryptsvc
net start appidsvc
Save it as bat file and run as administrator
Method 6: Use Media Creation Tool

[ad_2]

source

Related Articles

Leave a Reply

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

Back to top button