Windows
윈도우10 업데이트 - 0x80070641,0x80070643 오류 조치
앗사비
2017. 11. 6. 17:41
728x90
한참 찾아서 겨우 해결했다!
방법1
https://support.microsoft.com/ko-kr/help/957004
msiexec /unreg
msiexec /regserver
net start msiserver
방법2
DISM.exe /Online /Cleanup-image /Restorehealth
sfc /scannow
방법3
- 서비스 중지
- Background Intelligent Transfer Service
- Cryptographic Services
- Windows Updates
- 폴더 삭제
- C:\Windows\SoftwareDistribution
- C:\Windows\System32\Catroot2
- 중지했던 서비스 재시작
- 폴더 삭제가 안되면 서비스 중지 여부 재확인
cf) 방법3에 대한 명령어
net stop bits
net stop cryptSvc
net stop wuauserv
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
net start bits
net start cryptSvc
net start wuauserv
---
그래도 안된다면 혹시 윈도우 인스톨러 폴더를 심볼릭 링크 걸었는지 기억해보자
심볼릭 지우고 다시 해보니까 되는 경우도 있음
https://myinbox.tistory.com/165
---
728x90