I found this powershell one-liner script that supposedly lists all COM objects.
gci HKLM:SoftwareClasses -ea 0| ? {$_.PSChildName -match '^w+.w+$' -and
(gp "$($_.PSPath)CLSID" -ea 0)} | ft PSChildName
let us know if it works!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…