Last Updated: February 25, 2016
·
824
· barnettjw

Get a list of installed Windows programs

Get sortable/filterable list of installed Windows programs using Powershell

gp HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Select DisplayName, DisplayVersion, Publisher, InstallDate | ogv