Use the Management Instrumentation Command-line. Windows comes with a command line version of the Management Instrumentation (WMIC). To get the list of all installed programs in a text file, simply enter the following command in a prompt:
wmic product > c:\product.txt
This prints a serious list that can be opened as a CSV file. Makes sure to open it FIXED WIDTH. The spreadsheet can be edited further from there.
Popularity: 22% [?]
