0x80004005 エラーコード 5つの解決策

  1. 管理者としてコマンドプロンプトまたはPowerShellを実行し、コマンド「chkdsk /f」を実行してファイルシステムのエラーをスキャンして修復する。
  2. 一時的にファイアウォールやウイルス対策ソフトを無効にして、エラーの原因となった操作をもう一度実行してみましょう。
  3. 一時ファイルを削除する:コマンドプロンプトまたはPowerShellを管理者として実行し、コマンド「%temp%」を実行して一時フォルダーを開き、ファイルとフォルダーをすべて削除します。
  4. Windows Update のコンポーネントをリセットする:コマンド プロンプトまたは PowerShell を管理者として実行し、関連するサービスを停止するコマンド「net stop wuauserv」、「net stop cryptSvc」、「net stop bits」、および「net stop msiserver」を実行します。次に、Windows Update コンポーネントをリセットするコマンド「ren C:\Windows\SoftwareDistribution SoftwareDistribution.old」、「ren C:\Windows\System32\catroot2 catroot2.old」、「net start wuauserv」、「net start cryptSvc」、「net start bits」、および「net start msiserver」を実行します。
  5. ストアアプリの再登録:管理者としてコマンドプロンプトまたはPowerShellを実行し、「Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}」コマンドを実行して、Windowsストアアプリを再登録します。
bannerAds