Previous Topic: StoreMappedSubKeysNext Topic: StoreSubKeys


StoreMappedValue

StoreMappedValue

Retrieves a registry key value or ini file section value from the source computer. If the value name or value is a directory path, it is mapped to the appropriate path. This command can take three parameters that are string values. The first two parameters are required. The first parameter is the registry key path and the second parameter is the value name. The third parameter, which is the delimiter, is optional and is a string value.

First parameter:

The Key path (string value)

Second parameter:

The Value name (string value)

Third parameter:

The delimiter (string value)

Usage:
StoreMappedValue( <Key path>, <Value name>, [delimiter] );
Examples:
StoreMappedValue( "HKCU\\Software\\Microsoft\\Office\\8.0\\Common\\Toolbar", "Tooltips");
StoreMappedValue( "HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\Navw32.exe", "Path", ";");