Create a text file of installed updates and hotfixes within Windows

To obtain a text file that contains a list of installed updates and hotfixes from within Windows, launch an elevated command prompt and use the following command:

wmic qfe list brief /format:texttablewsys > list.txt

list_of_updates_1

list_of_updates_2