Difference between revisions of "Installed programs"

From emboxit
Jump to: navigation, search
 
m (1 revision)
 
(No difference)

Latest revision as of 16:52, 11 September 2015

  • 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.