Fix Windows Update Error 0x80246010 on Windows 10

You may notice that when you try to install the latest Windows updates on your computer, you may receive the error code 0x80246010. If so, then this post is intended to help you. In this post, we will identify the possible causes as well as provide the appropriate solutions you can try to remediate the issue.

Windows 업데이트 오류 0x80246010

You might encounter the Windows update error 0x80246010 due to one or more (but not limited to) of the following known causes;

  • System File corruption.
  • Windows Update glitch.
  • Essential Windows Update services are disabled.

Windows 업데이트 오류 0x80246010 수정

Windows 업데이트 오류 0x80246010(Windows Update error 0x80246010) 에 직면한 경우 문제를 해결하기 위해 특별한 순서 없이 아래에 제시된 권장 솔루션을 시도할 수 있습니다.

  1. Windows 업데이트 문제 해결사 실행
  2. 필수 Windows 업데이트(Windows Update) 서비스 활성화
  3. Windows 업데이트 캐시 지우기
  4. SFC 및 DISM 스캔 실행

나열된 각 솔루션과 관련된 프로세스에 대한 설명을 살펴보겠습니다.

1] Windows 업데이트 문제 해결사 실행(Run Windows Update Troubleshooter)

이 솔루션을 사용하려면 내장된  Windows 업데이트 문제 해결사 를 실행하고 이것이 Windows 업데이트 오류 0x80246010(Windows Update error 0x80246010) 문제 를 해결하는 데 도움이 되는지 확인해야 합니다 .

2 ] 필수 Windows 업데이트(Windows Update) 서비스 활성화(] Enable)

다음을 수행합니다.

  • Windows 키 + R을 눌러 실행 대화(Run) 상자를 불러옵니다.
  • 실행 대화 상자에서 cmd 를 입력한 다음 CTRL + SHIFT + ENTERopen Command Prompt in admin/elevated mode .
  • 명령 프롬프트 창에서 아래 명령을 순서대로 입력하고 각 줄 다음에  Enter 키를 눌러 각 서비스의 (Enter)시작 유형(Startup type)  을  자동으로 설정합니다.(Automatic:)
SC config trustedinstaller start=auto
SC config bits start=auto
SC config cryptsvc start=auto

명령이 실행되고 서비스가 시작된 후 컴퓨터를 다시 시작하고 다음 전체 부팅에서 문제가 해결되었는지 확인합니다. 그렇지 않은 경우 다음 해결 방법을 계속합니다.

Windows could not start the Windows Update service on Local Computer

3] Windows 업데이트 캐시 지우기

Windows 10 운영 체제 의  소프트웨어 배포 폴더(Software Distribution folder)  는 Windows 디렉터리(Windows directory) 에 있는 폴더로  컴퓨터에 Windows Update 를 설치하는 데 필요할 수 있는 파일을 임시로 저장하는 데 사용됩니다 . 이 솔루션을 사용하려면  Software Distribution 폴더의 내용을 지운(clear the contents of the Software Distribution folder) 다음 업데이트 프로세스를 다시 시도해야 합니다.

Windows Update fails to install or will not download in Windows 10

3] SFC 및 DISM 스캔 실행

시스템 파일 오류가 있는 경우  Windows 오류 0x80246010(Windows error 0x80246010) 이 발생할 수 있습니다 .

SFC/DISM 은 사용자가 Windows 시스템 파일의 손상을 검사하고 손상된 파일을 복원 할 수 있도록 하는 Windows 의   유틸리티입니다 .

쉽고 편리한 작업을 위해 아래 절차에 따라 스캔을 실행할 수 있습니다.

  • Windows key + R 을 눌러   실행 대화 상자를 불러옵니다.
  • 실행 대화 상자에서  메모장(notepad)  을 입력하고 Enter 키를 눌러 메모장을 엽니다.
  • 아래 구문을 복사하여 텍스트 편집기에 붙여넣습니다.
@echo off
date /t & time /t
echo Dism /Online /Cleanup-Image /StartComponentCleanup
Dism /Online /Cleanup-Image /StartComponentCleanup
echo ...
date /t & time /t
echo Dism /Online /Cleanup-Image /RestoreHealth
Dism /Online /Cleanup-Image /RestoreHealth
echo ...
date /t & time /t
echo SFC /scannow
SFC /scannow
date /t & time /t
pause
  • 파일을 이름으로 저장하고  .bat  파일 확장자를 추가합니다. SFC_DISM_scan.bat .
  •  오류가 보고되지 않을 때까지 관리자 권한으로 배치 파일을(run the batch file with admin privilege) 반복적으로  실행합니다  (저장된 파일을 마우스 오른쪽 버튼으로 클릭하고  컨텍스트 메뉴에서 관리자 권한 으로 실행 선택).(Run as Administrator)
  • PC를 다시 시작합니다.

Any of these solutions should work for you!



About the author

저는 10년 이상의 Windows 및 Mac 소프트웨어 작업 경험을 가진 정규 소프트웨어 엔지니어입니다. 저는 두 플랫폼 모두에서 애플리케이션을 설계, 테스트 및 배포하는 방법을 알고 있습니다. 보안 및 시스템 관리 경험도 있습니다. 나의 기술과 지식은 더 나은, 더 효율적인 컴퓨터 시스템을 구축하는 데 도움이 될 수 있습니다.



Related posts