Registry settings are stored in "hive" files which are sudo databases. Reg really only works on the currently loaded hives.
There is a bit of a trick you could use but it could be risky.
You can load other hive files (including the real system hives) as keys under HKEY_LOCAL_MACHINE.
You would need to do the following
- Open regedit
- Select HKEY_LOCAL_MACHINE
- Click File > Load Hive
- Select the target system hive
- Give it a name such as ABCDEDF
- You would then need to edit your .reg file to include ABCDEF or whatever you name it between HKEY_LOCAL_MACHINE\ABCDEF\<real key path>
- Then in regedit you can import the reg file