wmic qfe list full /format:htable >C:\WindowsPatches.htm
Wait for few seconds, and then open the 'C:\WindowsPatches.htm' file which contains the list of patches installed on your computer.
To list the IDs of all the patches/hotfix installed:
wmic qfe get Hotfixid
If you want to search for a particular hotfix is installed on the local machine:
wmic qfe | find "977346"
No comments:
Post a Comment