$cs.Reg\_DelTree
Syntax
Section titled “Syntax”$cs.Reg_DelTree(string regroot, string regpath, string regkey)
Parameters
Section titled “Parameters”regroot
Registry root key (HKLM, HKCU, HKU)
regpath
Registry path
regkey
Registry key to delete
Example
Section titled “Example”$cs.Reg_DelTree('hklm', 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall', 'Teamviewer QuickSupport')returns nothing