上周,微軟通過Windows Update向所有Win8.1平臺免費(fèi)推送Win8.1 Update更新。但有些用戶升級并不順利,例如出現(xiàn)錯誤代碼80070020、80073712?,F(xiàn)在,微軟社區(qū)愛好者已提供有效的修復(fù)方案。
截至目前,Win8.1 Update更新失敗先后出現(xiàn)三種錯誤代碼,例如80070020、80073712和0x800f081f,但微軟一直未提供臨時解決方案。所幸的是,來自微軟社區(qū)的愛好者Andrew B提供一個簡單實用的修復(fù)方案,只需兩行命令。
操作如下:(Win8.1平臺)
1、登錄傳統(tǒng)桌面,右擊開始菜單,選擇命令提示符(管理員)
2、輸入以下兩條命令:
• 移除Win8.1 Update(KB2919355)更新補(bǔ)丁
dism /online /remove-package /packagename:Package_for_KB2919355~31bf3856ad364e35~amd64~~6.3.1.14
卸載更新后,用戶需要手動重啟系統(tǒng)完成配置
• 卸載更新后,繼續(xù)清除映像文件
dism /online /cleanup-image /startcomponentcleanup
3、當(dāng)操作完成后,我們可以重新通過Windows Update獲取Win8.1 Update更新。
其它朋友給的補(bǔ)充:
但是仍然有一些人沒有能夠解決問題。這個時候大家可以嘗試以下的解決方法:
用戶以管理員身份運(yùn)行命令提示符,如果你的是64位Windows8.1系統(tǒng),輸入以下命令:
dism /online /remove-package /packagename:Package_for_KB2919355 ~ 31bf3856ad364e35 ~ amd64 ~ ~ 6.3.1.14
If your computer is a 32 Windows8.1 system,Enter the following command:
dism /online /remove-package /packagename:Package_for_KB2919355 ~ 31bf3856ad364e35 ~ x86 ~ ~ 6.3.1.14
Windows8.1 Update update failed to install,Error code 80070020,80073712,0 x800f081f solution
Press Enter to execute the command,Will be removed Windows8.1 Update (KB2919355) update operations. After waiting for the progress of 100%,F(xiàn)ollow the prompts to restart your computer.
After restarting the system Windows8,Once again, run the command prompt as administrator,輸入以下命令:
dism /online /cleanup-image /startcomponentcleanup
再一次按回車執(zhí)行命令,就會進(jìn)行清除映像文件的操作,等待進(jìn)度100%后關(guān)閉命令提示符窗口。
然后進(jìn)入“控制面板——系統(tǒng)和安全——Windows 更新”,檢查更新就可以重新下載安裝Win8.1 Update(KB2919355)更新了。