Which utility app prints list of installed programs?

nelsonm

Member
Reaction score
1
Location
Michigan, USA.
Hi all,

As part of our quality control, I want to be able to print a list of all installed programs on a system prior to servicing a computer. It will allow us to be able to:

1. determine what apps need to be re-installed after service.
2. keep an account of what apps where installed in case customer complains that something is missing.
3. show to customer what bad apps where removed.

Does anyone know what app can do this?
 
You can also run lookinmypc from your USB drive. When you do run it, it saves it to your USB drive. To print without the advertisement just view it from the USB drive.
 
Just been doing a bit more research.. found this lil' tool, and it seems to list everything that is listed in the HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall key.

View attachment InstalledPrograms.zip

From the Author:
Lists installed software shown in Registry Uninstall key. This script should run on Windows 2000 and Windows XP as is, and on Windows 9X and NT where WMI and current scripting engine are installed. Capability to probe a remote computer for NT to NT type Operating Systems (local computer must be logged in with the same ID and PW as the remote computer). Output is to a tab delimited text file which can be imported to newer versions of Excel and converted to a spreadsheet.

Haven't figured the importing bit yet.. Not a big fan of spreadsheets, txt output looks a bit whack.


(This is my first attempt at posting an attachment, I hope it works)
 
Back
Top