/
Reg_DeleteTree
Reg_DeleteTree
Description
Deletes specified key in Registry – including all subkeys.
Syntax
Reg_DeleteTree(sHandle, sKey) as Boolean
Parameters
sHandle (String)
HKEY-handle
sKey (String)
Subkey to delete
Example
VBScript
If bStatus Then bStatus = Reg_DeleteTree("HKLM", "Software\KeyName")
Related functions
, multiple selections available,
Related content
$cs.Reg_DelTree
$cs.Reg_DelTree
More like this
$cs.Reg_ExistKey
$cs.Reg_ExistKey
More like this
$cs.Reg_SetInteger
$cs.Reg_SetInteger
More like this
$cs.Reg_SetDword
$cs.Reg_SetDword
More like this
$cs.Reg_SetQword
$cs.Reg_SetQword
More like this
$cs.Reg_GetInteger
$cs.Reg_GetInteger
More like this