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 Updates
選項 1 - 驗證重要服務 Update 麥酒 Windows 10
如果 系統 update al Windows 10 它不起作用了 正常,你不能 下載並安裝更新,首先我要檢查服務 Windows 對於下載和安裝至關重要。
到 Windows 服務項目 (打開“開始”並蒐索“服務”),然後檢查系統上是否正在運行以下服務(狀態: 運行):
- Windows Update
- 後台智能傳輸服務 (BITS)
- 加密服務
- Update 編排服務
作為系統 update al Windows 10 為了能夠以正常參數運行,所有這些服務都必須處於“正在運行”狀態,並且它們在操作系統上的啟動必須處於“自動”狀態。 如果這些服務未運行,請選擇服務→右鍵單擊→ 開始。 要將它們置於“自動”運行模式:右鍵單擊服務→屬性→ “啟動類型” → Automatic 自動錶.
如果您確定未在其上運行的服務 Windows 10 然後你打開它們,進去 Windows Update 並檢查現在一切是否正常。
選項2-解決問題 Windows Update 與命令集 Command Prompt
另一個選擇是打開 Command Prompt 權利 Administrator (運行為 Administrator) 並 restart您所擁有的服務可確保 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 restart你有電腦 /筆記本。
重新啟動系統後,轉到 Windows Update 並檢查一切是否正常。