How to view all installed software using command prompt
- Using
wmic
(Windows Management Instrumentation Command-line):- Open the Command Prompt as an administrator.
- Type the following command and press Enter:
This will list all installed software and their versions. However, this method may not show all software, as it only lists applications that were installed with Windows Installer.
- Open PowerShell as an administrator.
- Run the following command:Using PowerShell (for a more detailed view): If you are okay using PowerShell, you can use the following command for a more comprehensive list:
This will provide a more detailed list of installed software along with their versions.
Total 0 Votes
0
0