"Load Hive" option grayed out

I want to load the HKEY_LOCAL_MACHINE hive from another installation of Windows (e.g. X:\Windows\System32\config\SYSTEM), but apparently I can't load the hive because the "File -> Load Hive" menu item is disabled:

Registry Editor - Load Hive grayed out

0

2 Answers

You need to load a hive into a specific key, so it's necessary to select a key first:

Registry Editor - Select HKEY_LOCAL_MACHINE key

You can load hives into HKEY_LOCAL_MACHINE or into HKEY_USERS.

Once you've clicked HKEY_LOCAL_MACHINE, the "Load Hive" menu item will immediately become available:

Registry Editor - Load Hive Enabled

3

Even if you chose the correct key to load a hive into, this may result from insufficient user rights. If you're running under a user account and open regedit without admin rights, you may not be able to load a hive.
I have seen that on my own business laptop, in which I have a user account without local admin rights.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like