!registryKey¶

Adds or deletes a specified registry key.

Required Parameters¶


Parameter

Description

Type

path

Specifies the path to the registry key.

string

Optional Parameters¶


Parameter

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