/
Registry Operations

Registry Operations

 

 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

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:

Related content