$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
Â
$cs.Reg_CreateKey(string regroot, string regpath)
Â
registryroot
Root key (HKLM or HKEY_LOCAL_MACHINE, HKCU, HKU)
regpath
Registry keypath
Â
Example
$cs.Reg_CreateKey('HKLM','SOFTWARE\7-Zip')
returns nothing
Â