Registry Actions
Description: The Registry action encompasses a variety of activities capable of automating many common registry configuration and management operations, such as the ability to create, manipulate, rename and delete registry keys, sub-keys or value data. This action can read or store registry values, which is ideal in situations when you may want a task to save data collected from an external application so that it can be retrieved and used the next time the task is run. It can also be used to retrieve configuration data, for instance, to keep track of the software you install on the computer.
Available Activities
The list of activities for this action are arranged below in alphabetical order. For more information about a specific activity, click its associated link.
Activity |
Description |
---|---|
Creates a key in the specified registry location. |
|
Creates or modifies a value in the registry. This activity supports creation or modification of all value types (e.g., String, Multi-String, Expandable String, 32-bit DWORD). |
|
Deletes a key from the specified registry location. Any sub-keys will also be deleted. |
|
Deletes the specified value from the registry. Both value name and value data is deleted from the specified registry key. |
|
Obtains one or more values from the registry and populates a dataset with results. |
|
Reads a value from the registry and assigns the value to a variable. |
|
Renames a key in the registry. |
|
Renames a value in the registry. |