# README

Registry

Commands for manipulating the Windows registry.

# Functions

Commands returns the “ command and its subcommands.
PrintCreateKey - Print the results of the create key command.
PrintDeleteKey - Print the results of the delete key command.
PrintListSubKeys - Print the list sub keys command result.
PrintListValues - Print the registry list values.
PrintRegRead - Print the results of the registry read command.
PrintRegWrite - Print the registry write operation.
RegCreateKeyCmd - Create a new Windows registry key.
RegDeleteKeyCmd - Remove a Windows registry key.
RegListSubKeysCmd - List sub registry keys.
RegListValuesCmd - List registry values.
RegReadCmd - Read a windows registry key: registry read --hostname aa.bc.local --hive HKCU "software\google\chrome\blbeacon\version".
No description provided by the author
RegWriteCmd - Write to a Windows registry key: registry write --hive HKCU --type dword "software\google\chrome\blbeacon\hello" 32.