Fix KB5043178 failed to install in Windows 11 24H2

preview_player
Показать описание
Fix KB5043178 failed to install in Windows 11 24H2.

Reset Windows update components commands:

net stop wuauserv
rd /s /q %systemroot%\SoftwareDistribution
net start wuauserv
net stop bits
net stop wuauserv
net stop cryptsvc
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"
cd /d %windir%\system32
netsh winsock reset
net start bits
net start wuauserv
net start cryptsvc

System Files checker command:

SFC /Scannow

DISM commands:

Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /RestoreHealth

Рекомендации по теме