/
Reg_DeleteVariable
Reg_DeleteVariable
Description
Removes specified variable
Syntax
Reg_DeleteVariable(sHandle, sKey, sVariable) as Boolean
Parameters
sHandle (String)
HKEY-handle
sKey (String)
Subkey path
sVariable (String)
Name of variable to delete
Example
VBScript
If bStatus Then bStatus = Reg_DeleteVariable("HKLM", "Software\KeyName", "ValueName")
Related functions
, multiple selections available,
Related content
$cs.Reg_ExistVariable
$cs.Reg_ExistVariable
More like this
$cs.Reg_DelTree
$cs.Reg_DelTree
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_SetString
$cs.Reg_SetString
More like this