Registry - Delete Value

Deletes a value in the Registry.

Action ID:
Action Category:
Action List Syntax:

69
Registry
Registry.DeleteValue (<<MAINKEY>>\<<SUBKEY>>, <<VALUENAME>>)

Settings

Main key

The main or "root" key where the value exists. Choose from:

Sub key:

The sub key that contains the value.

Value name:

The name of the value that you want to delete.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_REGISTRY_MODIFY

MSG_ERR_REGISTRY_MODIFY
MSG_ERR_DELETE_VALUE
<<MAINKEY>>
\<<SUBKEY>>\<<VALUENAME>>

Examples

None