在更新系統的過程中卻遇到了錯誤代碼提示0x80070026的情況很多小伙伴不知道該怎麼解決,這種情況可能是因為系統內部出現錯誤,可以在命令提示符中進行修復即可。
1、先啟動“開始”選單,輸入“cmd”,右鍵點選“命令提示字元”,選擇以“管理員身分”執行。
2、然後依序輸入下方指令(可小心複製貼上):
SC config wuauserv start= auto,按回車
SC config bits start= auto,按回車
SC config cryptsvc start= auto,按回車
SC config trustedinstaller start= auto ,按回車
SC config wuauserv type=share,按回車
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,按回車
netsh winsock reset,按回車
3、最後重啟機器,再看看效果即可。
以上是0x80070026錯誤解決方法:win101909版本更新錯誤修復的詳細內容。更多資訊請關注PHP中文網其他相關文章!