Represents the HKEY_CURRENT_USER root key.
public static final RegistryKey CURRENT_USER;
Use the CURRENT_USER key to store user-specific settings. Your application must not require any of these settings to preexist. It should always provide meaningful default values within the application and/or within the registry.