如何修復 Windows 10 錯誤 0x800705B4?[快速簡單的修復]

如何修復 Windows 10 錯誤 0x800705B4? [快速簡單的修復]

對 Windows 10 上的錯誤 0x800705b4 感到困擾,想知道如何修復它,那麼在本文中,您將獲得解決該錯誤的全部可能解決方案。

好吧,錯誤 0x800705b4非常煩人,因為它出現在兩種不同的情況下。一些用戶報告說他們在運行 Windows 防御者掃描時遇到了錯誤,其中一些用戶在安裝最新的 Windows 更新時遇到了錯誤。

一旦出現錯誤 0x800705b4,它就會阻止用戶執行任務。因此,在本文中了解如何在這兩種情況下修復 Windows 10 上的錯誤 0x800705b4 以及原因。

現在完整閱讀本文以修復這兩種情況下的錯誤。

案例 1 – Windows 10 更新錯誤 0x800705b4

錯誤 0x800705b4是您嘗試更新或下載任何可用更新時出現的常見 Windows 10 更新錯誤之一。

因此,用戶無法安裝 Windows 更新。

為什麼我收到 Windows 10 更新錯誤 0x800705b4?

找出導致Windows 10 更新錯誤 0x800705b4 的全部可能原因。

  • 無法更新操作系統。
  • Windows 系統文件已損壞或損壞。
  • 未配置的更新服務
  • 註冊表錯誤
  • PC 上的病毒/惡意軟件攻擊

如何修復 Windows 10 更新錯誤 0x800705B4?

要修復更新錯誤 0x800705b4,請嘗試重新啟動您的 Windows 系統,因為這可以修復常見的故障和錯誤。此外,關閉 Windows Defender,禁用第三方防病毒軟件和其他軟件(如下所述)。

現在,嘗試更新您的 Windows 10 系統,如果一切正常,那麼一切正常,但如果仍然出現錯誤代碼 0x800705b4,請一一進行修復。

解決方案 1:嘗試重新啟動 Windows 更新服務

  • 按Win 鍵 + R打開運行對話框,輸入services.msc然後按 Enter

如何修復 Windows 10 錯誤 0x800705B4? [快速簡單的修復]

  • 找到Windows Defender 服務。
  • 如果 Windows Defender 的狀態未指示或為空白,則右鍵單擊它並選擇Start
  • 如果第 3 步出現錯誤,則搜索Startup Type, 並將其設置為 Automatic

如何修復 Windows 10 錯誤 0x800705B4? [快速簡單的修復]

  • 最後,重新啟動系統並嘗試運行更新。

解決方案 2:修改更新和安全設置

  • 轉到開始 -> 設置 -> 更新和安全 -> 高級選項
  • 搜索當我更新 Windows 時為我提供其他 Microsoft 產品的更新選項 並取消選中它。

如何修復 Windows 10 錯誤 0x800705B4? [快速簡單的修復]

  • 驗證更新並運行可用的更新。

檢查,如果您可以成功安裝更新,然後重複前兩個步驟,除了您必須在我更新 Windows 時標記在其他 Microsoft 產品上提供更新選項。

現在預計Windows 10 更新錯誤 0x800705b4已修復,但如果沒有,則前往下一個解決方案。

解決方案 3:運行 SFC/SCANNOW

它可能會發生Windows 更新錯誤 0x800705b4,由於Windows 系統文件損壞而出現,並修復它們運行內置的系統文件檢查器命令。

請按照以下步驟操作:

  • 以管理員權限打開命令提示符,執行此操作:按Win 鍵 + X 並選擇 命令提示符(管理員)。

如何修復 Windows 10 錯誤 0x800705B4? [快速簡單的修復]

  • 現在在命令提示符下,鍵入sfc /scannow 命令並按Enter鍵。

如何修復 Windows 10 錯誤 0x800705B4? [快速簡單的修復]

  • 此命令將需要幾分鐘來執行掃描和修復問題。

完成此過程後,重新啟動系統並檢查Windows 10 更新錯誤 0x800705b4是否已解決。

解決方案 4:運行 DISM 工具

  • 以管理員權限打開命令提示符,執行此操作:按Win 鍵 + X 並選擇 命令提示符(管理員)。
  • 單擊UAC 窗口上的確定,或在需要時輸入管理員密碼。
  • 之後,您必須在命令提示符窗口中鍵入以下給出的命令,並在每一行後按 Enter 鍵:

DISM.exe /Online /Cleanup-image /Scanhealth
DISM.exe /Online /Cleanup-image /Restorehealth

如何修復 Windows 10 錯誤 0x800705B4? [快速簡單的修復]

  • 執行完所有命令後,關閉命令提示符並嘗試安裝更新。

解決方案 5:手動重置 Windows 更新組件

  • 使用管理員權限打開命令提示符(在上一個技巧的第 1 步中給出)。
  • 現在您需要關閉BITS、Cryptographic、MSI InstallerWindows Update Services
  • 要執行此任務,請在命令提示符窗口中鍵入以下給出的命令,並 在每行後按Enter 鍵:

net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver

如何修復 Windows 10 錯誤 0x800705B4? [快速簡單的修復]

  • 執行上述命令後,您需要重命名SoftwareDistribution 和 Catroot2 文件夾。
  • 為此,請運行以下命令並在每個命令之後按Enter 鍵:

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old

  • 完成第 3 步後,打開BITS、加密、MSI 安裝程序Windows 更新服務
  • 為此,請運行以下命令並在每個命令之後按Enter 鍵:

net start wuauserv
net start cryptSvc
net start bits
net start msiserver

如何修復 Windows 10 錯誤 0x800705B4? [快速簡單的修復]

  • 畢竟,關閉命令提示符窗口並重新啟動您的 PC/筆記本電腦。

上述所有技巧都可以處理Windows 10 更新錯誤 0x800705b4。

解決方案 6:刪除一些相關文件夾

一些不需要或損壞的文件可能導致Windows 更新錯誤 0x800705b4。要修復此錯誤,您必須刪除一些相關文件夾。為此,請按照說明進行操作:

  • 單擊 Windows 開始 按鈕。
  • 在搜索框中輸入服務。
  • 現在右鍵單擊服務將其打開。
  • 然後你必須找到 後台智能傳輸服務, 右鍵單擊後台智能服務 停止 它。

如何修復 Windows 10 錯誤 0x800705B4? [快速簡單的修復]

  • 現在找到 Windows 更新 然後停止它
  • 現在,您必須導航 Windows 資源管理器以打開“ C:\SoftwareDistribution ”文件夾。
  • 獲取文件夾後,您必須刪除 下載 和 傳遞優化 文件夾。

現在,重新啟動您的 PC 並檢查是否存在 Windows 10 更新錯誤 0x800705b4。如果您的問題已解決,請嘗試再次安裝 Windows 10 更新。

解決方案 7:執行 chkdsk 掃描

一些用戶建議運行 chkdsk 掃描來修復更新錯誤 0x800705b4。因此,值得運行Chkdsk 掃描來修復文件損壞和錯誤。

請按照以下步驟操作:

  • Win + X 鍵> 以管理員身份打開命令提示符。
  • 一旦命令提示符開始 > 輸入chkdsk /f X:(確保用您的系統驅動器號替換 X,默認情況下它是 C。)

如何修復 Windows 10 錯誤 0x800705B4? [快速簡單的修復]

  • 現在,您將收到一條消息,要求您在下次重新啟動時安排系統掃描。鍵入Y > Enter確認。

chkdsk掃描將在您重新啟動 PC 時開始掃描掃描過程完成後,檢查Windows 錯誤代碼 0x800705b4是否已修復。

解決方案 8:執行 Windows 10 全新安裝

如果上面列出的解決方案都不適合您,那麼剩下的唯一選擇就是執行全新安裝。因此,請務必先備份您的系統。

並按照以下步驟進行操作:

  • 打開開始菜單> 單擊電源按鈕> 按住Shift 鍵>重新啟動
  • 接下來選擇疑難解答>重置此電腦>刪除所有內容。

如何修復 Windows 10 錯誤 0x800705B4? [快速簡單的修復]

  • 如果出現提示,請插入 Windows 10 安裝媒體。
  • 並選擇Only the drive where Windows is installed > Just remove my files
  • 接下來,查看重置過程將執行的更改 > 單擊重置

並按照說明完成重置過程。

案例 2 – Windows Defender 錯誤 0x800705b4

Windows Defender 是一種內置保護工具,可保護您的 Windows PC 免受惡意軟件和間諜軟件 等外部威脅。但是,有時 Windows Defender 也無法掃描或啟動並導致錯誤 0x800705B4

Windows Defender 錯誤 0x800705B4是一個常見錯誤,它會阻止 Windows Defender 啟動並顯示一條錯誤消息:

“Windows Defender couldn’t turn on real-time protection. This operation returned because the timeout period expired. Click Help for more information about the problem. Error code: 0x800705b4”.

因此,請按照以下給出的修復程序來規避錯誤。

是什麼導致 Windows Defender 0x800705B4 錯誤

  • 如果您安裝任何與 Windows Defender 不兼容的第三方保護應用程序。
  • 由於註冊表項損壞或丟失。
  • 運行過時的操作系統。
  • 運行惡意軟件也可能導致錯誤。

如何修復 Windows Defender 中的錯誤代碼 Ox800705B4?

您可以通過卸載第 3 方防病毒程序或修改註冊表項來修復 Windows 防御者錯誤 0x800705B4。請按照以下步驟執行此操作:

解決方案一:刪除第三方殺毒軟件

Temporarily disable the third-party antivirus software. And if this works for you then uninstall the current antivirus program or contact the antivirus support centre.

Keep your Firewall turned on. If in case, your PC has both third-party software and a Firewall, then you have to enable your Windows Firewall. For that, follow the steps to do so:

  • Click on the Windows Start button.
  • On the search box type Windows Firewall and click on it.
  • On the left side of the Windows Click on the Turn Windows Firewall on or off.
  • Next, turn on the Windows Firewall 

Now, you have to start the Windows Defender. For that follow the instruction below:

  • Click on the Windows Start button.
  • On the search box type Service 
  • Now right click on the Service 
  • Then, run the service as an administrator.
  • On the Service window, find the Windows Defender, Set the Defender as START

After the process gets finished, Restart your PC. And then check the error message still exists or not then move on to the next solution.

TIP: Here it is suggested to uninstall the antivirus program using the Revo Uninstaller. This help0 you to remove the application completely without leaving any junk files or registry entries behind.

Get Revo Uninstaller to Uninstall Any Application Completely

Solution 2: Use Registry Editor

The second solution to fix Windows Defender failed to open error 0x800705B4, make changes to registry settings.

Please Note: Make sure to follow the steps given carefully as this is very crucial and a small mistake and damaged your entire system.

To do so, follow the instructions:

  • First, Open the Registry Editor.
  • Now, click on the Windows key + R key to open the Run command
  • Then type Regedit and hit the Enter button.

如何修復 Windows 10 錯誤 0x800705B4? [快速簡單的修復]

  • You will get prompted by UAC, to conform press the Yes button.
  • Now, follow the below-given path to locate Defender:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender

  • Now, you will see a file, named DisableAntiSpyware, click it to open.
  • The double click on the REG_DWORD, now a pop-up box will appear with Value data is 1
  • You have to replace 1 with 0 and then click on Enter.

如何修復 Windows 10 錯誤 0x800705B4? [快速簡單的修復]

  • After that, you have to delete the above-located folder.
  • Now, restart your PC.

After restarting open the Windows Defender, and hopefully, now the error is fixed. Your Windows   Defender is now back to its working state without an error message.

Easy Solution to Fix Error 0x800705b4

If in case after following the above-given fixes you are still encountering the Windows 10  error 0x800705b4, then here I am sharing with you the easy solution to fix this update error. Try running the PC Repair Tool.

This tool is capable to fix various Windows errors and fix other common computer problems. This allows you to fix other PC issues like hardware failure, virus/malware, Windows files corruption, registry corruption, update error, etc.

It also helps you to optimize your Windows PC performance and make your PC error-free.

Get PC Repair Tool to Fix Update Error 0x800705b4

Conclusion: 

So, this is all about the error 0x800705b4 in Windows 10. 

儘管如此,據估計上述解決方案可幫助您修復 Windows 10 更新錯誤 0x800705b4。

確保根據您的情況仔細並相應地遵循給出的解決方案。希望本文能幫助您克服錯誤 0x800705b4

祝你好運..!

Leave a Comment

[已更新] 如何修復 Windows 10 更新錯誤 0x80244022

[已更新] 如何修復 Windows 10 更新錯誤 0x80244022

為了解決 Windows 10 更新錯誤 0x80244022,請參考有效的解決方案,例如運行疑難解答、檢查網絡設定等。

如何在 Discord 上播放 Disney+

如何在 Discord 上播放 Disney+

唯一比觀看 Disney+ 更好的是和朋友一起觀看。通過本指南了解如何在 Discord 上流式傳輸 Disney+。

已修復:Hamachi 無法在 Windows 10 和 11 上獲取適配器配置

已修復:Hamachi 無法在 Windows 10 和 11 上獲取適配器配置

閱讀完整指南以了解如何解決 Windows 10 和 11 上的 Hamachi 無法獲取適配器配置錯誤,解決方案包括更新驅動程序、防火牆設置等

修復 REGISTRY_ERROR 藍屏錯誤 (0x00000051) 的 7 個工作解決方案

修復 REGISTRY_ERROR 藍屏錯誤 (0x00000051) 的 7 個工作解決方案

了解修復 REGISTRY_ERROR 藍屏錯誤 (0x00000051) 的有效方法,解決 Windows 系統中遇到的註冊表錯誤。

如何在 Roku 上更改音量

如何在 Roku 上更改音量

在 Roku 上調整聲音比使用遙控器向上或向下移動更多。以下是如何在 Roku 上更改音量的完整指南。

如何修復 Roblox 錯誤代碼 267 [7 簡單修復]

如何修復 Roblox 錯誤代碼 267 [7 簡單修復]

在 Roblox 中被禁止或踢出遊戲的錯誤代碼 267,按照以下簡單解決方案輕鬆解決...

[已解決] 如何解決 Rust 不斷崩潰的問題?

[已解決] 如何解決 Rust 不斷崩潰的問題?

面對 Rust 在啟動或加載時不斷崩潰,然後按照給出的修復並輕鬆停止 Rust 崩潰問題...

[已修復] 驅動程序 WudfRd 在 Windows 10 中無法加載錯誤 219

[已修復] 驅動程序 WudfRd 在 Windows 10 中無法加載錯誤 219

如果在 Windows 10 中遇到 Driver WudfRd failed to load 錯誤,事件 ID 為 219,請遵循此處給出的修復並有效解決錯誤 219。

如何修復“未知軟件異常(0xe0434352)”?

如何修復“未知軟件異常(0xe0434352)”?

發現修復此處給出的 Windows 10 和 11 上的未知軟件異常 (0xe0434352) 錯誤的可能解決方案

[已解決] Grand Theft Auto V 中的“Script Hook V 嚴重錯誤”

[已解決] Grand Theft Auto V 中的“Script Hook V 嚴重錯誤”

想知道如何修復 GTA 5 中的腳本掛鉤 V 嚴重錯誤,然後按照更新腳本掛鉤應用程序等修復,重新安裝 GTA 5 和其他