RegistryExceptionsUserDefined
指定要从筛选中排除的注册表项。 当注册表项位于排除列表中时,对该注册表键的所有写入都会绕过 UWF 筛选,直接写入注册表并在设备重启后仍然保留。
值
值 | 说明 |
---|---|
RegistryExceptionKey |
要从筛选中排除的注册表项。 |
父层次结构
Microsoft-Windows-Embedded-UnifiedWriteFilter | RegistryExceptionsUserDefined
有效配置阶段
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">
<RegistryExceptionsUserDefined>HKEY_LOCAL_MACHINE\COMPONENTS</RegistryExceptionsUserDefined>
</component>
</settings>