Registry

PREVIOUS  NEXT

You can perform the following registry manipulation on the remote hosts:

 

Registry Values:

Registry Keys:

The following data types are currently supported:

Set a value
Change a value
Delete a value
Display current values
Add a key
Delete a key
REG_DWORD
REG_SZ
REG_EXPAND_SZ

 

Add / Change Value

With these options you can add a new value to or change an existing value in the registry at the specified subkey.

 

The difference between Add and Change is that:

 

Add will fail if a value with the same name already exists
Change will fail if the specified value does not already exist

 

1.Choose a Main Key (example HKEY_LOCAL_MACHINE)
2.Enter a key (example: Software\Microsoft\Windows NT\CurrentVersion\Winlogon)
3.Enter the value name (example: ShutdownWithoutLogon)
4.Enter the value data (example: 0)
5.Specify the value type (example: REG_DWORD)

 

After you have verified your input click the Start button to begin the update.

 

Read Value

To see the currently set values and their data type choose this option.

 

1.Choose a Main Key (example HKEY_LOCAL_MACHINE)
2.Enter a key (example: Software\Microsoft\Windows NT\CurrentVersion\Winlogon)
3.Enter the value name (example: ShutdownWithoutLogon)

 

After you have verified your input click the Start button to begin the update. The values will be shown in the computer list in the Message field.

 

Add Key

With this option you can add a subkey to an existing key.

 

1.Choose a Main Key (example HKEY_LOCAL_MACHINE)
2.Enter a key that already exists (example: Software\netikus.net)
3.Enter the subkey name to add (example: Test)

 

After you have verified your input click the Start button to begin the update. Please note that the parent key specified in Key will have to exist.

 

Delete Key

With this option you can delete an empty subkey.

 

1.Choose a Main Key (example HKEY_LOCAL_MACHINE)
2.Enter a key that already exists (example: Software\netikus.net)
3.Enter the subkey name to delete (example: Test)

 

After you have verified your input click the Start button to begin the update. Please note that the specified subkey will have to empty in order for it to be deleted successfully.