RegDeleteValue(Path)

Deletes a value from the registry.

Parameters:

Path The path of the value that should be deleted

Remarks:

If Path specifies a value that does not exist, an error occurs. See Registry functions for more information.

Example:

Call RegDeleteValue("HKLM\Software\Microsoft\Windows\CurrentVersion\TestValue")