Share via

0x800f0915 error

HY_SS 0 Reputation points
2026-04-30T02:21:48.2066667+00:00

User's image

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 버전입니다.

Windows for home | Windows 11 | PC Health Checker
0 comments No comments

2 answers

Sort by: Most helpful
  1. Ramesh 176.3K Reputation points Volunteer Moderator
    2026-04-30T02:29:35.7333333+00:00

    Hi,

    다음 답변 시 C:\Windows\Logs\CBS\CBS.log 파일을 업로드해 주시기 바랍니다.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-04-30T02:22:02.0366667+00:00

    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:

    1. Open an elevated Command Prompt
      • In the search box on the taskbar, type command prompt.
      • Right‑click Command Prompt and select Run as administrator.
    2. Run DISM with a repair source
      • Mount or connect a valid Windows 11 installation source (for example, a Windows 11 ISO or USB that matches your installed build as closely as possible), or use another working Windows installation or a WinSxS folder on a network share.
      • Run a command in this form (adjust the path to your actual repair source):
             DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows /LimitAccess
        
      • Replace C:\RepairSource\Windows with the folder that contains the Windows image files.
      • Wait for the command to complete.
    3. Run System File Checker again
      • In the same elevated Command Prompt, run:
             sfc /scannow
        
      • Wait until verification reaches 100% and check that it reports no integrity violations.
    4. If corruption is still reported
      • View the SFC details in C:\Windows\Logs\CBS\CBS.log and manually replace specific corrupted files with known good copies, as described in the System File Checker guidance.
      • If SFC still reports unrepairable corruption after DISM with a valid source and manual replacement, use Reset this PC with Keep my files to reinstall Windows while preserving personal data.

    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.