List Add/Remove Programs (lsAppWiz)

lsAppWiz is a script to list Add/Remove Programs entries. It filters out uninteresting things like updates. It's useful for getting the Add/Remove Programs list into a text file.

It uses StdOut, so run with CSCRIPT from a command prompt window, e.g.:

CSCRIPT lsAppWiz.vbs

To capture to a text file, use redirection:

CSCRIPT lsAppWiz.vbs > apps.txt

Download: lsAppWiz.vbs