Registry:CreateKey

Method

Purpose

Adds a key to the Registry. This function adds a subkey to the Registry under a specified key.

Type

Synchronous, IMPACT_ACTION.

Arguments

 

Name

Type

Description

RootKey

String

Parent key. Should be chosen from the following options: HKEY_CLASSES_ROOT

HKEY_CURRRENT_CONFIG

HKEY_CURRENT_USER

HKEY_LOCAL_MACHINE

HKEY_USERS

Subkey

String

Subkey to be created

Returns

None.