User guide
77
Delete Windows Registry Value
This action allows deleting an existing registry value. It will fail if the registry value does not exist. The
configuration variables of this action are:
Parameters
Mandatory?
Description
RegistryKey
Yes
The complete name of the registry key that contains the value
(i.e. HKLM\Software\MYKEY).
RegistryValue
Yes
The name of the registry value to be deleted.
OperatingSystemType
No
The operating system type in which to delete the registry
value. The allowed values are:
- 32: The value will be deleted in the 32-bit registry. If
not specified, this will be the default.
- 64: The value will be deleted in the 64-bit registry.
Run Command Line
This action allows execution of a command line. The command line will use the deployment agent identity to run.
The configuration variables of this action are:
Parameters
Mandatory?
Description
FilePath
Yes
The complete location and the executable name.
Arguments
No
The arguments required to run the command line.
Run Command Line as User
This action allows execution of a command line as a specific user. The configuration variables of this action are:
Parameters
Mandatory?
Description
FilePath
Yes
The complete location and the executable name.
Arguments
No
The arguments required to run the command line.
UserDomain
No
The domain of the user to use to run the executable. If not
defined, the user specified will be considered as a local one
(i.e. “.\localuser”).
UserName
Yes
The name of the user to use to run the executable.
UserPassword
No
The password of the user to use to run the executable.
Kill Windows Process
This tool allows users to kill a Windows Process. The configuration variables of this tool are: