What information is stored in the registry hive NTUSER.dat? Please try to be specific and avoid answers like "user settings."

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

User-specific registry entries.

From MS:

"With the hive registry, each time a new user logs on, a new directory is created for that user with a separate file for the user registry. This is called the user profile hive. A user's hive contains specific registry information pertaining to that user's applications, desktop, environment, network connections, and printer settings. The user profile hive contains all data under the HKEY_CURRENT_USER key. When the current user is logged off and another user is logged on, the new user's hive is mounted, and the data under HKEY_CURRENT_USER changes."

HTH

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.