Kiedy uruchamiam Windows Update, otrzymuję kod błędu 0x80070002

Nov 23 2020

Kiedy otwieram aktualizację systemu Windows, po prostu wyświetla komunikat o błędzie, z kodem 0x80070002 próbuję sprawdzić, czy są nowe aktualizacje, a po prostu zatrzymuje się na pobieraniu 0% i wyświetla błąd.
Jestem nowy w komputerach, czym się zajmuję. Dziękuję Ci

Odpowiedzi

1 djbritt Nov 24 2020 at 00:51

Współpracowałem z pomocą techniczną firmy Microsoft i powiedzieli, że te wskazówki znajdują się w ich wewnętrznej dokumentacji. Te kroki naprawiły ten błąd.

Open cmd as administrator

Run these commands, make sure it says service stopped successfully, or not started.

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

Run these commands, make sure it says service started successfully.

net start wuauserv
net start cryptSvc
net start bits
net start msiserver

Restart, then try windows update again

To działało świetnie dla mnie.