Bom dia,
tenta esse scripte em cmd de admin. Depois 2 reinicios e inicia os novos updates mais um vez
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /RestoreHealth
sfc /scannow
findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >c:\windows\logs\cbs\sfcdetails.log
net stop wuauserv
rd /s /q %WINDIR%\SoftwareDistribution
net start wuauserv
fsutil resource setautoreset true c:\
echo #### Info:
fsutil resource info C:
echo MSI
sc config msiserver start= demand
Net stop msiserver
MSIExec /unregister
MSIExec /regserver
regsvr32.exe /s %windir%\system32\msi.dll
Net start msiserver
sc config msiserver start= auto
Best regards,
David das Neves
Technology Specialist - Consulting Services
Computacenter AG & Co. oHG - Munich
Blog
Caution: This post was written with the intention to help and may contain errors.
If my post was helpful or answered your question please mark it respectively. Thanks.