你好,
我s首先建议您手动下载并安装目录更新。尝试在下面的链接页面中根据更新KB号搜索更新独立程序包,选择适合您系统版本的更新包,手动下载安装。
http://www.catalog.update.microsoft.com/Home.aspx
同时你可以尝试以下的方法:
在命令提示符(管理员)界面输入以下命令
net stop wuauserv
net Stop cryptSvc
net Stop bits
net Stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net Start wuauserv
net start cryptSvc
net Start bits
net start msiserver
完成后,尝试重新下载安装更新。
如果还是有问题的话,你可以复制粘贴运行下面的命令来尝试修复(同样是在命令行窗口)。
dism.exe /online /remove-package /packagename:Package_for_RollupFix_Wrapper~31bf3856ad364e35~amd64~~16299.248.1.17
/packagename:Package_for_RollupFix~31bf3856ad364e35~amd64~~16299.125.1.6 /packagename:Package_for_RollupFix_Wrapper~31bf3856ad364e35~amd64~~16299.192.1.9 /packagename:Package_for_RollupFix~31bf3856ad364e35~amd64~~16299.192.1.9 /norestart
重启后再运行Dism.exe
/online /Cleanup-Image /StartComponentCleanup
希望对您有帮助。如果答复是有帮助的,
请记住标记它作为答复可以帮助其他社区成员有同样问题并且快速地发现有用的答复
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact
tnmff@microsoft.com.