am 21. Oktober 2016
in Powershell
gci HKLM:\Software\Classes -ea 0| ? {$_.PSChildName -match '^\w+\.\w+$' -and (gp "$($_.PSPath)\CLSID" -ea 0)} | select -ExpandProperty PSChildName
© 2016 kinc.de