System Registry

Gets or sets values of the WINDOWS registry.

WINDOWS only.

Settings

root

Root of the registry.

  • HKEY_CLASSES_ROOT,
  • HKEY_CURRENT_USER,
  • HKEY_LOCAL_MACHINE,
  • HKEY_USERS,
  • HKEY_PERFORMANCE_DATA,
  • HKEY_CURRENT_CONFIG,
  • HKEY_DYN_DATA.

key

Key to access to. For example to read or write \HKEY_CURRENT_USER\System\CurrentControlSet enter the value System\CurrentControlSet

value name

Name of the value to access to. Can be any string.

value integer

Value read or to set as an integer.

set value integer

Sets the registry value with value integer.

get value integer

Gets the registry value and store it in value integer.

value string

Value read or to set as a string.

set value string

Sets the registry value with value string.

get value string

Gets the registry value and store it in value string.

See also

version 5.2.221206

Edit All Pages