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

windowsLover100

New Member
Joined
May 28, 2019
Messages
2
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?
 

Solution
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
The only way I know to get that information is to click Help>About in each app.

If there is a way to do what you asked, I’d like to know too!


Sent from my iPhone using Tapatalk
 

The only way I know to get that information is to click Help>About in each app.

If there is a way to do what you asked, I’d like to know too!


Sent from my iPhone using Tapatalk
Can anyone help us for this.
 

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
 

Solution
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?

As said by @JandN2639 You can either get it through About us Section or Control Panel\Programs\Programs and Features.

Regards,
Adrian
 

Back
Top