Windows Update를 실행할 때 오류 코드 0x80070002가 표시됩니다.

Nov 23 2020

Windows 업데이트를 열면 오류 메시지가 표시되고 0x80070002 코드로 새 업데이트를 확인하려고 시도했지만 다운로드가 0 %에서 중지되고 오류가 표시됩니다.
나는 컴퓨터를 처음 사용합니다. 감사합니다

답변

1 djbritt Nov 24 2020 at 00:51

나는 마이크로 소프트 지원팀과 함께 일했고 그들은 이러한 지침이 내부 문서에 있다고 말했다. 이 단계는 나를 위해이 오류를 수정했습니다.

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

그것은 나를 위해 잘 작동했습니다.