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;
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