您好:
1 下面链接左边罗列到目前为止在windows w2016 安装的update的历史记录。
https://support.microsoft.com/en-sg/help/4000825
2 我们可以在问题w2016的powershell中输入下面的命令,看看更新是否都安装全了。我们仍然可以使用检查更新,尝试安装所有补丁,看看能否解决您的问题。注意下面命令要把$server改成 w2016 的计算机名
$QFE = Get-hotfix -computername $server | select-object -property Description,HotFixID,InstalledBy,InstalledOn | out-file c:\windows\temp\$server.txt


Best Regards
Andy YOU
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact
tnmff@microsoft.com.