Installed programs
From emboxit
- Run command prompt as administrator
- Enter wmic (wmic is the Windows Management Instrumentation Command-line tool) at the command line and press Enter.
- Enter: /output:C:\InstallList.txt product get name,version
- The InstallList.txt file is created on the root of the C: drive.
- To exit out of wmic, enter exit at the wmic:root\cli prompt.