Syntax
<dllobject>.Reg_DelTree(string regroot, string regpath, string regkey)
Parameters
regroot
Registry root key (HKLM, HKCU, HKU)
regpath
Registry path
regkey
Registry key to delete
Example
$cs.Reg_DelTree('hklm', 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall', 'Teamviewer QuickSupport')
returns nothing