忘れやすいので memo として残しておく.
wmic qfe list /format:csv > qfelist2.txt
などとして出力.
[Windows PowerShell からも実行可能]
>Get-WMIObject -Class Win32_QuickFixEngineering
>Get-WMIObject -Class Win32_QuickFixEngineering | Format-List
>Get-WMIObject -Class Win32_QuickFixEngineering | Select-Object HotFixID,InstalledOn
>Get-WMIObject -Class Win32_QuickFixEngineering | Select-Object HotFixID,InstalledOn | Format-List
なお、表示されない hotfix があるとかないとか・・・(詳しくは調べていない