RegistryScope Enumeration

Specifies a registry scope (a root key).

Definition

Namespace: DevCase.Core.Windows.Registry
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum RegistryScope

Members

Machine 0 This refers to the HKEY_LOCAL_MACHINE (or HKLM) registry root key.

Configuration changes made on the subkeys of this root key will affect all users.

CurrentUser 1 This refers to the HKEY_CURRENT_USER (or HKCU) registry root key.

Configuration changes made on the subkeys of this root key will affect only the current user.

See Also