None.
RegistryKeyPath | Key to print the contents of. |
Registry values will appear first, followed by registry keys and their contents.
For information regarding exceptions / errors, see
here.
% registry set {HKEY_CURRENT_USER\Software\GenTest}
% registry set {HKEY_CURRENT_USER\Software\GenTest} one uno
% registry set {HKEY_CURRENT_USER\Software\GenTest} two dos
% registry set {HKEY_CURRENT_USER\Software\GenTest\three}
% registry set {HKEY_CURRENT_USER\Software\GenTest\three} aa 11
% registry set {HKEY_CURRENT_USER\Software\GenTest\three} bb 22
% RegistryPrint {HKEY_CURRENT_USER\Software\GenTest}
one uno
two dos
three
aa 11
bb 22
% registry delete {HKEY_CURRENT_USER\Software\GenTest}