How to get a list of installed programs from Command in Windows OS
One can obtain a list of all installed programs in Windows OS using WMI (Windows Management Instrumentation) command-line interface (WMIC).
To do so, follow the give steps
Go to the command prompt.
Execute command ‘wmic’ (without quotes)
Now you are in wmic interface i.e wmic:root\cli>
Now run a command - product get name
This command returns a list of all installed [...]
Posted on July 23rd, 2008 by
redson
Filed under: Microsoft, Windows | No Comments »











