Get Installed programs in Windows
This tutorial should work on any windows from 7 and beyond.
To start:
-
Open command prompt from Start Menu, right-click and run as
Administrator
-
Once you're in command-prompt, type
wmic /output:C:InstallList.txt product get name,version
-
Then go the directory and you should find a file InstallList.txt . Open the file and you should see list of installed programs and their respective version in that file.