Is there a utility that will give me a list of all programs installed dumped to a text file for Windows?

3

3

I'm on a machine that has a preposterous amount of software installed and I'd like to be able to generate some sort of quick report that will list all of the installed applications.

Is there a program that does this?

I am using Windows 7, however I imagine that if such a tool exists that it would exist for other versions of the Windows operating system as well.

user53139

Posted 2010-10-23T03:37:04.193

Reputation:

Question was closed 2015-12-10T02:25:01.457

4

Related: Get list of installed applications from Windows command line.

– G-Man Says 'Reinstate Monica' – 2015-12-07T05:08:09.770

Answers

5

I would highly recommend Belarc Advisor

as it gives you an overview of the most important information you might want to have of your machine. Including hardware and software. Oh and it's free too!

Here's an example you can find through Google

alt text

Note: Don't publish your Belarc profile on Google as it contains license keys and perhaps other 'useful' information!

Ivo Flipse

Posted 2010-10-23T03:37:04.193

Reputation: 24 054

2

Personally, I like System Information for Windows. For home use, it's FREE. For a technician, you can get a fairly cheap license that lets YOU run it on any computer you want. And it's a single file (well, when registered, there's also a license file). And it will export to HTML and the paid version can also do XML and CSV (and another format I've forgotten).

And if this is a network that you might have to get information on more than one machine, then you can try SpiceWorks which is free even in a business environment (generally minimal/unobtrusive ads).

Multiverse IT

Posted 2010-10-23T03:37:04.193

Reputation: 4 228

SIW is no longer free (going by its download page), and its only free-to-download version is bundled with adware (hence my downvote). Free versions seem to exist on third-party download sites, though. – angerson – 2015-02-14T15:22:33.407

2

In order to do this without installing any software go to the command prompt with Administrator privilege:

  1. Windows button
  2. Type "cmd"
  3. Ctrl-Shift-Enter on the Command Prompt (this gives you Admin privilege)
  4. Run "wmic"
  5. Type "/output:C:\InstallList.txt product get name,version"

A text file should exist in the c: root directory

Kevin Driedger

Posted 2010-10-23T03:37:04.193

Reputation: 2 255

Thanks. Works for many programs but misses things like Google Chrome that are installed in a rather non-standard manner. – CAD bloke – 2011-11-06T22:42:09.107

This method gives you only programms that were installed with Windows Installer. Many programs will be missing such as: FireFox, Chrome, Opera, 7-Zip, and so on. – ISQ – 2013-12-20T09:25:24.947

0

The MyUninstaller freeware utility from NirSoft can save the list of installed applications in different formats (text, tab delimited, HTML and XML). It is tiny and doesn't need to be installed.

richk

Posted 2010-10-23T03:37:04.193

Reputation: 191

0

I personally use Piriform's "CCleaner" it allows you to export a list with a lot more information that some others.

ja_ke

Posted 2010-10-23T03:37:04.193

Reputation: 21