How to get the ProgID of an installed application by a command?

There are some applications that are not shown by name but by ProgID, is there any way to get the name of that key in the registry?

example

https://docs.microsoft.com/en-us/windows/win32/com/-progid--key



Comments

Popular posts from this blog

Spring Elasticsearch Operations

Object oriented programming concepts (OOPs)

Spring Webflux : How to return HTTP 200 response with body when the called service returns HTTP 201 without body with WebClient?