KB5006670無法卸載怎么辦?Win10 KB5006670卸載不掉怎么辦?
最近許多小伙伴都升級了Windows10最新的更新補丁KB5006670,但是這會引起打印機無法連接共享打印機甚至出錯的問題。但是卸載更新又顯示無法卸載,那么遇到這種情況我們要怎么解決呢?下面小編就帶著大家一起看看吧!
操作方法:
用管理員權(quán)限運行CMD, 然后在命令提示符中輸入以下命令看是否可以卸載KB5006670。
wusa /uninstall /KB:5006670
如果還是無法卸載,建議在安全模式下進行卸載。
因為此補丁是針對Win10 2004以上版本推出的最新更新,如果還是無法卸載,我懷疑可能在更新的時候存在文件損壞,運行“sfc /scannow”命令嘗試修復(fù)系統(tǒng)文件,重置 Windows 更新組件。
手動重置 Windows 更新組件
打開 Windows 命令提示符。 若要打開命令提示符,請單擊 “開始” 》 “運行”。 復(fù)制并粘貼(或鍵入)以下命令,然后按 Enter:
cmd
停止 BITS 服務(wù)、Windows 更新服務(wù) 和 加密服務(wù)。 為此,請在命令提示符下鍵入以下命令。 在鍵入每條命令后按 Enter。
net stop bits
net stop wuauserv
net stop cryptsvc
刪除 qmgr*.dat 文件。 為此,請在命令提示符下鍵入以下命令,然后按 Enter:
Del “%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloaderqmgr*.dat”
如果這是使用本文中的步驟解決 Windows 更新問題的首次嘗試,請轉(zhuǎn)到步驟 5,而無需執(zhí)行步驟 4 中的步驟。 如果在執(zhí)行除步驟 4 以外的所有步驟后仍無法解決 Windows 更新問題,則只能在此時在故障排除中執(zhí)行步驟 4 中的步驟。 步驟 4 中的步驟也由上述“修復(fù)解決方案”的“攻擊性”模式執(zhí)行。
將以下文件夾重命名為 *.BAK:
%Systemroot%SoftwareDistributionDataStore
%Systemroot%SoftwareDistributionDownload
%Systemroot%System32catroot2
為此,請在命令提示符處鍵入以下命令。 在鍵入每條命令后按 Enter。
Ren %Systemroot%SoftwareDistributionDataStore DataStore.bak
Ren %Systemroot%SoftwareDistributionDownload Download.bak
Ren %Systemroot%System32catroot2 catroot2.bak
將 BITS 服務(wù) 和 Windows 更新服務(wù) 重置為默認(rèn)安全描述符。 為此,請在命令提示符下鍵入以下命令。 在鍵入每條命令后按 Enter。
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
在命令提示符下鍵入以下命令,然后按 Enter:
cd /d %windir%system32
重新注冊 BITS 文件和 Windows 更新 文件。 為此,請在命令提示符下鍵入以下命令。 在鍵入每條命令后按 Enter。
regsvr32.exe atl.dll
regsvr32.exe urlmon.dll
regsvr32.exe mshtml.dll
regsvr32.exe shdocvw.dll
regsvr32.exe browseui.dll
regsvr32.exe jscript.dll
regsvr32.exe vbscript.dll
regsvr32.exe scrrun.dll
regsvr32.exe msxml.dll
regsvr32.exe msxml3.dll
regsvr32.exe msxml6.dll
regsvr32.exe actxprxy.dll
regsvr32.exe softpub.dll
regsvr32.exe wintrust.dll
regsvr32.exe dssenh.dll
regsvr32.exe rsaenh.dll
regsvr32.exe gpkcsp.dll
regsvr32.exe sccbase.dll
regsvr32.exe slbcsp.dll
regsvr32.exe cryptdlg.dll
regsvr32.exe oleaut32.dll
regsvr32.exe ole32.dll
regsvr32.exe shell32.dll
regsvr32.exe initpki.dll
regsvr32.exe wuapi.dll
regsvr32.exe wuaueng.dll
regsvr32.exe wuaueng1.dll
regsvr32.exe wucltui.dll
regsvr32.exe wups.dll
regsvr32.exe wups2.dll
regsvr32.exe wuweb.dll
regsvr32.exe qmgr.dll
regsvr32.exe qmgrprxy.dll
regsvr32.exe wucltux.dll
regsvr32.exe muweb.dll
regsvr32.exe wuwebv.dll
重置 Winsock。 為此,請在命令提示符下鍵入以下命令,然后按 Enter:
netsh winsock reset
如果運行的是 Windows XP 或 Windows Server 2003,必須設(shè)置代理設(shè)置。 為此,請在命令提示符下鍵入以下命令,然后按 Enter:
proxycfg.exe -d
重啟 BITS 服務(wù)、Windows 更新服務(wù) 和 加密服務(wù)。 為此,請在命令提示符下鍵入以下命令。 在鍵入每條命令后按 Enter。
net start bits
net start wuauserv
net start cryptsvc
如果正在運行 Windows Vista 或 Windows Server 2008,請清除 BITS 隊列。 為此,請在命令提示符下鍵入以下命令,然后按 Enter:
bitsadmin.exe /reset /allusers
當(dāng)然我想如果有還原點,系統(tǒng)還原到安裝KB之前的狀態(tài)也可以。
相關(guān)文章:
1. Win7無法加入Win10創(chuàng)建的家庭組的解決方法2. Win8電腦系統(tǒng)服務(wù)怎么打開?3. Win8.1開啟或關(guān)閉Bing聯(lián)機搜索的方法4. WinXP系統(tǒng)CF不能打開要寫入的文件怎么辦?5. Win10創(chuàng)建WiFi熱點時提示無法啟動承載網(wǎng)絡(luò)如何解決?6. 調(diào)整Win8系統(tǒng)時間為12小時制的方法教程7. Windows操作系統(tǒng)中IPVv6安全性的思考8. Win8.1 Modern IE11罷工/閃退問題修復(fù)方案整理9. 手動優(yōu)化 Windows 7系統(tǒng)服務(wù)清理方案10. Windows7純凈版系統(tǒng)玩英雄聯(lián)盟lol出現(xiàn)游戲崩潰怎么解決?
