Wednesday, December 30, 2015

How to generate a list of all programs installed in a PC (Windows 7)

Open elevated command prompt (run as Administrator)

Enter wmic and press Enter

At the wmic:root\cli> prompt enter /output:C:\InstallList.txt product get name,version,vendor and press Enter. Wait for the prompt to go back to wmic:root\cli>

Launch the text file for a list of all programs installed on the PC.