List installed software command line

To get a list of installed software on a computer, use WMIC (WMI Command line interface) as follows:

wmic product

I normally use the option bellow to pipe output in a file that I can load in Excel…

wmic product list /format:csv > c:\temp.txt

(Read 9 times)

Leave a Reply