다음을 통해 공유


FileExceptionsUserDefined

UWF에 의한 필터링에서 제외할 보호된 볼륨의 파일 또는 폴더의 전체 경로를 지정합니다.

설명

FileExceptions

UWF에 의한 필터링에서 제외할 보호된 볼륨의 파일 또는 폴더의 전체 경로를 지정합니다.

부모 계층

Microsoft-Windows-Embedded-UnifiedWriteFilter | ProtectedVolumeList | ProtectedVolumeEntry | FileExceptionsUserDefined

유효한 구성 패스

specialize

적용 대상

이 구성 요소가 지원하는 Windows 버전 및 아키텍처 목록은 Microsoft-Windows-Embedded-UnifiedWriteFilter를 참조하세요.

XML 예제

<settings pass="specialize">
    <component name="Microsoft-Windows-Embedded-UnifiedWriteFilter" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ProtectedVolumeList>
            <ProtectedVolumeEntry wcm:action="add">
                <FileExceptionsUserDefined>C:\User\Test\Test.log C:\User\Log</FileExceptionsUserDefined>
            </ProtectedVolumeEntry>
        </ProtectedVolumeList>
    </component>
</settings>