PowerShell 스크립트를 사용하여 Windows 업데이트 클라이언트 재설정
Windows 업데이트(Windows Updates) 는 대부분 원활하게 작동 하지만 사용자는 Windows 업데이트(Windows Update –) 를 실행하는 동안 때때로 문제가 발생할 수 있습니다. 예를 들어 업데이트가 있음에도 불구하고 서비스가 업데이트를 감지 및 설치하지 못하고 업데이트가 제대로 설치되지 않아 문제가 발생할 수 있습니다. , Windows Update 서비스가 '업데이트 중'에서 멈추고 전혀 업데이트되지 않을 수 있습니다.
시스템 다시 시작, Windows 업데이트(Windows Update) 서비스 다시 시작, 가능한 경우 이전 업데이트 롤백, Windows 업데이트 문제 해결, (troubleshooting Windows Update)Windows 업데이트 문제 해결사 실행 을 시도할 수 있지만 항상 작동하지 않을 수 있습니다. 우리는 이미 Windows Update 구성 요소를 기본값으로 수동으로 재설정(manually reset Windows Update components to default) 하는 방법을 보았습니다 . 오늘은 Windows 업데이트 클라이언트 설정 을 완전히 재설정하는 Windows 업데이트 클라이언트 재설정 (Windows Update)스크립트(Reset Windows Update Client Script) 를 살펴보겠습니다 .
Windows 업데이트 클라이언트 재설정
This script will completely reset the Windows Update client settings. It has been tested on Windows 7, 8, 10, and Server 2012 R2. It will configure the services and registry keys related to Windows Update for default settings. It will also clean up files related to Windows Update, in addition to BITS related data. Because of some limitations of the cmdlets available in PowerShell, this script calls some legacy utilities (sc.exe, netsh.exe, wusa.exe, etc).
데이터를 백업하고 Windows 시스템을 다시 시작한 다음 관리자(Administrator) 로 로그인하십시오 .
(Download)Technet/Github – 아래 언급된 링크 에서 PowerShell 파일을 다운로드 합니다 . Reset-WindowsUpdate.psi 파일 을 마우스 오른쪽 버튼으로 클릭 하고 PowerShell로 실행을(Run with PowerShell) 선택합니다 .
확인하라는 메시지가 표시됩니다. 확인하면 스크립트가 실행되고 Windows Update 클라이언트가 재설정됩니다.
이 도구는 레지스트리 키, 설정 및 서비스를 기본값으로 구성합니다. 모든 업데이트가 재설정되고 완료되면 시스템을 재부팅하고 업데이트를 다시 설치할 수 있습니다.
프로세스가 끝나면 PowerShell 창이 종료됩니다.
다음 링크에 감사드립니다 . Tynamite :
- Reset-WindowsUpdate.ps1 Powershell 스크립트(Reset-WindowsUpdate.ps1 Powershell Script) : github.com .
- WSUS 클라이언트 재설정: github.com .
- Windows 업데이트 에이전트 재설정: github.com .
이전에 WU 에이전트(WU Agent) 를 기본값으로 재설정할 수 있는 Windows 업데이트 에이전트 재설정(Reset Windows Update Agent Tool) 도구라는 다른 도구도 살펴보았습니다 . 이 도구는 최신 Windows 10 버전과 호환되도록 업데이트되었으며 100,000명 이상의 사용자가 다운로드했습니다.
Related posts
Windows Update Client error 0x8024001f으로 탐지하지 못했습니다
Reset Windows Update Agent Windows 11/10에서 기본값으로
PowerShell script Windows Update status를 확인하십시오
Fix Windows Update error 0x80070422 Windows 10에서
Fix Windows Update error 0x8e5e03fa on Windows 10
Fix Windows Update Error Code 80244010 방법
Windows Update 다운로드 또는 설치되지 않음, Error 0x80070543
Win Update Stop : Windows 10에서 Windows Updates 사용 안 함
Fix Windows 10 Update error code 0x80d02002
Windows Update Windows 11/10에서 업데이트를 다운로드합니다
Windows Update 오류 0x800705B4, 0x8024402F, 0x80070422 [Fixed}
Windows 10 Update Servicing Cadence 설명
Windows 10은 동일한 Update를 제공하거나 설치합니다
Fix Windows Update error 0x80096004 Windows 11/10
Windows Update Error Code 0x8024402c을 수정하는 방법
윈도우 10에서 특정 시간 동안 Limit Windows Update bandwidth
Windows Update을 error code 0x8024200D로 설치하지 못했습니다
Windows Update Error Code 0x8024004a로 설치하지 못했습니다
Fix Windows Update error 0x80070659
Windows Update installation 시간을 향상시키는 모범 사례