Skip to content

RegistryValueType type

Values of this type represent possible registry value types.

  • string: The value is interpreted and stored as a string (REG_SZ).
  • integer: The value is interpreted and stored as an integer (REG_DWORD).
  • binary: The value is interpreted and stored as a hexadecimal value (REG_BINARY).
  • expandable: The value is interpreted and stored as an expandable string (REG_EXPAND_SZ).
  • multiString: The value is interpreted and stored as a multiple strings (REG_MULTI_SZ). Please note that this value will only result in a multi-string value if there is more than one registry value or the Action attribute’s value is ‘append’ or ‘prepend’. Otherwise a string value will be created.