RegistryExceptionsUserDefined

Specifies the registry keys to exclude from being filtered. When a registry key is in the exclusion list, all writes to that registry key bypass UWF filtering and are written directly to the registry and persist after the device restarts.

Values

Value Description

RegistryExceptionKey

Registry keys to exclude from being filtered.

Parent Hierarchy

Microsoft-Windows-Embedded-UnifiedWriteFilter | RegistryExceptionsUserDefined

Valid Configuration Passes

specialize

Applies To

For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Embedded-UnifiedWriteFilter.

XML example

<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>