本教程教您无法更新时该怎么办 Windows 10,对于第一个版本有效 Windows 10。与此同时,微软对更新系统进行了大幅改动。 Windows.
内容
In Windows 10微软带来了很多新的功能,创新和改进,但是这个操作系统还远远没有完善。 微软发布定期更新这两个操作系统和目前PC上的硬件组件,以确保稳定性,更高的性能,特别是对于家庭用户。
与Microsoft先前发布的操作系统相比, Windows 10 有一个系统 update 这几乎迫使用户安装最新的更新。 如果在以前的操作系统中(Windows 8, Windows 7, Windows Vista 和 XP) 关机 update只需点击几下就可以轻松完成 Windows 10 这些选项已被删除。用户只能推迟安装 update,而不是他的永久拒绝。
矛盾的是,在某些情况下 update网站上 Windows 10 他们不再想安装,即使用户想要这个。系统 Windows Update 要么卡住,不想下载和安装 update无论是在安装 update 卡住。 在这种情况下,我们有多种选择来解决问题。
如果无法更新怎么办 Windows 10
首先,您必须确保负责下载和安装更新的服务正在运行 Windows 10.
检查重要服务 Update 的 Windows 10
如果 系统 update al Windows 10 它不起作用了 正常,你不能 下载并安装更新,首先我要检查服务 Windows 对于下载和安装至关重要。
到 Windows Services (打开 Start 并搜索“services") 并检查以下服务是否在系统上运行 (Status: Running):
- Windows Update
- Background Intelligent Transfer Service (BITS)
- Cryptographic Service
- Update Orchestrator Service
作为系统 update al Windows 10 为了能够在正常参数下运行,所有这些服务必须具有状态“Running”并且他们在操作系统上的启动应该是“Automatic“。
如果这些服务没有运行,选择服务→右击→ Start. 将它们置于运行模式“Automatic": 右键单击该服务 → Properties → Startup type → Automatic.
如果您确定未在其上运行的服务 Windows 10 你开始了它们,进去 Windows Update 并检查现在一切是否正常。
解决这个问题 Windows Update 与命令集 Command Prompt
另一个选择是打开 Command Prompt 权利 Administrator (Run as Administrator) 并 重新启动确保良好运行的服务 Windows Updates.
运行 Command Prompt 以下命令行:
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

一旦成功执行上述命令, 关闭 Command Prompt si 重新启动计算机 /笔记本。
重新启动系统后,转到 Windows Update 并检查一切是否正常。