3

Searching for the ways to generate or get the list of CLSIDs, I found this link, that actually does it.

But it's rather incomplete in my opinion, the complete list would include CLSIDs with their associated COM Object names, as mentioned in question.

How do I get such complete CLSIDs list ?

1

1 Answer 1

0

You can use the PSChildName property like this:

Get-ChildItem HKLM:\Software\Classes | Select-Object `(default`), PSChildName 
1
  • have you run that code? i get a (default) column that contains nothing at all ...
    – Lee_Dailey
    Commented Jun 9, 2020 at 13:43

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .