dism /online /get-packages
dism /online /get-packages /format:table
wmic qfe list full /format:htable > .\hotfixes-list.htm
wmic qfe list full /format:csv > .\hotfixes-list.csv
wmic qfe list brief
systeminfo | findstr KB
powershell:
Get-HotFix
Get-HotFix | Export-Csv -Path “C:\temp\hotfixes.csv” -NoTypeInformation