This command can be used to list installed updates / fixes / hotfixes from command line in a windows based system:
wmic qfe list
and you can "grep" string from the output:
wmic qfe list | findstr "940349"
Wednesday, June 12, 2013
Windows: How to list installed updates in command line using wmic commad
Štítky:
cmd,
list hotfix,
Windows,
wmic
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment