Reg\_CreateKeyX64
Description
Section titled “Description”Creates specified sub key in 64 bit registry from a 32 bit context
Syntax
Section titled “Syntax”Reg_CreateKeyX64(sHandle, sKey) as Boolean
Parameters
Section titled “Parameters”sHandle (String)
HKEY-handle
sKey (String)
Subkey to create
Example
Section titled “Example”VBScript
If bStatus Then bStatus = Reg_CreateKeyX64("HKLM", "Software\KeyName")Related functions
Section titled “Related functions”