UWF_ExcludedRegistryKey (Standard 8)

7/8/2014

This class view 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 constructors, methods, fields, 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 GetExclusions or FindExclusion methods to retrieve UWF_ExcludedRegistryKey objects.

You can use the AddExclusion and RemoveExclusion methods to add or remove registry keys to the UWF registry key exclusion list.

Requirements

Architecture

x64,
x86

MOF

uwfwmi.mof

WMI Namespace

root\standardcimv2\embedded

WMI Provider

UWF

See Also

Reference

Unified Write Filter WMI Provider Reference

Concepts

Unified Write Filter (UWF) Overview