Registry Operations (Classic Agent)
Includes functions for registry operations with the Classic Agent.
Reg_CreateKey Function
Creates a new key, including any ancestors that do not already exist.
Reg_CreateValue Function
Creates a value in a key with the specified data.
Reg_DeleteKey Function
Deletes a registry key.
Reg_DeleteKeysAll Function
Deletes a registry key, including all keys and values below that key.
Reg_DeleteValue Function
Deletes a value in a key.
Reg_EnumKeys Function
Returns the list of subkeys directly beneath the specified key.
Reg_EnumKeysAll Function
Returns the list of all layers of subkeys beneath the specified key.
Reg_EnumValues Function
Returns the list of values belonging to the specified key.
Reg_EnumValuesAll Function
Returns the values of the key and of all subkeys within sPath.
SYS_GetRegistryKeyNames Function
Returns a list of key names in string.
SYS_GetRegistryValue Function
Returns the data value of an item in the Windows registry.
SYS_SetRegistryValue Function
Sets the data value of an item in the Windows registry.
Parent topic:
Functions