询问者
Windows 10升级失败,0x8007007E - 0x2000A

问题
全部回复
-
您好,
您是通过Windows 10 LTSC 2019 的镜像进行升级的吗?
如果不是,请尝试在VLSC网站下载Windows 10 LTSC 2019的进行进行就地升级。
同时我们还可以尝试下列步骤。
删除C:\Windows\SoftwareDistribution 文件夹。
暂时关闭所有的杀毒软件和防火墙。
以管理员权限运行命令行工具“sfc /scannow”以及“DISM.exe /Online /Cleanup-image /Restorehealth”修复损坏的系统文件。
然后执行干净启动,重新开始进行升级。
如果该问题还是存在,请查看 事件查看器\Windows 日志\Applications, Setup, System中记录的相关信息。
以及上传CBS.log (C:\Windows\Logs\CBS\CBS.log) 到网盘,然后把链接贴在这里。
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
您好,
我注意到您的日志里出现了CSI destroyed 的错误。
请尝试手动以管理员身份运行下列命令来清理CSI Transaction.
cd C:\windows\System32\Config
attrib -s -h *
del *.blf
del *.regtrans-ms
cd C:\Windows\System32\SMI\Store\Machine
attrib -s -h *
del *.blf
del *.regtrans-ms
在升级前, 确保当前版本升级到最新. 确保KB4478877 已经安装完成。
同时请在升级前, 在Services 控制台中,把Windows Update 服务禁用掉, 在升级过程中, 请勾选不立即更新。
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已编辑 Joy-Qiao 2018年12月5日 3:20