Would you like to learn how to list the Windows update packages installed on a computer using the command-line? In this tutorial, we are going to show you how to create a list of hotfixes installed on a computer running Windows using the command-line.

• Windows 2012 R2
• Windows 2016
• Windows 10
• Windows 7

Windows Playlist:

On this page, we offer quick access to a list of videos related to Windows installation.

Don't forget to subscribe to our youtube channel named FKIT.

Tutorial Windows - Get a list of installed updates using the command-line

Start a privileged version of a command-line prompt.

Windows DOS Prompt

Use the SYSTEMINFO command to create a list of Windows updates installed.

Copy to Clipboard

Here is the command output.

Copy to Clipboard

Optionally, you may create a text file containing the list of Windows hotfix installed.

Copy to Clipboard

Congratulations! You created a list of installed Windows updates on a computer using the command-line.

Tutorial Windows - List installed updates using WMIC

Start a privileged version of a command-line prompt.

Windows DOS Prompt

Use the WMIC command to create a list of Windows updates installed.

Copy to Clipboard

Here is the command output.

Copy to Clipboard

Optionally, you may create a detailed list of Windows hotfixes installed.

Copy to Clipboard

Here is the command output.

Copy to Clipboard

Congratulations! You created a list of installed Windows updates on a computer using the WMIC command.