NAME
RegistryPrint — Print the contents of a registry key.
SYNOPSIS
RegistryPrint RegistryKeyPath
DESCRIPTION
Return Value
None.
Arguments
RegistryKeyPathKey to print the contents of.
More Info
Registry values will appear first, followed by registry keys and their contents.

For information regarding exceptions / errors, see here.
EXAMPLES
% 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}
SEE ALSO
PrintDict
KEYWORDS
print, registry