/
$cs.Reg_CreateKey
$cs.Reg_CreateKey
Syntax
$cs.Reg_CreateKey(string regroot, string regpath)
Parameters
registryroot
Root key (HKLM or HKEY_LOCAL_MACHINE, HKCU, HKU)
regpath
Registry keypath
Example
$cs.Reg_CreateKey('HKLM','SOFTWARE\7-Zip')
returns nothing
, multiple selections available,
Related content
$cs.Reg_ExistKey
$cs.Reg_ExistKey
More like this
$cs.Reg_EnumKey
$cs.Reg_EnumKey
More like this
$cs.Reg_SetInteger
$cs.Reg_SetInteger
More like this
$cs.Reg_SetDword
$cs.Reg_SetDword
More like this
$cs.Reg_ExistVariable
$cs.Reg_ExistVariable
More like this
$cs.Reg_SetString
$cs.Reg_SetString
More like this