5. Delete a registry value or key

[<<<] [>>>]

nt::RegDel "HKLM\\Software\\ScriptBasic\\config"

This function deletes a value from the registry or deletes a key from the registry. If the argument specifies a registry key it should not have any subkeys. If the registry value or key cannot be deleted for some reason the function raises error that the programmer should capture using the ON ERROR GOTO statement.


[<<<] [>>>]