Get installed software list
Jump to navigation
Jump to search
Command line tip: Get installed software list
How to find out what software is installed on a given device from the command line.
wmic /output:C:\Windows\Temp\installed_software.txt product get identifyingnumber,name,vendor,version,InstallDate