Reg\_SetExpandStringX64
Description
Section titled “Description”Set the value of a registry variable of type multistring in 64 bit registry from a 32 bit context
Syntax
Section titled “Syntax”Reg_SetExpandStringX64(sHandle, sKey, sVariable, sValue) as Boolean
Parameters
Section titled “Parameters”sHandle (String)
HKEY-handle
sKey (String)
Subkey path
sVariable (String)
Name of variable to contain the value
sValue (String)
Value
Example
Section titled “Example”VBScript
If bStatus Then bStatus = Reg_SetExpandStringX64("HKLM", "Software\KeyName", "ValueName", "%temp%")Related functions
Section titled “Related functions”