GetRegistryKey<TResult>
What to use it for | Prerequisites | Essential options to set |
---|---|---|
Use GetRegistryKey<TResult> to get a value from a registry key, for use further down the Workflow. | None. |
|
<TResult>
For Activities with 'TResult' as part of their name you should indicate what the data type of the output (i.e., the result) needs to be. This initial setting affects the options that will appear in the Activity itself, which is why you will need to set it before you can configure the Activity.
Options
Option | What is it | How to use it |
---|---|---|
Key | Key is the path to a name an value pair in the registry. | Enter the registry path to a name. You can obtain the path by right-clicking the folder containing the name, then select 'Copy key name' from the contextual menu. An example: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\FileSystem |
Name | The specific option within a key that you would like to add or change. | A key contains one or more names. Enter a relevant name. |
Result | Option to save the results to a variable, for use later in the Workflow. | Create a variable to save the results to. |
Result type | Option to indicate what type of data is stored into the variable. | Use the dropdown to indicate the type of object. |
Related pages
, multiple selections available, Use left or right arrow keys to navigate selected items