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ù) 重置為默認安全描述符。 為此,請在命令提示符下鍵入以下命令。 在鍵入每條命令后按 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. 電腦怎么安裝雙系統(tǒng)?Win11 和 Win7雙系統(tǒng)安裝圖文教程2. Win10必應(yīng)搜索不了怎么辦?Win10系統(tǒng)bing搜索不了的解決方法3. 鼠標怎么設(shè)置為左手? deepin20左手鼠標設(shè)置方法4. UOS怎么設(shè)置時間? 統(tǒng)信UOS顯示24小時制的技巧5. Win11系統(tǒng)搜索不到藍牙耳機怎么辦?Win11搜索不到藍牙耳機解決方法6. freebsd 服務(wù)器 ARP綁定腳本7. Win11找不到回收站怎么辦?Win11顯示回收站的方法8. 消息稱微軟將在未來幾周內(nèi)推送 Win11 22H2“Moment 2”更新9. centos7怎么進去tmp目錄并清除垃圾?10. Win11關(guān)機一直重啟怎么辦?Win11關(guān)機不斷重啟解決方法
