/
Reg_CreateKey
Reg_CreateKey
Description
Creates specified sub key in Registry.
Syntax
Reg_CreateKey(sHandle, sKey) as Boolean
Parameters
sHandle (String)
HKEY-handle
sKey (String)
Subkey to create
Example
VBScript
If bStatus Then bStatus = Reg_CreateKey("HKLM", "Software\KeyName")
Related functions
Related content
Reg_SetString
Reg_SetString
Read with this
Reg_CreateKey
Reg_CreateKey
More like this
Reg_SetInteger
Reg_SetInteger
Read with this
Reg_CreateKey
Reg_CreateKey
More like this
Registry Functions
Registry Functions
Read with this
Reg_CreateKey
Reg_CreateKey
More like this