>  기사  >  시스템 튜토리얼  >  Windows 11 PC에서 SoftwareDistribution 및 Catroot2 폴더를 재설정하는 방법

Windows 11 PC에서 SoftwareDistribution 및 Catroot2 폴더를 재설정하는 방법

WBOY
WBOY원래의
2024-06-14 19:19:41725검색

SoftwareDistribution 폴더는 PC에 Windows 업데이트를 설치하는 데 필요한 파일을 저장하는 디렉터리입니다. 업데이트 파일의 임시 저장소입니다. 따라서 SoftwareDistribution 폴더는 Windows 업데이트를 위한 중요한 구성 요소입니다.

Catroot 2는 Windows 11 업데이트용 서명 데이터를 저장하는 폴더입니다. 이는 업데이트 확인을 위해 암호화 서비스에 필요한 파일입니다.

두 폴더 모두 Windows 업데이트 설치에 필요한 파일이 포함되어 있습니다. 해당 폴더의 데이터가 손상되어 Windows 업데이트 설치 문제가 발생할 수 있습니다. 이러한 오류는 일반적으로 사용자가 업데이트를 확인하고 설치하도록 수동으로 선택한 경우 0x800f0922와 같은 변수 코드로 설정에 나타납니다.

따라서 해당 폴더를 재설정하는 것은 Windows 11 업데이트 설치 문제를 해결하는 문제 해결 방법입니다. SoftwareDistribution 및 Catroot2 폴더를 재설정하면 포함된 손상된 데이터가 제거되어 다시 빌드됩니다. 해당 폴더의 내용을 삭제하거나 이름을 변경하여 해당 폴더를 재설정할 수 있습니다.

내용을 지워 SoftwareDistribution 및 Catroot2 폴더를 재설정하는 방법

SoftwareDistribution 및 Catroot2 폴더를 재설정하는 이 방법에는 파일 탐색기를 통해 해당 폴더의 데이터를 수동으로 제거하는 작업이 포함됩니다. 또한 명령 프롬프트를 통해 특정 서비스를 비활성화했다가 다시 활성화하여 해당 서비스의 파일을 활용하지 않도록 해야 합니다. 다음과 같이 SoftwareDistribution 및 Catroot2 폴더의 파일을 삭제합니다.

  1. Windows 로고 + S 단축키로 액세스할 수 있는 파일 찾기 유틸리티를 엽니다.
  2. 검색 텍스트 상자에 cmd 키워드를 입력하여 명령 프롬프트를 찾으세요.
  3. 검색 도구 오른쪽에 있는 관리자 권한으로 실행 옵션을 클릭하여 관리자 권한으로 명령 프롬프트를 열려면 선택하세요.
  4. Windows 11 업데이트에 필요한 서비스를 비활성화하려면 다음 별도 명령을 입력하고 실행하십시오:
    <code class="hljs xml">net stop bitsnet stop wuauservnet stop cryptsvcnet stop msiserver</code> 
  5. 키보드에서 Windows 키 + E를 눌러 파일 탐색기로 이동하세요.
  6. 다음 경로에서 SoftwareDistribution 폴더를 엽니다:
    <code class="hljs ">C:\Windows\SoftwareDistribution</code> 
  7. Ctrl + A를 눌러 SoftwareDistribution 폴더의 모든 파일을 선택합니다.
  8. 선택한 콘텐츠를 삭제하려면 마우스 오른쪽 버튼을 클릭하고 삭제(휴지통 버튼)를 선택하세요.How to Reset the SoftwareDistribution and Catroot2 Folders on a Windows 11 PC
  9. Explorer의 주소 표시줄에
    <code class="hljs ">C:\Windows\System32\catroot2</code> 
    경로를 입력하여 catroot2 폴더를 불러옵니다.
  10. 위의 7단계와 8단계를 반복하여 그 안에 있는 모든 항목을 삭제합니다. 폴더.How to Reset the SoftwareDistribution and Catroot2 Folders on a Windows 11 PC
  11. 명령 프롬프트로 돌아가서 비활성화된 services.
    <code class="hljs xml">net start bitsnet start wuauservnet start cryptSvcnet start msiserver</code> 
    를 다시 시작하려면 다음 별도의 명령을 실행하세요.
  12. 해당 폴더를 지운 후 PC를 다시 시작하고 업데이트를 확인하세요.

SoftwareDistribution 및 Catroot2 폴더의 이름을 바꾸어 재설정하는 방법

SoftwareDistribution 및 Catroot2 디렉터리의 이름을 바꾸는 것은 해당 폴더를 재설정하는 또 다른 방법입니다. 폴더 이름을 변경하면 Windows에서 해당 폴더를 다시 생성합니다. 다음과 같이 명령 프롬프트를 사용하여 SoftwareDistribution 및 catroot2 폴더의 이름을 바꿀 수 있습니다.

  1. Run the Command Prompt with elevated admin rights.
  2. Repeat step four of the preceding method to execute the commands for disabling services.How to Reset the SoftwareDistribution and Catroot2 Folders on a Windows 11 PC
  3. Input this command to rename the SoftwareDistribution folder and press Return:
    <code class="hljs css">ren %systemroot%\softwaredistributionsoftwaredistribution.bak</code> 
    How to Reset the SoftwareDistribution and Catroot2 Folders on a Windows 11 PC
  4. Enter and execute this rename command for the catroot2 folder:
    <code class="hljs css">ren %systemroot%\system32\catroot2catroot2.bak</code> 
    How to Reset the SoftwareDistribution and Catroot2 Folders on a Windows 11 PC
  5. Repeat step 11 of the preceding method by executing the four commands for restarting the disabled services.How to Reset the SoftwareDistribution and Catroot2 Folders on a Windows 11 PC
  6. Exit Command Prompt and select to restart your PC.

How to Reset the SoftwareDistribution and Catroot2 Folders With FixWin 11

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:

  1. Open this FixWin 11 page on the Softpedia website.
  2. Click on the Free Download button for FixWin.
  3. Select Secure Download (US) to obtain FixWin’s ZIP archive.
  4. Activate a File Explorer window and go to your browser’s downloads folder.
  5. Extract the FixWin archive by going through the steps in this article about unzipping ZIP files on Windows.How to Reset the SoftwareDistribution and Catroot2 Folders on a Windows 11 PC
  1. Double-click the FixWin 11.1.exe file in the extracted folder for FixWin.
  2. Click Additional Fixes on the left of the FixWin window.
  3. Select the Quick Fixes tab.
  4. Press the Reset Software Distribution folder button.How to Reset the SoftwareDistribution and Catroot2 Folders on a Windows 11 PC
  5. Click the Reset catroo2 Folder option.
  6. Exit FixWin and reboot your PC after selecting those options.

Fix Windows Update Issues by Resetting the SoftwareDistribution and Catroot2 Folders

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 중국어 웹사이트의 기타 관련 기사를 참조하세요!

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.