/
Reg_SetStringX64
Reg_SetStringX64
Description
Set the value of a registry variable of type string in 64 bit registry from a 32 bit context
Syntax
Reg_SetStringX64(sHandle, sKey, sVariable, sValue) as Boolean
Parameters
sHandle (String)
HKEY-handle
sKey (String)
Subkey path
sVariable (String)
Name of variable to contain the value
sValue (String)
Value
Example
VBScript
If bStatus Then bStatus = Reg_SetStringX64("HKLM", "Software\KeyName", "ValueName", "Value")
Related functions
, multiple selections available,
Related content
Reg_SetStringX64
Reg_SetStringX64
More like this
Reg_SetStringX64
Reg_SetStringX64
More like this
Reg_SetStringX64
Reg_SetStringX64
More like this
Reg_SetExpandStringX64
Reg_SetExpandStringX64
More like this
Reg_SetExpandStringX64
Reg_SetExpandStringX64
More like this
Reg_SetIntegerX64
Reg_SetIntegerX64
More like this