Commands
The RegistryDeleteKey command deletes a key and its values and subkeys.
The RegistryDeleteValue command removes the specified value from the specified registry key.
The RegistryEnumerateValues command enumerates the values for the specified registry key.
The RegistryGetValue command retrieves the data from the specified value.
The RegistrySetValue command sets the data for the specified value.
The RegistryValueExist command determines whether a value exist under specified key.
The SetRegistryPath command initializes the key and the value name to use by other registry commands.