メイン コンテンツに進む
  • すばやく簡単にご注文が可能
  • 注文内容の表示、配送状況をトラック
  • 会員限定の特典や割引のご利用
  • 製品リストの作成とアクセスが可能
  • 「Company Administration(会社情報の管理)」では、お使いのDell EMCのサイトや製品、製品レベルでのコンタクト先に関する情報を管理できます。

Windows Update Fails to Update

概要: Resolving Windows Update failure to update.

この記事は自動翻訳されたものである可能性があります。品質に関するフィードバックがある場合は、このページの下部にあるフォームを使用してお知らせください。

文書の内容


現象

Occasionally, when attempting to update Windows, you may encounter issues with installing updates and not receive an error code. In addition, some error codes may not provide a lot of information about what caused the updates to fail, making it difficult to troubleshoot. Detailed in this article are a few options for Windows that you can try which may allow updates to proceed as expected.

原因

  Not applicable

解決方法

  1. Search for either Windows PowerShell or Terminal and open it by right-clicking it and selecting Run as Administrator.
  2. Stop Windows Update Service Type by typing net stop wuauserv and then press Enter.
  3. Stop the Background Intelligent Transfer Service by typing net stop bits and then press Enter.
  4. Delete temporary files by typing remove-item -Path $env:temp*pending.xml-force and then press Enter. Then, type remove-item -Path C:\Windows\WinSxS*pending.xml -force and then press Enter.
  5. Type get-childItem C:\Windows\SoftwareDistribution\Download -recurse | remove-item -force -recurse and then press Enter.
  6. Restart the services by typing net start wuauserv and then press Enter. Then, type net start bits and then press Enter.

文書のプロパティ


影響を受ける製品

Desktops & All-in-Ones, Laptops

最後に公開された日付

02 8月 2023

バージョン

7

文書の種類

Solution