install the sysinternals process tools from here
psexec \\COMPUTERNAME -u administrator -p password reg query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" /s | findstr /B ".*DisplayName"voila
Note, there are other methds to query via WMI, but this only works with MSI installed packages.
No comments:
Post a Comment