|
| KiXtart Command Reference |
DELVALUEactionDeletes a value entry from the registry. syntaxDELVALUE ("subkey", "entry") parameterSubkey A string that specifies the name of the subkey from which you want to delete an entry. Entry A string that specifies the name of the entry you want to delete. returns
Example$ReturnCode =DelValue("HKEY_CURRENT_USER\EZReg", "Test") If $ReturnCode = 0 ? "Value deleted...." Endif |