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")

Scripting Guidelines


Related functions

Registry Functions