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 programs.












Leave Your Comments Below