本教程将介绍如果无法更新 Windows 10 该怎么办,该教程适用于 Windows 10 的第一个版本。与此同时,Microsoft 对 Windows 更新系统进行了重大更改。
内容
在 Windows 10,微软带来了很多新闻、创新和改进,但这个操作系统还远未达到完美。 Microsoft 定期发布 PC 上操作系统和硬件组件的更新,以确保稳定性、最佳性能,最重要的是确保用户的安全。
与微软之前发布的操作系统相比,Windows 10的更新系统几乎迫使用户安装最新的更新。如果在以前的操作系统(Windows 8、Windows 7、Windows Vista 和 XP)中,只需单击几下即可轻松停止更新,那么在 Windows 10 上,这些选项已被删除。用户只能推迟安装更新,而不能永久拒绝更新。
Paradoxal, sunt situatii in care update-urile pe Windows 10 nu mai vor sa se instaleze, chiar daca utilizatorul doreste acest lucru. Sistemul Windows Update fie ramane blocat si nu mai vrea sa descarce si sa instataleze update-uri, fie in momentul instalarii unui update ramane blocat. In aceasta situatie avem mai multe variante de a rezolva problema.
如果无法更新Windows 10,您需要做什么
In primul rand, trebuie sa te asiguri ca functioneaza serviciile care raspund de descarcarea si instalarea actualizarilor in Windows 10。
检查 Windows 10 更新的重要服务
达卡 sistemul de update al Windows 10 nu mai functioneaza normal si nu mai puteti sa descarcati si sa instalati actualizarile, in primul rand trebuiesc verificate serviciile Windows esentiale pentru download si instalare.
我们进去 Windows Services (打开 Start si search “services“) si verificam daca urmatoarele servicii ruleaza pe sistem (Status: Running):
- Windows Update
- Background Intelligent Transfer Service (BITS)
- Cryptographic Service
- Update Orchestrator Service
Ca sistemul de update al Windows 10 为了能够在正常参数下运行,所有这些服务都必须具有状态 “Running” 并且他们在操作系统上的启动应该是 “Automatic“。
如果这些服务没有运行,请选择该服务→右键单击→ Start。将它们置于运行模式 “Automatic“:右键单击该服务→ Properties → Startup type → Automatic。
如果您确定了未在 Windows 10 上运行的服务器并启动了它们,请转到 Windows 更新并检查现在是否一切正常。
解决问题 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

成功执行上述命令后, 关闭命令提示符 和 重新启动计算机 / 笔记本电脑。
系统重新启动后,进入 Windows Update si verificati daca totul functioneaza normal.