Hi,
다음 답변 시 C:\Windows\Logs\CBS\CBS.log 파일을 업로드해 주시기 바랍니다.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
C:\Windows\System32>sfc /scannow
시스템 검사를 시작합니다. 이 프로세스를 수행하는 데에는 약간의 시간이 소요됩니다.
시스템 검사의 확인 단계를 시작하고 있습니다.
100% 검증 완료
Windows 리소스 보호에서 손상된 파일을 발견했지만 일부 파일을 복구하지 못했습니다.
온라인 복구의 경우 세부 정보는 windir\Logs\CBS\CBS.log에 있는
CBS 로그 파일에 포함되어 있습니다. 예: C:\Windows\Logs\CBS\CBS.log. 오프라인
복구의 경우 세부 정보는 /OFFLOGFILE 플래그에 의해 제공되는 로그 파일에 포함되어 있습니다.
C:\Windows\System32>dism /online /cleanup-image /restorehealth
배포 이미지 서비스 및 관리 도구
버전: 10.0.26100.5074
이미지 버전: 10.0.26200.8246
[==========================100.0%==========================]
오류: 0x800f0915
복구 콘텐츠를 어디에서도 찾을 수 없습니다.
인터넷 액세스를 확인하거나 "Source" 옵션을 사용하여 이미지를 복원하는 데 필요한 파일의 위치를 지정합니다. 원본 위치를 지정하는 방법에 대한 자세한 내용은 https://go.microsoft.com/fwlink/?LinkId=243077을 참조하세요.
DISM 로그 파일은 C:\WINDOWS\Logs\DISM\dism.log에 있습니다.
윈도우가 멈추는 문제가 있어서 CMD를 통해서 실행했습니다. ( 갑자기 윈도우 버튼도 안먹히고 작업관리자 실행도 안돼서 아예 전원버튼을 눌러 재시작해야합니다.)
오류가 나오는데 어떻게 해결해야하나요?
윈도우11 pro, 25H2 버전입니다.
Hi,
다음 답변 시 C:\Windows\Logs\CBS\CBS.log 파일을 업로드해 주시기 바랍니다.
AI answer
Error 0x800f0915 means DISM cannot find repair content for the Windows image. In this situation, use DISM with an explicit repair source, then rerun SFC, and if problems persist, consider a reset.
Follow these steps:
command prompt. DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows /LimitAccess
C:\RepairSource\Windows with the folder that contains the Windows image files. sfc /scannow
C:\Windows\Logs\CBS\CBS.log and manually replace specific corrupted files with known good copies, as described in the System File Checker guidance.References: