Installed programs

From emboxit
Revision as of 06:52, 24 August 2014 by NikoSysop (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • 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.