您好,
有一些文件缺少了,没办法准确定位。
请分享以下两个文件:
setupact.log
setuperr.log
它们位于“$Windows.~BT\Sources\Panther”
显示“某些更新文件缺失或出现问题。我们将尝试稍后重新下载更新。错误代码: (0x80070003)”
锁定的问题。 此问题已从 Microsoft 支持社区迁移。 你可投票决定它是否有用,但不能添加评论或回复,也不能关注问题。
您好,
有一些文件缺少了,没办法准确定位。
请分享以下两个文件:
setupact.log
setuperr.log
它们位于“$Windows.~BT\Sources\Panther”
您好,
我需要日志文件才能调查问题
您可以打开资源管理器,上方输入“$Windows.~BT\Sources\Panther”将里面的内容通过网盘发送给我
您好,
打开任务资源管理器,上方输入“C:$WINDOWS.~BT”删除掉里面的所有文件。
然后右键 Windows 徽标,点击“终端管理员”输入:
DISM.exe /Online /Cleanup-Image /StartComponentCleanup
SC config wuauserv start= auto
SC config bits start= auto
SC config cryptsvc start= auto
SC config trustedinstaller start= auto
SC config wuauserv type=share
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 /Cleanup-image /Restorehealth
sfc.exe /scannow
然后重新更新一下看看?