안녕하세요
이 문제는 %windir%\winsxs\filemaps\ 또는 %windir%\winsxs\temp\PendingRenames 디렉터리의 파일에 대한 권한이 올바르지 않을 때 발생할 수 있습니다.
이 문제를 해결하는 단계는 다음과 같습니다.
- 관리자 권한 명령 프롬프트를 엽니다. 시작 메뉴에서 cmd를 검색하고 명령 프롬프트를 마우스 오른쪽 버튼으로 클릭한 후 관리자 권한으로 실행을 선택하면 됩니다.
- 다음 명령을 입력하고 각 명령 다음에 Enter를 누르십시오.
Takeown /f %windir%\winsxs\temp\PendingRenames /a
icacls %windir%\winsxs\temp\PendingRenames /grant "NT AUTHORITY\SYSTEM:(RX)"
icacls %windir%\winsxs\temp\PendingRenames /grant "NT Service\trustedinstaller:(F)"
icacls %windir%\winsxs\temp\PendingRenames /grant BUILTIN\Users:(RX)
Takeown /f %windir%\winsxs\filemaps\* /a
icacls %windir%\winsxs\filemaps\. /grant "NT AUTHORITY\SYSTEM:(RX)"
icacls %windir%\winsxs\filemaps\. /grant "NT Service\trustedinstaller:(F)"
icacls %windir%\winsxs\filemaps\. /grant BUILTIN\Users:(RX)
net stop cryptsvc
net start cryptsvc
- 이제 다음 명령을 입력하여 시스템 기록기가 나열되는지 확인하십시오.
vssadmin list writers
시스템 기록기가 여전히 누락된 경우 응용 프로그램 이벤트 로그에서 다음 이벤트를 확인하세요.
Log Name: Application
Source: VSS
Event ID: 8213
Level: Error
Description: Volume Shadow Copy Service error: The process that hosts the writer with name System Writer and ID {e8132975-6f93-4464-a53e-1050253ae220} does not run under a user with sufficient access rights. Consider running this process under a local account which is either Local System, Administrator, Network Service, or Local Service.
Operation: Initializing Writer
Context: Writer Class Id: {e8132975-6f93-4464-a53e-1050253ae220}
이 이벤트가 표시되면 프로세스가 실행 중인 계정을 조정해야 할 수도 있습니다.
다음번에는 영어로 질문하는 것이 좋습니다. 한국어 포럼은 다음과 같습니다:
[질문](https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fko-kr%2Fanswers%2Fquestions%2F&data=05%7C02%7Cwesleyl%40wicresoft.com%7Cb023d3713c844756c61808dc70361156%7Cb2ae8dd9097749768706861b488b1512%7C0%7C0%7C638508624744554643%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=J9gdRES0Eqsq845bUUFm6o27qr2Qipam2RfGKhcT3Ms%3D&reserved=0"原始 URL: https://learn.microsoft.com/ko-kr/answers/questions/。如果你信任此链接, 请单击或点击。")[ - Microsoft Q&A](https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fko-kr%2Fanswers%2Fquestions%2F&data=05%7C02%7Cwesleyl%40wicresoft.com%7Cb023d3713c844756c61808dc70361156%7Cb2ae8dd9097749768706861b488b1512%7C0%7C0%7C638508624744554643%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=J9gdRES0Eqsq845bUUFm6o27qr2Qipam2RfGKhcT3Ms%3D&reserved=0"原始 URL: https://learn.microsoft.com/ko-kr/answers/questions/。如果你信任此链接, 请单击或点击。")