在系統中出現0x80070002錯誤提示介面的情況,針對這種問題,小編覺得可以嘗試在系統中進行臨時檔案的刪除,或者是在命令提示字元中使用相關程式碼來進行問題的修復解決。
方法一:停止Windows更新服務
1、打開“控制台”,將查看方式改為大圖標,然後點擊「管理工具」。
2、在管理工具中開啟「服務」。
3、在「Windows Update」服務上右鍵,然後按一下「停止」。
方法二:刪除暫存檔案
1、停止Windows Update服務。
2、右鍵點選「開始功能表-設定-系統-儲存」。
3、選擇系統磁碟,一般是C磁碟。
4、點選下方的「臨時檔案」。
5、點選「刪除暫存檔案」按鈕。
6、重新啟動 Windows Update 服務。
7、再嘗試檢查 Windows 更新。
方法三:重啟Windows更新服務
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.oldold
ren C:\Windows\System32\catroot2 catroot2. oldold
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
netsh winsock reset
##net start msiserver netsh winsock reset 3、重啟機器,再看看效果。 ######4、如果問題依然持續,請下載並執行微軟官方《Microsoft Fix it》修復工具。 ###以上是解決win101909無聲問題的0x80070002錯誤方法的詳細內容。更多資訊請關注PHP中文網其他相關文章!