How to browse a registry hive file?

1

2

I had to reinstall windows but forgot to backup settings from an app from the registry. I still have the old registry in Windows.old/Documents and Settings/me. I think it's the ntuser.dat file. Is there any way to browse this file like you do with regedit, so I can get my settings?

windozsux

Posted 2014-05-17T18:09:30.380

Reputation: 33

nvm found this http://www.gaijin.at/en/dlregview.php

– windozsux – 2014-05-17T18:46:37.300

Answers

1

Solution

  1. Press Win+R, type or paste regedit, and press Enter.
  2. Click the HKEY_LOCAL_MACHINE key.
  3. Click the File > Load Hive menu, and select the registry hive file (eg. NTUSER.DAT).
  4. Choose an unique name, and click OK.

The registry hive will be available inside the HKEY_LOCAL_MACHINE key, ready to be explored. When you're done, click File > Unload Hive.

and31415

Posted 2014-05-17T18:09:30.380

Reputation: 13 382

1

Yep, this is possible.

Open up registry editor.

Click File > Import.

Change the dropdown to Registry Hive Files (*.*), and select your ntuser.dat file.

When it asks for a name to mount as, choose something like "temp registry mount".

Find what you want and when you are done, right click and choose Unload Hive.

All done!

William Hilsum

Posted 2014-05-17T18:09:30.380

Reputation: 111 572

it doesn't appear in the list – windozsux – 2014-05-17T18:19:25.843

1k I managed to unhide the file but when I load it in the registry editor it says "The key will be restored on top of key: Computer. All value entries and subkeys of this key will be deleted. Do you want to continue the operation?" Heck no, I dont want to overwrite the current registry :/ – windozsux – 2014-05-17T18:31:02.147