Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

 

 

Import  Import from Registry

This activity imports data from Windows 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

...

 

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.

...

 

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.

...