Command to list installed program/application name and its version. - TechRepublic
Question
November 9, 2009 at 07:14 PM
nikki_j

Command to list installed program/application name and its version.

by nikki_j . Updated 16 years, 7 months ago

Hi there,
I hope someone can help me….
I have to collect OS name/ OS version and installed program(application)/its version from 60 personnel’s PC.
I’m a real beginner in this industory but trying to learn…

What I found so far is

From Command Prompt,
reg export HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall temp1.txt

Then I can get program names and versions but at the same time, too much info gets displayed as well.
I only need application name and version.
I could delete by hand on Excel but it will take ages to do for 60 PCs….

Also, for OS name and version,
I found a command to display the window by
“WINMSD” command.

But I can’t think of better way to get all necessary info in line.
I’m not familier with Batch program but I will learn it if I can get some tips!!

My task here is…
Get 60 personnel’s PC info including OS/OS version/Application name/Application version.
(Surely, Application name and version have to link each other)

The PC is mostly Windows.
6 MAC PCs there too but in worst case, I could collect MAC info by hand.

I’d really really appreciate your big help!!

Nikki

This discussion is locked

All Comments