星期日, 4月 25, 2021

windows hotfix 相關command

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


沒有留言: