Moving a block of registry data at once
I have the need to move the group of registry information at:
HKLM\Software\G8BPQ\BPQ32 to HKCU\Software\G8BPQ\BPQ32 with a single command or routine. Somewhat similar to the file command with the \r parameter.
I do not know in advance all of the folders, subfolders, values,etc which may exist in an installation I am updating or I could just move them explicitly, so the command or routine must walk each branch, back up and do the next etc until everything in that group has been moved. Something like the "\r" option in 'File'.
After this has been accomplished I will just delete HKLM\.....\BPQ32, and proceed with additional updating.
Thanks for the help!