答案1
您可以查看重新启动时将安装的 Windows 更新列表(又名待处理的 Windows 更新 -> 请参阅评论,我对此不是 100%确定)Control Panel\All Control Panel Items\Windows Update\View update history
:
如果列表为空,例如:
可能的原因有两个。原因 1:在 中Control Panel\All Control Panel Items\Windows Update\Change settings
,您收到一条消息some settings are managed by your system administrator
:
在这种情况下,其中一个设置可能会阻止您查看
更新历史记录。要重置默认设置,您可以在文件中运行.reg
:
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsUpdate]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate]
原因 2:如何取消待处理的 Windows 7 更新导致 Windows 更新历史记录为空。我怀疑是删除了C:\windows\winsxs\pending.xml
导致此问题的文件。