Tuesday, March 19, 2013

List all of the Microsoft Hotfixes Installed on a System

If you need to list all of the Microsoft hotfixes/patches that are installed on a system, you can run the command below from a command prompt. Add/Remove Programs does not list them all.

wmic qfe list full /format:htable > C:\Temp\patches.htm

After you run the command, you need to open the file patches.htm that was created in the C:\Temp directory on your computer.