SoftwareDistribution 폴더는 PC에 Windows 업데이트를 설치하는 데 필요한 파일을 저장하는 디렉터리입니다. 업데이트 파일의 임시 저장소입니다. 따라서 SoftwareDistribution 폴더는 Windows 업데이트를 위한 중요한 구성 요소입니다.
Catroot 2는 Windows 11 업데이트용 서명 데이터를 저장하는 폴더입니다. 이는 업데이트 확인을 위해 암호화 서비스에 필요한 파일입니다.
두 폴더 모두 Windows 업데이트 설치에 필요한 파일이 포함되어 있습니다. 해당 폴더의 데이터가 손상되어 Windows 업데이트 설치 문제가 발생할 수 있습니다. 이러한 오류는 일반적으로 사용자가 업데이트를 확인하고 설치하도록 수동으로 선택한 경우 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 중국어 웹사이트의 기타 관련 기사를 참조하세요!