Windows 10 get all Desktop Application's info with License and other basic Details using command

There isn't a single location to pull license information. Some vendors store it in a file, a database or in the registry and it's not always stored as plaintext.

You can get a list of applications from powershell by just typing Get-Package
 
Back
Top