Get the list of programs installed

Aquí puedes preguntar o compartir tus dudas y conocimientos acerca del programa
How to get the list of programs already installed on the system?
Ex. Adobe, MS Office, Chrome and etc.

Is it possible?
You can use something like wmi with the wmic command

Código: Seleccionar todo

Wmic product get name, version, vendor
should give you a full list of apps, version and vendor.

You can also use wmi query examples on this forum to CIM_Product table.

You can query this properties:
Imagen

Use wmi explorer tool to know more about this data.

For windows UWP apps, modern apps and store apps you have to use powershell and appx extensions, you can google that to know more...
Thank you for your support and knowledge you've shared.
Imagen



in addition to what pablo suggests (in the picture),
here is an example of installed programs via Uninstall RegKey


HIDE: ON
Hidebb Message Hidden Description
usamakey escribió:
12 Ago 2021 18:59
Imagen



in addition to what pablo suggests (in the picture),
here is an example of installed programs via Uninstall RegKey


HIDE: ON
Hidebb Message Hidden Description

It works perfectly! :pc:
thanks
xczxcxzcxzx
me encuentro ocn esto que bien
Gracias
Thanks
gracias jejeje :)
:expolota gracias
Thanks...
gracias
usamakey escribió:
12 Ago 2021 18:59
Imagen



in addition to what pablo suggests (in the picture),
here is an example of installed programs via Uninstall RegKey


{{This message has been hidden}}