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.