wmic product [parametres]
reg query „HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall“ /s | findstr /B „.*DisplayName“
Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | fl DisplayName
wmic product [parametres]
reg query „HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall“ /s | findstr /B „.*DisplayName“
Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | fl DisplayName