Tuesday, May 5, 2015

Find GUIDs for installed applications using command line

There are few ways to find out the GUID's of an installed application on a machine.
The easiest way is running a wmic command.
The following command on an elevated command prompt will give MSI GUID and application name next to it.
wmic product get Name, IdentifyingNumber

The output should look as below;

No comments:

Post a Comment