Hm, indeed.
I never thought of using that feature to open NTUSER.DAT. The main goal of offline registry feature was to simulate a live registry of some system that currently is offline. I just implemented a straightforward model where offline system does not have logged in user, so NTUSER.DAT is not used.
In the future, I will possibly add ability to open NTUSER.DAT from the specified folder along with other registry hives, but currently you have the followings options:
1. Mount NTUSER.DAT file to your live registry as a subkey of HKEY_LOCAL_MACHINE or HKEY_USERS.
This requires that you run Registry Finder as administrator.
Click File/Load Hive.
Browse your ntuser.dat file.
Type subkey name.
Select root key under which the subkey will be created.
When you finished with that ntuser.dat, select it in the tree and invoke File/Unload Hive.
2. Rename NTUSER.DAT to a name that is recognized as a registry hive. That is SAM, SECURITY, SOFTWARE, SYSTEM, .DEFAULT. Then open that directory as offline registry.
вторник, 17 ноября 2020 г. в 09:29:24 UTC+3, Jeong-hun Sin: