Symptom
在尝试更新 Windows 时,您可能偶尔会在安装更新过程中遇到问题,并且不会收到错误代码。此外,一些错误代码可能不会提供太多有关导致更新失败的原因的信息,从而难以进行故障处理。本文详细介绍了一些供您尝试的 Windows 选项,通过这些选项可以使更新按预期进行。
Orsak
不适用
Upplösning
- 搜索 Windows PowerShell 或终端,然后右键单击它并选择以 管理员身份运行将其打开。
- 停 Windows 更新服务类型,方法是 键入
net stop wuauserv
分析文件,然后按 Enter 键。
- 通过键入以下命令停止后台智能传输服务:
net stop bits
,然后按Enter 键。
- 通过键入以下命令删除临时文件
remove-item -Path $env:temp*pending.xml-force
分析文件,然后按 Enter 键。然后, 键入 remove-item -Path C:\Windows\WinSxS*pending.xml -force
分析文件,然后按 Enter 键。
- 键入
get-childItem C:\Windows\SoftwareDistribution\Download -recurse | remove-item -force -recurse
分析文件,然后按 Enter 键。
- 通过 键入
net start wuauserv
,然后按Enter 键。然后, 键入 net start bits
分析文件,然后按 Enter 键。
Berörda produkter
Chromebox, Alienware, Inspiron, Legacy Desktop Models, OptiPlex, Vostro, XPS, G Series, Chromebook, G Series, Alienware, Inspiron, Latitude, Vostro, XPS, Legacy Laptop Models