Windows 11 error code 0x8024a203

Configurare noua (How To)

Situatie

Eroarea 0x8024A203 în Windows 11 apare de obicei când Windows Update nu poate finaliza instalarea unei actualizări (fișiere corupte, servicii blocate sau cache Update defect).

Solutie

Repornește serviciile Windows Update

  1. Apasă Start

  2. Scrie cmd

  3. Click dreapta → Run as administrator

  4. Rulează pe rând:

net stop wuauserv
net stop bits
net stop cryptsvc
net stop msiserver

Apoi:

net start wuauserv
net start bits
net start cryptsvc
net start msiserver

Restart PC și verifică din nou update-ul.

Resetează complet Windows Update

În Command Prompt (Administrator) rulează:

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

Restart.

Rulează verificare fișiere sistem

În Command Prompt (Admin): sfc /scannow

După ce termină, rulează:

DISM /Online /Cleanup-Image /RestoreHealth

Restart.

Dezactivează temporar antivirusul

Dacă ai antivirus extern (Avast, Bitdefender etc.), dezactivează-l temporar și încearcă update-ul din nou.

 Rulează Windows Update Troubleshooter

  1. Settings → System → Troubleshoot

  2. Click Other troubleshooters

  3. Rulează Windows Update.

Tip solutie

Permanent

Voteaza

(2 din 3 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?