Skip to main content

Powershell: Get list of installed applications

Enter this to retrieve list of installed applications:

Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* |Select DisplayName, DisplayVersion, Publisher, InstallDate, HelpLink, UninstallString