Registry - For Each
Enumerates keys or values of the subkey in the Registry. This command obtains all keys or values of the subkey from the registry on a user's machine and calls inner commands for the each iteration.
Description
Optionally, you may add comments here describing the purpose of this element.
Root Key
Select one of the root Registry keys.
Subkey
The name of the Registry subkey.
Software\My company\#appname#
For Each
Key - the command enumerates all subkeys of the specified subkey.
Value - the command enumerates all values of the specified subkey.
Variable Name
The name of the variable , to which the getting value will be written.
Access a 64-bit key (KEY_WOW64_64KEY)
Checked => Enable the setup to access redirected keys in the 64-bit registry view.
If Condition
You can specify a condition that should be met for the action to be performed. If the condition is false then the command is skipped. See How to use If Condition for more details.