I once saw a guy run a command and got a list of all installed Apps on his computer. Anyone know how to do this? I will be laid off in a few days and want a list of my currently installed apps. I believe he used WSH somehow.
migrated from stackoverflow.com Nov 10 '09 at 19:10
|
If you use windows vista or 7 and you didn't want install additional software
|
|||||||||
|
|
PsInfo from Microsoft/Sysinternals can list all the installed software if you use the -s flag when you run it. You can also use -c to output it as a csv file to use in Excel for example.
|
|||
|
|
|
PowerShell script to list them:
Not exactly command line, but for this purpose I personally use CCleaner's uninstall tool, you can export the list of installed software to a text file:
|
|||||
|
|
Not exactly command line either, but trusty old SIW will do the job as well. highlight Applications, right click > Export To > CSV, HTML, TXT or XML
SIW is freeware and portable, no installation required. |
||||
|
|
|
Creates a nice Excel Sheet as well. |
|||
|
|
|
The CCleaner solution above seems like a decent way to go about it, unless you're determined to use the command-line. I've used CCleaner before, it's a good tool But don't assume that everything is registered in the Add/Remove Programs applet (the same list). There are plenty of apps that use xcopy-style installation, i.e. simply unzip this archive and run. Those will not show up in the list. |
|||
|
|
|
Q quick google search turned up a couple of scripts: |
|||
|
|


