Registry Operations
...
...
Import
...
from Registry
This activity imports data from Windows Registry.
Write To Registry
...
Import From Remote Registry
...
Write To Remote Registry
...
Activities Parameters
Write To Registry
...
Write To Remote Registry
...
Import From Registry
...
The Root parameter is a combobox so the value is chosen by the user from the drop down list displayed when clicked on the editor.
The output returned by this activity is passed to the argument of direction OUT , defined in the Parameters area from WF Designer panel. Arguments of direction OUT are displayed in the Output section of Tracking Data panel.
Import From Remote Registry
...
Activity Parameters
The Import from Registry activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Path (text box editor type) (type: string): enter the Registry Path.
- Root (text box editor type) (type: string): choose from the drop down list either Local Machine root(HKLM) or Current User root(HKCU).
- Value Name (text box editor type) (type: string): enter the Value Name.
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: string): outputs the specified value data from Windows Registry.
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Import from Registry activity:
Import from Remote Registry
This activity imports data from Remote Windows Registry.
Activity Parameters
The Import from Remote Registry activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Path (text box editor type) (type: string): enter the Registry Path.
- Remote Server (text box editor type) (type: string): enter the Remote Server. For example: 192.168.0.55.
- Root (text box editor type) (type: string): choose from the drop down list either Local Machine root(HKLM) or Current User root(HKCU).
- Value Name (text box editor type) (type: string): enter the Value Name.
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: string): outputs the specified value data from Windows Registry.
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Import from Remote Registry activity:
Write to Registry
This activity writes Data to Windows Registry.
Activity Parameters
The Write to Registry activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Path (text box editor type) (type: string): enter the Registry Path.
- Root (text box editor type) (type: string): choose from the drop down list either Local Machine root(HKLM) or Current User root(HKCU).
- Value Data (text box editor type) (type: string): enter the Value Data.
- Value Name (text box editor type) (type: string): enter the Value Name.
- Value Type (text box editor type) (type: string): select the Value Type.
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Write to Registry activity:
Write to Remote Registry
This activity writes Data to Remote Windows Registry.
Activity Parameters
The Write to Remote Registry activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Path (text box editor type) (type: string): enter the Registry Path.
- Remote Server (text box editor type) (type: string): enter the Remote Server. For example: 192.168.0.55.
- Root (text box editor type) (type: string): choose from the drop down list either Local Machine root(HKLM) or Current User root(HKCU).
- Value Data (text box editor type) (type: string): enter the Value Data.
- Value Name (text box editor type) (type: string): enter the Value Name.
- Value Type (text box editor type) (type: string): select the Value Type.
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Write to Remote Registry activity: