by @kodeazy

Windows How to view list of all installed softwares with date of installation,name and version using command prompt?

Home » Windows » Windows How to view list of all installed softwares with date of installation,name and version using command prompt?
  • To check the date of installation,name and version using command prompt execute below command in command prompt.

    wmic product get name,version,InstallDate

    output installed softwares