General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Need to get the installed softwares list and there versions in Windows?
Please help me with this;
I need to get the list of softwares installed along with their versions in Windows irrespective of OS.
In details, need to fetch the DsiplayName along with the DisplayVersion of all the softwares installed from the uninstall section of registry hive ;
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
and
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall -if present(64bit machines have these).
Can anyone create like a batch file, run it and get the data from a text file generated in a proper manner(i.e. Diisplayname and corresponding DisplayVersion)??
Thanks,
Subrat