Windows dism 명령어로 구성요소저장소 파일 손상 확인, 복구

cmd 명령어를 관리자 권한으로 실행 후 아래 명령어들을 필요에 맞게 입력합니다.

DISM /online /cleanup-image /checkhealth
(This is a quick scan and will determine if the image is repairable)

DISM /online /cleanup-image /scanhealth
(This will check if there are any corruptions detected. Like the check health command, this will not repair any errors)

sfc /scannow
(System File Checker will verify the integrity of every protected operating system file on your computer, try to fix corruptions detected)

DISM /online /cleanup-image /restorehealth
(The system will automatically connect to the Windows Update service to download and replace the corrupt files) 

게시됨

카테고리

작성자

댓글

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다