Situatie
Solutie
1. Run Troubleshooter
Deschide Settings => System => Troubleshoot => Other troubleshooters =>Windows Update => Run.
2. Foloseste Command Prompt
- Open Command prompt as Administrator
- Type/copy the commands below , enter 1 by 1
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
2. Introdu urmatoarele comenzi:
dism.exe /online /cleanup-image /restorehealth
sfc /scannow
Inchide Command Prompt, restarteaza calculatorul si incearca sa faci din nou update-ul.
Leave A Comment?