Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
7/8/2014
Review the syntax, members, and examples of the UWF_ExcludedRegistryKey WMI provider class for Windows Embedded 8.1 Industry (Industry 8.1).
This class is a container class that contains the registry keys that are currently in the registry key exclusion list for Unified Write Filter (UWF).
Syntax
class UWF_ExcludedRegistryKey {
[Read] string RegistryKey;
};
Members
The following tables list any methods and properties that belong to this class.
Properties
Property |
Data type |
Qualifier |
Description |
|---|---|---|---|
RegistryKey |
string |
[read] |
The full path of the registry key in the registry key exclusion list. |
Remarks
UWF_ExcludedRegistryKey does not represent an actual WMI object, and you cannot use this class to get or set registry key exclusions.
You can use the UWF_RegistryFilter.GetExclusions or UWF_RegistryFilter.FindExclusion methods to retrieve UWF_ExcludedRegistryKey objects.
You can use the UWF_Volume.AddExclusion and UWF_Volume.RemoveExclusion methods to add or remove registry keys to the UWF registry key exclusion list.
See Also
Reference
Unified Write Filter WMI provider reference