RegistryKey¶

Adds or deletes a specified registry key.

Required Parameters¶


Paramater

Description

Type

path

Specifies the path to the registry key.

string

Optional Parameters¶


Paramater

Description

Type

Default

operation

Specifies the operation to take place.

Enum:
delete
add

delete

scope

Specifies the scope of the edit, if it makes use of the HKCU registry hive.

Enum:
allUsers
currentUser
activeUsers
defaultUsers

allUsers