Página 1 de 1

Get the list of programs installed

Publicado: 11 Ago 2021 18:29
por BlueFox
How to get the list of programs already installed on the system?
Ex. Adobe, MS Office, Chrome and etc.

Is it possible?

Re: Get the list of programs installed

Publicado: 11 Ago 2021 20:08
por Pabloko
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...

Re: Get the list of programs installed

Publicado: 12 Ago 2021 03:11
por BlueFox
Thank you for your support and knowledge you've shared.

Re: Get the list of programs installed

Publicado: 12 Ago 2021 18:59
por usamakey
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

Re: Get the list of programs installed

Publicado: 12 Ago 2021 19:12
por BlueFox
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:

Re: Get the list of programs installed

Publicado: 15 Ago 2021 00:28
por samirmax
thanks

Re: Get the list of programs installed

Publicado: 29 Ago 2021 02:04
por tupixelcolombia
xczxcxzcxzx

Re: Get the list of programs installed

Publicado: 29 Ago 2021 10:42
por KelvynJose
me encuentro ocn esto que bien

Re: Get the list of programs installed

Publicado: 29 Ago 2021 15:44
por wandersonnegocios
Gracias

Re: Get the list of programs installed

Publicado: 02 Sep 2021 10:37
por euge2014
Thanks

Re: Get the list of programs installed

Publicado: 05 Sep 2021 22:47
por lujanufe
gracias jejeje :)

Re: Get the list of programs installed

Publicado: 28 Sep 2021 07:16
por Y2K38
:expolota gracias

Re: Get the list of programs installed

Publicado: 28 Sep 2021 15:59
por indywey
Thanks...

Re: Get the list of programs installed

Publicado: 21 Mar 2022 20:39
por ElSicker12
gracias

Re: Get the list of programs installed

Publicado: 01 May 2022 19:45
por UserAMS
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}}