You are on page 1of 1

gci -recurse HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall | gp | Sort

-Unique DisplayName | ft -AutoSize DisplayName, DisplayVersion, InstallLocation


gci -recurse HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall
| gp | Sort -Unique DisplayName | select DisplayName, DisplayVersion,
InstallLocation

You might also like