使用 Microsoft 登入
登入或建立帳戶。
您好:
選取其他帳戶。
您有多個帳戶
選擇您要用來登入的帳戶。

適用於:

Microsoft .NET Framework 4.8

適用于 Windows 8.1、RT 8.1 和 Server 2012 R2 的 2019 年 10 月 15 日更新包含 .NET 4.8 中的累積可靠性改進。 建議您套用此更新,做為定期例行維護。 安裝此更新之前,請先參閱先決條件重新啟動需求章節。

重要

  • Windows 8.1、Windows RT 8.1 和 Windows Server 2012 R2 的所有更新都需要安裝更新 KB 2919355。 我們建議您在 Windows 8.1、Windows RT 8.1 或 Windows Server 2012 R2 電腦上安裝更新 KB 2919355,以便在日後收到更新。

  • 如果您在安裝此更新之後安裝語言套件,您必須重新安裝此更新。 因此,我們建議您在安裝此更新前,先安裝任何需要的語言套件。 如需詳細資訊,請參閱在 Windows 新增語言套件

品質和可靠性改良功能

ASP.NET

解決使用自訂 DataAnnotation.ValidationAttribute 時,ValidationCoNtext.MemberName 的問題。

WPF1

解決無法繪製位置和縮放比例過大之影像之軟體轉譯的問題。 例如,Width=10 的 Image 元素,來源為 width=500 的點陣圖,並從圍繞視窗的左邊緣放置 700 圖元, 無法顯示,因為縮放比例 S = 500/10 = 50 且位置 X=700 太大,其產品 S * X = 50 * 700 = 35000 超過 2^15 = 32768。

CLR2

降低從 Type.GetConstructors () 傳回未排序的 ConstructorInfo's 的風險。

改善了外部錯誤 (例如無雙執行緒) 防止基礎作業系統對話啟動的情況。 執行時間現在因診斷錯誤而失敗,而不是在等待討論串開始。 這可讓您更完善地復原失敗,並更完善地診斷導致失敗的問題。

解決包含 SafeArrays 且 SafeArray 未完全初始化之延遲 .NET COM 通話的位址和問題。

Winforms

解決按一下向上鍵,導致無法流覽到下拉式功能表項最後一個專案的問題。

解決屬性格線可能會在選取範圍變更為 Null 時傳回 NullReferenceException 的位址和問題 (沒有任何專案) 以回應值變更


1 Windows Presentation Foundation (WPF)
2通用語言執行時間 (CLR)

此更新的其他相關資訊

下列文章包含此更新 (與個別產品版本相關) 的其他資訊。

  • 4520408 .NET Framework 3.5 品質匯總套件預覽的描述, Windows 8.1、RT 8.1 和 Server 2012 R2 (KB4520408 的 4.5.2、4.6、4.6.1、4.6.2、4.6.2、4.7、4.7、4.7.2、4.8)

此更新中的已知問題

徵狀:

在套用 10 月 15日的.NET Framework 4.8 品質匯總套件預覽之後,部分 ClickOnce 應用程式和使用限制許可權設定建立預設 AppDomain 的應用程式可能會觀察應用程式啟動或應用程式執行時間失敗或非預期的行為。 可觀察到的問題是 System.AppDomainSetup.TargetFrameworkName (HTTPs://learn.microsoft.com/en-us/dotnet/api/system.appdomainsetup.targetframeworkname?view=netframework-4.8) 為 Null,導致任何能夠還原回 4.0 .NET Framework行為的怪人。

解決 方案:

如果客戶觀察到新的非預期失敗或功能問題,可在您的應用程式設定檔案中新增 (或合併) 下一節,藉此實作應用程式設定:

<?xml version=「1.0」 encoding=「utf-8」 ?>
<設定>
      <執行時間>
          <AppCoNtextSwitchOverrides value=「Switch.System.Reflection.DoNotForceOrderOfConstructors=true」 />
      </runtime>
</configuration>

解決方案

若要解決此問題,請安裝 Windows 8.1、RT 8.1 和 Server 2012 R2 KB4533004的 .NET Framework 4.8 更新。

如何取得並安裝更新

方法 1:Windows Update

此更新可透過 Windows Update 取得。 移至 [設定>更新與安全性> Windows Update,然後選取 [檢查更新]。 如需如何取得預覽更新的詳細資訊,請參閱Windows Update:常見問題

方法 2:Microsoft Update Catalog

若要取得此更新的獨立套件,請移至 Microsoft Update Catalog

方法 3: Windows Software Update Services (WSUS)

在您的 WSUS 伺服器上,請依照下列步驟執行:

  1. 依序選取 [開始][系統管理工具][Microsoft Windows Server Update Services 3.0]

  2. 展開 ComputerName,然後選取 [動作]

  3. 選取 [匯入更新]

  4. WSUS 會開啟瀏覽器視窗,系統可能會在視窗中提示您安裝 ActiveX 控制項。 您必須安裝 ActiveX 控制項才能繼續。

  5. 安裝 ActiveX 控制項後,就會出現 [Microsoft Update Catalog] 畫面。 在[搜尋] 方塊中輸入4520408,然後選取 [搜尋]。

  6. 找出符合您環境中作業系統、語言及處理器的 .NET Framework 套件。 選取 [Add] 將套件新增至籃中。

  7. 選取所需的所有包裹之後,請選取 [ 檢視購物籃]

  8. 若要將套件匯入您的 WSUS 伺服器,請選取 [Import]

  9. 套件匯入之後,選取 [Close] 返回 WSUS。

這些更新現可透過 WSUS 進行安裝。

先決條件

要套用此更新,必須安裝 .NET Framework 4.8。

重新啟動需求

如果任何受影響的檔案正在使用中,您必須在套用此更新後將電腦重新啟動。 建議您在套用此更新之前,先結束所有 .NET Framework 應用程式。

更新取代資訊

此更新會取代先前發行的 更新4516553

檔案資訊

此軟體更新的英文 (美國) 版會安裝具有下表中所列屬性的檔案。

Windows 8.1、Windows RT 8.1 和 Windows Server 2012 R2

附註: 每個環境安裝的 MANIFEST 檔案 (.manifest) 和 MUM 檔案 (.mum) 會列在<其他檔案資訊>一節中。 MUM、MANIFEST 及相關的安全性目錄 (.cat) 檔案對維持已更新元件的狀態而言,非常重要。 屬性未列出的安全性目錄檔案是以 Microsoft 數位簽章簽署。


其他檔案資訊

x64 Windows 8.1 和 Windows Server 2012 R2

檔案名稱

檔案版本

檔案大小

日期

Time

Platform

SP requirement

Service branch

Mscorlib.dll

4.8.4042.0

5,439,256

12-Sep-2019

下午 09:19

x64

不適用

Normidna.nlp

不適用

59,342

19-Apr-2018

1,707

不適用

不適用

Normnfc.nlp

不適用

47,076

19-Apr-2018

1,707

不適用

不適用

Normnfd.nlp

不適用

40,566

19-Apr-2018

1,707

不適用

不適用

Normnfkc.nlp

不適用

67,808

19-Apr-2018

1,707

不適用

不適用

Normnfkd.nlp

不適用

61,718

19-Apr-2018

1,707

不適用

不適用

Aspnet_perf.dll

4.8.4042.0

49,432

12-Sep-2019

下午 09:19

x64

SPN

AMD64_NETFX4 ASP

Aspnet_state_perf。h

不適用

318

12-Sep-2019

19:42

不適用

SPN

AMD64_NETFX4 ASP

Aspnet_state_perf.ini

不適用

42,996

12-Sep-2019

2,120

不適用

SPN

AMD64_NETFX4 ASP

Aspnet_wp.exe

4.8.4042.0

53,032

12-Sep-2019

下午 09:19

x64

SPN

AMD64_NETFX4 ASP

Clrjit.dll

4.8.4042.0

1,365,264

12-Sep-2019

下午 09:19

x64

不適用

Clr.dll

4.8.4042.0

11,268,888

12-Sep-2019

下午 09:19

x64

不適用

Compatjit.dll

4.8.4042.0

1,280,792

12-Sep-2019

下午 09:19

x64

不適用

Globalmonospace.compositefont

不適用

26,040

15-Jul-2019

02:10

不適用

SPA

AMD64_NETFX4 GLOBALMONOSP

Globalsansserif.compositefont

不適用

26,489

15-Jul-2019

02:10

不適用

不適用

Globalserif.compositefont

不適用

29,779

15-Jul-2019

02:10

不適用

不適用

Globaluserinterface.compositefont

不適用

264,986

06-Sep-2019

05:46

不適用

不適用

Mscordacwks.dll

4.8.4042.0

1,808,664

12-Sep-2019

下午 09:19

x64

不適用

Mscordbi.dll

4.8.4042.0

1,661,720

12-Sep-2019

下午 09:19

x64

不適用

Mscoreei.dll

4.8.4018.0

688,920

07-Aug-2019

07:43

x64

不適用

Mscorlib.ni.dll

4.8.4042.0

23,084,168

12-Sep-2019

2,120

x64

不適用

Penimc.dll

14.8.4042.0

19,224

12-Sep-2019

下午 09:19

x64

不適用

Penimc2_v0400.dll

4.8.4042.0

128,272

12-Sep-2019

下午 09:19

x64

不適用

Penimc_v0400.dll

4.8.4042.0

27,928

12-Sep-2019

下午 09:19

x64

不適用

Peverify.dll

4.8.4042.0

273,176

12-Sep-2019

下午 09:19

x64

不適用

Presentationframework-systemdata.dll

4.8.4042.0

25,368

12-Sep-2019

2,120

x86

不適用

Presentationframework.dll

4.8.4042.0

6,267,160

12-Sep-2019

2,120

x86

不適用

Presentationhost_v0400.dll mui

4.8.4042.0

85,272

12-Sep-2019

21:19

不適用

不適用

Presentationhost_v0400.dll

4.8.4042.0

310,040

12-Sep-2019

下午 09:19

x64

不適用

Presentationnative_v0400.dll

4.8.4042.0

1,171,736

12-Sep-2019

下午 09:19

x64

不適用

System.servicemodel. mof

不適用

88,383

2019 年 3 月 13 日

03:36

不適用

不適用

[System.servicemodel.] mof. 卸載

不適用

896

2019 年 3 月 13 日

03:36

不適用

不適用

Servicemonikersupport.dll

4.8.3825.0

34,560

01-Jun-2019

02:34

x64

不適用

Smdiagnostics.dll

4.8.3825.0

73,544

01-Jun-2019

02:36

x86

不適用

Sos.dll

4.8.4042.0

929,048

12-Sep-2019

下午 09:19

x64

不適用

System.activities.dll

4.8.3825.0

1,533,344

01-Jun-2019

02:36

x86

不適用

System.core.dll

4.8.4042.0

1,556,616

12-Sep-2019

2,120

x86

不適用

System.identitymodel.services.dll

4.8.3825.0

198,400

01-Jun-2019

02:36

x86

不適用

System.identitymodel.dll

4.8.3825.0

1,093,960

01-Jun-2019

02:36

x86

不適用

System.runtime.serialization.dll

4.8.3825.0

1,054,112

01-Jun-2019

02:36

x86

不適用

System.servicemodel.channels.dll

4.8.3825.0

157,744

01-Jun-2019

02:36

x86

不適用

System.servicemodel.discovery.dll

4.8.3825.0

308,272

01-Jun-2019

02:36

x86

不適用

System.servicemodel.internals.dll

4.8.3825.0

253,344

01-Jun-2019

02:36

x86

不適用

System.servicemodel.washosting.dll

4.8.3825.0

40,192

01-Jun-2019

02:36

x86

不適用

System.servicemodel.dll

4.8.3825.0

6,386,504

01-Jun-2019

02:36

x86

不適用

System.web.applicationservices.dll

4.8.4042.0

71,304

12-Sep-2019

2,120

x86

不適用

System.web.extensions.dll

4.8.4042.0

1,849,992

12-Sep-2019

2,120

x86

不適用

System.windows.controls.ribbon.dll

4.8.4042.0

747,800

12-Sep-2019

2,120

x86

不適用

System.windows.forms.dll

4.8.4042.0

5,920,392

12-Sep-2019

2,120

x86

不適用

System.workflow.activities.dll

4.8.3825.0

1,050,368

01-Jun-2019

02:36

x86

不適用

System.workflow.componentmodel.dll

4.8.3825.0

1,556,528

01-Jun-2019

02:36

x86

不適用

System.workflow.runtime.dll

4.8.3825.0

502,528

01-Jun-2019

02:36

x86

不適用

System.xaml.dll

4.8.4042.0

639,624

12-Sep-2019

2,120

x86

不適用

System.dll

4.8.4001.0

3,560,496

24-Jul-2019

02:58

x86

不適用

Uiautomationclientsideproviders.dll

4.8.4042.0

361,752

12-Sep-2019

2,120

x86

不適用

Uiautomationclient.dll

4.8.4042.0

178,456

12-Sep-2019

2,120

x86

不適用

Uiautomationprovider.dll

4.8.4042.0

49,432

12-Sep-2019

2,120

x86

不適用

Uiautomationtypes.dll

4.8.4042.0

223,512

12-Sep-2019

2,120

x86

不適用

Webengine4.dll

4.8.4042.0

682,768

12-Sep-2019

下午 09:19

x64

不適用

Webengine.dll

4.8.4042.0

28,952

12-Sep-2019

下午 09:19

x64

不適用

Windowsbase.dll

4.8.4042.0

1,306,392

12-Sep-2019

2,120

x86

不適用

Workflowservicehostperformancecounters.dll

4.8.3825.0

102,168

01-Jun-2019

02:34

x64

不適用

Wpfgfx_v0400.dll

4.8.4042.0

2,058,008

12-Sep-2019

下午 09:19

x64

不適用

Globalmonospace.compositefont

不適用

26,040

2019年7月25日

2,122

不適用

不適用

Globalsansserif.compositefont

不適用

26,489

2019年7月25日

2,122

不適用

不適用

Globalserif.compositefont

不適用

29,779

2019年7月25日

2,122

不適用

不適用

Globaluserinterface.compositefont

不適用

264,986

06-Sep-2019

05:36

不適用

不適用

Presentationcore.dll

4.8.4042.0

3,653,400

12-Sep-2019

下午 09:19

x64

不適用

System.web.dll

4.8.4042.0

5,403,928

12-Sep-2019

下午 09:19

x64

不適用

Presentationframework-systemdata.dll

4.8.4042.0

25,368

12-Sep-2019

2,120

x86

不適用

Presentationframework.dll

4.8.4042.0

6,267,160

12-Sep-2019

2,120

x86

不適用

Smdiagnostics.dll

4.8.3825.0

73,544

01-Jun-2019

02:36

x86

不適用

System.activities.dll

4.8.3825.0

1,533,344

01-Jun-2019

02:36

x86

不適用

System.core.dll

4.8.4042.0

1,556,616

12-Sep-2019

2,120

x86

不適用

System.identitymodel.services.dll

4.8.3825.0

198,400

01-Jun-2019

02:36

x86

不適用

System.identitymodel.dll

4.8.3825.0

1,093,960

01-Jun-2019

02:36

x86

不適用

System.runtime.serialization.dll

4.8.3825.0

1,054,112

01-Jun-2019

02:36

x86

不適用

System.servicemodel.channels.dll

4.8.3825.0

157,744

01-Jun-2019

02:36

x86

不適用

System.servicemodel.discovery.dll

4.8.3825.0

308,272

01-Jun-2019

02:36

x86

不適用

System.servicemodel.internals.dll

4.8.3825.0

253,344

01-Jun-2019

02:36

x86

不適用

System.servicemodel.washosting.dll

4.8.3825.0

40,192

01-Jun-2019

02:36

x86

不適用

System.servicemodel.dll

4.8.3825.0

6,386,504

01-Jun-2019

02:36

x86

不適用

System.web.applicationservices.dll

4.8.4042.0

71,304

12-Sep-2019

2,120

x86

不適用

System.web.extensions.dll

4.8.4042.0

1,849,992

12-Sep-2019

2,120

x86

不適用

System.windows.controls.ribbon.dll

4.8.4042.0

747,800

12-Sep-2019

2,120

x86

不適用

System.windows.forms.dll

4.8.4042.0

5,920,392

12-Sep-2019

2,120

x86

不適用

System.workflow.activities.dll

4.8.3825.0

1,050,368

01-Jun-2019

02:36

x86

不適用

System.workflow.componentmodel.dll

4.8.3825.0

1,556,528

01-Jun-2019

02:36

x86

不適用

System.workflow.runtime.dll

4.8.3825.0

502,528

01-Jun-2019

02:36

x86

不適用

System.xaml.dll

4.8.4042.0

639,624

12-Sep-2019

2,120

x86

不適用

System.dll

4.8.4001.0

3,560,496

24-Jul-2019

02:58

x86

不適用

Uiautomationclientsideproviders.dll

4.8.4042.0

361,752

12-Sep-2019

2,120

x86

不適用

Uiautomationclient.dll

4.8.4042.0

178,456

12-Sep-2019

2,120

x86

不適用

Uiautomationprovider.dll

4.8.4042.0

49,432

12-Sep-2019

2,120

x86

不適用

Uiautomationtypes.dll

4.8.4042.0

223,512

12-Sep-2019

2,120

x86

不適用

Windowsbase.dll

4.8.4042.0

1,306,392

12-Sep-2019

2,120

x86

不適用

Mscorlib.dll

4.8.4042.0

5,678,360

12-Sep-2019

2,120

x86

不適用

Normidna.nlp

不適用

59,342

19-Apr-2018

1,707

不適用

不適用

Normnfc.nlp

不適用

47,076

19-Apr-2018

1,707

不適用

不適用

Normnfd.nlp

不適用

40,566

19-Apr-2018

1,707

不適用

不適用

Normnfkc.nlp

不適用

67,808

19-Apr-2018

1,707

不適用

不適用

Normnfkd.nlp

不適用

61,718

19-Apr-2018

1,707

不適用

不適用

Aspnet_perf.dll

4.8.4042.0

43,800

12-Sep-2019

2,120

x86

SPN

X86_NETFX4 ASP

Aspnet_state_perf。h

不適用

318

12-Sep-2019

1,936

不適用

SPN

X86_NETFX4 ASP

Aspnet_state_perf.ini

不適用

42,996

12-Sep-2019

21:21

不適用

SPN

X86_NETFX4 ASP

Aspnet_wp.exe

4.8.4042.0

47,400

12-Sep-2019

2,120

x86

SPN

X86_NETFX4 ASP

Clrjit.dll

4.8.4042.0

561,432

12-Sep-2019

2,120

x86

不適用

Clr.dll

4.8.4042.0

8,043,800

12-Sep-2019

2,120

x86

不適用

Globalmonospace.compositefont

不適用

26,040

15-Jul-2019

02:10

不適用

SPA

X86_NETFX4 GLOBALMONOSP

Globalsansserif.compositefont

不適用

26,489

15-Jul-2019

02:10

不適用

不適用

Globalserif.compositefont

不適用

29,779

15-Jul-2019

02:10

不適用

不適用

Globaluserinterface.compositefont

不適用

264,986

06-Sep-2019

05:46

不適用

不適用

Mscordacwks.dll

4.8.4042.0

1,315,096

12-Sep-2019

2,120

x86

不適用

Mscordbi.dll

4.8.4042.0

1,195,800

12-Sep-2019

2,120

x86

不適用

Mscoreei.dll

4.8.4018.0

581,400

07-Aug-2019

03:08

x86

不適用

Mscorlib.ni.dll

4.8.4042.0

21,044,360

12-Sep-2019

2,120

x86

不適用

Penimc.dll

14.8.4042.0

19,216

12-Sep-2019

2,120

x86

不適用

Penimc2_v0400.dll

4.8.4042.0

107,288

12-Sep-2019

2,120

x86

不適用

Penimc_v0400.dll

4.8.4042.0

25,880

12-Sep-2019

2,120

x86

不適用

Peverify.dll

4.8.4042.0

190,232

12-Sep-2019

2,120

x86

不適用

Presentationhost_v0400.dll mui

4.8.4042.0

85,272

12-Sep-2019

2,120

不適用

不適用

Presentationhost_v0400.dll

4.8.4042.0

241,432

12-Sep-2019

2,120

x86

不適用

Presentationnative_v0400.dll

4.8.4042.0

930,584

12-Sep-2019

2,120

x86

不適用

Servicemonikersupport.dll

4.8.3825.0

31,488

01-Jun-2019

02:36

x86

不適用

Sos.dll

4.8.4042.0

774,928

12-Sep-2019

2,120

x86

不適用

System.core.dll

4.8.4042.0

1,556,616

12-Sep-2019

2,120

x86

不適用

System.web.extensions.dll

4.8.4042.0

1,849,992

12-Sep-2019

2,120

x86

不適用

Webengine4.dll

4.8.4042.0

572,184

12-Sep-2019

2,120

x86

不適用

Webengine.dll

4.8.4042.0

26,904

12-Sep-2019

2,120

x86

不適用

Workflowservicehostperformancecounters.dll

4.8.3825.0

88,856

01-Jun-2019

02:36

x86

不適用

Wpfgfx_v0400.dll

4.8.4042.0

1,626,392

12-Sep-2019

2,120

x86

不適用

Globalmonospace.compositefont

不適用

26,040

15-Jul-2019

02:10

不適用

不適用

Globalsansserif.compositefont

不適用

26,489

15-Jul-2019

02:10

不適用

不適用

Globalserif.compositefont

不適用

29,779

15-Jul-2019

02:10

不適用

不適用

Globaluserinterface.compositefont

不適用

264,986

06-Sep-2019

05:46

不適用

不適用

Presentationcore.dll

4.8.4042.0

3,676,944

12-Sep-2019

2,120

x86

不適用

System.web.dll

4.8.4042.0

5,417,240

12-Sep-2019

2,120

x86

不適用

Windows RT 8.1

檔案名稱

檔案版本

檔案大小

日期

Time

Platform

Mscorlib.dll

4.8.4042.0

5,678,840

12-Sep-2019

06:21

不適用

Normidna.nlp

不適用

59,342

19-Apr-2018

1,707

不適用

Normnfc.nlp

不適用

47,076

19-Apr-2018

1,707

不適用

Normnfd.nlp

不適用

40,566

19-Apr-2018

1,707

不適用

Normnfkc.nlp

不適用

67,808

19-Apr-2018

1,707

不適用

Normnfkd.nlp

不適用

61,718

19-Apr-2018

1,707

不適用

Clrjit.dll

4.8.4042.0

687,360

12-Sep-2019

06:21

不適用

Clr.dll

4.8.4042.0

7,475,456

12-Sep-2019

06:21

不適用

Mscordacwks.dll

4.8.4042.0

1,358,592

12-Sep-2019

06:21

不適用

Mscordbi.dll

4.8.4042.0

1,212,672

12-Sep-2019

06:21

不適用

Mscoreei.dll

4.8.4018.0

596,224

07-Aug-2019

07:41

不適用

Mscorlib.ni.dll

4.8.4042.0

22,698,632

12-Sep-2019

2,120

不適用

Sos.dll

4.8.4042.0

684,800

12-Sep-2019

06:21

不適用

System.core.dll

4.8.4042.0

1,556,616

12-Sep-2019

2,120

x86

System.web.extensions.dll

4.8.4042.0

1,849,992

12-Sep-2019

2,120

x86

Workflowservicehostperformancecounters.dll

4.8.3825.0

76,544

01-Jun-2019

02:33

不適用

System.web.dll

4.8.4042.0

5,417,216

12-Sep-2019

06:21

不適用

Smdiagnostics.dll

4.8.3825.0

73,544

01-Jun-2019

02:36

x86

System.activities.dll

4.8.3825.0

1,533,344

01-Jun-2019

02:36

x86

System.core.dll

4.8.4042.0

1,556,616

12-Sep-2019

2,120

x86

System.identitymodel.dll

4.8.3825.0

1,093,960

01-Jun-2019

02:36

x86

System.runtime.serialization.dll

4.8.3825.0

1,054,112

01-Jun-2019

02:36

x86

System.servicemodel.internals.dll

4.8.3825.0

253,344

01-Jun-2019

02:36

x86

System.servicemodel.dll

4.8.3825.0

6,386,504

01-Jun-2019

02:36

x86

System.web.applicationservices.dll

4.8.4042.0

71,304

12-Sep-2019

2,120

x86

System.web.extensions.dll

4.8.4042.0

1,849,992

12-Sep-2019

2,120

x86

System.windows.forms.dll

4.8.4042.0

5,920,392

12-Sep-2019

2,120

x86

System.xaml.dll

4.8.4042.0

639,624

12-Sep-2019

2,120

x86

System.dll

4.8.4001.0

3,560,496

24-Jul-2019

02:58

x86

x86 Windows 8.1

檔案名稱

檔案版本

檔案大小

日期

Time

Platform

SP requirement

Service branch

Presentationframework-systemdata.dll

4.8.4042.0

25,368

12-Sep-2019

2,120

x86

不適用

Presentationframework.dll

4.8.4042.0

6,267,160

12-Sep-2019

2,120

x86

不適用

Smdiagnostics.dll

4.8.3825.0

73,544

01-Jun-2019

02:36

x86

不適用

System.activities.dll

4.8.3825.0

1,533,344

01-Jun-2019

02:36

x86

不適用

System.core.dll

4.8.4042.0

1,556,616

12-Sep-2019

2,120

x86

不適用

System.identitymodel.services.dll

4.8.3825.0

198,400

01-Jun-2019

02:36

x86

不適用

System.identitymodel.dll

4.8.3825.0

1,093,960

01-Jun-2019

02:36

x86

不適用

System.runtime.serialization.dll

4.8.3825.0

1,054,112

01-Jun-2019

02:36

x86

不適用

System.servicemodel.channels.dll

4.8.3825.0

157,744

01-Jun-2019

02:36

x86

不適用

System.servicemodel.discovery.dll

4.8.3825.0

308,272

01-Jun-2019

02:36

x86

不適用

System.servicemodel.internals.dll

4.8.3825.0

253,344

01-Jun-2019

02:36

x86

不適用

System.servicemodel.washosting.dll

4.8.3825.0

40,192

01-Jun-2019

02:36

x86

不適用

System.servicemodel.dll

4.8.3825.0

6,386,504

01-Jun-2019

02:36

x86

不適用

System.web.applicationservices.dll

4.8.4042.0

71,304

12-Sep-2019

2,120

x86

不適用

System.web.extensions.dll

4.8.4042.0

1,849,992

12-Sep-2019

2,120

x86

不適用

System.windows.controls.ribbon.dll

4.8.4042.0

747,800

12-Sep-2019

2,120

x86

不適用

System.windows.forms.dll

4.8.4042.0

5,920,392

12-Sep-2019

2,120

x86

不適用

System.workflow.activities.dll

4.8.3825.0

1,050,368

01-Jun-2019

02:36

x86

不適用

System.workflow.componentmodel.dll

4.8.3825.0

1,556,528

01-Jun-2019

02:36

x86

不適用

System.workflow.runtime.dll

4.8.3825.0

502,528

01-Jun-2019

02:36

x86

不適用

System.xaml.dll

4.8.4042.0

639,624

12-Sep-2019

2,120

x86

不適用

System.dll

4.8.4001.0

3,560,496

24-Jul-2019

02:58

x86

不適用

Uiautomationclientsideproviders.dll

4.8.4042.0

361,752

12-Sep-2019

2,120

x86

不適用

Uiautomationclient.dll

4.8.4042.0

178,456

12-Sep-2019

2,120

x86

不適用

Uiautomationprovider.dll

4.8.4042.0

49,432

12-Sep-2019

2,120

x86

不適用

Uiautomationtypes.dll

4.8.4042.0

223,512

12-Sep-2019

2,120

x86

不適用

Windowsbase.dll

4.8.4042.0

1,306,392

12-Sep-2019

2,120

x86

不適用

Mscorlib.dll

4.8.4042.0

5,678,360

12-Sep-2019

2,120

x86

不適用

Normidna.nlp

不適用

59,342

19-Apr-2018

1,707

不適用

不適用

Normnfc.nlp

不適用

47,076

19-Apr-2018

1,707

不適用

不適用

Normnfd.nlp

不適用

40,566

19-Apr-2018

1,707

不適用

不適用

Normnfkc.nlp

不適用

67,808

19-Apr-2018

1,707

不適用

不適用

Normnfkd.nlp

不適用

61,718

19-Apr-2018

1,707

不適用

不適用

Aspnet_perf.dll

4.8.4042.0

43,800

12-Sep-2019

2,120

x86

SPN

X86_NETFX4 ASP

Aspnet_state_perf。h

不適用

318

12-Sep-2019

1,936

不適用

SPN

X86_NETFX4 ASP

Aspnet_state_perf.ini

不適用

42,996

12-Sep-2019

21:21

不適用

SPN

X86_NETFX4 ASP

Aspnet_wp.exe

4.8.4042.0

47,400

12-Sep-2019

2,120

x86

SPN

X86_NETFX4 ASP

Clrjit.dll

4.8.4042.0

561,432

12-Sep-2019

2,120

x86

不適用

Clr.dll

4.8.4042.0

8,043,800

12-Sep-2019

2,120

x86

不適用

Globalmonospace.compositefont

不適用

26,040

15-Jul-2019

02:10

不適用

SPA

X86_NETFX4 GLOBALMONOSP

Globalsansserif.compositefont

不適用

26,489

15-Jul-2019

02:10

不適用

不適用

Globalserif.compositefont

不適用

29,779

15-Jul-2019

02:10

不適用

不適用

Globaluserinterface.compositefont

不適用

264,986

06-Sep-2019

05:46

不適用

不適用

Mscordacwks.dll

4.8.4042.0

1,315,096

12-Sep-2019

2,120

x86

不適用

Mscordbi.dll

4.8.4042.0

1,195,800

12-Sep-2019

2,120

x86

不適用

Mscoreei.dll

4.8.4018.0

581,400

07-Aug-2019

03:08

x86

不適用

Mscorlib.ni.dll

4.8.4042.0

21,044,360

12-Sep-2019

2,120

x86

不適用

Penimc.dll

14.8.4042.0

19,216

12-Sep-2019

2,120

x86

不適用

Penimc2_v0400.dll

4.8.4042.0

107,288

12-Sep-2019

2,120

x86

不適用

Penimc_v0400.dll

4.8.4042.0

25,880

12-Sep-2019

2,120

x86

不適用

Peverify.dll

4.8.4042.0

190,232

12-Sep-2019

2,120

x86

不適用

Presentationhost_v0400.dll mui

4.8.4042.0

85,272

12-Sep-2019

2,120

不適用

不適用

Presentationhost_v0400.dll

4.8.4042.0

241,432

12-Sep-2019

2,120

x86

不適用

Presentationnative_v0400.dll

4.8.4042.0

930,584

12-Sep-2019

2,120

x86

不適用

System.servicemodel. mof

不適用

88,383

15-Mar-2019

00:24

不適用

不適用

[System.servicemodel.] mof. 卸載

不適用

896

15-Mar-2019

00:24

不適用

不適用

Servicemonikersupport.dll

4.8.3825.0

31,488

01-Jun-2019

02:36

x86

不適用

Sos.dll

4.8.4042.0

774,928

12-Sep-2019

2,120

x86

不適用

System.core.dll

4.8.4042.0

1,556,616

12-Sep-2019

2,120

x86

不適用

System.web.extensions.dll

4.8.4042.0

1,849,992

12-Sep-2019

2,120

x86

不適用

Webengine4.dll

4.8.4042.0

572,184

12-Sep-2019

2,120

x86

不適用

Webengine.dll

4.8.4042.0

26,904

12-Sep-2019

2,120

x86

不適用

Workflowservicehostperformancecounters.dll

4.8.3825.0

88,856

01-Jun-2019

02:36

x86

不適用

Wpfgfx_v0400.dll

4.8.4042.0

1,626,392

12-Sep-2019

2,120

x86

不適用

Globalmonospace.compositefont

不適用

26,040

15-Jul-2019

02:10

不適用

不適用

Globalsansserif.compositefont

不適用

26,489

15-Jul-2019

02:10

不適用

不適用

Globalserif.compositefont

不適用

29,779

15-Jul-2019

02:10

不適用

不適用

Globaluserinterface.compositefont

不適用

264,986

06-Sep-2019

05:46

不適用

不適用

Presentationcore.dll

4.8.4042.0

3,676,944

12-Sep-2019

2,120

x86

不適用

System.web.dll

4.8.4042.0

5,417,240

12-Sep-2019

2,120

x86

不適用

x64 Windows 8.1 和 Windows Server 2012 R2

檔案屬性

Amd64_0170eea40bc89a80b74f9cceb9d44b36_b77a5c561934e089_4.0.9696.16803_none_aaacc0b12fff06e2.manifest

不適用

617

2019 年 9 月 13 日

04:08

不適用

Amd64_091f6178eadf21411dc7d0befdbd7d46_b77a5c561934e089_4.0.9696.16862_none_3b535651e264da73.manifest

不適用

641

2019 年 9 月 13 日

04:08

不適用

Amd64_0af1f032930b619a03b57349b90ac8be_b03f5f7f11d50a3a_4.0.9696.16862_none_dd39040f1b741e09.manifest

不適用

640

2019 年 9 月 13 日

04:08

不適用

Amd64_0ce216d7df3c93e1a9c01f1b44bf746e_b77a5c561934e089_4.0.9696.16645_none_55a855913b249fea.manifest

不適用

631

2019 年 9 月 13 日

04:08

不適用

Amd64_0d359cef81bde11458abde3e2ee3cf3a_31bf3856ad364e35_4.0.9696.16862_none_2962a32c7239c72e.manifest

不適用

631

2019 年 9 月 13 日

04:08

不適用

Amd64_109700b545d9ef93956aad34bab44b8b_b03f5f7f11d50a3a_4.0.9696.16862_none_8b29abea663bd499.manifest

不適用

910

2019 年 9 月 13 日

04:08

不適用

Amd64_12685ea3713bd1d3a5d94ab3fae1e6af_b03f5f7f11d50a3a_4.0.9696.16862_none_cc0842750c7554e0.manifest

不適用

940

2019 年 9 月 13 日

04:08

不適用

Amd64_13c5f0c38ce0bb912dc2f050e49249d6_b03f5f7f11d50a3a_4.0.9696.16862_none_a655a9baf9c54f55.manifest

不適用

924

2019 年 9 月 13 日

04:08

不適用

Amd64_17b693467053d4f3defe0d66ef958fe4_b03f5f7f11d50a3a_4.0.9696.16862_none_38598ab7b9db1a16.manifest

不適用

922

2019 年 9 月 13 日

04:08

不適用

Amd64_1909dd1d5624339c8583367230be4456_b77a5c561934e089_4.0.9696.16862_none_8e17b47a5e1db718.manifest

不適用

622

2019 年 9 月 13 日

04:08

不適用

Amd64_1a37e738d52167c2f48317f8593b2182_b77a5c561934e089_4.0.9696.16862_none_93fa9841667123f8.manifest

不適用

900

2019 年 9 月 13 日

04:08

不適用

Amd64_1ad8e201c9e5b32a34777787fec5039e_b03f5f7f11d50a3a_4.0.9696.16862_none_3ba9f0ed4b0efd2a.manifest

不適用

912

2019 年 9 月 13 日

04:08

不適用

Amd64_20b7fbfac96d9d114f1b45c7ba90fd20_b03f5f7f11d50a3a_4.0.9696.16645_none_843cb19daf7cc44a.manifest

不適用

982

2019 年 9 月 13 日

04:08

不適用

Amd64_2192d238956da25b67c24a345feaf366_b03f5f7f11d50a3a_4.0.9696.16862_none_f696bfdcbf55f077.manifest

不適用

924

2019 年 9 月 13 日

04:08

不適用

Amd64_26e4028816f1c1b805e67479c6dcbd83_b03f5f7f11d50a3a_4.0.9696.16862_none_1599b6023e3af2c1.manifest

不適用

920

2019 年 9 月 13 日

04:08

不適用

Amd64_26f27f9c9e80439168b94ed326025f8e_31bf3856ad364e35_4.0.9696.16862_none_625ff9b0ef2e4d31.manifest

不適用

632

2019 年 9 月 13 日

04:08

不適用

Amd64_295f5e3361c9ce4af7cd4eabec8f2db8_b03f5f7f11d50a3a_4.0.9696.16645_none_f85634ccedd63b59.manifest

不適用

648

2019 年 9 月 13 日

04:08

不適用

Amd64_2ba9f5bcfb20bf321eb83a0c3225907b_b77a5c561934e089_4.0.9696.16862_none_87b28dc46ee75f30.manifest

不適用

643

2019 年 9 月 13 日

04:08

不適用

Amd64_2ccf66af3097d01b2b9d13288d4a594c_b03f5f7f11d50a3a_4.0.9696.16862_none_a422a1ecca8cf99c.manifest

不適用

926

2019 年 9 月 13 日

04:08

不適用

Amd64_2d493efcb689c43f52f8e828661f34fc_b03f5f7f11d50a3a_4.0.9696.16803_none_24431b6af286f705.manifest

不適用

625

2019 年 9 月 13 日

04:08

不適用

Amd64_310f424357850687a04353faa6af91b6_b77a5c561934e089_4.0.9696.16645_none_81d39f793dee6e69.manifest

不適用

630

2019 年 9 月 13 日

04:08

不適用

Amd64_337552d0a366d8f9d2d8737cd38d66cf_b03f5f7f11d50a3a_4.0.9696.16645_none_87e258daae877afd.manifest

不適用

645

2019 年 9 月 13 日

04:08

不適用

Amd64_3ccd8f0f33b9d1f09fef68e756252e42_31bf3856ad364e35_4.0.9696.16645_none_cb6889411bf1def1.manifest

不適用

628

2019 年 9 月 13 日

04:08

不適用

Amd64_3d2b8bf09c63a7ae9627d586e25b28d2_b03f5f7f11d50a3a_4.0.9696.16862_none_5760411d90f4b7a7.manifest

不適用

928

2019 年 9 月 13 日

04:08

不適用

Amd64_418eb7d11a666f14963d6627bdd49e79_b03f5f7f11d50a3a_4.0.9696.16645_none_ccfbe39f358c8695.manifest

不適用

648

2019 年 9 月 13 日

04:08

不適用

Amd64_44cf4ced7b7fe0e51671416d8b409e72_b03f5f7f11d50a3a_4.0.9696.16645_none_34ce8eda1d787c00.manifest

不適用

647

2019 年 9 月 13 日

04:08

不適用

Amd64_46149b109eb729af2eaec6fc70c97720_31bf3856ad364e35_4.0.9696.16645_none_1da606277fce6bd9.manifest

不適用

640

2019 年 9 月 13 日

04:08

不適用

Amd64_4c0d458026876818a212f7a913e0ae67_b03f5f7f11d50a3a_4.0.9696.16862_none_cd03188286e660d5.manifest

不適用

932

2019 年 9 月 13 日

04:08

不適用

Amd64_4c98e272ed2fbf9f788cab1e7174eb40_b03f5f7f11d50a3a_4.0.9696.16862_none_f2c5d64b42c7081d.manifest

不適用

912

2019 年 9 月 13 日

04:08

不適用

Amd64_4edda4974734e923c0a2d59a71d72956_b03f5f7f11d50a3a_4.0.9696.16862_none_b948749e9a8c3db1.manifest

不適用

636

2019 年 9 月 13 日

04:08

不適用

Amd64_52f56b663bf57c594deba343e08f5609_31bf3856ad364e35_4.0.9696.16862_none_eecac97260a302b5.manifest

不適用

629

2019 年 9 月 13 日

04:08

不適用

Amd64_55c463b38bde92d033a2188ccf8f85bf_b77a5c561934e089_4.0.9696.16645_none_c11450d1bf32e085.manifest

不適用

639

2019 年 9 月 13 日

04:08

不適用

Amd64_5737fc9057e0751e217fda43bde7d4cf_31bf3856ad364e35_4.0.9696.16862_none_687f05cfe198fe3e.manifest

不適用

654

2019 年 9 月 13 日

04:08

不適用

Amd64_5edec359bc5ff99257f764172d6b0fa1_b03f5f7f11d50a3a_4.0.9696.16645_none_120ada3ea91f0c2d.manifest

不適用

632

2019 年 9 月 13 日

04:08

不適用

Amd64_6512e1f09d488d35b0ee3b9e9fb42c00_b03f5f7f11d50a3a_4.0.9696.16862_none_97beac1f13715116.manifest

不適用

904

2019 年 9 月 13 日

04:08

不適用

Amd64_66dd98bb93672a41cb6b15338874688d_b03f5f7f11d50a3a_4.0.9696.16645_none_99666a72e07889b1.manifest

不適用

642

2019 年 9 月 13 日

04:08

不適用

Amd64_681d38506467f6531acba4c7e69057c0_b03f5f7f11d50a3a_4.0.9696.16862_none_6ab7073ad05e14bb.manifest

不適用

650

2019 年 9 月 13 日

04:08

不適用

Amd64_6e810cff12affc5c883da24993e36e9a_b77a5c561934e089_4.0.9696.16862_none_a37bb6ea2070af24.manifest

不適用

622

2019 年 9 月 13 日

04:08

不適用

Amd64_6f35268d3d68c79dd48c65613f5e5d3b_b03f5f7f11d50a3a_4.0.9696.16862_none_f15d8573a9550f46.manifest

不適用

936

2019 年 9 月 13 日

04:08

不適用

Amd64_766e509d9e5ffaa8d068b6dd2ebec7ba_b03f5f7f11d50a3a_4.0.9696.16645_none_57c08be4c0dbf56f.manifest

不適用

639

2019 年 9 月 13 日

04:08

不適用

Amd64_7f63c93519fe44e95d558d034a9c8707_b03f5f7f11d50a3a_4.0.9696.16862_none_f9effd4fb6da01ea.manifest

不適用

649

2019 年 9 月 13 日

04:08

不適用

Amd64_84389150b5308a29aff4675c4527c006_b03f5f7f11d50a3a_4.0.9696.16645_none_58f14dba0b31264a.manifest

不適用

638

2019 年 9 月 13 日

04:08

不適用

Amd64_845a7a9df4eeef42029f838719972d9c_b03f5f7f11d50a3a_4.0.9696.16862_none_64a0aff7d2c70bd9.manifest

不適用

940

2019 年 9 月 13 日

04:08

不適用

Amd64_84ae66bd78589f5047ea4f6a2e90fb43_31bf3856ad364e35_4.0.9696.16645_none_a07ae187545fdb10.manifest

不適用

641

2019 年 9 月 13 日

04:08

不適用

Amd64_8ca04bdec7c366af577cb46bae5f6029_b03f5f7f11d50a3a_4.0.9696.16862_none_0e60d7841b45ad14.manifest

不適用

920

2019 年 9 月 13 日

04:08

不適用

Amd64_8cc69d2520784aafef83fcf116616cb0_b03f5f7f11d50a3a_4.0.9696.16830_none_f5aed7f81a9bc3fb.manifest

不適用

922

2019 年 9 月 13 日

04:08

不適用

Amd64_925c53c70f6ab5b0d529ae0cf593af8b_b03f5f7f11d50a3a_4.0.9696.16645_none_e7e030f3ede9e38f.manifest

不適用

641

2019 年 9 月 13 日

04:08

不適用

Amd64_93b4e90062876eae9fa7343455e5bae2_b03f5f7f11d50a3a_4.0.9696.16862_none_c6acd8d70e7d94fd.manifest

不適用

934

2019 年 9 月 13 日

04:08

不適用

Amd64_97dc974adc044cde4595f7aa82b1e17f_b03f5f7f11d50a3a_4.0.9696.16862_none_35ba20d2a399d063.manifest

不適用

649

2019 年 9 月 13 日

04:08

不適用

Amd64_983eb8540e35370ca83ee3ff4397d343_b03f5f7f11d50a3a_4.0.9696.16862_none_5ceffece8da82564.manifest

不適用

910

2019 年 9 月 13 日

04:08

不適用

Amd64_98d43f586a052d9f43b72a34e8bfa358_31bf3856ad364e35_4.0.9696.16862_none_b007c2e559cf77ae.manifest

不適用

632

2019 年 9 月 13 日

04:08

不適用

Amd64_996b7b3bb8c8231efd34da0bde3620bc_31bf3856ad364e35_4.0.9696.16862_none_27175e8fa6da2269.manifest

不適用

641

2019 年 9 月 13 日

04:08

不適用

Amd64_9d44a1cfea49621b66a09823900725b7_b03f5f7f11d50a3a_4.0.9696.16645_none_71597b7360b43d76.manifest

不適用

649

2019 年 9 月 13 日

04:08

不適用

Amd64_9fa4cc8eccff08f38e02e230e3635f72_b03f5f7f11d50a3a_4.0.9696.16862_none_8786c79f7c4fe168.manifest

不適用

922

2019 年 9 月 13 日

04:08

不適用

Amd64_a1b1de81048f4408c43ed0d47f856284_b77a5c561934e089_4.0.9696.16645_none_1267939f865ee58b.manifest

不適用

641

2019 年 9 月 13 日

04:08

不適用

Amd64_a522727c3d4296db93f77407e05f60c8_31bf3856ad364e35_4.0.9696.16862_none_dd723f08d7307ee9.manifest

不適用

916

2019 年 9 月 13 日

04:08

不適用

Amd64_a76ccc0f10f90aea3f892becdc21aeb0_b03f5f7f11d50a3a_4.0.9696.16862_none_cd23ab3d7b0406a6.manifest

不適用

637

2019 年 9 月 13 日

04:08

不適用

Amd64_a7f0c10788ffde60e709b153eb572fa4_b03f5f7f11d50a3a_4.0.9696.16862_none_f1e393ba9debd0a4.manifest

不適用

918

2019 年 9 月 13 日

04:08

不適用

Amd64_a97f35f895f04f6bea1dac9153a19a6b_b03f5f7f11d50a3a_4.0.9696.16645_none_e018484db5bb5245.manifest

不適用

647

2019 年 9 月 13 日

04:08

不適用

Amd64_a9e254eefcb5845b173312c7a1112624_b03f5f7f11d50a3a_4.0.9696.16862_none_d136e51afe1e1972.manifest

不適用

942

2019 年 9 月 13 日

04:08

不適用

Amd64_b3456b2874a307fe3dbcc6b065acd84b_b03f5f7f11d50a3a_4.0.9696.16862_none_89daa8e55451e061.manifest

不適用

940

2019 年 9 月 13 日

04:08

不適用

Amd64_b44d51b9a9bdb72d8eeb0e8a5dc2159f_b77a5c561934e089_4.0.9696.16645_none_30bd6a098f5bb222.manifest

不適用

640

2019 年 9 月 13 日

04:08

不適用

Amd64_b70117e348d2e316de2fed21bb08cd90_b03f5f7f11d50a3a_4.0.9696.16862_none_5abb2027f97feb72.manifest

不適用

928

2019 年 9 月 13 日

04:08

不適用

Amd64_b84371c4bb1c8c47efe9031f2029fbee_b03f5f7f11d50a3a_4.0.9696.16645_none_ddcc39e9eb1b8f7b.manifest

不適用

648

2019 年 9 月 13 日

04:08

不適用

Amd64_bfdb6db6f4b680e4317c092edc0915ac_31bf3856ad364e35_4.0.9696.16862_none_bff626935c8ea53b.manifest

不適用

628

2019 年 9 月 13 日

04:08

不適用

Amd64_c25e6c182a21d58c220ce8fe747870d0_b77a5c561934e089_4.0.9696.16862_none_da597fb07610fdd1.manifest

不適用

631

2019 年 9 月 13 日

04:08

不適用

Amd64_c5408922ab11c151f76f3913b7a0cb44_b77a5c561934e089_4.0.9696.16645_none_f3720436625740bb.manifest

不適用

624

2019 年 9 月 13 日

04:08

不適用

Amd64_c733c896d0e48eab8e190c427824ba47_31bf3856ad364e35_4.0.9696.16862_none_5fd0658d2710704a.manifest

不適用

642

2019 年 9 月 13 日

04:08

不適用

Amd64_c936beaf573d29e905c92b14343832cc_b03f5f7f11d50a3a_4.0.9696.16862_none_7494a23c3be12eba.manifest

不適用

639

2019 年 9 月 13 日

04:08

不適用

Amd64_d41220f89f36b632c7dc466899265b52_31bf3856ad364e35_4.0.9696.16862_none_ede29ce0adf4a937.manifest

不適用

622

2019 年 9 月 13 日

04:08

不適用

Amd64_d5c5c71ebe5611bdbcb6a754a8dc9097_b03f5f7f11d50a3a_4.0.9696.16862_none_c38bd50607ebaed4.manifest

不適用

651

2019 年 9 月 13 日

04:08

不適用

Amd64_da3c201ff79727658062d5c36ff5b5ef_b03f5f7f11d50a3a_4.0.9696.16862_none_0414604a7f2582e7.manifest

不適用

922

2019 年 9 月 13 日

04:08

不適用

Amd64_dd8e7f41783b7a6bf8ca06d53b01984e_31bf3856ad364e35_4.0.9696.16645_none_f6d7036717db6bd7.manifest

不適用

640

2019 年 9 月 13 日

04:08

不適用

Amd64_ddafc97d714e26755753ddb6b095444f_b03f5f7f11d50a3a_4.0.9696.16645_none_f1a8e244c637cbe8.manifest

不適用

948

2019 年 9 月 13 日

04:08

不適用

Amd64_dddd27ccac797ef3be8b46b83e9cf73f_b03f5f7f11d50a3a_4.0.9696.16862_none_60eca19023f6da89.manifest

不適用

630

2019 年 9 月 13 日

04:08

不適用

Amd64_e633e98585a016d0f6ef14456583e801_31bf3856ad364e35_4.0.9696.16645_none_90690b9e011b52c5.manifest

不適用

639

2019 年 9 月 13 日

04:08

不適用

Amd64_eab4992c5766e7022762c189e47c12ff_b03f5f7f11d50a3a_4.0.9696.16645_none_f36fa0743cbdb490.manifest

不適用

649

2019 年 9 月 13 日

04:08

不適用

Amd64_ef20a07a9bb97b5a215e3ac89f738266_b03f5f7f11d50a3a_4.0.9696.16862_none_025d4d98011cc580.manifest

不適用

639

2019 年 9 月 13 日

04:08

不適用

Amd64_ef3bd52f94cbc60773391efe49b862df_31bf3856ad364e35_4.0.9696.16645_none_653a64adf5a331cc.manifest

不適用

634

2019 年 9 月 13 日

04:08

不適用

Amd64_f2a4d380dee9f9147f5c21ff7b5fe100_b03f5f7f11d50a3a_4.0.9696.16862_none_128bce787796de3d.manifest

不適用

924

2019 年 9 月 13 日

04:08

不適用

Amd64_f548f60ae172213db2ad085d963d4ccf_31bf3856ad364e35_4.0.9696.16645_none_5c0eb728e86a17d2.manifest

不適用

637

2019 年 9 月 13 日

04:08

不適用

Amd64_f7fea0e1157eff61835acfd9277e60db_b03f5f7f11d50a3a_4.0.9696.16645_none_21c07a518f35ff49.manifest

不適用

636

2019 年 9 月 13 日

04:08

不適用

Amd64_f885d25616a2f86e2f946f05f14f71c9_b03f5f7f11d50a3a_4.0.9696.16862_none_286ec85a7a598146.manifest

不適用

936

2019 年 9 月 13 日

04:08

不適用

Amd64_f8ffac88c242b1c824bd6dd0c038a71c_b03f5f7f11d50a3a_4.0.9696.16862_none_45ad1b7d991da93d.manifest

不適用

630

2019 年 9 月 13 日

04:08

不適用

Amd64_faf7ba7cd3b8ec69288feeeccc2b80f6_b03f5f7f11d50a3a_4.0.9696.16862_none_c99df2ba71959ef7.manifest

不適用

932

2019 年 9 月 13 日

04:08

不適用

Amd64_mscorlib_b77a5c561934e089_4.0.9696.16862_none_55f40b7e3b30b870.manifest

不適用

129,186

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-aspnet_perf_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_53d08daa3bb5d053.manifest

不適用

2,064

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-aspnet_state_perf_h_b03f5f7f11d50a3a_4.0.9696.16862_none_f7e913f1b1fbab75.manifest

不適用

2,080

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-aspnet_state_perf_ini_b03f5f7f11d50a3a_4.0.9696.16862_none_9f2af086e02f0e75.manifest

不適用

2,088

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-aspnet_wp_exe_b03f5f7f11d50a3a_4.0.9696.16862_none_41ceaa2ffe9ae263.manifest

不適用

2,056

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-clrjit_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_58d869f903017850.manifest

不適用

2,152

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-clr_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_74c829f96dfa6d2f.manifest

不適用

29,935

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-compatjit_dll_31bf3856ad364e35_4.0.9696.16862_none_b5d8e917494343a8.manifest

不適用

2,123

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-globalmonospacecf_b03f5f7f11d50a3a_4.0.9696.16862_none_f3e1bf5f5766d8e4.manifest

不適用

2,126

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-globalsansserifcf_b03f5f7f11d50a3a_4.0.9696.16862_none_098a918556ad23ad.manifest

不適用

2,126

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-globalserifcf_b03f5f7f11d50a3a_4.0.9696.16862_none_13c20c6f4a014456.manifest

不適用

2,110

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-globaluserinterfacecf_b03f5f7f11d50a3a_4.0.9696.16862_none_2b90b9128ac8c2b3.manifest

不適用

2,142

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-mscordacwks_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_1a413695826919bf.manifest

不適用

3,640

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-mscordbi_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_3bb5d5709531992f.manifest

不適用

2,919

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-mscoreei_dll_b03f5f7f11d50a3a_4.0.9696.16830_none_6ab90db5fe7eaf72.manifest

不適用

2,373

08-Aug-2019

04:43

不適用

Amd64_netfx4-mscorlib_ni_b03f5f7f11d50a3a_4.0.9696.16862_none_09f69e92494b137e.manifest

不適用

2,095

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-penimc_b03f5f7f11d50a3a_4.0.9696.16862_none_68a3ebb07a743275.manifest

不適用

11,429

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-penimc_v0400_b03f5f7f11d50a3a_4.0.9696.16862_none_15d071f1c7370780.manifest

不適用

2,072

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-peverify_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_6c292c9b46558ec0.manifest

不適用

2,052

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-presentationframework-systemdata_b03f5f7f11d50a3a_4.0.9696.16862_none_364fb9ff0d184833.manifest

不適用

2,234

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-presentationframework_b03f5f7f11d50a3a_4.0.9696.16862_none_afa0ed569b8948c1.manifest

不適用

2,523

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-presentationhostdllmui_b03f5f7f11d50a3a_4.0.9696.16862_none_5619e1de4057a7de.manifest

不適用

2,138

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-presentationhostdll_b03f5f7f11d50a3a_4.0.9696.16862_none_e824ab43cdc0ede5.manifest

不適用

2,760

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-presentationnative_b03f5f7f11d50a3a_4.0.9696.16862_none_240f2e62e4dadda4.manifest

不適用

2,108

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-servicemodel_mof_files_b03f5f7f11d50a3a_4.0.9696.16645_none_8fb81fd99bb18bcb.manifest

不適用

3,094

04-Jun-2019

20:26

不適用

Amd64_netfx4-servicemonikersupport_dll_b03f5f7f11d50a3a_4.0.9696.16645_none_a0c0b47dacfd39e2.manifest

不適用

3,538

04-Jun-2019

20:26

不適用

Amd64_netfx4-smdiagnostics_b03f5f7f11d50a3a_4.0.9696.16645_none_7ac817034c6763c2.manifest

不適用

2,680

04-Jun-2019

20:26

不適用

Amd64_netfx4-sos_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_1bf934aab34d1415.manifest

不適用

2,032

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-system.activities_b03f5f7f11d50a3a_4.0.9696.16645_none_85c700157da8711e.manifest

不適用

2,704

04-Jun-2019

20:26

不適用

Amd64_netfx4-system.core_b03f5f7f11d50a3a_4.0.9696.16862_none_7529b06ffc85cf69.manifest

不適用

2,461

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-system.identitymodel.services_b03f5f7f11d50a3a_4.0.9696.16645_none_2d8bc6ff78c6cdf8.manifest

不適用

2,776

04-Jun-2019

20:26

不適用

Amd64_netfx4-system.identitymodel_b03f5f7f11d50a3a_4.0.9696.16645_none_1d73f796e2afa02c.manifest

不適用

2,722

04-Jun-2019

20:26

不適用

Amd64_netfx4-system.runtime.serialization_b03f5f7f11d50a3a_4.0.9696.16645_none_c00dc3b3f33bc2ed.manifest

不適用

2,770

04-Jun-2019

20:26

不適用

Amd64_netfx4-system.servicemodel.channels_b03f5f7f11d50a3a_4.0.9696.16645_none_fae1de770b9e6291.manifest

不適用

2,770

04-Jun-2019

20:26

不適用

Amd64_netfx4-system.servicemodel.discovery_b03f5f7f11d50a3a_4.0.9696.16645_none_a7ae66561a92fdbd.manifest

不適用

2,776

04-Jun-2019

20:26

不適用

Amd64_netfx4-system.servicemodel.internals_b03f5f7f11d50a3a_4.0.9696.16645_none_104ff7a8f1019169.manifest

不適用

2,776

04-Jun-2019

20:26

不適用

Amd64_netfx4-system.servicemodel.washosting_b03f5f7f11d50a3a_4.0.9696.16645_none_dfd45ff748ed3b60.manifest

不適用

2,440

04-Jun-2019

20:26

不適用

Amd64_netfx4-system.servicemodel_b03f5f7f11d50a3a_4.0.9696.16645_none_69353d3938f33de3.manifest

不適用

2,716

04-Jun-2019

20:26

不適用

Amd64_netfx4-system.web.applicationservices_b03f5f7f11d50a3a_4.0.9696.16862_none_be4c2707f1fe0c54.manifest

不適用

2,556

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-system.web.extensions_b03f5f7f11d50a3a_4.0.9696.16862_none_73fd958dcd9b0ee0.manifest

不適用

2,511

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-system.windows.controls.ribbon_b03f5f7f11d50a3a_4.0.9696.16862_none_e4f31809d7e90be9.manifest

不適用

2,568

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-system.windows.forms_b03f5f7f11d50a3a_4.0.9696.16862_none_3c040dcf6debbdbc.manifest

不適用

2,506

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-system.workflow.activities_b03f5f7f11d50a3a_4.0.9696.16645_none_4f702a8d0fd2533f.manifest

不適用

2,758

04-Jun-2019

20:26

不適用

Amd64_netfx4-system.workflow.componentmodel_b03f5f7f11d50a3a_4.0.9696.16645_none_adc3e3d47a8964b2.manifest

不適用

2,782

04-Jun-2019

20:26

不適用

Amd64_netfx4-system.workflow.runtime_b03f5f7f11d50a3a_4.0.9696.16645_none_0cc55cdde844f624.manifest

不適用

2,740

04-Jun-2019

20:26

不適用

Amd64_netfx4-system.xaml_b03f5f7f11d50a3a_4.0.9696.16862_none_7564c915fc593728.manifest

不適用

2,461

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-system_b03f5f7f11d50a3a_4.0.9696.16803_none_fa41b57ec8f7e6d3.manifest

不適用

2,643

24-Jul-2019

06:21

不適用

Amd64_netfx4-uiautomationclientsideproviders_b03f5f7f11d50a3a_4.0.9696.16862_none_905058b1a49965c2.manifest

不適用

2,573

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-uiautomationclient_b03f5f7f11d50a3a_4.0.9696.16862_none_5e297ee310346765.manifest

不適用

2,508

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-uiautomationprovider_b03f5f7f11d50a3a_4.0.9696.16862_none_29492eac6494f7fd.manifest

不適用

2,518

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-uiautomationtypes_b03f5f7f11d50a3a_4.0.9696.16862_none_18c4736f6c04b5c1.manifest

不適用

2,503

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-webengine4_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_0d30e95459e94d10.manifest

不適用

2,060

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-webengine_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_51bf929e6679606a.manifest

不適用

2,056

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-windowsbase_b03f5f7f11d50a3a_4.0.9696.16862_none_763f2a479e7ff35d.manifest

不適用

2,473

2019 年 9 月 13 日

04:08

不適用

Amd64_netfx4-workflowserv..ormancecounters_dll_b03f5f7f11d50a3a_4.0.9696.16645_none_eb21a1d0d2cd19e0.manifest

不適用

2,410

04-Jun-2019

20:26

不適用

Amd64_netfx4-wpfgfx_b03f5f7f11d50a3a_4.0.9696.16862_none_689d66fdb0804ec3.manifest

不適用

2,060

2019 年 9 月 13 日

04:08

不適用

Amd64_presentationcore_31bf3856ad364e35_4.0.9696.16862_none_e2f667b498f567ba.manifest

不適用

6,565

2019 年 9 月 13 日

04:08

不適用

Amd64_system.web_b03f5f7f11d50a3a_4.0.9696.16862_none_8565322a90590a14.manifest

不適用

2,647

2019 年 9 月 13 日

04:08

不適用

Msil_presentationframework-systemdata_b77a5c561934e089_4.0.9696.16862_none_9dcfff85e2124878.manifest

不適用

2,426

2019 年 9 月 13 日

03:32

不適用

Msil_presentationframework_31bf3856ad364e35_4.0.9696.16862_none_27ca316f85e267a4.manifest

不適用

2,707

2019 年 9 月 13 日

03:32

不適用

Msil_smdiagnostics_b77a5c561934e089_4.0.9696.16645_none_747acc633e55baf7.manifest

不適用

2,857

04-Jun-2019

19:38

不適用

Msil_system.activities_31bf3856ad364e35_4.0.9696.16645_none_237ce2b1f0ac0501.manifest

不適用

2,881

04-Jun-2019

19:38

不適用

Msil_system.core_b77a5c561934e089_4.0.9696.16862_none_69e7441842f5b848.manifest

不適用

1,859

2019 年 9 月 13 日

03:32

不適用

Msil_system.identitymodel.services_b77a5c561934e089_4.0.9696.16645_none_7d967416b2bbe511.manifest

不適用

2,953

04-Jun-2019

19:38

不適用

Msil_system.identitymodel_b77a5c561934e089_4.0.9696.16645_none_f342e71ed26210a9.manifest

不適用

2,899

04-Jun-2019

19:38

不適用

Msil_system.runtime.serialization_b77a5c561934e089_4.0.9696.16645_none_d84e74146e31b090.manifest

不適用

2,947

04-Jun-2019

19:38

不適用

Msil_system.servicemodel.channels_31bf3856ad364e35_4.0.9696.16645_none_57fce3650b1c29ee.manifest

不適用

2,947

04-Jun-2019

19:38

不適用

Msil_system.servicemodel.discovery_31bf3856ad364e35_4.0.9696.16645_none_7820d4367617c0f6.manifest

不適用

2,953

04-Jun-2019

19:38

不適用

Msil_system.servicemodel.internals_31bf3856ad364e35_4.0.9696.16645_none_fb57416798fcb12a.manifest

不適用

2,953

04-Jun-2019

19:38

不適用

Msil_system.servicemodel.washosting_b77a5c561934e089_4.0.9696.16645_none_93f78b1b6fb229fd.manifest

不適用

2,508

04-Jun-2019

19:38

不適用

Msil_system.servicemodel_b77a5c561934e089_4.0.9696.16645_none_7ad2c83d18f901cc.manifest

不適用

2,893

04-Jun-2019

19:38

不適用

Msil_system.web.applicationservices_31bf3856ad364e35_4.0.9696.16862_none_48facefd529ba3fd.manifest

不適用

2,740

2019 年 9 月 13 日

03:32

不適用

Msil_system.web.extensions_31bf3856ad364e35_4.0.9696.16862_none_5349ba89abe08fbd.manifest

不適用

1,909

2019 年 9 月 13 日

03:32

不適用

Msil_system.windows.controls.ribbon_b77a5c561934e089_4.0.9696.16862_none_84bb90e70bed9e0e.manifest

不適用

2,752

2019 年 9 月 13 日

03:32

不適用

Msil_system.windows.forms_b77a5c561934e089_4.0.9696.16862_none_06d695d8d1dbedab.manifest

不適用

2,690

2019 年 9 月 13 日

03:32

不適用

Msil_system.workflow.activities_31bf3856ad364e35_4.0.9696.16645_none_fb88724a97bbd6b4.manifest

不適用

2,935

04-Jun-2019

19:38

不適用

Msil_system.workflow.componentmodel_31bf3856ad364e35_4.0.9696.16645_none_f2ef10cc50f50e5d.manifest

不適用

2,959

04-Jun-2019

19:38

不適用

Msil_system.workflow.runtime_31bf3856ad364e35_4.0.9696.16645_none_fb7dfe9f6f4b999d.manifest

不適用

2,917

04-Jun-2019

19:38

不適用

Msil_system.xaml_b77a5c561934e089_4.0.9696.16862_none_6a7929f442892a01.manifest

不適用

2,645

2019 年 9 月 13 日

03:32

不適用

Msil_system_b77a5c561934e089_4.0.9696.16803_none_b074707bea4f1d4a.manifest

不適用

2,820

24-Jul-2019

20:33

不適用

Msil_uiautomationclientsideproviders_31bf3856ad364e35_4.0.9696.16862_none_9869526b20c360a1.manifest

不適用

2,757

2019 年 9 月 13 日

03:32

不適用

Msil_uiautomationclient_31bf3856ad364e35_4.0.9696.16862_none_59e24ff83c85b050.manifest

不適用

2,692

2019 年 9 月 13 日

03:32

不適用

Msil_uiautomationprovider_31bf3856ad364e35_4.0.9696.16862_none_ec145dc276fafef4.manifest

不適用

2,702

2019 年 9 月 13 日

03:32

不適用

Msil_uiautomationtypes_31bf3856ad364e35_4.0.9696.16862_none_71e5d5c3f44aec08.manifest

不適用

2,687

2019 年 9 月 13 日

03:32

不適用

Msil_windowsbase_31bf3856ad364e35_4.0.9696.16862_none_8b03488ad496f9d6.manifest

不適用

2,657

2019 年 9 月 13 日

03:32

不適用

Update.microsoft

不適用

2,612

2019 年 9 月 13 日

04:08

不適用

X86_mscorlib_b77a5c561934e089_4.0.9696.16862_none_9da142554face176.manifest

不適用

110,596

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-aspnet_perf_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_9b7dc4815031f959.manifest

不適用

2,056

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-aspnet_state_perf_h_b03f5f7f11d50a3a_4.0.9696.16862_none_3f964ac8c677d47b.manifest

不適用

2,072

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-aspnet_state_perf_ini_b03f5f7f11d50a3a_4.0.9696.16862_none_e6d8275df4ab377b.manifest

不適用

2,080

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-aspnet_wp_exe_b03f5f7f11d50a3a_4.0.9696.16862_none_897be10713170b69.manifest

不適用

2,048

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-clrjit_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_a085a0d0177da156.manifest

不適用

2,144

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-clr_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_bc7560d082769635.manifest

不適用

29,927

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-globalmonospacecf_b03f5f7f11d50a3a_4.0.9696.16862_none_3b8ef6366be301ea.manifest

不適用

2,118

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-globalsansserifcf_b03f5f7f11d50a3a_4.0.9696.16862_none_5137c85c6b294cb3.manifest

不適用

2,118

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-globalserifcf_b03f5f7f11d50a3a_4.0.9696.16862_none_5b6f43465e7d6d5c.manifest

不適用

2,102

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-globaluserinterfacecf_b03f5f7f11d50a3a_4.0.9696.16862_none_733defe99f44ebb9.manifest

不適用

2,134

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-mscordacwks_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_61ee6d6c96e542c5.manifest

不適用

3,622

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-mscordbi_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_83630c47a9adc235.manifest

不適用

2,911

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-mscoreei_dll_b03f5f7f11d50a3a_4.0.9696.16830_none_b266448d12fad878.manifest

不適用

2,365

08-Aug-2019

04:04

不適用

X86_netfx4-mscorlib_ni_b03f5f7f11d50a3a_4.0.9696.16862_none_51a3d5695dc73c84.manifest

不適用

2,087

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-penimc_b03f5f7f11d50a3a_4.0.9696.16862_none_b05122878ef05b7b.manifest

不適用

11,409

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-penimc_v0400_b03f5f7f11d50a3a_4.0.9696.16862_none_5d7da8c8dbb33086.manifest

不適用

2,064

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-peverify_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_b3d663725ad1b7c6.manifest

不適用

2,044

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-presentationhostdllmui_b03f5f7f11d50a3a_4.0.9696.16862_none_9dc718b554d3d0e4.manifest

不適用

2,130

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-presentationhostdll_b03f5f7f11d50a3a_4.0.9696.16862_none_2fd1e21ae23d16eb.manifest

不適用

2,750

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-presentationnative_b03f5f7f11d50a3a_4.0.9696.16862_none_6bbc6539f95706aa.manifest

不適用

2,100

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-servicemonikersupport_dll_b03f5f7f11d50a3a_4.0.9696.16645_none_e86deb54c17962e8.manifest

不適用

3,530

04-Jun-2019

19:38

不適用

X86_netfx4-sos_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_63a66b81c7c93d1b.manifest

不適用

2,024

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-system.core_b03f5f7f11d50a3a_4.0.9696.16862_none_bcd6e7471101f86f.manifest

不適用

2,451

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-system.web.extensions_b03f5f7f11d50a3a_4.0.9696.16862_none_bbaacc64e21737e6.manifest

不適用

2,501

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-webengine4_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_54de202b6e657616.manifest

不適用

2,052

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-webengine_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_996cc9757af58970.manifest

不適用

2,048

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-workflowserv..ormancecounters_dll_b03f5f7f11d50a3a_4.0.9696.16645_none_32ced8a7e74942e6.manifest

不適用

2,402

04-Jun-2019

19:38

不適用

X86_netfx4-wpfgfx_b03f5f7f11d50a3a_4.0.9696.16862_none_b04a9dd4c4fc77c9.manifest

不適用

2,052

2019 年 9 月 13 日

03:32

不適用

X86_presentationcore_31bf3856ad364e35_4.0.9696.16862_none_2aa39e8bad7190c0.manifest

不適用

6,533

2019 年 9 月 13 日

03:32

不適用

X86_system.web_b03f5f7f11d50a3a_4.0.9696.16862_none_cd126901a4d5331a.manifest

不適用

2,639

2019 年 9 月 13 日

03:32

不適用

Windows RT 8.1

檔案屬性

Arm_0170eea40bc89a80b74f9cceb9d44b36_b77a5c561934e089_4.0.9696.16803_none_4e909785779eb472.manifest

不適用

615

2019 年 9 月 13 日

04:07

不適用

Arm_0c8d0a6208802b064ccd6e3c3c2a96ff_b03f5f7f11d50a3a_4.0.9696.16862_none_d3b53ba76db0b513.manifest

不適用

630

2019 年 9 月 13 日

04:07

不適用

Arm_0ce216d7df3c93e1a9c01f1b44bf746e_b77a5c561934e089_4.0.9696.16645_none_f98c2c6582c44d7a.manifest

不適用

629

2019 年 9 月 13 日

04:07

不適用

Arm_1909dd1d5624339c8583367230be4456_b77a5c561934e089_4.0.9696.16862_none_31fb8b4ea5bd64a8.manifest

不適用

620

2019 年 9 月 13 日

04:07

不適用

Arm_310f424357850687a04353faa6af91b6_b77a5c561934e089_4.0.9696.16645_none_25b7764d858e1bf9.manifest

不適用

628

2019 年 9 月 13 日

04:07

不適用

Arm_3ccd8f0f33b9d1f09fef68e756252e42_31bf3856ad364e35_4.0.9696.16645_none_6f4c601563918c81.manifest

不適用

626

2019 年 9 月 13 日

04:07

不適用

Arm_40729dc2a9dbcd54e92145ca7738f5d1_b03f5f7f11d50a3a_4.0.9696.16830_none_2ed37e22ec57a8a1.manifest

不適用

627

2019 年 9 月 13 日

04:07

不適用

Arm_44c38f688e899050a5e8998c4887ecfe_b03f5f7f11d50a3a_4.0.9696.16862_none_143f2819dff93a1c.manifest

不適用

626

2019 年 9 月 13 日

04:07

不適用

Arm_55c463b38bde92d033a2188ccf8f85bf_b77a5c561934e089_4.0.9696.16645_none_64f827a606d28e15.manifest

不適用

637

2019 年 9 月 13 日

04:07

不適用

Arm_6e7cfa419d616a3b12b1bd6f2b8febe0_b03f5f7f11d50a3a_4.0.9696.16862_none_fcb4d5dad8c1710f.manifest

不適用

622

2019 年 9 月 13 日

04:07

不適用

Arm_6e810cff12affc5c883da24993e36e9a_b77a5c561934e089_4.0.9696.16862_none_475f8dbe68105cb4.manifest

不適用

620

2019 年 9 月 13 日

04:07

不適用

Arm_8d54f15becfe96dd8a3904cb75cce093_b03f5f7f11d50a3a_4.0.9696.16862_none_862fddd708f3267a.manifest

不適用

636

2019 年 9 月 13 日

04:07

不適用

Arm_8d6f2a572ea6d8e327498d2f2049969d_b03f5f7f11d50a3a_4.0.9696.16862_none_dae03d9e8aa99164.manifest

不適用

625

2019 年 9 月 13 日

04:07

不適用

Arm_98d43f586a052d9f43b72a34e8bfa358_31bf3856ad364e35_4.0.9696.16862_none_53eb99b9a16f253e.manifest

不適用

630

2019 年 9 月 13 日

04:07

不適用

Arm_996b7b3bb8c8231efd34da0bde3620bc_31bf3856ad364e35_4.0.9696.16862_none_cafb3563ee79cff9.manifest

不適用

639

2019 年 9 月 13 日

04:07

不適用

Arm_b4aa1c143d666cc4ee0f58141d9f10b5_b03f5f7f11d50a3a_4.0.9696.16862_none_b9c669c20ff5766c.manifest

不適用

627

2019 年 9 月 13 日

04:07

不適用

Arm_c25e6c182a21d58c220ce8fe747870d0_b77a5c561934e089_4.0.9696.16862_none_7e3d5684bdb0ab61.manifest

不適用

629

2019 年 9 月 13 日

04:07

不適用

Arm_c3474815c19e9de88beb8ce02490fa52_b03f5f7f11d50a3a_4.0.9696.16645_none_aed813d00cc9e13e.manifest

不適用

657

2019 年 9 月 13 日

04:07

不適用

Arm_c4f17cd3dbed6d2eb7b8a0c0c9bd65b3_b03f5f7f11d50a3a_4.0.9696.16862_none_ea03ab4389bee23e.manifest

不適用

626

2019 年 9 月 13 日

04:07

不適用

Arm_c5408922ab11c151f76f3913b7a0cb44_b77a5c561934e089_4.0.9696.16645_none_9755db0aa9f6ee4b.manifest

不適用

622

2019 年 9 月 13 日

04:07

不適用

Arm_dd8e7f41783b7a6bf8ca06d53b01984e_31bf3856ad364e35_4.0.9696.16645_none_9abada3b5f7b1967.manifest

不適用

638

2019 年 9 月 13 日

04:07

不適用

Arm_ea78ed05652530658d17ee3a56913f76_b77a5c561934e089_4.0.9696.16862_none_dc729511bab9920e.manifest

不適用

616

2019 年 9 月 13 日

04:07

不適用

Arm_ea8b714673f0a54c75e1c2e1b08e2a31_b03f5f7f11d50a3a_4.0.9696.16862_none_039c2b586cbb0d00.manifest

不適用

618

2019 年 9 月 13 日

04:07

不適用

Arm_fcc8645152f105250d4e0c4162ffa4d7_b03f5f7f11d50a3a_4.0.9696.16862_none_0df54fd1d39f462f.manifest

不適用

622

2019 年 9 月 13 日

04:07

不適用

Arm_mscorlib_b77a5c561934e089_4.0.9696.16862_none_9da10ef14fad3360.manifest

不適用

110,596

2019 年 9 月 13 日

04:06

不適用

Arm_netfx4-clrjit_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_a0856d6c177df340.manifest

不適用

2,144

2019 年 9 月 13 日

04:06

不適用

Arm_netfx4-clr_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_bc752d6c8276e81f.manifest

不適用

29,927

2019 年 9 月 13 日

04:06

不適用

Arm_netfx4-mscordacwks_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_61ee3a0896e594af.manifest

不適用

3,622

2019 年 9 月 13 日

04:06

不適用

Arm_netfx4-mscordbi_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_8362d8e3a9ae141f.manifest

不適用

2,911

2019 年 9 月 13 日

04:06

不適用

Arm_netfx4-mscoreei_dll_b03f5f7f11d50a3a_4.0.9696.16830_none_b266112912fb2a62.manifest

不適用

2,365

08-Aug-2019

上午 04:37

不適用

Arm_netfx4-mscorlib_ni_b03f5f7f11d50a3a_4.0.9696.16862_none_51a3a2055dc78e6e.manifest

不適用

2,087

2019 年 9 月 13 日

04:06

不適用

Arm_netfx4-sos_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_63a6381dc7c98f05.manifest

不適用

2,024

2019 年 9 月 13 日

04:06

不適用

Arm_netfx4-system.core_b03f5f7f11d50a3a_4.0.9696.16862_none_bcd6b3e311024a59.manifest

不適用

2,451

2019 年 9 月 13 日

04:06

不適用

Arm_netfx4-system.web.extensions_b03f5f7f11d50a3a_4.0.9696.16862_none_bbaa9900e21789d0.manifest

不適用

2,501

2019 年 9 月 13 日

04:06

不適用

Arm_netfx4-workflowserv..ormancecounters_dll_b03f5f7f11d50a3a_4.0.9696.16645_none_32cea543e74994d0.manifest

不適用

2,402

04-Jun-2019

10:20

不適用

Arm_system.web_b03f5f7f11d50a3a_4.0.9696.16862_none_cd12359da4d58504.manifest

不適用

2,639

2019 年 9 月 13 日

04:06

不適用

Msil_smdiagnostics_b77a5c561934e089_4.0.9696.16645_none_747acc633e55baf7.manifest

不適用

2,857

04-Jun-2019

19:38

不適用

Msil_system.activities_31bf3856ad364e35_4.0.9696.16645_none_237ce2b1f0ac0501.manifest

不適用

2,881

04-Jun-2019

19:38

不適用

Msil_system.core_b77a5c561934e089_4.0.9696.16862_none_69e7441842f5b848.manifest

不適用

1,859

2019 年 9 月 13 日

03:32

不適用

Msil_system.identitymodel_b77a5c561934e089_4.0.9696.16645_none_f342e71ed26210a9.manifest

不適用

2,899

04-Jun-2019

19:38

不適用

Msil_system.runtime.serialization_b77a5c561934e089_4.0.9696.16645_none_d84e74146e31b090.manifest

不適用

2,947

04-Jun-2019

19:38

不適用

Msil_system.servicemodel.internals_31bf3856ad364e35_4.0.9696.16645_none_fb57416798fcb12a.manifest

不適用

2,953

04-Jun-2019

19:38

不適用

Msil_system.servicemodel_b77a5c561934e089_4.0.9696.16645_none_7ad2c83d18f901cc.manifest

不適用

2,893

04-Jun-2019

19:38

不適用

Msil_system.web.applicationservices_31bf3856ad364e35_4.0.9696.16862_none_48facefd529ba3fd.manifest

不適用

2,740

2019 年 9 月 13 日

03:32

不適用

Msil_system.web.extensions_31bf3856ad364e35_4.0.9696.16862_none_5349ba89abe08fbd.manifest

不適用

1,909

2019 年 9 月 13 日

03:32

不適用

Msil_system.windows.forms_b77a5c561934e089_4.0.9696.16862_none_06d695d8d1dbedab.manifest

不適用

2,690

2019 年 9 月 13 日

03:32

不適用

Msil_system.xaml_b77a5c561934e089_4.0.9696.16862_none_6a7929f442892a01.manifest

不適用

2,645

2019 年 9 月 13 日

03:32

不適用

Msil_system_b77a5c561934e089_4.0.9696.16803_none_b074707bea4f1d4a.manifest

不適用

2,820

24-Jul-2019

20:33

不適用

Update.microsoft

不適用

1,762

2019 年 9 月 13 日

04:07

不適用

x86 Windows 8.1

檔案屬性

Msil_presentationframework-systemdata_b77a5c561934e089_4.0.9696.16862_none_9dcfff85e2124878.manifest

不適用

2,426

2019 年 9 月 13 日

03:32

不適用

Msil_presentationframework_31bf3856ad364e35_4.0.9696.16862_none_27ca316f85e267a4.manifest

不適用

2,707

2019 年 9 月 13 日

03:32

不適用

Msil_smdiagnostics_b77a5c561934e089_4.0.9696.16645_none_747acc633e55baf7.manifest

不適用

2,857

04-Jun-2019

19:38

不適用

Msil_system.activities_31bf3856ad364e35_4.0.9696.16645_none_237ce2b1f0ac0501.manifest

不適用

2,881

04-Jun-2019

19:38

不適用

Msil_system.core_b77a5c561934e089_4.0.9696.16862_none_69e7441842f5b848.manifest

不適用

1,859

2019 年 9 月 13 日

03:32

不適用

Msil_system.identitymodel.services_b77a5c561934e089_4.0.9696.16645_none_7d967416b2bbe511.manifest

不適用

2,953

04-Jun-2019

19:38

不適用

Msil_system.identitymodel_b77a5c561934e089_4.0.9696.16645_none_f342e71ed26210a9.manifest

不適用

2,899

04-Jun-2019

19:38

不適用

Msil_system.runtime.serialization_b77a5c561934e089_4.0.9696.16645_none_d84e74146e31b090.manifest

不適用

2,947

04-Jun-2019

19:38

不適用

Msil_system.servicemodel.channels_31bf3856ad364e35_4.0.9696.16645_none_57fce3650b1c29ee.manifest

不適用

2,947

04-Jun-2019

19:38

不適用

Msil_system.servicemodel.discovery_31bf3856ad364e35_4.0.9696.16645_none_7820d4367617c0f6.manifest

不適用

2,953

04-Jun-2019

19:38

不適用

Msil_system.servicemodel.internals_31bf3856ad364e35_4.0.9696.16645_none_fb57416798fcb12a.manifest

不適用

2,953

04-Jun-2019

19:38

不適用

Msil_system.servicemodel.washosting_b77a5c561934e089_4.0.9696.16645_none_93f78b1b6fb229fd.manifest

不適用

2,508

04-Jun-2019

19:38

不適用

Msil_system.servicemodel_b77a5c561934e089_4.0.9696.16645_none_7ad2c83d18f901cc.manifest

不適用

2,893

04-Jun-2019

19:38

不適用

Msil_system.web.applicationservices_31bf3856ad364e35_4.0.9696.16862_none_48facefd529ba3fd.manifest

不適用

2,740

2019 年 9 月 13 日

03:32

不適用

Msil_system.web.extensions_31bf3856ad364e35_4.0.9696.16862_none_5349ba89abe08fbd.manifest

不適用

1,909

2019 年 9 月 13 日

03:32

不適用

Msil_system.windows.controls.ribbon_b77a5c561934e089_4.0.9696.16862_none_84bb90e70bed9e0e.manifest

不適用

2,752

2019 年 9 月 13 日

03:32

不適用

Msil_system.windows.forms_b77a5c561934e089_4.0.9696.16862_none_06d695d8d1dbedab.manifest

不適用

2,690

2019 年 9 月 13 日

03:32

不適用

Msil_system.workflow.activities_31bf3856ad364e35_4.0.9696.16645_none_fb88724a97bbd6b4.manifest

不適用

2,935

04-Jun-2019

19:38

不適用

Msil_system.workflow.componentmodel_31bf3856ad364e35_4.0.9696.16645_none_f2ef10cc50f50e5d.manifest

不適用

2,959

04-Jun-2019

19:38

不適用

Msil_system.workflow.runtime_31bf3856ad364e35_4.0.9696.16645_none_fb7dfe9f6f4b999d.manifest

不適用

2,917

04-Jun-2019

19:38

不適用

Msil_system.xaml_b77a5c561934e089_4.0.9696.16862_none_6a7929f442892a01.manifest

不適用

2,645

2019 年 9 月 13 日

03:32

不適用

Msil_system_b77a5c561934e089_4.0.9696.16803_none_b074707bea4f1d4a.manifest

不適用

2,820

24-Jul-2019

20:33

不適用

Msil_uiautomationclientsideproviders_31bf3856ad364e35_4.0.9696.16862_none_9869526b20c360a1.manifest

不適用

2,757

2019 年 9 月 13 日

03:32

不適用

Msil_uiautomationclient_31bf3856ad364e35_4.0.9696.16862_none_59e24ff83c85b050.manifest

不適用

2,692

2019 年 9 月 13 日

03:32

不適用

Msil_uiautomationprovider_31bf3856ad364e35_4.0.9696.16862_none_ec145dc276fafef4.manifest

不適用

2,702

2019 年 9 月 13 日

03:32

不適用

Msil_uiautomationtypes_31bf3856ad364e35_4.0.9696.16862_none_71e5d5c3f44aec08.manifest

不適用

2,687

2019 年 9 月 13 日

03:32

不適用

Msil_windowsbase_31bf3856ad364e35_4.0.9696.16862_none_8b03488ad496f9d6.manifest

不適用

2,657

2019 年 9 月 13 日

03:32

不適用

Update.microsoft

不適用

2,193

2019 年 9 月 13 日

03:33

不適用

X86_00244d5aee7c7d8d2fb3aeff2d4eec35_b03f5f7f11d50a3a_4.0.9696.16862_none_10a407504fe40ee7.manifest

不適用

626

2019 年 9 月 13 日

03:33

不適用

X86_0170eea40bc89a80b74f9cceb9d44b36_b77a5c561934e089_4.0.9696.16803_none_4e8e252d77a195ac.manifest

不適用

615

2019 年 9 月 13 日

03:33

不適用

X86_04d4f6b2c094fb53f02daf54f67f7704_b03f5f7f11d50a3a_4.0.9696.16862_none_d4d535131519573f.manifest

不適用

626

2019 年 9 月 13 日

03:33

不適用

X86_0587a546673005cd68b9c3c0ce47d067_b03f5f7f11d50a3a_4.0.9696.16862_none_4b2372ae517ef5e2.manifest

不適用

636

2019 年 9 月 13 日

03:33

不適用

X86_091f6178eadf21411dc7d0befdbd7d46_b77a5c561934e089_4.0.9696.16862_none_df34bace2a07693d.manifest

不適用

639

2019 年 9 月 13 日

03:33

不適用

X86_0c8b82f287eceb1b8c73cb39848df555_b77a5c561934e089_4.0.9696.16862_none_265342cd59c00b41.manifest

不適用

616

2019 年 9 月 13 日

03:33

不適用

X86_0ce216d7df3c93e1a9c01f1b44bf746e_b77a5c561934e089_4.0.9696.16645_none_f989ba0d82c72eb4.manifest

不適用

629

2019 年 9 月 13 日

03:33

不適用

X86_0d359cef81bde11458abde3e2ee3cf3a_31bf3856ad364e35_4.0.9696.16862_none_cd4407a8b9dc55f8.manifest

不適用

629

2019 年 9 月 13 日

03:33

不適用

X86_11925027d48e8cc82848b651ca1fbda0_b03f5f7f11d50a3a_4.0.9696.16862_none_2231306310e72f9a.manifest

不適用

628

2019 年 9 月 13 日

03:33

不適用

X86_1909dd1d5624339c8583367230be4456_b77a5c561934e089_4.0.9696.16862_none_31f918f6a5c045e2.manifest

不適用

620

2019 年 9 月 13 日

03:33

不適用

X86_224bdaa6dc5405a7d276128e6211090d_b03f5f7f11d50a3a_4.0.9696.16862_none_eda1a249bd2b754f.manifest

不適用

636

2019 年 9 月 13 日

03:33

不適用

X86_26457189571f42983d06018625108159_b03f5f7f11d50a3a_4.0.9696.16862_none_a4789b377657fd33.manifest

不適用

634

2019 年 9 月 13 日

03:33

不適用

X86_26f27f9c9e80439168b94ed326025f8e_31bf3856ad364e35_4.0.9696.16862_none_06415e2d36d0dbfb.manifest

不適用

630

2019 年 9 月 13 日

03:33

不適用

X86_2ba9f5bcfb20bf321eb83a0c3225907b_b77a5c561934e089_4.0.9696.16862_none_2b93f240b689edfa.manifest

不適用

641

2019 年 9 月 13 日

03:33

不適用

X86_2d5397511319c45e93bbd05f8da5a668_b03f5f7f11d50a3a_4.0.9696.16862_none_429566815d09ab9f.manifest

不適用

621

2019 年 9 月 13 日

03:33

不適用

X86_308fcd10ffbabd1b328463573d191282_b03f5f7f11d50a3a_4.0.9696.16645_none_8cc19cc39cb87a08.manifest

不適用

640

2019 年 9 月 13 日

03:33

不適用

X86_310f424357850687a04353faa6af91b6_b77a5c561934e089_4.0.9696.16645_none_25b503f58590fd33.manifest

不適用

628

2019 年 9 月 13 日

03:33

不適用

X86_3ccd8f0f33b9d1f09fef68e756252e42_31bf3856ad364e35_4.0.9696.16645_none_6f49edbd63946dbb.manifest

不適用

626

2019 年 9 月 13 日

03:33

不適用

X86_3e5dd40aeedf8cc93085491000cf3839_b03f5f7f11d50a3a_4.0.9696.16862_none_9892859483da1be5.manifest

不適用

621

2019 年 9 月 13 日

03:33

不適用

X86_3ff76150467475dae32f07d4de5d1728_b03f5f7f11d50a3a_4.0.9696.16862_none_4bbde3d72c4f0d23.manifest

不適用

634

2019 年 9 月 13 日

03:33

不適用

X86_41a93247fe80d5f3110a91489ef9b735_b03f5f7f11d50a3a_4.0.9696.16862_none_7d10a3169bf6a273.manifest

不適用

632

2019 年 9 月 13 日

03:33

不適用

X86_42cd9de3151c54cb165199ba111224e4_b03f5f7f11d50a3a_4.0.9696.16862_none_48d836b61bc688b4.manifest

不適用

628

2019 年 9 月 13 日

03:33

不適用

X86_46149b109eb729af2eaec6fc70c97720_31bf3856ad364e35_4.0.9696.16645_none_c1876aa3c770faa3.manifest

不適用

638

2019 年 9 月 13 日

03:33

不適用

X86_471c04e9ceb40c79c80408dff32cd577_b03f5f7f11d50a3a_4.0.9696.16862_none_29660c52142d7e34.manifest

不適用

627

2019 年 9 月 13 日

03:33

不適用

X86_4766582f90a24d800333d668b2d2f99b_b03f5f7f11d50a3a_4.0.9696.16862_none_016ff817d7dae6a7.manifest

不適用

622

2019 年 9 月 13 日

03:33

不適用

X86_4bbff11f70d29f23c57b6928c1a6a5dc_b03f5f7f11d50a3a_4.0.9696.16862_none_1be2a693cb11d45d.manifest

不適用

628

2019 年 9 月 13 日

03:33

不適用

X86_52f56b663bf57c594deba343e08f5609_31bf3856ad364e35_4.0.9696.16862_none_92ac2deea845917f.manifest

不適用

627

2019 年 9 月 13 日

03:33

不適用

X86_55c463b38bde92d033a2188ccf8f85bf_b77a5c561934e089_4.0.9696.16645_none_64f5b54e06d56f4f.manifest

不適用

637

2019 年 9 月 13 日

03:33

不適用

X86_588791f730c8cf436be74da08d6774d8_b03f5f7f11d50a3a_4.0.9696.16645_none_2a2574866a7fca6d.manifest

不適用

657

2019 年 9 月 13 日

03:33

不適用

X86_69ccb90af864377b9e8cdbe9e05c7806_31bf3856ad364e35_4.0.9696.16862_none_b4eb8d5220d038a5.manifest

不適用

624

2019 年 9 月 13 日

03:33

不適用

X86_6d8679071c5c44c37a1bedcafe78fa87_b03f5f7f11d50a3a_4.0.9696.16862_none_81ae5b2829dbfb6d.manifest

不適用

629

2019 年 9 月 13 日

03:33

不適用

X86_6e810cff12affc5c883da24993e36e9a_b77a5c561934e089_4.0.9696.16862_none_475d1b6668133dee.manifest

不適用

620

2019 年 9 月 13 日

03:33

不適用

X86_84ae66bd78589f5047ea4f6a2e90fb43_31bf3856ad364e35_4.0.9696.16645_none_445c46039c0269da.manifest

不適用

639

2019 年 9 月 13 日

03:33

不適用

X86_85476a5d6e6c3ef0fe4591a749bfc873_b03f5f7f11d50a3a_4.0.9696.16862_none_ded2581f6e2645fc.manifest

不適用

618

2019 年 9 月 13 日

03:33

不適用

X86_892375a526e767d369589465735dac9c_b03f5f7f11d50a3a_4.0.9696.16862_none_c1c8a7c253b91cd3.manifest

不適用

627

2019 年 9 月 13 日

03:33

不適用

X86_974ac7bf3b23c1784a358cf57a9befd8_b03f5f7f11d50a3a_4.0.9696.16862_none_ac89854bd84b20bd.manifest

不適用

630

2019 年 9 月 13 日

03:33

不適用

X86_98d43f586a052d9f43b72a34e8bfa358_31bf3856ad364e35_4.0.9696.16862_none_53e92761a1720678.manifest

不適用

630

2019 年 9 月 13 日

03:33

不適用

X86_996b7b3bb8c8231efd34da0bde3620bc_31bf3856ad364e35_4.0.9696.16862_none_caf8c30bee7cb133.manifest

不適用

639

2019 年 9 月 13 日

03:33

不適用

X86_9c3ff4619afb1c3dfc76affe1907d0c2_b03f5f7f11d50a3a_4.0.9696.16862_none_8f55f60c38c5e823.manifest

不適用

632

2019 年 9 月 13 日

03:33

不適用

X86_a1b1de81048f4408c43ed0d47f856284_b77a5c561934e089_4.0.9696.16645_none_b648f81bce017455.manifest

不適用

639

2019 年 9 月 13 日

03:33

不適用

X86_a3380df0ceed5b029cb3f4f50fa3fc1f_b03f5f7f11d50a3a_4.0.9696.16862_none_e2c0be6107337add.manifest

不適用

622

2019 年 9 月 13 日

03:33

不適用

X86_af6a9e78024e74ddf1d6f40fc1d7ba9d_b03f5f7f11d50a3a_4.0.9696.16862_none_c5a44b2b1b83b0c3.manifest

不適用

625

2019 年 9 月 13 日

03:33

不適用

X86_b1225a09e73c90a07ada6380c2ecad73_b03f5f7f11d50a3a_4.0.9696.16862_none_62934563445b31d6.manifest

不適用

636

2019 年 9 月 13 日

03:33

不適用

X86_b44d51b9a9bdb72d8eeb0e8a5dc2159f_b77a5c561934e089_4.0.9696.16645_none_d49ece85d6fe40ec.manifest

不適用

638

2019 年 9 月 13 日

03:33

不適用

X86_bfdb6db6f4b680e4317c092edc0915ac_31bf3856ad364e35_4.0.9696.16862_none_63d78b0fa4313405.manifest

不適用

626

2019 年 9 月 13 日

03:33

不適用

X86_c2044588936128c13b5407916959edbd_b03f5f7f11d50a3a_4.0.9696.16645_none_a0ccc6b8122e3639.manifest

不適用

637

2019 年 9 月 13 日

03:33

不適用

X86_c25e6c182a21d58c220ce8fe747870d0_b77a5c561934e089_4.0.9696.16862_none_7e3ae42cbdb38c9b.manifest

不適用

629

2019 年 9 月 13 日

03:33

不適用

X86_c268fdf6ed04ad30d5f1cf28f97ece7f_b03f5f7f11d50a3a_4.0.9696.16862_none_d046c67043ff8f33.manifest

不適用

627

2019 年 9 月 13 日

03:33

不適用

X86_c5408922ab11c151f76f3913b7a0cb44_b77a5c561934e089_4.0.9696.16645_none_975368b2a9f9cf85.manifest

不適用

622

2019 年 9 月 13 日

03:33

不適用

X86_c60876cc82363173210b998c67b87894_b03f5f7f11d50a3a_4.0.9696.16862_none_1a44bd76aa36d0b4.manifest

不適用

637

2019 年 9 月 13 日

03:33

不適用

X86_c733c896d0e48eab8e190c427824ba47_31bf3856ad364e35_4.0.9696.16862_none_03b1ca096eb2ff14.manifest

不適用

640

2019 年 9 月 13 日

03:33

不適用

X86_d41220f89f36b632c7dc466899265b52_31bf3856ad364e35_4.0.9696.16862_none_91c4015cf5973801.manifest

不適用

620

2019 年 9 月 13 日

03:33

不適用

X86_dc856d5f49410cf49014f43999916cee_b03f5f7f11d50a3a_4.0.9696.16830_none_d430faca8adbaec4.manifest

不適用

627

2019 年 9 月 13 日

03:33

不適用

X86_dd8e7f41783b7a6bf8ca06d53b01984e_31bf3856ad364e35_4.0.9696.16645_none_9ab867e35f7dfaa1.manifest

不適用

638

2019 年 9 月 13 日

03:33

不適用

X86_de13e09ad56de1a85ab0a03ada2d84f1_b03f5f7f11d50a3a_4.0.9696.16862_none_0993cc593118a73b.manifest

不適用

633

2019 年 9 月 13 日

03:33

不適用

X86_e633e98585a016d0f6ef14456583e801_31bf3856ad364e35_4.0.9696.16645_none_344a701a48bde18f.manifest

不適用

637

2019 年 9 月 13 日

03:33

不適用

X86_ef3bd52f94cbc60773391efe49b862df_31bf3856ad364e35_4.0.9696.16645_none_091bc92a3d45c096.manifest

不適用

632

2019 年 9 月 13 日

03:33

不適用

X86_f548f60ae172213db2ad085d963d4ccf_31bf3856ad364e35_4.0.9696.16645_none_fff01ba5300ca69c.manifest

不適用

635

2019 年 9 月 13 日

03:33

不適用

X86_f81ed1018cdd3d0ef25c8c6b0f525611_b03f5f7f11d50a3a_4.0.9696.16862_none_bd261f5af21946aa.manifest

不適用

630

2019 年 9 月 13 日

03:33

不適用

X86_mscorlib_b77a5c561934e089_4.0.9696.16862_none_9da142554face176.manifest

不適用

110,596

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-aspnet_perf_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_9b7dc4815031f959.manifest

不適用

2,056

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-aspnet_state_perf_h_b03f5f7f11d50a3a_4.0.9696.16862_none_3f964ac8c677d47b.manifest

不適用

2,072

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-aspnet_state_perf_ini_b03f5f7f11d50a3a_4.0.9696.16862_none_e6d8275df4ab377b.manifest

不適用

2,080

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-aspnet_wp_exe_b03f5f7f11d50a3a_4.0.9696.16862_none_897be10713170b69.manifest

不適用

2,048

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-clrjit_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_a085a0d0177da156.manifest

不適用

2,144

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-clr_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_bc7560d082769635.manifest

不適用

29,927

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-globalmonospacecf_b03f5f7f11d50a3a_4.0.9696.16862_none_3b8ef6366be301ea.manifest

不適用

2,118

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-globalsansserifcf_b03f5f7f11d50a3a_4.0.9696.16862_none_5137c85c6b294cb3.manifest

不適用

2,118

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-globalserifcf_b03f5f7f11d50a3a_4.0.9696.16862_none_5b6f43465e7d6d5c.manifest

不適用

2,102

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-globaluserinterfacecf_b03f5f7f11d50a3a_4.0.9696.16862_none_733defe99f44ebb9.manifest

不適用

2,134

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-mscordacwks_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_61ee6d6c96e542c5.manifest

不適用

3,622

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-mscordbi_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_83630c47a9adc235.manifest

不適用

2,911

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-mscoreei_dll_b03f5f7f11d50a3a_4.0.9696.16830_none_b266448d12fad878.manifest

不適用

2,365

08-Aug-2019

04:04

不適用

X86_netfx4-mscorlib_ni_b03f5f7f11d50a3a_4.0.9696.16862_none_51a3d5695dc73c84.manifest

不適用

2,087

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-penimc_b03f5f7f11d50a3a_4.0.9696.16862_none_b05122878ef05b7b.manifest

不適用

11,409

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-penimc_v0400_b03f5f7f11d50a3a_4.0.9696.16862_none_5d7da8c8dbb33086.manifest

不適用

2,064

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-peverify_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_b3d663725ad1b7c6.manifest

不適用

2,044

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-presentationhostdllmui_b03f5f7f11d50a3a_4.0.9696.16862_none_9dc718b554d3d0e4.manifest

不適用

2,130

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-presentationhostdll_b03f5f7f11d50a3a_4.0.9696.16862_none_2fd1e21ae23d16eb.manifest

不適用

2,750

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-presentationnative_b03f5f7f11d50a3a_4.0.9696.16862_none_6bbc6539f95706aa.manifest

不適用

2,100

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-servicemodel_mof_files_b03f5f7f11d50a3a_4.0.9696.16645_none_d76556b0b02db4d1.manifest

不適用

3,084

04-Jun-2019

19:38

不適用

X86_netfx4-servicemonikersupport_dll_b03f5f7f11d50a3a_4.0.9696.16645_none_e86deb54c17962e8.manifest

不適用

3,530

04-Jun-2019

19:38

不適用

X86_netfx4-sos_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_63a66b81c7c93d1b.manifest

不適用

2,024

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-system.core_b03f5f7f11d50a3a_4.0.9696.16862_none_bcd6e7471101f86f.manifest

不適用

2,451

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-system.web.extensions_b03f5f7f11d50a3a_4.0.9696.16862_none_bbaacc64e21737e6.manifest

不適用

2,501

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-webengine4_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_54de202b6e657616.manifest

不適用

2,052

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-webengine_dll_b03f5f7f11d50a3a_4.0.9696.16862_none_996cc9757af58970.manifest

不適用

2,048

2019 年 9 月 13 日

03:32

不適用

X86_netfx4-workflowserv..ormancecounters_dll_b03f5f7f11d50a3a_4.0.9696.16645_none_32ced8a7e74942e6.manifest

不適用

2,402

04-Jun-2019

19:38

不適用

X86_netfx4-wpfgfx_b03f5f7f11d50a3a_4.0.9696.16862_none_b04a9dd4c4fc77c9.manifest

不適用

2,052

2019 年 9 月 13 日

03:32

不適用

X86_presentationcore_31bf3856ad364e35_4.0.9696.16862_none_2aa39e8bad7190c0.manifest

不適用

6,533

2019 年 9 月 13 日

03:32

不適用

X86_system.web_b03f5f7f11d50a3a_4.0.9696.16862_none_cd126901a4d5331a.manifest

不適用

2,639

2019 年 9 月 13 日

03:32

不適用

如何取得此更新的說明及支援

需要更多協助嗎?

想要其他選項嗎?

探索訂閱權益、瀏覽訓練課程、瞭解如何保護您的裝置等等。

社群可協助您詢問並回答問題、提供意見反應,以及聆聽來自具有豐富知識的專家意見。

這項資訊有幫助嗎?

您對語言品質的滿意度如何?
以下何者是您會在意的事項?
按下 [提交] 後,您的意見反應將用來改善 Microsoft 產品與服務。 您的 IT 管理員將能夠收集這些資料。 隱私權聲明。

感謝您的意見反應!

×