AFAIK it's:
regedit /E "c:\name of folder \nameof file.reg" HKEY_USERS
please note:
a) the quotes are required around the reg file
b) the registry is a hirarchical structure (very like linux's hfs, if I didn't know any better I say m$ based the registry on it
). You only need to backup HKEY_USERS. All other root keys are actually soft links to keys within HKU.
c) Caps are necessary (not 100% sure about that, but why take the risk
)
regedit /E "c:\name of folder \nameof file.reg" HKEY_USERS
please note:
a) the quotes are required around the reg file
b) the registry is a hirarchical structure (very like linux's hfs, if I didn't know any better I say m$ based the registry on it
c) Caps are necessary (not 100% sure about that, but why take the risk