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>