Используйте Powershell для поиска установленных обновлений Windows
Get-Hotfix извлекает все текущие установленные обновления на машине, используйте ключ -id для указания номера КБ.
Пример:
PS C:\Users\User> Get-HotFix -Id kb974322
Get-HotFix : Cannot find the requested hotfix on the 'localhost' computer. Verify the input and run the command again.
At line:1 char:1
+ Get-HotFix -Id kb974322
+ ~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (:) [Get-HotFix], ArgumentException
    + FullyQualifiedErrorId : GetHotFixNoEntriesFound,Microsoft.PowerShell.Commands.GetHotFixCommand
PS C:\Users\User> Get-HotFix -Id kb3105216
Source        Description      HotFixID      InstalledBy          InstalledOn
------        -----------      --------      -----------          -----------
DOENOE_LP     Security Update  KB3105216     NT AUTHORITY\SYSTEM  11-4-2015 00:00:00
PS C:\Users\User> Get-HotFix -Id kb3105216 | fl
Description         : Security Update
FixComments         :
HotFixID            : KB3105216
InstallDate         :
InstalledBy         : NT AUTHORITY\SYSTEM
InstalledOn         : 11-4-2015 00:00:00
Name                :
ServicePackInEffect :
Status              :