Windows 업데이트 오류 C8000266을 수정하시겠습니까?
Windows 업데이트(Windows Update) 는 Microsoft Windows 및 기타 Microsoft 프로그램을 업데이트하는 데 사용됩니다. 운영 체제의 가장 필수적인 서비스 중 하나인 이 서비스는 Windows 에 정기적으로 보안 업데이트를 다운로드하여 설치합니다 . 그러나 그 상황에서 매우 불안한 순간이되는 시간에 오류를 일으킬 수 있습니다. 이러한 오류 중 하나는 Windows 업데이트 오류 (Windows Update Error) C8000266 입니다.
C8000266: Windows Update encountered an unknown error
이 가이드에서는 이 문제를 해결하는 데 도움이 될 수 있는 몇 가지 빠른 수정 사항을 설명했습니다. 시작하겠습니다.
Windows 업데이트 오류 C8000266
Windows 업데이트 오류 C8000266(Windows Update Error C8000266) 을 수정하려면 아래 제안을 따르십시오.
- Windows 업데이트 문제 해결사 실행
- Windows 업데이트 구성 요소 재설정
자세히 살펴보겠습니다.
1] Windows 업데이트 문제 해결사 실행(Run Windows Update Troubleshooter)
Windows Update 문제 해결사 는 컴퓨터에서 발생하는 대부분의 일반적인 업데이트 관련 문제를 확실히 해결할 수 있는 훌륭한 내장 도구입니다. 이 응용 프로그램을 실행하는 절차는 다음과 같습니다.
시작하려면 먼저 Windows 설정 (open the Windows Settings) (Win+I) 여십시오.
그런 다음 업데이트 및 보안(Update & Security) > Troubleshoot > Additional troubleshooters.
다음 페이지에서 Windows Update 를 선택한 다음 문제 해결사 실행 (Run the troubleshooter ) 버튼을 클릭합니다.
(Wait)전체 문제를 감지하고 해결할 때까지 잠시 기다리 십시오.
프로세스가 완료되면 문제 해결사를 닫고 장치를 다시 시작합니다.
또한 Windows Update 온라인 문제 해결사(Windows Update Online Troubleshooter) 를 실행할 수도 있습니다 .
이제 Windows 업데이트(Windows Update) 로 이동 하여 보류 중인 업데이트를 설치해 보십시오.
여전히 문제가 발생하면 다음 잠재적 솔루션으로 이동하십시오.
2] Windows 업데이트(Windows) 구성 요소 재설정(Reset)
Windows 업데이트 문제 해결사(Windows Update Troubleshooter) 를 실행 해도 문제가 해결 되지 않으면 Windows 업데이트 구성 요소(Windows Updates Components) 를 수동으로 재설정할 수 있습니다. 다음은 이를 수행하는 데 사용할 수 있는 빠른 가이드입니다.
Win+R 키보드 단축키 를 사용하여 실행 대화 상자를 엽니 다.
cmd를 입력하고 Ctrl+Shift+Enter 를 눌러 관리자 권한 명령 프롬프트를 엽니다.
UAC 가 화면에 프롬프트를 표시 하면 예를 클릭하여 권한을 부여하십시오.
관리자 권한 명령 프롬프트 창에서 다음 명령을 입력하고 각 줄에 Enter 키를 누릅니다.
net stop bits net stop wuauserv net stop appidsvc net stop cryptsvc
그러면 Background Intelligent Transfer Service 또는 BITS , Windows 업데이트(Windows Update) 서비스 및 암호화(Cryptographic) 서비스 실행이 중지됩니다.
이제 장치에서 모든 qmgr*.dat 파일을 제거하여 Windows Update 구성 요소 를 재설정해야 합니다.
이렇게 하려면 명령 프롬프트에 아래 명령줄을 입력하고 Enter 키를 눌러 실행합니다.
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"
삭제를 확인하려면 키보드에서 Y 를 입력합니다.(Y )
그런 다음 SoftwareDistribution 및 catroot2 폴더의 이름을 바꿉니다.
그렇게 하려면 명령 프롬프트 창에 다음 명령을 입력합니다. 또한 각 명령을 입력한 후 Enter 키를 누르십시오.
Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak Ren %systemroot%\system32\catroot2 catroot2.bak
다음으로 BITS 서비스와 Windows Update 서비스를 기본 보안 설명 자로 재설정해야 합니다.
이렇게 하려면 관리자 권한 명령 프롬프트 창에 아래 명령을 입력합니다.
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU) sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
Enter 키를 눌러(Press) 명령을 실행하고 각 명령 다음에 Enter 키를 누르십시오.
명령 프롬프트 창에 아래 텍스트 코드를 입력하여 System32 디렉터리로 이동합니다. 그런 다음 Enter 키를 누릅니다(Enter) .
cd /d %windir%\system32
이제 다음 명령을 입력하고 거기에 입력한 각 명령 다음에 Enter 키를 누르십시오.
regsvr32.exe atl.dll regsvr32.exe urlmon.dll regsvr32.exe mshtml.dll regsvr32.exe shdocvw.dll regsvr32.exe browseui.dll regsvr32.exe jscript.dll regsvr32.exe vbscript.dll regsvr32.exe scrrun.dll regsvr32.exe msxml.dll regsvr32.exe msxml3.dll regsvr32.exe msxml6.dll regsvr32.exe actxprxy.dll regsvr32.exe softpub.dll regsvr32.exe wintrust.dll regsvr32.exe dssenh.dll regsvr32.exe rsaenh.dll regsvr32.exe gpkcsp.dll regsvr32.exe sccbase.dll regsvr32.exe slbcsp.dll regsvr32.exe cryptdlg.dll regsvr32.exe oleaut32.dll regsvr32.exe ole32.dll regsvr32.exe shell32.dll regsvr32.exe initpki.dll regsvr32.exe wuapi.dll regsvr32.exe wuaueng.dll regsvr32.exe wuaueng1.dll regsvr32.exe wucltui.dll regsvr32.exe wups.dll regsvr32.exe wups2.dll regsvr32.exe wuweb.dll regsvr32.exe qmgr.dll regsvr32.exe qmgrprxy.dll regsvr32.exe wucltux.dll regsvr32.exe muweb.dll regsvr32.exe wuwebv.dll
그러면 모든 해당 BITS 파일과 Windows Update 관련 DLL 파일 이 다시 등록됩니다.
이제 문제가 되는 오류의 역할일 수 있는 네트워크 구성을 재설정해야 합니다.
이렇게 하려면 아래 명령줄을 입력하고 각 명령줄 다음에 Enter 키를 누릅니다.
netsh winsock reset netsh winsock reset proxy
모든 작업이 완료되면 Background Intelligent Transfer Service 또는 BITS , Windows 업데이트(Windows Update) 및 암호화(Cryptographic) 서비스와 같이 이전에 중지한 서비스를 다시 시작해야 합니다.
이렇게 하려면 다시 명령 프롬프트로 이동하여 아래 명령줄을 입력합니다. 또한 각 명령 후에 Enter 키를 누르는 것을 잊지 마십시오.
net start bits net start wuauserv net start appidsvc net start cryptsvc
마지막으로 명령 프롬프트(Command Prompt) 에 Exit를 입력 하여 창을 닫습니다.
전체 프로세스를 완료하면 Windows PC를 다시 시작하여 변경 사항을 적용하십시오.
시작되면 Windows 업데이트(Windows Updates) 로 이동 하여 컴퓨터에서 사용 가능한 보류 중인 업데이트를 설치해 보십시오.
위에서 언급한 방법이 이 문제를 해결하는 데 도움이 되기를 바랍니다. (We hope the above-mentioned method would help you to resolve this issue. )
Related posts
Fix Windows 10 Update Error 0x800703F1
Fix Windows Update Error 0x80070005
방법 Fix Windows Update Error 0xc1900201
Fix Windows Update Error Code 80244010 방법
Fix Windows Update Error 0x800f0989 Windows 11/10
Fix Windows Update error 0x80070659
Fix Windows 10 Update Error 0x800705B3
Fix Windows Update Error 0x80072EE2
Fix Windows Update page의 이슈 버튼
Fix Windows Update error 0xc0020036 on Windows 10
Fix Windows Update Error 0x800f0905
Fix Windows Update Error 0x8007010b
Windows Update Error Code 0x8024402c을 수정하는 방법
Fix Windows Update Error Code 8024a112
Windows Update Error Code 0x8024004a로 설치하지 못했습니다
Windows Update 다운로드 또는 설치되지 않음, Error 0x80070543
Fix Windows Update Error 0x8007065e; Feature Update 설치하지 못했습니다
Fix Windows Server Update Services Error Code 0x80072EE6
Windows Update Error Code 0x80070012을 수정하는 방법
Windows Update Error 0X800B0101, Installer에서는 오류가 발생했습니다