首頁 > 軟體

KB5014699無法解除安裝 Win10 KB5014699更新無法解除安裝怎麼辦?

2022-06-22 12:00:06

  近期不少使用者都自動更新了Win10的KB5014699更新修補程式,安裝後卻導致電腦開啟熱點卻無法正常的聯網,而在解除安裝KB5014699修補程式的時候,電腦卻提示KB5014699無法解除安裝,遇到這種情況我們應該怎麼解決呢?下面小編就帶著大家一起具體看看吧!

  KB5014699無法解除安裝解決教學:

  方法一:

  強制重啟三次後進入windows的恢復模式並選擇恢復-解除安裝更新。

  方法二:

  1、搜尋欄輸入【CMD】找到 【命令提示字元】,右擊【以管理員身份開啟】。

  2、在【命令提示字元】中輸入如下命令後回車:

  wusa /uninstall /kb:5014697

  方法三:

  手動重置 Windows 更新元件

  開啟 Windows 命令提示字元。 若要開啟命令提示字元,請單擊 “開始” > “執行”。 複製並貼上(或鍵入)以下命令,然後按 Enter:

  cmd

  停止 BITS 服務、Windows 更新服務 和 加密服務。 為此,請在命令提示字元下鍵入以下命令。 在鍵入每條命令後按 Enter。

  net stop bits

  net stop wuauserv

  net stop cryptsvc

  刪除 qmgr*.dat 檔案。 為此,請在命令提示字元下鍵入以下命令,然後按 Enter:

  Del “%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloaderqmgr*.dat”

  如果這是使用本文中的步驟解決 Windows 更新問題的首次嘗試,請轉到步驟 5,而無需執行步驟 4 中的步驟。 如果在執行除步驟 4 以外的所有步驟後仍無法解決 Windows 更新問題,則只能在此時在故障排除中執行步驟 4 中的步驟。 步驟 4 中的步驟也由上述“修復解決方案”的“攻擊性”模式執行。

  將以下資料夾重新命名為 *.BAK:

  %Systemroot%SoftwareDistributionDataStore

  %Systemroot%SoftwareDistributionDownload

  %Systemroot%System32catroot2

  為此,請在命令提示字元處鍵入以下命令。 在鍵入每條命令後按 Enter。

  Ren %Systemroot%SoftwareDistributionDataStore DataStore.bak

  Ren %Systemroot%SoftwareDistributionDownload Download.bak

  Ren %Systemroot%System32catroot2 catroot2.bak

  將 BITS 服務 和 Windows 更新服務 重置為預設安全描述符。 為此,請在命令提示字元下鍵入以下命令。 在鍵入每條命令後按 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,必須設定代理設定。 為此,請在命令提示字元下鍵入以下命令,然後按 Enter:

  proxycfg.exe -d

  重啟 BITS 服務、Windows 更新服務 和 加密服務。 為此,請在命令提示字元下鍵入以下命令。 在鍵入每條命令後按 Enter。

  net start bits

  net start wuauserv

  net start cryptsvc

  如果正在執行 Windows Vista 或 Windows Server 2008,請清除 BITS 佇列。 為此,請在命令提示字元下鍵入以下命令,然後按 Enter:

  bitsadmin.exe /reset /allusers

  當然我想如果有還原點,系統還原到安裝KB之前的狀態也可以。


IT145.com E-mail:sddin#qq.com