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

windowsLover100

New Member
Joined
May 28, 2019
I want to get all Desktop Application's info with License and other basic Details using command. Which Command I can use to get it?
 
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 Bottom