Search This Blog

Google Analytics

Monday, August 04, 2014

Get List of Installed Programs on Windows

If you ever need to do some reinstalling of Windows on your laptop but would like to backup the list of installed programs before formatting, the following will be useful.
  1. Start Command Prompt.
  2. Type wmic on command prompt to run Windows Management Instrumentation Command-line tool.
  3. Type /output:C:\InstallList.txt product get name,version on command prompt. This will generate a list of all installed programs and save it in C:\InstallList.txt as a text file. Do note this may take some time depending on the number of installed programs you may have.

No comments:

Post a Comment

Do provide your constructive comment. I appreciate that.

Popular Posts