Microsoft로 로그인
로그인하거나 계정을 만듭니다.
안녕하세요.
다른 계정을 선택합니다.
계정이 여러 개 있음
로그인할 계정을 선택합니다.

알림

2021년 6월 8일 개정

2021년 6월 8일에 이 업데이트는 이전 업데이트를 대체하여 설치 중에 발생할 수 있는 "해지 서버가 오프라인 상태입니다" 오류를 해결하기 위해 릴리스되었습니다. 이 업데이트의 이전 릴리스를 이미 설치한 경우 별도의 조치가 필요하지 않습니다. 업데이트된 버전을 받으려면 업데이트를 받고 설치하는 방법의 지침을 따르세요.

2021년 3월 9일에 이 업데이트는 이전 업데이트를 대체하여 설치 중에 발생할 수 있는 "필요한 인증서가 유효 기간 내에 있지 않습니다" 오류를 해결하기 위해 릴리스되었습니다.

적용 대상:

Microsoft .NET Framework 4.8

중요 이 업데이트를 설치하기 전에 이 업데이트를 설치하는 방법 섹션에 나와 있는 필수 업데이트를 설치했는지 확인하세요. 

중요 2020년 1월 14일 업데이트를 설치하기 전에 Windows Server 2008 R2 SP1을 사용하고 있고 ESU MAK(복수 정품 인증 키) 추가 기능을 활성화한 일부 고객은 키를 다시 활성화해야 할 수 있습니다. 영향을 받는 디바이스는 한 번만 다시 정품 인증하면 됩니다.  정품 인증에 관한 정보는 이 블로그 포스트를 확인하세요.

중요 WSUS 스캔 cab 파일은 Windows 7 SP1과 Windows Server 2008 R2 SP1에서 계속 사용할 수 있습니다. ESU 없이 이러한 운영 체제를 실행하는 일부 장치가 있는 경우 패치 관리 및 규정 준수 도구 집합에서 미준수로 표시될 수 있습니다.

중요 온-프레미스 버전 운영 체제용 ESU(추가 지원 업데이트)를 구입한 고객은 2020년 1월 14일에 추가 지원이 종료된 후 보안 업데이트를 계속 받으려면 KB4522133의 절차에 따라야 합니다. ESU 및 지원되는 버전에 관한 더 자세한 정보는 KB4497181을 확인하세요.

중요 2020년 1월 15일부터는 2020년 1월 14일 Windows 7 서비스 팩 1에 대한 지원이 종료된 후에도 계속 사용할 경우 발생할 수 있는 위험을 설명하는 전체 화면 알림이 나타납니다. 상호 작용할 때까지 알림은 화면에 유지됩니다. 알림은 다음과 같은 버전의 Windows 7 서비스 팩 1에서만 나타납니다.

참고 도메인 조인 컴퓨터 또는 키오스크 모드의 컴퓨터에는 알림이 표시되지 않습니다.

중요 2019년 8월부터 Windows Server 2008 SP1, Windows Server 2008 R2 SP1, Windows 7SP1의 .NET Framework 4.6 이상으로 업데이트할 경우 SHA-2 코드 서명 지원이 필요합니다. 실치 문제를 예방하려면 이 업데이트를 적용하기 전에 최신 Windows 업데이트를 모두 설치했는지 확인하세요. SHA-2 코드 서명 지원 업데이트에 대한 자세한 내용은 KB 4474419를 참조하세요.

요약

보안 개선 사항

이 보안 업데이트는 .NET Framework의 서비스 거부 취약성을 해결합니다. 자세한 내용은 CVE-2021-24111을 참조하세요.

품질 개선 사항

ASP.NET

- 10월 20일 릴리스된 업데이트를 설치한 후 일부 ASP.Net 애플리케이션이 미리 컴파일 중에 실패하는 문제를 해결합니다. "Error ASPCONFIG"라는 단어가 포함된 메시지일 수 있습니다.

WPF1

- 레이아웃 라운딩이 활성화되어 있고 DPI 배율이 100%가 아닌 경우 트리 뷰의 끝으로 스크롤할 때 중단되는 문제를 해결합니다.

CLR

- 자동 네이티브 이미지 생성 작업의 안정성을 개선합니다.

1 WPF (Windows Presentation Foundation)

이 업데이트에서 알려진 문제

 증상

이 업데이트를 설치한 후 WPF 앱은 다음과 유사한 호출스택과 충돌할 수 있습니다.

Exception Info: System.NullReferenceException at System.Windows.Interop.HwndMouseInputProvider.HasCustomChrome(System.Windows.Interop.HwndSource, RECT ByRef)
at System.Windows.Interop.HwndMouseInputProvider.GetEffectiveClientRect(IntPtr)
at System.Windows.Interop.HwndMouseInputProvider.PossiblyDeactivate(IntPtr, Boolean)
at System.Windows.Interop.HwndMouseInputProvider.Dispose()

이 오류는 RootVisual이 null인 HwndSource를 삭제할 때 발생하며, Visual Studio에서 창을 고정하거나 분할할 때 발생하는 상황으로, 다른 앱에서도 발생할 수 있습니다.

해결 방법

이 문제를 해결하려면 "라이브러리 소비자용 AppContext" 제목 아래에 AppContext 클래스(시스템)에서 설명된 방법 중 하나를 사용하여 두 개의 AppContext 스위치를 설정하세요.  스위치 이름은 Switch.System.Windows.Interop.MouseInput.OptOutOfMoveToChromedWindowFixSwitch.System.Windows.Interop.MouseInput.DoNotOptOutOfMoveToChromedWindowFix로 지정되며 둘 다 "true"로 설정해야 합니다.   첫 번째 스위치는 충돌을 방지하지만 KB에서 수정된 버그를 다시 도입합니다.  두 번째 스위치는 현재는 무시되지만 null 참조 충돌에 대한 수정 사항을 포함하는 향후 .NET 업데이트에서 인식됩니다. 원래 버그 수정을 복원합니다.

예를 들어 app.config 파일 메서드를 사용하여 애플리케이션 범위에서 해결 방법을 적용합니다.

<AppContextSwitchOverrides value="Switch.System.Windows.Interop.MouseInput.OptOutOfMoveToChromedWindowFix=true; Switch.System.Windows.Interop.MouseInput.DoNotOptOutOfMoveToChromedWindowFix=true " />

증상

이 업데이트가 설치되지 않습니다. 다음 오류 메시지 중 하나 또는 둘 다를 반환합니다.

  • -2146762495

  • 필요한 인증서가 현재 시스템 시간을 확인하거나 서명된 파일의 타임스탬프를 확인할 수 있는 유효 기간 내에 있지 않습니다.

  • 해지 서버가 오프라인이기 때문에 해지 기능이 해지를 확인할 수 없습니다.

해결 방법

이 문제는 이 패키지의 최신 릴리스에서 수정되었습니다.  업데이트된 버전을 받으려면 업데이트를 받고 설치하는 방법의 지침을 따르세요.

이 패키지의 이전 릴리스를 이미 설치한 경우 별도의 조치가 필요하지 않습니다.

이 업데이트에 대한 추가 정보

다음 문서에는 개별 제품 버전과 관련된 이 업데이트에 대한 추가 정보가 나와 있습니다.

  • 4603002 Windows 7 SP1 및 Windows Server 2008 R2 SP1의 .NET Framework 3.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8용 보안 및 품질 롤업에 대한 설명(KB4603002)

업데이트를 구하고 설치하는 방법

이 업데이트를 설치하기 전에

필수 구성 요소:

이 업데이트를 적용하려면 .NET Framework 4.8이 설치되어 있어야 합니다.

최신 롤업을 설치하기 전에 아래 업데이트를 설치하고 장치를 다시 시작해야 합니다. 이 업데이트 설치는 업데이트 프로세스의 안정성을 개선하고 롤업을 설치하고 Microsoft 보안 픽스를 적용하는 동안 잠재적인 문제를 완화합니다.

  1. 2019년 3월 12일 SSU(서비스 스택 업데이트) (KB4490628). 이 SSU의 독립 실행형 패키지를 받으려면 Microsoft 업데이트 카탈로그에서 패키지를 검색하세요. 이 업데이트는 SHA-2만 서명된 업데이트를 설치하는 데 필요합니다.

  2. 최신 SHA-2 업데이트(KB4474419)가 2019년 9월 10일에 공개되었습니다. Windows 업데이트를 사용 중인 경우 최신 SHA-2 업데이트가 자동으로 제공됩니다. 이 업데이트는 SHA-2만 서명된 업데이트를 설치하는 데 필요합니다. SHA-2 업데이트에 대한 자세한 내용은 Windows 및 WSUS에 대한 2019 SHA-2 코드 서명 지원 요구 사항을 참조하세요.

  3. ESU(The Extended Security Updates) 라이선싱 준비 패키지(KB4538483)는 2020년 2월 11일에 릴리스되었습니다. ESU 라이선싱 준비 패키지는 WSUS에서 제공받습니다. ESU 라이선싱 준비 패키지의 독립 실행형 패키지를 받으려면 Microsoft 업데이트 카탈로그에서 해당 패키지를 검색하세요.

이 업데이트 설치

출시 채널

사용 가능

이후 수행할 단계

Windows 업데이트 및 Microsoft 업데이트

없음. ESU 고객이라면 이 업데이트는 Windows 업데이트에서 자동으로 다운로드되고 설치됩니다.

Microsoft Update 카탈로그

이 업데이트의 독립 실행형 패키지를 받으려면 Microsoft 업데이트 카탈로그 웹 사이트를 방문하세요.

WSUS(Windows Server Update Services)

이 업데이트는 제품 및 등급을 다음과 같이 구성할 경우 WSUS를 통해 자동으로 동기화됩니다.

제품: Windows 7 서비스 팩 1, Windows Server 2008 R2 서비스 팩 1,Windows Embedded Standard 7 서비스 팩 1, Windows Embedded POSReady 7

분류: 보안 업데이트

다시 시작 요구 사항

영향받는 파일을 사용 중인 경우에는 이 업데이트를 적용한 후에 컴퓨터를 다시 시작해야 합니다. 이 업데이트를 적용하기 전에 .NET Framework 기반 응용 프로그램을 모두 종료하는 것이 좋습니다.

배포 정보 업데이트

이 보안 업데이트에 대한 배포 정보는 Microsoft 기술 자료의 다음 문서를 참조하세요.

20210209 보안 업데이트 배포 정보: 2021년 2월 9일

업데이트 제거 정보

참고 Microsoft는 보안 업데이트 제거를 권장하지 않습니다. 이 업데이트를 제거하려면 제어판의 프로그램 및 기능 항목을 사용하십시오.

업데이트 다시 시작 정보

업데이트 중인 파일이 잠겨 있거나 사용 중인 경우가 아니면 이 업데이트를 적용한 후에 시스템을 다시 시작할 필요가 없습니다.

업데이트 대체 정보

이 업데이트는 이전에 릴리스된 업데이트 45985004579977을 대체합니다.

파일 정보

x86

파일 이름

파일 버전

파일 크기

날짜

시간

Aspnet_perf.dll

4.8.4330.0

36,232

07-Jan-2021

05:38

aspnet_wp.exe

4.8.4330.0

39,824

07-Jan-2021

05:38

clr.dll

4.8.4311.0

8,037,768

07-Jan-2021

05:38

clrjit.dll

4.8.4311.0

554,888

07-Jan-2021

05:38

dfdll.dll

4.8.4290.0

178,040

07-Jan-2021

05:38

mscordacwks.dll

4.8.4311.0

1,307,528

07-Jan-2021

05:38

mscordbi.dll

4.8.4311.0

1,188,744

07-Jan-2021

05:38

mscoreei.dll

4.8.4180.0

581,920

07-Jan-2021

05:38

mscorlib.dll

4.8.4311.0

5,670,792

07-Jan-2021

05:38

mscorsvc.dll

4.8.4330.0

454,024

07-Jan-2021

05:38

mscorsvw.exe

4.8.4330.0

125,872

07-Jan-2021

05:38

ngen.exe

4.8.4330.0

144,344

07-Jan-2021

05:38

Placeholder.dll

4.8.4330.0

18,312

07-Jan-2021

05:38

VsVersion.dll

14.8.4330.0

11,656

07-Jan-2021

05:38

PenIMC2_v0400.dll

4.8.4330.0

99,720

07-Jan-2021

05:38

peverify.dll

4.8.4311.0

182,664

07-Jan-2021

05:38

PresentationCore.dll

4.8.4330.0

3,673,992

07-Jan-2021

05:38

PresentationFramework.dll

4.8.4330.0

6,270,336

07-Jan-2021

05:38

PresentationFramework-SystemData.dll

4.8.4330.0

17,800

07-Jan-2021

05:38

PresentationHost_v0400.dll

4.8.4330.0

233,864

07-Jan-2021

05:38

PresentationHost_v0400.dll.mui

4.8.4330.0

77,704

07-Jan-2021

05:38

PresentationNative_v0400.dll

4.8.4330.0

923,016

07-Jan-2021

05:38

ReachFramework.dll

4.8.4110.0

677,656

07-Jan-2021

05:38

ServiceMonikerSupport.dll

4.8.4261.0

24,456

07-Jan-2021

05:38

SMDiagnostics.dll

4.8.4261.0

66,328

07-Jan-2021

05:38

SOS.dll

4.8.4311.0

767,368

07-Jan-2021

05:38

System.Speech.dll

4.8.4210.0

676,736

07-Jan-2021

05:38

System.Activities.dll

4.8.4261.0

1,526,528

07-Jan-2021

05:38

System.Activities.Presentation.dll

4.8.4180.0

2,127,136

07-Jan-2021

05:38

System.Core.dll

4.8.4330.0

1,549,080

07-Jan-2021

05:38

System.IdentityModel.dll

4.8.4261.0

1,086,744

07-Jan-2021

05:38

System.IdentityModel.Services.dll

4.8.4261.0

191,352

07-Jan-2021

05:38

System.Printing.dll

4.8.4110.0

399,640

07-Jan-2021

05:38

System.Runtime.Serialization.dll

4.8.4261.0

1,047,312

07-Jan-2021

05:38

System.ServiceModel.Activities.dll

4.8.4261.0

555,384

07-Jan-2021

05:38

System.ServiceModel.Channels.dll

4.8.4261.0

150,904

07-Jan-2021

05:38

System.ServiceModel.Discovery.dll

4.8.4261.0

301,432

07-Jan-2021

05:38

System.ServiceModel.dll

4.8.4261.0

6,383,896

07-Jan-2021

05:38

System.ServiceModel.Internals.dll

4.8.4261.0

246,528

07-Jan-2021

05:38

System.ServiceModel.WasHosting.dll

4.8.4261.0

33,144

07-Jan-2021

05:38

System.ServiceModel.Web.dll

4.8.4261.0

321,792

07-Jan-2021

05:38

System.Web.ApplicationServices.dll

4.8.4330.0

63,768

07-Jan-2021

05:38

System.Web.Extensions.dll

4.8.4330.0

1,842,448

07-Jan-2021

05:38

System.Windows.Forms.DataVisualization.dll

4.8.4210.0

1,712,512

07-Jan-2021

05:38

System.Workflow.Activities.dll

4.8.4110.0

1,051,112

07-Jan-2021

05:38

System.Workflow.ComponentModel.dll

4.8.4110.0

1,557,272

07-Jan-2021

05:38

System.Workflow.Runtime.dll

4.8.4110.0

503,064

07-Jan-2021

05:38

System.Configuration.dll

4.8.4190.0

421,536

07-Jan-2021

05:38

System.Data.dll

4.8.4290.0

3,476,360

07-Jan-2021

05:38

System.Deployment.dll

4.8.4290.0

1,593,624

07-Jan-2021

05:38

System.dll

4.8.4311.0

3,552,536

07-Jan-2021

05:38

System.Drawing.Design.dll

4.8.4210.0

125,192

07-Jan-2021

05:38

System.Security.dll

4.8.4261.0

320,280

07-Jan-2021

05:38

System.Web.dll

4.8.4330.0

5,410,184

07-Jan-2021

05:38

System.Windows.Controls.Ribbon.dll

4.8.4330.0

743,816

07-Jan-2021

05:38

System.Windows.Forms.dll

4.8.4290.0

5,914,880

07-Jan-2021

05:38

System.Xaml.dll

4.8.4330.0

632,088

07-Jan-2021

05:38

UIAutomationClient.dll

4.8.4330.0

170,880

07-Jan-2021

05:38

UIAutomationClientsideProviders.dll

4.8.4330.0

354,184

07-Jan-2021

05:38

UIAutomationProvider.dll

4.8.4330.0

41,856

07-Jan-2021

05:38

UIAutomationTypes.dll

4.8.4330.0

215,944

07-Jan-2021

05:38

webengine.dll

4.8.4330.0

19,328

07-Jan-2021

05:38

webengine4.dll

4.8.4330.0

564,616

07-Jan-2021

05:38

WindowsBase.dll

4.8.4330.0

1,298,824

07-Jan-2021

05:38

WindowsFormsIntegration.dll

4.8.4180.0

105,248

07-Jan-2021

05:38

WorkflowServiceHostPerformanceCounters.dll

4.8.4110.0

89,368

07-Jan-2021

05:38

WPFFontCache_v0400.exe.mui

4.8.4330.0

12,168

07-Jan-2021

05:38

WPFFontCache_v0400.exe

4.8.4330.0

19,864

07-Jan-2021

05:38

wpfgfx_v0400.dll

4.8.4330.0

1,618,824

07-Jan-2021

05:38

x64

File name

파일 버전

파일 크기

날짜

시간

Aspnet_perf.dll

4.8.4330.0

41,864

07-Jan-2021

05:38

Aspnet_perf.dll

4.8.4330.0

36,232

07-Jan-2021

05:38

aspnet_wp.exe

4.8.4330.0

45,456

07-Jan-2021

05:38

aspnet_wp.exe

4.8.4330.0

39,824

07-Jan-2021

05:38

clr.dll

4.8.4311.0

11,244,936

07-Jan-2021

오전 5:11

clr.dll

4.8.4311.0

8,037,768

07-Jan-2021

05:38

clrjit.dll

4.8.4311.0

1,358,216

07-Jan-2021

오전 5:11

clrjit.dll

4.8.4311.0

554,888

07-Jan-2021

05:38

compatjit.dll

4.8.4311.0

1,273,216

07-Jan-2021

오전 5:11

dfdll.dll

4.8.4290.0

214,920

07-Jan-2021

오전 5:11

dfdll.dll

4.8.4290.0

178,040

07-Jan-2021

05:38

mscordacwks.dll

4.8.4311.0

1,801,096

07-Jan-2021

오전 5:11

mscordacwks.dll

4.8.4311.0

1,307,528

07-Jan-2021

05:38

mscordbi.dll

4.8.4311.0

1,655,176

07-Jan-2021

오전 5:11

mscordbi.dll

4.8.4311.0

1,188,744

07-Jan-2021

05:38

mscoreei.dll

4.8.4180.0

689,952

07-Jan-2021

오전 5:11

mscoreei.dll

4.8.4180.0

581,920

07-Jan-2021

05:38

mscorlib.dll

4.8.4311.0

5,431,688

07-Jan-2021

오전 5:11

mscorlib.dll

4.8.4311.0

5,670,792

07-Jan-2021

05:38

mscorsvc.dll

4.8.4330.0

557,960

07-Jan-2021

05:38

mscorsvc.dll

4.8.4330.0

454,024

07-Jan-2021

05:38

mscorsvw.exe

4.8.4330.0

151,984

07-Jan-2021

05:38

mscorsvw.exe

4.8.4330.0

125,872

07-Jan-2021

05:38

ngen.exe

4.8.4330.0

174,552

07-Jan-2021

05:38

ngen.exe

4.8.4330.0

144,344

07-Jan-2021

05:38

VsVersion.dll

14.8.4330.0

11,656

07-Jan-2021

05:38

Placeholder.dll

4.8.4330.0

20,360

07-Jan-2021

05:38

Placeholder.dll

4.8.4330.0

18,312

07-Jan-2021

05:38

VsVersion.dll

14.8.4330.0

11,656

07-Jan-2021

05:38

PenIMC2_v0400.dll

4.8.4330.0

120,712

07-Jan-2021

05:38

PenIMC2_v0400.dll

4.8.4330.0

99,720

07-Jan-2021

05:38

peverify.dll

4.8.4311.0

265,608

07-Jan-2021

오전 5:11

peverify.dll

4.8.4311.0

182,664

07-Jan-2021

05:38

PresentationCore.dll

4.8.4330.0

3,650,440

07-Jan-2021

05:38

PresentationCore.dll

4.8.4330.0

3,673,992

07-Jan-2021

05:38

PresentationFramework.dll

4.8.4330.0

6,270,336

07-Jan-2021

05:38

PresentationFramework-SystemData.dll

4.8.4330.0

17,800

07-Jan-2021

05:38

PresentationHost_v0400.dll

4.8.4330.0

302,472

07-Jan-2021

05:38

PresentationHost_v0400.dll.mui

4.8.4330.0

77,696

07-Jan-2021

05:38

PresentationHost_v0400.dll

4.8.4330.0

233,864

07-Jan-2021

05:38

PresentationHost_v0400.dll.mui

4.8.4330.0

77,704

07-Jan-2021

05:38

PresentationNative_v0400.dll

4.8.4330.0

1,164,168

07-Jan-2021

05:38

PresentationNative_v0400.dll

4.8.4330.0

923,016

07-Jan-2021

05:38

ReachFramework.dll

4.8.4110.0

677,656

07-Jan-2021

05:38

ServiceMonikerSupport.dll

4.8.4261.0

27,512

07-Jan-2021

오전 5:11

ServiceMonikerSupport.dll

4.8.4261.0

24,456

07-Jan-2021

05:38

SMDiagnostics.dll

4.8.4261.0

66,328

07-Jan-2021

05:38

SOS.dll

4.8.4311.0

921,480

07-Jan-2021

오전 5:11

SOS.dll

4.8.4311.0

767,368

07-Jan-2021

05:38

System.Speech.dll

4.8.4210.0

676,736

07-Jan-2021

05:38

System.Activities.dll

4.8.4261.0

1,526,528

07-Jan-2021

05:38

System.Activities.Presentation.dll

4.8.4180.0

2,127,136

07-Jan-2021

05:38

System.Core.dll

4.8.4330.0

1,549,080

07-Jan-2021

05:38

System.IdentityModel.dll

4.8.4261.0

1,086,744

07-Jan-2021

05:38

System.IdentityModel.Services.dll

4.8.4261.0

191,352

07-Jan-2021

05:38

System.Printing.dll

4.8.4110.0

400,152

07-Jan-2021

오전 5:11

System.Printing.dll

4.8.4110.0

399,640

07-Jan-2021

05:38

System.Runtime.Serialization.dll

4.8.4261.0

1,047,312

07-Jan-2021

05:38

System.ServiceModel.Activities.dll

4.8.4261.0

555,384

07-Jan-2021

05:38

System.ServiceModel.Channels.dll

4.8.4261.0

150,904

07-Jan-2021

05:38

System.ServiceModel.Discovery.dll

4.8.4261.0

301,432

07-Jan-2021

05:38

System.ServiceModel.dll

4.8.4261.0

6,383,896

07-Jan-2021

05:38

System.ServiceModel.Internals.dll

4.8.4261.0

246,528

07-Jan-2021

05:38

System.ServiceModel.WasHosting.dll

4.8.4261.0

33,144

07-Jan-2021

05:38

System.ServiceModel.Web.dll

4.8.4261.0

321,792

07-Jan-2021

05:38

System.Web.ApplicationServices.dll

4.8.4330.0

63,768

07-Jan-2021

05:38

System.Web.Extensions.dll

4.8.4330.0

1,842,448

07-Jan-2021

05:38

System.Windows.Forms.DataVisualization.dll

4.8.4210.0

1,712,512

07-Jan-2021

05:38

System.Workflow.Activities.dll

4.8.4110.0

1,051,112

07-Jan-2021

05:38

System.Workflow.ComponentModel.dll

4.8.4110.0

1,557,272

07-Jan-2021

05:38

System.Workflow.Runtime.dll

4.8.4110.0

503,064

07-Jan-2021

05:38

System.configuration.dll

4.8.4190.0

421,536

07-Jan-2021

05:38

System.Data.dll

4.8.4290.0

3,543,432

07-Jan-2021

오전 5:11

System.Data.dll

4.8.4290.0

3,476,360

07-Jan-2021

05:38

System.Deployment.dll

4.8.4290.0

1,593,624

07-Jan-2021

05:38

System.dll

4.8.4311.0

3,552,536

07-Jan-2021

05:38

System.Drawing.Design.dll

4.8.4210.0

125,192

07-Jan-2021

05:38

System.Security.dll

4.8.4261.0

320,280

07-Jan-2021

05:38

System.Web.dll

4.8.4330.0

5,397,896

07-Jan-2021

05:38

System.Web.dll

4.8.4330.0

5,410,184

07-Jan-2021

05:38

System.Windows.Controls.Ribbon.dll

4.8.4330.0

743,816

07-Jan-2021

05:38

System.Windows.Forms.dll

4.8.4290.0

5,914,880

07-Jan-2021

05:38

System.Xaml.dll

4.8.4330.0

632,088

07-Jan-2021

05:38

UIAutomationClient.dll

4.8.4330.0

170,880

07-Jan-2021

05:38

UIAutomationClientsideProviders.dll

4.8.4330.0

354,184

07-Jan-2021

05:38

UIAutomationProvider.dll

4.8.4330.0

41,856

07-Jan-2021

05:38

UIAutomationTypes.dll

4.8.4330.0

215,944

07-Jan-2021

05:38

webengine.dll

4.8.4330.0

21,376

07-Jan-2021

05:38

webengine.dll

4.8.4330.0

19,328

07-Jan-2021

05:38

webengine4.dll

4.8.4330.0

675,208

07-Jan-2021

05:38

webengine4.dll

4.8.4330.0

564,616

07-Jan-2021

05:38

WindowsBase.dll

4.8.4330.0

1,298,824

07-Jan-2021

05:38

WindowsFormsIntegration.dll

4.8.4180.0

105,248

07-Jan-2021

05:38

WorkflowServiceHostPerformanceCounters.dll

4.8.4110.0

102,672

07-Jan-2021

오전 5:11

WorkflowServiceHostPerformanceCounters.dll

4.8.4110.0

89,368

07-Jan-2021

05:38

WPFFontCache_v0400.exe.mui

4.8.4330.0

12,168

07-Jan-2021

05:38

WPFFontCache_v0400.exe.mui

4.8.4330.0

12,168

07-Jan-2021

05:38

WPFFontCache_v0400.exe

4.8.4330.0

21,920

07-Jan-2021

05:38

WPFFontCache_v0400.exe

4.8.4330.0

19,864

07-Jan-2021

05:38

wpfgfx_v0400.dll

4.8.4330.0

2,050,440

07-Jan-2021

05:38

wpfgfx_v0400.dll

4.8.4330.0

1,618,824

07-Jan-2021

05:38

보호 및 보안 관련 정보

도움이 더 필요하세요?

더 많은 옵션을 원하세요?

구독 혜택을 살펴보고, 교육 과정을 찾아보고, 디바이스를 보호하는 방법 등을 알아봅니다.

커뮤니티를 통해 질문하고 답변하고, 피드백을 제공하고, 풍부한 지식을 갖춘 전문가의 의견을 들을 수 있습니다.

이 정보가 유용한가요?

언어 품질에 얼마나 만족하시나요?
사용 경험에 어떠한 영향을 주었나요?
제출을 누르면 피드백이 Microsoft 제품과 서비스를 개선하는 데 사용됩니다. IT 관리자는 이 데이터를 수집할 수 있습니다. 개인정보처리방침

의견 주셔서 감사합니다!

×