RegistryKey: DeleteSubKey |
Deletes a node from the Windows Registry.
Public Sub DeleteSubKey( ByRef SubKey As String, Optional ByVal ThrowOnMissingSubKey As Boolean = True )
Default: True
The key node must be empty to be deleted. No sub keys or values are deleted. To delete all SubKeys use the DeleteSubKeyTree to recursively delete SubKeys and values.