Results 1 to 8 of 8
-
2016-07-17, 07:01 #1
- Join Date
- Jan 2002
- Location
- Midlothian, Virginia, USA
- Posts
- 894
- Thanks
- 0
- Thanked 2 Times in 1 Post
How to verify a particular update number is installed?
I have seen advice that before initiating my update to Win10 I should verify that two particular updates are installed. I went to the Update History list and tried to use the search box there to search for the desired number and it didn't search that list, it searched the Control Panel! How can I verify that these two updates are installed?
Thanks,
Bill
-
2016-07-17, 07:20 #2davidhkGuest
3 ways :
1. Go to Control Panel > Programs and Features > left side, click View Installed updates.
2. Control Panel > Windows Upate > left side, click View update history.
3. I don't have Win 8/8.1 anymore. The following is by memory only......
Open the charm bar > Settings > Change PC settings > left side, Update and recovery > right side, View your update history.Last edited by davidhk; 2016-07-17 at 07:33.
-
2016-07-17, 07:22 #3
- Join Date
- Jun 2011
- Location
- New England
- Posts
- 5,190
- Thanks
- 195
- Thanked 737 Times in 650 Posts
Click on Installed updates and search there.
-
2016-07-17, 19:16 #4
- Join Date
- Jan 2002
- Location
- Midlothian, Virginia, USA
- Posts
- 894
- Thanks
- 0
- Thanked 2 Times in 1 Post
Well no luck so far! The #1 suggestion by davidhk and Paul's suggestion is to search in the Installed Updates list. I tried that and it does claim to search in that list but it could not find a KB number that was right there in plain sight!
The #2 and #3 suggestions from davidhk are to search in the Update History but as I said in my message, it does not actually search in that list! It seems to search in the Control Panel.
So, no success so far!
Thanks,
Bill
-
2016-07-17, 19:45 #5
- Join Date
- Dec 2009
- Location
- South Glos., UK
- Posts
- 3,822
- Thanks
- 171
- Thanked 1,076 Times in 852 Posts
Two more ways: PowerShell and VBS.
PowerShell: Open a CMD prompt, enter powershell and press RETURN/ENTER. When the command prompt changes to PowerShell's PS prompt, enter the following:
get-hotfix -id KB974332 (Change the KB number to the one you want to check.)
This will show you if the update is installed or an error if it isn't.
VBS: Alternatively, save the attached file then rename it to CheckWU.vbs. Double-click on it and enter just the KB number. When the dialog asks for a MACHINE NAME or IP address, just enter a period/full stop mark (which means THIS computer) then click on the OK button.
Hope this helps...
-
2016-07-17, 19:53 #6
- Join Date
- Dec 2009
- Location
- South Glos., UK
- Posts
- 3,822
- Thanks
- 171
- Thanked 1,076 Times in 852 Posts
Originally Posted by BillWilson
Hope this helps...Last edited by Rick Corbett; 2016-07-17 at 19:56. Reason: gah! fat fingers!
-
2016-07-17, 20:37 #7
- Join Date
- Jan 2002
- Location
- Midlothian, Virginia, USA
- Posts
- 894
- Thanks
- 0
- Thanked 2 Times in 1 Post
Thanks Rick! That did the trick. I used the powershell approach and it showed that both required updates are installed.
Thanks,
Bill
-
2016-07-17, 20:55 #8
- Join Date
- Jan 2002
- Location
- Midlothian, Virginia, USA
- Posts
- 894
- Thanks
- 0
- Thanked 2 Times in 1 Post
Rick, yes, I am getting ready to update my Win8.1 laptop to Win10. In the process of studying this process ahead of time I saw a suggestion to be sure those two updates are installed. There was no suggestion that the process would check that so I assumed that I had to do that check.
Thanks for your suggestion.
Bill