Registry - Create Key

Creates a key in the Registry.

Action ID:
Action Category:
Action List Syntax:

9
Registry
Registry.CreateKey (<<MAINKEY>>\<<SUBKEY>>)

Settings

Main key

The main or "root" key where the key will be created. Choose from:

Sub key:

The sub key that will be created.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_REGISTRY_MODIFY

MSG_ERR_REGISTRY_MODIFY
MSG_ERR_CREATE_KEY
<<MAINKEY>>
\<<SUBKEY>>

Examples

None