Create/Update/Delete Registry Keys

You are here:
Estimated reading time: 1 min

Using Trigger-it, you can directly create/update/delete registry keys without having to create sophisticated scripts.

To do so, select any managed endpoint, from the drop down menu, select Registry Management.

Create Registry Keys:

To create a registry key, supply the following values:

  • Registry Key Name: this is the path of the key under HKLM for example SYSTEM\App1\Settings
  • Subkey name and subkey value: this is the desired key and value to be set, there are 2 ways to create keys:
    • Key#Value1 this will create string value named Key and adds value Value1 to it
    • Key#Value1#Type, if you want to create other types of keys like DWORD or Binary, supported values are:
      • string
      • dword
      • qword
      • binary: supply binary data in format of 01 02 03
      • multistring: supply multistring data in format of string1 string2 string3

to update registry keys, follow the same approach, for deletion, just supply the key and it will be deleted directly, no other options required.

Was this article helpful?
Views: 28
Have questions? Search our knowledgebase.