|
| KiXtart Command Reference |
DELTREEactionDeletes a subkey from the registry, including all the subkeys contained in the specified subkey. syntaxDELTREE ("subkey") parameterSubkey Specifies the subkey to be deleted from the registry. RemarksWhen this function runs, no confirmation is asked nor warning given. returns
example$ReturnCode = DelTree("HKEY_CURRENT_USER\EZReg") If $ReturnCode = 0 ? "Key deleted...." Endif |