How to export part of the registry to a .reg file
Posted on January 4, 2009
1 2 3 4 5 | 'Registry - How to export part of the registry to a .reg file 'ust Shell Regedit with the /e switch and pass the hive that you want to export and subkeys. Shell "C:\Windows\regedit.exe /e C:\Data.reg HKEY_LOCAL_MACHINE\SOFTWARE\microsoft\Windows", _ vbNormal |