Get GUID of applications installed on a computer
Open powershell and run the bellow command.
1
get-wmiobject Win32_Product | sort-object -property Name | Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize
This post is licensed under CC BY 4.0 by the author.