RegistryKey (Standard 8 Module Reference)

7/8/2014

Review the applicable Feature modules and any examples for the RegistryKey setting in Windows Embedded 8 Standard (Standard 8).

This setting contains a string that specifies the registry key to use with the Registry Filter. The root for this key is specified in RegistryRoot.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Registry Filter

Features/Lockdown/Compatibility Write Filters/Registry Filter/CustomKeys/CustomKey/RegistryKey

XML Example

The following XML example shows how to specify a Registry Filter exclusion for a custom registry key.

<CustomKeys>
    <CustomKey wcm:action="add">
        <ID>CustomName</ID>
        <RegistryKey>HKEY_LOCAL_MACHINE\SOFTWARE\CONTOSO\CustomApp\CustomKey</RegistryKey>
        <RegistryRoot>HKLM</RegistryRoot>
    </CustomKey>
</CustomKeys>

See Also

Concepts

Feature Module Settings