How to determine if a specific KB Windows update has been applied to your computer

Home > Blogs > Windows 7 > How to determine if a specific KB Windows update has been applied to your computer

How to determine if a specific KB Windows update has been applied to your computer

4 8 Rick Trader
Added by September 21, 2015

There may be times when troubleshooting or preparing for an upgrade to determine if a specific KB Windows Update has been applied to a computer.

For instructor-led training, see our Windows 10 classes. For more, see our complete course schedule.

There a couple of solutions.

First use the Windows Update tool.

  1. Launch Windows Update
  2. Click on View your update history

001-kb-update

  1. Search the update history to see if the desired update is installed.

002-kb-update

Second way – Use DISM.exe.

  1. Launch the Command Prompt with administrative privileges.

003-kb-update

  1. By typing the following command within your elevated command prompt will get a list of all updates that have been applied to your computer. Search the update history to see if the desired update is installed:

Type dism /online /get-packages

 004-kb-update

  1. You can check for a specific update by piping the output to FINDSTR. Typing the following command within your elevated command prompt will get a list of a specific update has been applied to your computer:

Type dism /online /get-packages | findstr KB2894856  (KB is case sensitive)

Note:  (Replace the KB number with whichever update you are looking for.)   If the update exists there will be a response if not a command prompt will be returned.

005-kb-update

Third way – Use SYSTEMINFO.exe.

  1. Launch the Command Prompt with administrative privileges.

006-kb-update

  1. By typing the following command within your elevated command prompt will get a list of all updates that have been applied to your computer. Search the update history to see if the desired update is installed:

Type SYSTEMINFO.exe

 007-kb-update

  1. You can check for a specific update by piping the output to FINDSTR. Typing the following command within your elevated command prompt will get a list of a specific update has been applied to your computer:

Type SYSTEMINFO.exe | findstr KB2894856  (KB is case sensitive)

Note:  (Replace the KB number with whichever update you are looking for.)   If the update exists there will be a response if not a command prompt will be returned.

008-kb-update

Hope this helps you determine if a specific update is installed on your computer or not.

Until next time, RIDE SAFE!

Rick Trader
Windows Server Instructor – Interface Technical Training
Phoenix, AZ

Videos You May Like

A Simple Introduction to Cisco CML2

0 3703 0

Mark Jacob, Cisco Instructor, presents an introduction to Cisco Modeling Labs 2.0 or CML2.0, an upgrade to Cisco’s VIRL Personal Edition. Mark demonstrates Terminal Emulator access to console, as well as console access from within the CML2.0 product. Hello, I’m Mark Jacob, a Cisco Instructor and Network Instructor at Interface Technical Training. I’ve been using … Continue reading A Simple Introduction to Cisco CML2

How to use the PowerShell Script Analyzer to Clean Up Your Code

0 1229 2

In this video, PowerShell instructor Jason Yoder demonstrates how you can use the PowerShell Script Analyzer to help you format your code to best-practices. For instructor-led PowerShell training classes, see our course schedule: Microsoft Windows PowerShell Training Download the PowerShell Analyzer scripts used in this video. <# ╔══════════════════════════════════════════════════════════════════════════════╗ ║ ║ ║ PowerShell Script Analyzer ║ … Continue reading How to use the PowerShell Script Analyzer to Clean Up Your Code

Configuring Windows Mobility Center and How to Turn it On and Off

1 1413 1

Video transcription Steve Fullmer: In our Windows training courses, we often share information about the Windows 8.1 Mobility Center. Mobility Center was introduced for mobile and laptop devices in Windows 7. It’s present and somewhat enhanced in Windows 8. Since we don’t have mobile devices in our classrooms, I decided to take a little bit … Continue reading Configuring Windows Mobility Center and How to Turn it On and Off

Write a Comment

See what people are saying...

    Share your thoughts...

    Please fill out the comment form below to post a reply.