Windows 11/10에서 Windows 업데이트 로그를 찾는 위치 및 읽는 방법
Windows 업데이트(Windows Update) 는 Windows 용 이벤트 추적(ETW) 을 사용하여 (Event Tracing for Windows (ETW))Windows 11/10 에서 진단 로그를 생성 하고 .etl 파일 형식으로 저장합니다. 이렇게 하는 이유는 디스크 공간 사용량을 줄이고 성능을 향상시키기 때문입니다.
이 방법의 한 가지 단점은 Windows 업데이트(Windows Update) 로그를 즉시 읽을 수 없다는 것입니다. 이러한 로그가 저장되는 형식인 .etl 파일 을 디코딩해야 합니다 .
Windows 11/10Windows 업데이트(Windows Update) 로그 읽기
Windows 11/10 에서 Windows Update 로그 를 읽으려면 Microsoft 는 다음 방법을 제안합니다.
- Windows 기호 패키지(Windows Symbol Package) 를 다운로드 하고 여기(here) 에 설명된 방법을 사용하여 설치합니다 . C:symbols라는 기호를 설치합니다.
- 여기(here) 의 지침 에 따라 Tracefmt .exe 도구(.exe tool) 를 다운로드 하십시오 . Tracefmt ( Tracefmt.exe )는 이벤트 추적 로그 파일( .etl ) 또는 실시간 추적 세션의 추적 메시지를 형식화하고 표시하는 명령줄 도구입니다. Tracefmt 는 명령 프롬프트(Command Prompt) 창에 메시지를 표시하거나 텍스트 파일에 저장할 수 있습니다.
이제 관리자 권한으로 명령 프롬프트를 열고 %systemdrive%WULogs라는 임시 폴더를 만듭니다. 이제 Tracefmt.exe 를 이 디렉터리에 복사합니다.
이제 다음 명령을 차례로 실행 합니다.(Run)
cd /d %systemdrive%\WULogs
copy %windir%\Logs\WindowsUpdate\* %systemdrive%\WULogs\
tracefmt.exe -o windowsupate.log <each windows update log delimited by space> -r c:\Symbols
이 방법은 지루해 보이며 Microsoft 는 (Microsoft)Windows 10 의 최종 버전에서 개선할 것이라고 약속했습니다 . 자세한(Full) 내용은 KB3036646 에서 확인할 수 있습니다 .
업데이트: 이제 (UPDATE:)Windows 11/10 에서 개선되었습니다 .
PowerShell을 사용 하여 (Use PowerShell)Windows 업데이트(Windows Update) 로그 읽기
WindowsUpdate.log 는 여전히 C:Windows에 있지만 C:\Windows\WindowsUpdate.log 파일을 열면 다음 정보만 표시됩니다.
Windows Update logs are now generated using ETW (Event Tracing for Windows). Please run the Get-WindowsUpdateLog PowerShell command to convert ETW traces into a readable WindowsUpdate.log.
Windows 10 에서 (Windows 10)WindowsUpdate.log 를 읽으려면 Windows PowerShell cmdlet을 사용 하여 일반적으로 보는 방식으로 WindowsUpdate.log 를 다시 만들어야 합니다.
따라서 PowerShell 창을 열고 Get-WindowsUpdateLog 를 입력하고 Enter 키를 누릅니다.
다음 읽기(Read next) : Windows 업데이트 기록을 찾을 수 있는 위치 .
Related posts
Windows Update Windows 11/10에서 설치 또는 다운로드하지 못했습니다
Windows 11/10에서 Windows Update 구성 요소를 재설정하는 방법
Windows 10에서 Windows Update를 일시 중지하는 방법 최대 365 일
Windows 10에서 자동 Windows Update를 끄는 방법
Windows 10에서 Shutdown and Startup Log를 확인하는 방법
Windows Update installation 시간을 향상시키는 모범 사례
Windows Update Windows 11/10에서 업데이트를 다운로드합니다
Fix Windows Update page의 이슈 버튼
Windows Update Error Code 0x8024004a로 설치하지 못했습니다
Windows 10에 Optional Quality Updates를 설치해야합니까?
Windows Update Error Codes의 전체 목록 Windows 10
Windows 10 BSOD log file location는 어디에 있습니까?
업데이트 서비스 중 하나가 Windows 10에서 제대로 실행되지 않습니다
Windows Update를 사용하여 다른 Microsoft 제품을 업데이트하는 방법
Turn memory integrity protection Windows 10를 계속 업데이트하려면 memory integrity protection
Windows Update을 error code 0x8024200D로 설치하지 못했습니다
Windows Update error 0x80240061 해결하는 방법
Windows 10에서 PowerShell를 사용하여 Windows Updates을 숨기는 방법
Windows Update 설치 실패 - Error 0x80070643
Reset Windows Update Agent Windows 11/10에서 기본값으로