Get list of QFEs or updates installed Windows OS from command line (CMD)

by admin on October 31, 2010

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.

{ 0 comments… add one now }

Leave a Comment

Previous post:

Next post: