Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

Software Lists

Sep 15, 2007 1:48PM PDT

I am running WinME on a HP Pavilion.
I am also running WinXP Home on a Compaq Presario.

How might I generate and retrieve a printable list of all software programs, Applications, Utilities, etc that are on these 2 systems?

Discussion is locked

- Collapse -
Belarc Advisor
Sep 15, 2007 7:51PM PDT
- Collapse -
Depends.
Sep 15, 2007 7:55PM PDT

A search for *.exe and *.com gives all programs. The command in a XP commands window for that is
dir *.exe /s /b > listexe.txt
dir *.com /s /b > listcom.txt
Then open those textfiles in Notepad or Excel and do with them what you like.

This is the start of my listexe.txt:
C:\Bdienst\2004\IB2004u.exe
C:\Bdienst\2005\IB2005.exe
C:\Bdienst\2005\ib2005d.exe
C:\Bdienst\2005\IB2005u.exe
C:\Bdienst\2006\ib2006.exe
C:\Bdienst\2006\ib2006d.exe
C:\Bdienst\2006\ib2006u.exe
C:\BJPrinter\CNMWINDOWS\Canon S800 Installer\Driver\CNMSMSD.EXE
C:\BJPrinter\CNMWINDOWS\Canon S800 Installer\Driver\CNMSTMN.EXE
C:\BJPrinter\CNMWINDOWS\Canon S800 Installer\Inst\helpkicker.exe
C:\Documents and Settings\Eigenaar\Application Data\Microsoft\Installer\{45EA11B5-874D-480E-89B9-2545505BBE3E}\ARPPRODUCTICON.exe
C:\Documents and Settings\Eigenaar\Application Data\Microsoft\Installer\{9F185C48-595B-401A-A1D6-AAB324890DC4}\IconCBE855212.exe

But somehow I don't think you're interested in this, although it certainly is what you require: "the list of all software programs that are on your system.". But it might be a good basis to make what you want.

Kees