SoftwareDistribution フォルダーは、PC に Windows 更新プログラムをインストールするために必要なファイルを保存するディレクトリです。これは更新ファイルの一時リポジトリです。したがって、SoftwareDistribution フォルダーは Windows を更新するための重要なコンポーネントです。
Catroot 2 は、Windows 11 更新プログラムの署名データを保存するフォルダーです。これらは、暗号化サービスが更新の検証に必要なファイルです。
どちらのフォルダーにも、Windows 更新プログラムのインストールに必要なファイルが含まれています。これらのフォルダー内のデータが破損しているために、Windows Update のインストールの問題が発生する可能性があります。これらのエラーは通常、ユーザーが更新プログラムの確認とインストールを手動で選択したときに、0x800f0922 などの可変コードとともに設定に表示されます。
したがって、これらのフォルダーをリセットすることは、Windows 11 更新プログラムのインストールの問題を解決するためのトラブルシューティング方法です。 SoftwareDistribution フォルダーと Catroot2 フォルダーをリセットすると、それらのフォルダーに含まれる可能性のある破損したデータが削除され、フォルダーが再構築されます。これらのフォルダーは、内容を削除するか名前を変更することでリセットできます。
SoftwareDistribution フォルダーと Catroot2 フォルダーをリセットするこの方法では、ファイル エクスプローラーを使用してフォルダー内のデータを手動で削除します。また、コマンド プロンプトを使用して特定のサービスを無効にして再度有効にして、サービス内のファイルが使用されていないことを確認することも必要です。次のように SoftwareDistribution フォルダーと Catroot2 フォルダー内のファイルを削除します。
<code class="hljs xml">net stop bitsnet stop wuauservnet stop cryptsvcnet stop msiserver</code>
<code class="hljs ">C:\Windows\SoftwareDistribution</code>
<code class="hljs ">C:\Windows\System32\catroot2</code>
<code class="hljs xml">net start bitsnet start wuauservnet start cryptSvcnet start msiserver</code>
SoftwareDistribution および Catroot2 ディレクトリの名前を変更することは、これらのフォルダーをリセットするための代替方法です。これらのフォルダーの名前を変更すると、Windows がそれらのフォルダーを再作成します。次のように、コマンド プロンプトを使用して SoftwareDistribution フォルダーと catroot2 フォルダーの名前を変更できます。
<code class="hljs css">ren %systemroot%\softwaredistributionsoftwaredistribution.bak</code>
<code class="hljs css">ren %systemroot%\system32\catroot2catroot2.bak</code>
FixWin 11 is one of the best freely available Windows repair tools that includes troubleshooting options. Among them are two options for resetting the catroot2 and SoftwareDistribution folders. This is how you can select those quick fix options in FixWin 11:
It’s important to resolve update issues when they arise for the sake of keeping Windows updated. Resetting the catroo2 and SoftwareDistribution folders is one of the most effective troubleshooting methods for fixing Windows update errors.
So, try doing that whenever you need to fix an error code shown within the Windows Update tab of Settings.
以上がWindows 11 PC で SoftwareDistribution フォルダーと Catroot2 フォルダーをリセットする方法の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。