Windows 11更新中出現(xiàn)錯(cuò)誤代碼0x800f081f
Windows11更新十分的頻繁,可以說(shuō)每周都會(huì)更新一次,而不少用戶(hù)在更新的時(shí)候卻遇到一些問(wèn)題,出現(xiàn)錯(cuò)誤代碼0x800f081f,導(dǎo)致更新失敗。那么遇到這種情況我們要怎么解決呢?下面小編就帶著大家一起來(lái)看看吧!
操作方法:
方法一:安裝離線更新補(bǔ)丁
下載對(duì)應(yīng)的離線更新補(bǔ)丁,采用離線更新的方式。注意:.cab格式的更新包,應(yīng)采用Dism++來(lái)安裝更新。
方法二:
1、啟動(dòng)開(kāi)始菜單,輸入 “cmd”,右鍵以管理員身份運(yùn)行,然后依次執(zhí)行以下命令:
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:WindowsSoftwareDistribution SoftwareDistribution.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
重啟設(shè)備,再次嘗試更新 Windows,看一下是否還會(huì)提示錯(cuò)誤。
相關(guān)文章:
1. Mac虛擬機(jī)安裝Linux Ubuntu教程2. regsvr32.exe是什么進(jìn)程?regsvr32.exe進(jìn)程詳細(xì)介紹3. win7u盤(pán)安裝系統(tǒng)教程4. centos7安裝后缺少網(wǎng)卡如何解決?5. Win10正版怎么關(guān)閉windows defender6. CentOS7.3怎么安裝?使用DVD ISO鏡像安裝CentOS7.3的方法7. CentOS7版本系統(tǒng)破解講解8. Atiptaxx.exe是什么?Atiptaxx.exe可以關(guān)閉嗎?9. Fdisk硬盤(pán)分區(qū)圖文教程(超詳細(xì))10. 怎么用PE安裝win11系統(tǒng)?教你用U盤(pán)安裝Win11 PE系統(tǒng)教程
