SetRegistryPath command

The SetRegistryPath command initializes the key and the value name to use by other registry commands.

 

Syntax

String$='KeyName, ValueName'

PluginSet("PlugIn","String$")

PluginRun("PlugIn","SetRegistryPath")

Parameters

KeyName

[in] Full path to the registry key.

ValueName

[in] The name of the registry value. This parameter is optional and can be omitted, in this case registry commands use default value. The RegistryDeleteKey and the RegistryEnumerateValues commands do not use this parameter.