RegistryValueKind type

Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry.
KnownRegistryValueKind can be used interchangeably with RegistryValueKind, this enum contains the known values that the service supports.

Known values supported by the service

None: None
Unknown: Unknown value type
String: String value type
ExpandString: ExpandString value type
Binary: Binary value type
DWord: DWord value type
MultiString: MultiString value type
QWord: QWord value type

type RegistryValueKind = string