Hello Melvin,
Loading/opening offline registry as a set of registry files through the command line is not supported.
As a workaround, you may consider using the load command to load individual hives, for example:
RegistryFinder load C:\Offline\SOFTWARE HKEY_LOCAL_MACHINE\Offline-Software
This command creates the HKEY_LOCAL_MACHINE\Offline-Software key and loads the C:\Offline\SOFTWARE file into it. Instead of HKEY_LOCAL_MACHINE you can use HKEY_USERS. No other root keys are allowed. Instead of Offline-Software you can specify arbitrary name. The name must specify a single key, it cannot be a path with several subkeys. RegistryFinder must be launched as administrator.
When the key is no longer needed, unload it with the following command:
RegistryFinder unload HKEY_LOCAL_MACHINE\Offline-Software
Regards,
Sergey
суббота, 18 января 2025 г. в 23:32:03 UTC+3, Melvin Nava (MEL):