Microsoft SDK for Java

Registry.USERS

Represents the HKEY_USERS root key.

Syntax

public static final RegistryKey USERS;

Remarks

The USERS root key is used to store information for all users of the system. To store information for the current user on the computer, use the CURRENT_USER key.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.