Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Applies to:

Microsoft .NET Framework 4.6 Microsoft .NET Framework 4.6.1 Microsoft .NET Framework 4.6.2 Microsoft .NET Framework 4.7 Microsoft .NET Framework 4.7.1 Microsoft .NET Framework 4.7.2

IMPORTANT Verify that you have installed the required updates listed in the How to get this update section before installing this update. 

IMPORTANT Some customers who use Windows Server 2008 R2 SP1 and have activated their ESU multiple activation key (MAK) add-on before installing the January 14, 2020 updates might need to re-activate their key. Re-activation on the affected devices should only be required once.  For information on activation, see this blog post.

IMPORTANT WSUS scan cab files will continue to be available for Windows 7 SP1 and Windows Server 2008 R2 SP1. If you have a subset of devices running these operating systems without ESU, they might show as non-compliant in your patch management and compliance toolsets.

IMPORTANT Customers who have purchased the Extended Security Update (ESU) for on-premises versions of these operating systems must follow the procedures in KB4522133 to continue receiving security updates after extended support ends on January 14, 2020. For more information on ESU and which editions are supported, see KB4497181.

IMPORTANT Starting on January 15, 2020, a full-screen notification will appear that describes the risk of continuing to use Windows 7 Service Pack 1 after it reaches end of support on January 14, 2020. The notification will remain on the screen until you interact with it. This notification will only appear on the following editions of Windows 7 Service Pack 1:

Note The notification will not appear on domain-joined machines or machines in kiosk mode.

IMPORTANT Starting in August, 2019, updates to .NET Framework 4.6 and above, for Windows Server 2008 R2 SP1, and Windows 7SP1, require SHA-2 Code signing support. Please make sure that you have all the latest Windows Updates before applying this update to avoid installation issues. For more detailed information about SHA-2 code signing support updates, please see KB 4474419.

IMPORTANT All updates for .NET Framework 4.7.2, 4.7.1, 4.7, 4.6.2, 4.6.1, and 4.6 require that the d3dcompiler_47.dll update is installed. We recommend that you install the included d3dcompiler_47.dll update before you apply this update. For more information about the d3dcompiler_47.dll, see KB 4019990.

IMPORTANT If you install a language pack after you install this update, you must reinstall this update. Therefore, we recommend that you install any language packs that you need before you install this update. For more information, see Add language packs to Windows.

Summary

Security improvements

An elevation of privilege vulnerability exists when ASP.NET or .NET Framework web applications running on IIS improperly allow access to cached files. An attacker who successfully exploited this vulnerability could gain access to restricted files. To exploit this vulnerability, an attacker would need to send a specially crafted request to an affected server. The update addresses the vulnerability by changing how ASP.NET and .NET Framework handle requests.

To learn more about the vulnerabilities, go to the following Common Vulnerabilities and Exposures (CVE).

 

Quality and reliability improvements

CLR1

- Addresses rare crashes that could occur during thread abort delivery.

ASP.NET

- Use FIPS-compliant hashes in ASP.Net telemetry data.

- Addresses an issue where "Unspecified" was not an allowed value in config for the 'cookieSameSite' attribute of the forms authentication and session state configuration sections.

- Addresses an issue where first requests to a cold site sometimes return a server configuration error from System.Web.DirectoryMonitor.AddFileMonitor().

WPF2

- Addresses an issue where TextBlock reflows (makes different line-breaking decisions) during render and hit-test, vs. during measure. The symptoms include missing text, and FailFast crashes during programmatic text processing.

- Addresses a render thread failure caused by HostVisual disconnecting its target on the wrong thread.

- Addresses a hang while scrolling a TreeView whose tree is non-uniform, in the sense that a given node's children govern subtrees whose sizes are quite different.

- DataGrid's Copy command throws an exception if the system clipboard is locked by another process. This crashes, as there is usually no app code on the stack to catch the exception. The behavior of TextBox (and other apps like Notepad, Word, browsers) in this situation is to fail silently - nothing is copied to the clipboard, but no exception. A WPF app can now opt-in to this behavior by setting the following in the app.config file:

<appSettings>

<add key="ShouldThrowOnDataGridCopyOrCutFailure" value="false"/>

</appSettings>

- Addresses the way non-animated text with TextRenderingMode="ClearType" and TextFormattingMode="Ideal" is drawn. It now uses a symmetric anti-aliasing algorithm, which produces better visual results for text with fine strokes (common in Far East languages, Arabic, Hebrew, and fonts designed specifically for symmetric anti-aliasing).

- Addresses a crash that can occur when closing a tooltip that is re-entrantly closed by user code.

- Addresses a memory leak in System.Speech.SpeechSynthesizer.

- Addresses issues in constructing the internal model for a FixedPage document. Some text was appearing in the wrong order for the purposes of editing operations such as selection and copy/paste.

Net Libraries

- Addresses a memory leak in HttpListener.


1 Common Language Runtime (CLR)
2 Windows Presentation Foundation (WPF)

Known issues in this update

Symptom

Windows Presentation Framework (WPF) applications that use two or more HostVisual elements belonging to a common thread, where both HostVisual elements are asked to disconnect from their visual target at roughly the same time, mail fail with the following error:

Exception type:  System.COMException
Message:  UCEERR_RENDERTHREADFAILURE (HRESULT 0x88980406)
Callstack:  top frame is System.Windows.Media.Composition.DUCE+Channel.SyncFlush()

Workaround

You can disable the problematic fix by setting the AppContext switch “Switch.System.Windows.Media.HostVisual.DisconnectsOnWrongThread” to true, using one of the methods described here.  This exposes your app to the original bug, so you should remove the switch once a fix is published through an upcoming update.

Workaround 1


•    Add the following entry to the app.config file to disable the problematic fix in a single application.


<runtime>
    <AppContextSwitchOverrides value="Switch.System.Windows.Media.HostVisual.DisconnectsOnWrongThread=true"/>
</runtime>

Note that if your application configuration already has an entry for <AppContextSwitchOverrides>, you need to add the new setting within that entry, separated from other switches by a semicolon:

   <AppContextSwitchOverrides value="Switch.SomeOtherSwitch=true; Switch.System.Windows.Media.HostVisual.DisconnectsOnWrongThread=true"/>

Workaround 2


•    Apply the following registry subkey to disable the problematic fix for all WPF applications on the machine.
 Warning
Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft can't guarantee that these problems can be solved. Modify the registry at your own risk.


Location: HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework\AppContext\
Name: Switch.System.Media.HostVisual.DisconnectsOnWrongThread
Type: String
Value: true

Note that on 64-bit operating systems, you also need to apply a registry subkey with the same name, type, and value at the location:   HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\.NETFramework\AppContext\

Symptom

This update does not install, and it returns either or both of the following error messages:

  • -2146762495

  • A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file.

Workaround

This issue has been corrected in the latest Security and Quality Rollup for .NET Framework. 

Additional information about this update

The following articles contain additional information about this update as it relates to individual product versions.

  • 4570509 Description of the Security and Quality Rollup for .NET Framework 2.0, 3.0, 4.5.2, 4.6 for Windows Server 2008 SP2 (KB4570509)

  • 4570506 Description of the Security and Quality Rollup for .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 for Windows 7 SP1 and Windows Server 2008 R2 SP1 (KB4570506)

How to obtain and install the update

Before installing this update

Prerequisite:

To apply this update, you must have .NET Framework 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2 installed.

You must install the updates listed below and restart your device before installing the latest Rollup. Installing these updates improves the reliability of the update process and mitigates potential issues while installing the Rollup and applying Microsoft security fixes.

  1. The March 12, 2019 servicing stack update (SSU) (KB4490628). To get the standalone package for this SSU, search for it in the Microsoft Update Catalog. This update is required to install updates that are only SHA-2 signed.

  2. The latest SHA-2 update (KB4474419) released September 10, 2019. If you are using Windows Update, the latest SHA-2 update will be offered to you automatically. This update is required to install updates that are only SHA-2 signed. For more information on SHA-2 updates, see 2019 SHA-2 Code Signing Support requirement for Windows and WSUS.

  3. The Extended Security Updates (ESU) Licensing Preparation Package (KB4538483) released February 11, 2020. The ESU licensing preparation package will be offered to you from WSUS. To get the standalone package for ESU licensing preparation package, search for it in the Microsoft Update Catalog.

Install this update

Release Channel

Available

Next Step

Windows Update and Microsoft Update

Yes

None. This update will be downloaded and installed automatically from Windows Update if you are an ESU customer.

Microsoft Update Catalog

Yes

To get the standalone package for this update, go to the Microsoft Update Catalog website.

Windows Server Update Services (WSUS)

Yes

This update will automatically sync with WSUS if you configure Products and Classifications as follows:

Product: Windows 7 Service Pack 1, Windows Server 2008 R2 Service Pack 1,Windows Embedded Standard 7 Service Pack 1, Windows Embedded POSReady 7

Classification: Security Updates

Restart requirement

You must restart the computer after you apply this update if any affected files are being used. We recommend that you exit all .NET Framework-based applications before you apply this update.

Update deployment information

For deployment details for this security update, go to the following article in the Microsoft Knowledge Base:

20200811 Security update deployment information: August 11, 2020

Update removal information

Note We do not recommend that you remove any security update. To remove this update, use the Programs and Features item in Control Panel.

Update restart information

This update does not require a system restart after you apply it unless files that are being updated are locked or are being used.

Update replacement information

This update replaces previously released updates 4566517 for Windows 7 SP1 and Windows Server 2008 R2 SP1 and 4566520 for Windows Server 2008 SP2.

File information

The English (United States) version of this software update installs files that have the attributes that are listed in the following tables.

x86

File name

File version

File size

Date

Time

Aspnet_perf.dll

4.7.3650.0

35,720

21-Jul-2020

23:51

aspnet_wp.exe

4.7.3650.0

39,304

21-Jul-2020

23:51

clr.dll

4.7.3650.0

7,247,240

21-Jul-2020

23:51

clrjit.dll

4.7.3650.0

515,976

21-Jul-2020

23:51

dfdll.dll

4.7.3221.0

159,952

21-Jul-2020

23:51

GlobalUserInterface.CompositeFont

186,009

21-Jul-2020

23:51

mscordacwks.dll

4.7.3650.0

1,336,200

21-Jul-2020

23:51

mscordbi.dll

4.7.3650.0

1,162,112

21-Jul-2020

23:51

mscoreei.dll

4.7.3468.0

512,488

21-Jul-2020

23:51

mscorlib.dll

4.7.3650.0

5,638,536

21-Jul-2020

23:51

msvcp120_clr0400.dll

12.0.52519.0

485,576

21-Jul-2020

23:51

msvcr120_clr0400.dll

12.0.52519.0

987,840

21-Jul-2020

23:51

VsVersion.dll

14.7.3650.0

12,160

21-Jul-2020

23:51

peverify.dll

4.7.3650.0

181,640

21-Jul-2020

23:51

PresentationCore.dll

4.7.3650.0

3,632,008

21-Jul-2020

23:51

PresentationFramework.dll

4.7.3650.0

6,240,640

21-Jul-2020

23:51

PresentationFramework-SystemData.dll

4.7.3650.0

17,288

21-Jul-2020

23:51

PresentationHost_v0400.dll

4.7.3650.0

207,232

21-Jul-2020

23:51

PresentationHost_v0400.dll.mui

4.7.3650.0

77,696

21-Jul-2020

23:51

PresentationNative_v0400.dll

4.7.3650.0

820,088

21-Jul-2020

23:51

ReachFramework.dll

4.7.3570.0

677,656

21-Jul-2020

23:51

ServiceMonikerSupport.dll

4.7.3620.0

30,192

21-Jul-2020

23:51

SMDiagnostics.dll

4.7.3620.0

74,840

21-Jul-2020

23:51

SMSvcHost.exe

4.7.3515.0

139,264

21-Jul-2020

23:51

SOS.dll

4.7.3650.0

736,648

21-Jul-2020

23:51

System.Speech.dll

4.7.3650.0

675,720

21-Jul-2020

23:51

System.Activities.dll

4.7.3620.0

1,534,008

21-Jul-2020

23:51

System.ComponentModel.DataAnnotations.dll

4.7.3221.0

127,400

21-Jul-2020

23:51

System.Core.dll

4.7.3650.0

1,544,984

21-Jul-2020

23:51

System.Data.Entity.dll

4.7.3221.0

4,035,664

21-Jul-2020

23:51

System.DirectoryServices.AccountManagement.dll

4.7.3221.0

297,648

21-Jul-2020

23:51

System.IdentityModel.dll

4.7.3620.0

1,095,736

21-Jul-2020

23:51

System.IdentityModel.Services.dll

4.7.3620.0

199,160

21-Jul-2020

23:51

System.Printing.dll

4.7.3570.0

374,032

21-Jul-2020

23:51

System.Runtime.Serialization.dll

4.7.3620.0

1,057,336

21-Jul-2020

23:51

System.ServiceModel.Channels.dll

4.7.3620.0

158,704

21-Jul-2020

23:51

System.ServiceModel.Discovery.dll

4.7.3620.0

309,232

21-Jul-2020

23:51

System.ServiceModel.dll

4.7.3620.0

6,324,792

21-Jul-2020

23:51

System.ServiceModel.Internals.dll

4.7.3620.0

261,688

21-Jul-2020

23:51

System.ServiceModel.Routing.dll

4.7.3221.0

132,208

21-Jul-2020

23:51

System.ServiceModel.WasHosting.dll

4.7.3620.0

40,944

21-Jul-2020

23:51

System.Web.ApplicationServices.dll

4.7.3650.0

63,768

21-Jul-2020

23:51

System.Web.Extensions.dll

4.7.3650.0

1,842,968

21-Jul-2020

23:51

System.Workflow.Activities.dll

4.7.3570.0

1,052,136

21-Jul-2020

23:51

System.Workflow.ComponentModel.dll

4.7.3570.0

1,553,896

21-Jul-2020

23:51

System.Workflow.Runtime.dll

4.7.3570.0

499,480

21-Jul-2020

23:51

System.Runtime.Caching.dll

4.7.3221.0

109,864

21-Jul-2020

23:51

System.Configuration.dll

4.7.3630.0

420,512

21-Jul-2020

23:51

System.Data.dll

4.7.3630.0

3,470,632

21-Jul-2020

23:51

System.Data.SqlXml.dll

4.7.3221.0

734,520

21-Jul-2020

23:51

System.Deployment.dll

4.7.3221.0

879,408

21-Jul-2020

23:51

System.DirectoryServices.Protocols.dll

4.7.3221.0

201,624

21-Jul-2020

23:51

System.dll

4.7.3650.0

3,556,616

21-Jul-2020

23:51

System.Drawing.dll

4.7.3221.0

600,864

21-Jul-2020

23:51

System.Management.dll

4.7.3221.0

415,536

21-Jul-2020

23:51

System.Net.Http.dll

4.7.3221.0

204,584

21-Jul-2020

23:51

System.Runtime.Remoting.dll

4.7.3221.0

347,472

21-Jul-2020

23:51

System.Security.dll

4.7.3221.0

325,928

21-Jul-2020

23:51

System.Transactions.dll

4.7.3221.0

309,328

21-Jul-2020

23:51

System.Web.dll

4.7.3650.0

5,409,160

21-Jul-2020

23:51

System.Windows.Controls.Ribbon.dll

4.7.3650.0

739,200

21-Jul-2020

23:51

System.Windows.Forms.dll

4.7.3515.0

5,238,920

21-Jul-2020

23:51

System.Xaml.dll

4.7.3650.0

635,144

21-Jul-2020

23:51

System.Xml.dll

4.7.3221.0

2,670,344

21-Jul-2020

23:51

UIAutomationClient.dll

4.7.3650.0

170,880

21-Jul-2020

23:51

UIAutomationClientsideProviders.dll

4.7.3650.0

354,184

21-Jul-2020

23:51

UIAutomationProvider.dll

4.7.3650.0

41,848

21-Jul-2020

23:51

UIAutomationTypes.dll

4.7.3650.0

213,896

21-Jul-2020

23:51

webengine.dll

4.7.3650.0

17,792

21-Jul-2020

23:51

webengine4.dll

4.7.3650.0

543,112

21-Jul-2020

23:51

WindowsBase.dll

4.7.3650.0

1,289,096

21-Jul-2020

23:51

WMINet_Utils.dll

4.7.3221.0

136,432

21-Jul-2020

23:51

WorkflowServiceHostPerformanceCounters.dll

4.7.3570.0

89,880

21-Jul-2020

23:51

WPFFontCache_v0400.exe.mui

4.7.3650.0

12,160

21-Jul-2020

23:51

WPFFontCache_v0400.exe

4.7.3650.0

18,840

21-Jul-2020

23:51

wpfgfx_v0400.dll

4.7.3650.0

1,338,760

21-Jul-2020

23:51

Placeholder.dll

4.7.3650.0

17,792

21-Jul-2020

23:51

PenIMC2_v0400.dll

4.7.3650.0

79,232

21-Jul-2020

23:51

x64

File name

File version

File size

Date

Time

Aspnet_perf.dll

4.7.3650.0

39,304

22-Jul-2020

00:03

Aspnet_perf.dll

4.7.3650.0

35,720

21-Jul-2020

23:51

aspnet_wp.exe

4.7.3650.0

43,920

22-Jul-2020

00:03

aspnet_wp.exe

4.7.3650.0

39,304

21-Jul-2020

23:51

clr.dll

4.7.3650.0

10,368,384

22-Jul-2020

00:03

clr.dll

4.7.3650.0

7,247,240

21-Jul-2020

23:51

clrjit.dll

4.7.3650.0

1,214,840

22-Jul-2020

00:03

clrjit.dll

4.7.3650.0

515,976

21-Jul-2020

23:51

compatjit.dll

4.7.3650.0

1,252,728

22-Jul-2020

00:03

dfdll.dll

4.7.3221.0

191,696

21-Jul-2020

23:51

dfdll.dll

4.7.3221.0

159,952

21-Jul-2020

23:51

GlobalUserInterface.CompositeFont

186,009

21-Jul-2020

23:51

mscordacwks.dll

4.7.3650.0

1,833,864

22-Jul-2020

00:03

mscordacwks.dll

4.7.3650.0

1,336,200

21-Jul-2020

23:51

mscordbi.dll

4.7.3650.0

1,615,240

22-Jul-2020

00:03

mscordbi.dll

4.7.3650.0

1,162,112

21-Jul-2020

23:51

mscoreei.dll

4.7.3468.0

631,272

21-Jul-2020

23:51

mscoreei.dll

4.7.3468.0

512,488

21-Jul-2020

23:51

mscorlib.dll

4.7.3650.0

5,420,416

22-Jul-2020

00:03

mscorlib.dll

4.7.3650.0

5,638,536

21-Jul-2020

23:51

msvcp120_clr0400.dll

12.0.52519.0

690,008

22-Jul-2020

00:03

msvcp120_clr0400.dll

12.0.52519.0

485,576

21-Jul-2020

23:51

msvcr120_clr0400.dll

12.0.52519.0

993,632

22-Jul-2020

00:03

msvcr120_clr0400.dll

12.0.52519.0

987,840

21-Jul-2020

23:51

VsVersion.dll

14.7.3650.0

12,168

22-Jul-2020

00:03

VsVersion.dll

14.7.3650.0

12,160

21-Jul-2020

23:51

peverify.dll

4.7.3650.0

253,832

22-Jul-2020

00:03

peverify.dll

4.7.3650.0

181,640

21-Jul-2020

23:51

PresentationCore.dll

4.7.3650.0

3,609,480

22-Jul-2020

00:03

PresentationCore.dll

4.7.3650.0

3,632,008

21-Jul-2020

23:51

PresentationFramework.dll

4.7.3650.0

6,240,640

21-Jul-2020

23:51

PresentationFramework-SystemData.dll

4.7.3650.0

17,288

21-Jul-2020

23:51

PresentationHost_v0400.dll

4.7.3650.0

270,728

22-Jul-2020

00:03

PresentationHost_v0400.dll.mui

4.7.3650.0

77,704

22-Jul-2020

00:03

PresentationHost_v0400.dll

4.7.3650.0

207,232

21-Jul-2020

23:51

PresentationHost_v0400.dll.mui

4.7.3650.0

77,696

21-Jul-2020

23:51

PresentationNative_v0400.dll

4.7.3650.0

1,102,728

22-Jul-2020

00:03

PresentationNative_v0400.dll

4.7.3650.0

820,088

21-Jul-2020

23:51

ReachFramework.dll

4.7.3570.0

677,656

21-Jul-2020

23:51

ServiceMonikerSupport.dll

4.7.3620.0

32,240

21-Jul-2020

23:51

ServiceMonikerSupport.dll

4.7.3620.0

30,192

21-Jul-2020

23:51

SMDiagnostics.dll

4.7.3620.0

74,840

21-Jul-2020

23:51

SMSvcHost.exe

4.7.3515.0

139,264

21-Jul-2020

23:51

SOS.dll

4.7.3650.0

865,160

22-Jul-2020

00:03

SOS.dll

4.7.3650.0

736,648

21-Jul-2020

23:51

System.Speech.dll

4.7.3650.0

675,720

21-Jul-2020

23:51

System.Activities.dll

4.7.3620.0

1,534,008

21-Jul-2020

23:51

System.ComponentModel.DataAnnotations.dll

4.7.3221.0

127,400

21-Jul-2020

23:51

System.Core.dll

4.7.3650.0

1,544,984

21-Jul-2020

23:51

System.Data.Entity.dll

4.7.3221.0

4,035,664

21-Jul-2020

23:51

System.DirectoryServices.AccountManagement.dll

4.7.3221.0

297,648

21-Jul-2020

23:51

System.IdentityModel.dll

4.7.3620.0

1,095,736

21-Jul-2020

23:51

System.IdentityModel.Services.dll

4.7.3620.0

199,160

21-Jul-2020

23:51

System.Printing.dll

4.7.3570.0

374,552

21-Jul-2020

23:51

System.Printing.dll

4.7.3570.0

374,032

21-Jul-2020

23:51

System.Runtime.Serialization.dll

4.7.3620.0

1,057,336

21-Jul-2020

23:51

System.ServiceModel.Channels.dll

4.7.3620.0

158,704

21-Jul-2020

23:51

System.ServiceModel.Discovery.dll

4.7.3620.0

309,232

21-Jul-2020

23:51

System.ServiceModel.dll

4.7.3620.0

6,324,792

21-Jul-2020

23:51

System.ServiceModel.Internals.dll

4.7.3620.0

261,688

21-Jul-2020

23:51

System.ServiceModel.Routing.dll

4.7.3221.0

132,208

21-Jul-2020

23:51

System.ServiceModel.WasHosting.dll

4.7.3620.0

40,944

21-Jul-2020

23:51

System.Web.ApplicationServices.dll

4.7.3650.0

63,768

21-Jul-2020

23:51

System.Web.Extensions.dll

4.7.3650.0

1,842,968

21-Jul-2020

23:51

System.Workflow.Activities.dll

4.7.3570.0

1,052,136

21-Jul-2020

23:51

System.Workflow.ComponentModel.dll

4.7.3570.0

1,553,896

21-Jul-2020

23:51

System.Workflow.Runtime.dll

4.7.3570.0

499,480

21-Jul-2020

23:51

System.Runtime.Caching.dll

4.7.3221.0

109,864

21-Jul-2020

23:51

System.configuration.dll

4.7.3630.0

420,512

21-Jul-2020

23:51

System.Data.dll

4.7.3630.0

3,532,584

21-Jul-2020

23:51

System.Data.dll

4.7.3630.0

3,470,632

21-Jul-2020

23:51

System.Data.SqlXml.dll

4.7.3221.0

734,520

21-Jul-2020

23:51

System.Deployment.dll

4.7.3221.0

879,408

21-Jul-2020

23:51

System.DirectoryServices.Protocols.dll

4.7.3221.0

201,624

21-Jul-2020

23:51

System.dll

4.7.3650.0

3,556,616

21-Jul-2020

23:51

System.Drawing.dll

4.7.3221.0

600,864

21-Jul-2020

23:51

System.Management.dll

4.7.3221.0

415,536

21-Jul-2020

23:51

System.Net.Http.dll

4.7.3221.0

204,584

21-Jul-2020

23:51

System.Runtime.Remoting.dll

4.7.3221.0

347,472

21-Jul-2020

23:51

System.Security.dll

4.7.3221.0

325,928

21-Jul-2020

23:51

System.Transactions.dll

4.7.3221.0

311,048

21-Jul-2020

23:51

System.Transactions.dll

4.7.3221.0

309,328

21-Jul-2020

23:51

System.Web.dll

4.7.3650.0

5,392,256

22-Jul-2020

00:03

System.Web.dll

4.7.3650.0

5,409,160

21-Jul-2020

23:51

System.Windows.Controls.Ribbon.dll

4.7.3650.0

739,200

21-Jul-2020

23:51

System.Windows.Forms.dll

4.7.3515.0

5,238,920

21-Jul-2020

23:51

System.Xaml.dll

4.7.3650.0

635,144

21-Jul-2020

23:51

System.XML.dll

4.7.3221.0

2,670,344

21-Jul-2020

23:51

UIAutomationClient.dll

4.7.3650.0

170,880

21-Jul-2020

23:51

UIAutomationClientsideProviders.dll

4.7.3650.0

354,184

21-Jul-2020

23:51

UIAutomationProvider.dll

4.7.3650.0

41,848

21-Jul-2020

23:51

UIAutomationTypes.dll

4.7.3650.0

213,896

21-Jul-2020

23:51

webengine.dll

4.7.3650.0

19,328

22-Jul-2020

00:03

webengine.dll

4.7.3650.0

17,792

21-Jul-2020

23:51

webengine4.dll

4.7.3650.0

660,352

22-Jul-2020

00:03

webengine4.dll

4.7.3650.0

543,112

21-Jul-2020

23:51

WindowsBase.dll

4.7.3650.0

1,289,096

21-Jul-2020

23:51

WMINet_Utils.dll

4.7.3221.0

188,144

21-Jul-2020

23:51

WMINet_Utils.dll

4.7.3221.0

136,432

21-Jul-2020

23:51

WorkflowServiceHostPerformanceCounters.dll

4.7.3570.0

101,656

21-Jul-2020

23:51

WorkflowServiceHostPerformanceCounters.dll

4.7.3570.0

89,880

21-Jul-2020

23:51

WPFFontCache_v0400.exe.mui

4.7.3650.0

12,168

22-Jul-2020

00:03

WPFFontCache_v0400.exe.mui

4.7.3650.0

12,160

21-Jul-2020

23:51

WPFFontCache_v0400.exe

4.7.3650.0

19,864

22-Jul-2020

00:03

WPFFontCache_v0400.exe

4.7.3650.0

18,840

21-Jul-2020

23:51

wpfgfx_v0400.dll

4.7.3650.0

1,758,600

22-Jul-2020

00:03

wpfgfx_v0400.dll

4.7.3650.0

1,338,760

21-Jul-2020

23:51

Placeholder.dll

4.7.3650.0

18,824

22-Jul-2020

00:03

Placeholder.dll

4.7.3650.0

17,792

21-Jul-2020

23:51

PenIMC2_v0400.dll

4.7.3650.0

97,664

22-Jul-2020

00:03

PenIMC2_v0400.dll

4.7.3650.0

79,232

21-Jul-2020

23:51

Information about protection and security

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×