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.
The Key path (string value)
The Value name (string value)
The delimiter (string value)
StoreMappedValue( <Key path>, <Value name>, [delimiter] );
StoreMappedValue( "HKCU\\Software\\Microsoft\\Office\\8.0\\Common\\Toolbar", "Tooltips");
StoreMappedValue( "HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\Navw32.exe", "Path", ";");
|
Copyright © 2013 CA.
All rights reserved.
|
|