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.
|
feedback
|
migrated from stackoverflow.com Nov 10 '09 at 19:10
This question came from our site for professional and enthusiast programmers.
|
If you use windows vista or 7 and you didn't want install additional software
| |||||||
feedback
|
|
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.
| |||
|
feedback
|
|
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:
| |||||
feedback
|
|
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. | ||||
|
feedback
|
|
Creates a nice Excel Sheet as well. | |||
|
feedback
|
|
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. | |||
|
feedback
|
|
Q quick google search turned up a couple of scripts: | |||
|
feedback
|


