|
| KiXtart Command Reference |
DELKEYactionDeletes the specified subkey from the registry. syntaxDELKEY ("subkey") parameterSubkey A string that specifies the name of the subkey you want to delete. RemarksThis call fails if any subkeys exist within the specified subkey. Use DELTREE if you want to delete a subkey that contains subkeys. returns
example$ReturnCode = DelKey("HKEY_CURRENT_USER\EZReg") |