On Windows computer we can view the list of installed QFEs or updates from Add or Remove programs wizard which can be opened from Run by executing the command Appwiz.cpl. If you want to generate this list from command line you can do so using WMI(Windows Management Instrumentation).
Executing the below command will print the whole list of hotfixes/updates.
wmic qfe list
It will print the list in the following format.
techblogger-pc Windows XP Hotfix - KB896613 Update KB896613 Administrator 8/17/2010 SP3
You can check the other switches of this command to customize the output format.
{ 1 comment… read it below or add one }
This is so useful! Thanks so much