RegMulti

Modify a multi-string registry entry.

Syntax

RegMulti,<HKEY>,<Section>,<Key>,<Action>,[<Other Parameters>]

Based on the action specified, you may require one or more additional parameters

HKEY is the "Hive Key" where the key is to be placed. These hives are files that are loaded by your machine when booting and compose the registry structure. By default, most scripts use HKLM as the work hive. Valid HKEY values are:

Section is the complete path to the section where the key is to be read from. Note: The Section (i.e path to the Key) specified here MUST exist or an error will occur. 1

Key is the name of the 'child key' in that section to be read. Note: The KEY specified here MUST exist or an error will occur. 1

Action may be one of the following keywords:

1 For more information on this and example, see this post .