Windows 업데이트 오류 0x80070020 수정
Windows 를 업데이트하려고 하는데 갑자기 다른 프로세스에서 업데이트 파일을 사용 중이기 때문에 해당 프로세스가 업데이트 파일에 액세스할 수 없다는 메시지와 함께 오류 코드 0x80070020이 표시되면 오늘과 같이 올바른 위치에 있는 것입니다. 문제를 해결하는 방법을 확인합니다.
In short, the updates are not installed because another program is interfering with updates like antivirus or malware scanners. So without wasting any time let’s see how to Fix Windows Update Error 0x80070020 with the help of below-listed troubleshooting guide.
Fix Windows Update Error 0x80070020
Make sure to create a restore point just in case something goes wrong.
Method 1: Temporarily Disable Antivirus and Firewall
Sometimes the Antivirus program can cause an error, and to verify this is not the case here, and you need to disable your antivirus for a limited time so that you can check if the error still appears when the antivirus is off.
1. 시스템 트레이에서 바이러스 백신 프로그램 아이콘( Antivirus Program icon) 을 마우스 오른쪽 버튼으로 클릭하고 비활성화를 선택합니다.(Disable.)
2. 그런 다음 안티바이러스가 비활성화된 상태로 유지( Antivirus will remain disabled.) 되는 기간을 선택합니다 .
참고:(Note:) 가능한 가장 짧은 시간을 선택하십시오(예: 15분 또는 30분).
3. 완료되면 다시 연결을 시도하여 Google 크롬(Google Chrome) 을 열고 오류가 해결되는지 확인합니다.
4. 시작 메뉴(Start Menu) 검색 표시줄에서 제어판을 검색하고 클릭하여 제어판을 엽니다.( Control Panel.)
5. 그런 다음 시스템 및 보안( System and Security) 을 클릭한 다음 Windows 방화벽을 클릭합니다.(Windows Firewall.)
6. 이제 왼쪽 창에서 Windows 방화벽 켜기 또는 끄기를 클릭합니다.( Turn Windows Firewall on or off.)
7. Windows 방화벽 끄기를 선택하고 PC를 다시 시작합니다.(Select Turn off Windows Firewall and restart your PC.)
다시 Chrome 을 열고 이전 (Google Chrome)에 오류가(an error. ) 표시되었던 웹 페이지를 방문하십시오 . 위의 방법이 작동하지 않으면 동일한 단계 에 따라 방화벽을 다시 켜십시오.( turn on your Firewall again.)
방법 2: Windows 업데이트 문제 해결사 실행(Method 2: Run Windows Update Troubleshooter)
1. 제어판을 열고 오른쪽 상단 의 검색 표시줄 에서 (Search Bar)문제 해결 을 검색하고 문제 해결을 클릭합니다 (Troubleshooting).(Troubleshooting.)
2. 다음으로 왼쪽 창에서 창 모두 보기를 선택합니다.(View all.)
3. 그런 다음 컴퓨터 문제 해결(Troubleshoot) 목록에서 Windows 업데이트를 선택합니다.(Windows Update.)
4. 화면의 지시에 따라 Windows 업데이트 문제 해결(Windows Update Troubleshoot) 을 실행합니다.
5. PC를 다시 시작하면 Windows 업데이트 오류 0x80070020을 수정할 수 있습니다.(Fix Windows Update Error 0x80070020.)
방법 3: SoftwareDistribution 폴더 이름 바꾸기(Method 3: Rename SoftwareDistribution Folder)
1. 명령 프롬프트(Command Prompt) 를 엽니 다. 사용자는 'cmd'(‘cmd’) 를 검색한 다음 Enter 키를 눌러 이 단계를 수행할 수 있습니다 .
2. 이제 다음 명령을 입력하여 Windows Update Services 를 중지하고 각 명령 다음 에 Enter 키를 누릅니다 .
net stop wuauserv
net stop cryptSvc
net stop 비트
net stop msiserver
3. 그런 다음 다음 명령을 입력하여 SoftwareDistribution Folder 의 이름을 바꾼 다음 Enter 키를 누릅니다 .
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
4. 마지막으로 다음 명령을 입력하여 Windows Update Services 를 시작 하고 각 명령 후에 Enter 키를 누릅니다.(Enter)
net start wuauserv
net start cryptSvc
net 시작 비트
net start msiserver
5. PC를 재부팅하여 변경 사항을 저장하고 Windows 업데이트 오류 0x80070020을 수정할 수 있는지 확인합니다.( Fix Windows Update Error 0x80070020.)
방법 4: BITS(Background Intelligent Transfer Service) 다시 시작(Method 4: Restart Background Intelligent Transfer Service (BITS))
1. Windows Keys + R 을 누른 다음 services.msc 를 입력하고 Enter 키를 누릅니다.
2. 이제 BITS 를 찾은 다음 두 번 클릭합니다.
3. 시작(Startup) 유형이 자동( Automatic,) 으로 설정되어 있고 서비스가 실행 중인지 확인하십시오. 그렇지 않은 경우 시작 버튼을 클릭하십시오.(Start button.)
4. 적용을 클릭한 다음 확인을 클릭합니다.(OK.)
5. PC를 재부팅하고 Windows(Windows) 업데이트를 다시 시도합니다 .
방법 5: SFC 및 CHKDSK 실행(Method 5: Run SFC and CHKDSK)
1. 명령 프롬프트(Command Prompt) 를 엽니 다. 사용자는 'cmd'(‘cmd’) 를 검색한 다음 Enter 키를 눌러 이 단계를 수행할 수 있습니다 .
2. 이제 cmd에 다음을 입력하고 Enter 키를 누릅니다.
Sfc /scannow sfc /scannow /offbootdir=c:\ /offwindir=c:\windows
3. 위의 프로세스가 완료될 때까지 기다렸다가(Wait) 완료되면 PC를 다시 시작합니다.
4. 다음으로 CHKDSK를 실행하여 파일 시스템 오류를 수정(CHKDSK to Fix File System Errors) 합니다.
5. 위의 프로세스가 완료되면 PC를 다시 재부팅하여 변경 사항을 저장합니다.
추천:(Recommended:)
- Windows 10 Creators Update 후 휴지통을 비울 수 없음(Unable to empty Recycle Bin after Windows 10 Creators Update)
- 업데이트를 설치하지 않고 Windows 10 종료(Shut Down Windows 10 without installing updates)
- DISM 오류 14098 수정 구성 요소 저장소가 손상되었습니다.(Fix DISM Error 14098 Component Store has been corrupted)
- Windows 10 Creators Update 후 Bluetooth가 작동하지 않는 문제 수정(Fix Bluetooth not working after Windows 10 Creators Update)
Windows Update 오류 0x80070020(Fix Windows Update Error 0x80070020) 을 성공적으로 수정 했지만 이 가이드와 관련하여 여전히 질문이 있는 경우 댓글 섹션에서 자유롭게 질문하십시오.
Related posts
Fix Windows Update Error Code 0x80072efe
방법 Fix Windows Update Error 80072ee2
Fix Windows Update Error 0x800704c7
Fix Windows Update Error 0x80246002
Fix Windows Update Error 0x80080005
Fix Windows Update Error 80244019
Fix Windows Update Error 0x800706d9
Windows 업데이트 오류 0x80070005 수정
Fix Error 651 : 모뎀 (또는 다른 연결 장치)이 오류를보고했습니다
Fix 윈도우 10 Update Error 0x800705b4
[고정] Windows Update 오류 0x80010108
Fix Error 0X80010108에서 윈도우 (10)
Fix Windows Update Error 8024402F
방법 Fix Application Error 523
Fix Background Images Anniversary Update 후 Lock Screen에 나타나지 않습니다
Fix Windows Update Error 80246008
Fix BAD_SYSTEM_CONFIG_INFO Error
Fix Windows 10 Update Error 0x8007042c
Fix Application Error 0xc000007b 방법
Fix Windows Store Error Code 0x803F8001