Class LocalRegistry

java.lang.Object
com.github.robtimus.os.windows.registry.Registry
com.github.robtimus.os.windows.registry.LocalRegistry

public final class LocalRegistry extends Registry
A representation of the local Windows registry.
Author:
Rob Spoor
Since:
2.0
  • Field Details

    • HKEY_CLASSES_ROOT

      public final RegistryKey HKEY_CLASSES_ROOT
      The HKEY_CLASSES_ROOT root key.
    • HKEY_CURRENT_USER

      public final RegistryKey HKEY_CURRENT_USER
      The HKEY_CURRENT_USER root key.
    • HKEY_LOCAL_MACHINE

      public final RegistryKey HKEY_LOCAL_MACHINE
      The HKEY_LOCAL_MACHINE root key.
    • HKEY_USERS

      public final RegistryKey HKEY_USERS
      The HKEY_USERS root key.
    • HKEY_CURRENT_CONFIG

      public final RegistryKey HKEY_CURRENT_CONFIG
      The HKEY_CURRENT_CONFIG root key.