文章編號: 978338 - 上次校閱: 2010年4月16日 - 版次: 1.1 MS10-029:Windows ISATAP Component 中的弱點可能會允許詐騙 | 系統提示本文適用於您使用的作業系統之外的作業系統。與您不相關的文章內容已停用。 |  |
Microsoft 已經發行資訊安全佈告欄 MS10-029。若要檢視完整的資訊安全佈告欄,請造訪下列其中一個 Microsoft 網站:
- 家庭使用者 :略過詳細資料:現在從 Microsoft Update 網站為您的家用電腦或膝上型電腦下載更新:
- IT 專業人員 :
如何取得此安全性更新的說明及支援如為家庭使用者,若位於美國或加拿大境內,可撥打 1-866-PCSAFETY 或連絡您當地的 Microsoft 分公司來取得免費支援。如需有關如何連絡當地的 Microsoft 分公司以尋求安全性更新的支援問題的詳細資訊,請造訪 Microsoft 世界各地技術支援網站: 北美洲地區的客戶也可以造訪下列 Microsoft 網站,立即使用無限制的免費電子郵件支援,或無限制的個人交談支援: 企業客戶可以透過常用的支援連絡方式來取得安全性更新的支援。 說明此資訊安全佈告欄中的功能變更
此安全性更新會透過 IPv6 內部網站自動通道定址通訊協定 (ISATAP) 實作兩個功能:
- 潛在路由器清單 (PRL):PRL 可使 ISATAP 用戶端對傳入 ISATAP 封包執行來源位址檢查。PRL 在「網際網路標準 RFC 5214」中有說明。當您安裝完此安全性更新之後,根據 PRL 中的資訊,將會強制執行其他動作。這可協助客戶抵禦資訊安全佈告欄 MS10-029 中描述的弱點。
- 鄰居無法連線偵測 (NUD):ISATAP 路由器使用 NUD 來檢查是否可以連線鄰居。NUD 在「網際網路標準 RFC 4861」中有說明。由於需要高相容性,當您安裝完此安全性更新後,會依預設關閉 NUD。因此,需要手動設定 NUD。
潛在路由器清單 (PRL) 的運作方式為何?
「潛在路由器清單」是可在其 ISATAP 路由器的每個 ISATAP 用戶端上維護清單的功能。這些位址可從 ISATAP 路由器上的 DNS 解析中取得。當您安裝完此更新之後,Windows 將使用 PRL 中包含的資訊來執行其他驗證。
收到封包時,只要符合以下其中一個條件,就會處理封包:
- IPv4 來源位址與上一個 32 位元 IPv6 來源位址相符。
- IPv4 來源位址與「潛在路由器清單」中的位址相符。這表示封包由用戶端的 ISATAP 路由器傳送。
例如,試想下列狀況:
摺疊此表格展開此表格 | 主機 | IPv4 位址 | IPv6 位址 |
|---|
| A | 1.1.1.1 | 3ffe::5efe:1.1.1.1 | | B | 2.2.2.2 | 2ffe::5efe:2.2.2.2 |
在這種情況下,主機 A 會將 ISATAP 通道封包傳送至 IPv4 來源位址為 1.1.1.1 的主機 B。偽裝的 IPv6 來源位址存在於通道封包中,例如,2ffe::5efe:3.3.3.3。沒有 PRL,主機 B 會回應 3.3.3.3 而非 1.1.1.1。
但是,當使用 PRL 時,PRL 會偵測詐騙嘗試且將不會處理封包。
鄰居無法連線偵測 (NUD) 的運作方式為何?
「鄰居無法連線偵測」(NUD) 是由 ISATAP 路由器的此更新部署的新功能。NUD 將在轉送封包之前驗證鄰居是否可以連線。這樣可協助確保正確操作網路及防止特定類型的路由迴圈。
轉送封包之前,當啟用此功能時,路由器會將「芳鄰請求」(NS) 傳送至目的地 ISATAP 節點。此節點將接收請求,如果它沒有有問題的 IPv6 位址,ISATAP 節點將不會回應 NS 且將捨棄封包。如果已將位址指派至接收 ISATAP 節點,ISATAP 節點將回應「芳鄰通告」(NA)。收到此 NA 後,原始節點將轉送封包。
我要如何在我的網路中部署 NUD?
當客戶部署 NUD 時,應該多加小心。如果並非網路上的所有 ISATAP 節點都支援 NUD,啟用 NUD 可能會造成連線問題。將「芳鄰請求」傳送至不支援 NUD 的裝置的 ISATAP 路由器將不會收到回覆。因此,ISATAP 路由器會斷定路由不可用。
Windows 7 與 Windows Server 2008 R2 系統支援 NUD。但是,必須手動啟用它。
在 Windows XP、Windows Server 2003、Windows Vista 與 Windows Server 2008 系統中,您必須安裝安全性更新 978338,然後手動啟用 NUD。
我們建議您向啟用 ISATAP 之路由器的任何協力廠商供應商確認,確定他們的裝置是否可實作 NUD,及是否支援處理 NS 與 NA 封包。
我要如何啟用鄰居無法連線偵測?在 Windows Vista、Windows Server 2008、Windows 7 與 Windows Server 2008 R2 系統上啟用 NUD
如果要啟用「鄰居無法連線偵測」,請依照下列步驟執行:
- 在命令提示字元中輸入下列命令,然後按下 ENTER:
netsh int ipv6 set interface ISATAP interface-name nud=enabled - 重新啟動電腦。
如果要停用「鄰居無法連線偵測」,請依照下列步驟執行:
- 在命令提示字元中輸入下列命令,然後按下 ENTER:
netsh int ipv6 set interface ISATAP interface-name nud=di store=persistent - 重新啟動電腦。
在 Windows XP 與 Windows Server 2003 系統上啟用 NUD重要 這個章節、方法或工作包含的步驟會告訴您要如何修改登錄。然而,如果登錄修改錯誤,可能會發生嚴重的問題。因此,請確定小心執行下列步驟。為加強保護,修改登錄之前,請務必將它備份起來。如果發生問題,您就可以還原登錄。如需有關如何備份和還原登錄的詳細資訊,請按一下下面的文件編號,檢視「Microsoft 知識庫」中的文件: 322756?
(http://support.microsoft.com/kb/322756/
)
如何在 Windows XP 中備份及還原登錄
如果要啟用 NUD,新增名為 NUDEnabledOnISATAP 的 DWORD 值,它對下列登錄子機碼而言值為 1: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\GlobalParams
如果要停用修正程式,請變更 NUDEnabledOnISATAP DWORD 項目以使用 0 (零) 值。
如果要新增這些登錄值,請依照下列步驟執行:
- 按一下 [開始],按一下 [執行],在 [開啟] 方塊中輸入 regedit,然後按一下 [確定]。
- 在登錄中找出並按一下下列子機碼:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\ - 在 [編輯] 功能表上,指向 [新增],然後按一下 [機碼]。
- 輸入 GlobalParams 做為機碼的名稱,然後按 ENTER。
- 按兩下 GlobalParams 機碼,加以開啟。
- 在 [編輯] 功能表上,指向 [新增],然後按一下 [DWORD 值]。
- 輸入 NUDEnabledOnISATAP 作為 DWORD 的名稱,然後按下 ENTER。
- 使用滑鼠右鍵按一下 NUDEnabledOnISATAP,然後按一下 [修改]。
- 在 [數值資料] 方塊中,輸入 1 以啟用 NUD,然後按一下 [確定]。
注意 如果要停用 NUD,請輸入 0 (零),然後按一下 [確定]。 - 結束「登錄編輯程式」,然後重新啟動電腦。
此軟體更新的英文 (美國) 版會安裝具有下表中所列屬性的檔案。這些檔案的日期和時間是以 Coordinated Universal Time (UTC) 表示。本機電腦上這些檔案的日期和時間,是以您當地的時間和目前的日光節約時間 (DST) 的時差來顯示。此外,當您對檔案執行特定作業時,其日期和時間可能會改變。
Windows XP 和 Windows Server 2003 檔案資訊- 套用至特定里程碑 (RTM、SPn) 和服務分支 (QFE、GDR) 的檔案,會記錄在「SP 要求」和「服務分支」欄中。
- GDR 服務分支只包含針對普遍的嚴重問題所發行的通用修正程式。QFE 服務分支除了通用修正程式之外,還包含 Hotfix。
- 除了這些表格中所列的檔案外,此軟體更新也會安裝使用 Microsoft 數位簽章所簽署的相關安全性目錄檔案 (KBnumber.cat)。
關於所有支援的 Windows XP 之 x86 版本摺疊此表格展開此表格 | File name | File version | File size | Date | Time | Platform | SP requirement | Service branch |
|---|
| 6to4svc.dll | 5.1.2600.3667 | 100,864 | 12-Feb-2010 | 04:47 | x86 | SP2 | SP2GDR | | Tcpip6.sys | 5.1.2600.3667 | 226,880 | 11-Feb-2010 | 12:01 | x86 | SP2 | SP2GDR | | 6to4svc.dll | 5.1.2600.3667 | 100,864 | 12-Feb-2010 | 04:36 | x86 | SP2 | SP2QFE | | Tcpip6.sys | 5.1.2600.3667 | 226,880 | 11-Feb-2010 | 11:08 | x86 | SP2 | SP2QFE | | 6to4svc.dll | 5.1.2600.5935 | 100,864 | 12-Feb-2010 | 04:33 | x86 | SP3 | SP3GDR | | Tcpip6.sys | 5.1.2600.5935 | 226,880 | 11-Feb-2010 | 12:02 | x86 | SP3 | SP3GDR | | 6to4svc.dll | 5.1.2600.5935 | 100,864 | 12-Feb-2010 | 04:27 | x86 | SP3 | SP3QFE | | Tcpip6.sys | 5.1.2600.5935 | 226,880 | 11-Feb-2010 | 11:36 | x86 | SP3 | SP3QFE |
關於所有支援的 Windows Server 2003 與 Windows XP Professional x64 Edition 之 x64 版本摺疊此表格展開此表格 | File name | File version | File size | Date | Time | Platform | SP requirement | Service branch |
|---|
| 6to4svc.dll | 5.2.3790.4662 | 124,928 | 12-Feb-2010 | 17:29 | x64 | SP2 | SP2GDR | | Tcpip6.sys | 5.2.3790.4662 | 394,112 | 12-Feb-2010 | 17:29 | x64 | SP2 | SP2GDR | | W03a3409.dll | 5.2.3790.4590 | 44,032 | 12-Feb-2010 | 17:29 | x64 | SP2 | SP2GDR | | W6to4svc.dll | 5.2.3790.4662 | 100,352 | 12-Feb-2010 | 17:29 | x86 | SP2 | SP2GDR\WOW | | Ww03a3409.dll | 5.2.3790.4590 | 43,520 | 12-Feb-2010 | 17:29 | x86 | SP2 | SP2GDR\WOW | | 6to4svc.dll | 5.2.3790.4662 | 124,928 | 12-Feb-2010 | 17:25 | x64 | SP2 | SP2QFE | | Tcpip6.sys | 5.2.3790.4662 | 396,032 | 12-Feb-2010 | 17:25 | x64 | SP2 | SP2QFE | | W03a3409.dll | 5.2.3790.4590 | 44,032 | 12-Feb-2010 | 17:25 | x64 | SP2 | SP2QFE | | W6to4svc.dll | 5.2.3790.4662 | 100,352 | 12-Feb-2010 | 17:25 | x86 | SP2 | SP2QFE\WOW | | Ww03a3409.dll | 5.2.3790.4590 | 43,520 | 12-Feb-2010 | 17:25 | x86 | SP2 | SP2QFE\WOW |
關於所有支援的 Windows Server 2003 之 x86 版本摺疊此表格展開此表格 | File name | File version | File size | Date | Time | Platform | SP requirement | Service branch |
|---|
| 6to4svc.dll | 5.2.3790.4662 | 100,352 | 12-Feb-2010 | 04:36 | x86 | SP2 | SP2GDR | | Tcpip6.sys | 5.2.3790.4662 | 247,360 | 10-Feb-2010 | 12:48 | Not Applicable | SP2 | SP2GDR | | W03a3409.dll | 5.2.3790.4590 | 43,520 | 16-Sep-2009 | 12:16 | x86 | SP2 | SP2GDR | | 6to4svc.dll | 5.2.3790.4662 | 100,352 | 12-Feb-2010 | 04:44 | x86 | SP2 | SP2QFE | | Tcpip6.sys | 5.2.3790.4662 | 248,640 | 10-Feb-2010 | 15:51 | Not Applicable | SP2 | SP2QFE | | W03a3409.dll | 5.2.3790.4590 | 43,520 | 16-Sep-2009 | 12:16 | x86 | SP2 | SP2QFE |
關於所有支援的 Windows Server 2003 之 IA-64 版本摺疊此表格展開此表格 | File name | File version | File size | Date | Time | Platform | SP requirement | Service branch |
|---|
| 6to4svc.dll | 5.2.3790.4662 | 363,520 | 12-Feb-2010 | 17:28 | IA-64 | SP2 | SP2GDR | | Tcpip6.sys | 5.2.3790.4662 | 798,976 | 12-Feb-2010 | 17:28 | Not Applicable | SP2 | SP2GDR | | W03a3409.dll | 5.2.3790.4590 | 42,496 | 12-Feb-2010 | 17:28 | IA-64 | SP2 | SP2GDR | | W6to4svc.dll | 5.2.3790.4662 | 100,352 | 12-Feb-2010 | 17:28 | x86 | SP2 | SP2GDR\WOW | | Ww03a3409.dll | 5.2.3790.4590 | 43,520 | 12-Feb-2010 | 17:28 | x86 | SP2 | SP2GDR\WOW | | 6to4svc.dll | 5.2.3790.4662 | 363,520 | 12-Feb-2010 | 17:25 | IA-64 | SP2 | SP2QFE | | Tcpip6.sys | 5.2.3790.4662 | 802,688 | 12-Feb-2010 | 17:25 | Not Applicable | SP2 | SP2QFE | | W03a3409.dll | 5.2.3790.4590 | 42,496 | 12-Feb-2010 | 17:25 | IA-64 | SP2 | SP2QFE | | W6to4svc.dll | 5.2.3790.4662 | 100,352 | 12-Feb-2010 | 17:25 | x86 | SP2 | SP2QFE\WOW | | Ww03a3409.dll | 5.2.3790.4590 | 43,520 | 12-Feb-2010 | 17:25 | x86 | SP2 | SP2QFE\WOW |
Windows Vista 及 Windows Server 2008 檔案資訊- 套用至特定產品、里程碑 (RTM、SPn) 及服務分支 (LDR、GDR) 的檔案可透過檢視下列表格中所顯示的檔案版本號碼來確認:
摺疊此表格展開此表格 | 版本 | 產品 | 里程碑 | 服務分支 | | 6.0.6000.16xxx | Windows Vista | RTM | GDR | | 6.0.6000.20xxx | Windows Vista | RTM | LDR | | 6.0.6001.18xxx | Windows Vista SP1 及 Windows Server 2008 SP1 | SP1 | GDR | | 6.0.6001.22xxx | Windows Vista SP1 及 Windows Server 2008 SP1 | SP1 | LDR | | 6.0.6002.18xxx | Windows Vista SP2 和 Windows Server 2008 SP2 | SP2 | GDR | | 6.0.6002.22xxx | Windows Vista SP2 和 Windows Server 2008 SP2 | SP2 | LDR |
- Service Pack 1 已整合至發行版本的 Windows Server 2008。因此,RTM 里程碑檔案只適用於 Windows Vista。RTM 里程碑檔案的版本號碼是 6.0.0000.xxxxxx。
- GDR 服務分支只包含針對普遍的嚴重問題所發行的通用修正程式。LDR 服務分支除了通用修正程式之外,還包含 Hotfix。
- 每一個環境安裝的 MANIFEST 檔案 (.manifest) 及 MUM 檔案 (.mum) 皆會分別列出。對於維持已更新元件的狀態,MUM 及 MANIFEST 檔案及相關的安全性目錄 (.cat) 檔案皆很重要。這些安全性目錄檔案 (屬性並未列出) 是以 Microsoft 數位簽章簽署。
關於所有支援的 Windows Vista 和 Windows Server 2008 之 x86 版本摺疊此表格展開此表格 | File name | File version | File size | Date | Time | Platform |
|---|
| Iphlpsvc.dll | 6.0.6000.17021 | 179,712 | 18-Feb-2010 | 14:19 | x86 | | Tunmp.sys | 6.0.6000.17021 | 15,360 | 18-Feb-2010 | 12:04 | x86 | | Tunnel.sys | 6.0.6000.17021 | 25,088 | 18-Feb-2010 | 12:04 | x86 | | Iphlpsvc.dll | 6.0.6000.21226 | 179,712 | 18-Feb-2010 | 13:57 | x86 | | Tunmp.sys | 6.0.6000.21226 | 15,360 | 18-Feb-2010 | 11:50 | x86 | | Tunnel.sys | 6.0.6000.21226 | 25,088 | 18-Feb-2010 | 11:50 | x86 | | Iphlpsvc.dll | 6.0.6001.18427 | 190,464 | 18-Feb-2010 | 14:11 | x86 | | Tunmp.sys | 6.0.6001.18000 | 15,360 | 19-Jan-2008 | 05:55 | x86 | | Tunnel.sys | 6.0.6001.18427 | 25,088 | 18-Feb-2010 | 11:52 | x86 | | Iphlpsvc.dll | 6.0.6001.22636 | 201,216 | 18-Feb-2010 | 14:00 | x86 | | Tunmp.sys | 6.0.6001.22636 | 15,360 | 18-Feb-2010 | 12:00 | x86 | | Tunnel.sys | 6.0.6001.22636 | 25,088 | 18-Feb-2010 | 12:00 | x86 | | Iphlpsvc.dll | 6.0.6002.18209 | 200,704 | 18-Feb-2010 | 13:30 | x86 | | Tunmp.sys | 6.0.6001.18000 | 15,360 | 19-Jan-2008 | 05:55 | x86 | | Tunnel.sys | 6.0.6002.18209 | 25,088 | 18-Feb-2010 | 11:28 | x86 | | Iphlpsvc.dll | 6.0.6002.22341 | 211,456 | 18-Feb-2010 | 13:42 | x86 | | Tunmp.sys | 6.0.6002.22341 | 15,360 | 18-Feb-2010 | 11:42 | x86 | | Tunnel.sys | 6.0.6002.22341 | 25,088 | 18-Feb-2010 | 11:42 | x86 | | Tcpipreg.sys | 6.0.6002.18160 | 30,720 | 08-Dec-2009 | 17:26 | x86 | | Tcpipreg.sys | 6.0.6002.22341 | 31,232 | 18-Feb-2010 | 11:43 | x86 | | Netio.sys | 6.0.6000.16908 | 213,592 | 14-Aug-2009 | 17:16 | x86 | | Netio.sys | 6.0.6000.21226 | 213,896 | 18-Feb-2010 | 14:34 | x86 | | Netio.sys | 6.0.6001.22636 | 220,040 | 18-Feb-2010 | 17:36 | x86 | | Bfe.dll | 6.0.6000.21226 | 317,440 | 18-Feb-2010 | 13:55 | x86 | | Fwpkclnt.sys | 6.0.6000.21226 | 85,504 | 18-Feb-2010 | 11:50 | x86 | | Fwpuclnt.dll | 6.0.6000.21226 | 543,232 | 18-Feb-2010 | 13:56 | x86 | | Ikeext.dll | 6.0.6000.21226 | 416,768 | 18-Feb-2010 | 13:56 | x86 | | Wfp.mof | Not Applicable | 816 | 01-Apr-2009 | 16:13 | Not Applicable | | Wfp.tmf | Not Applicable | 115,173 | 18-Feb-2010 | 11:51 | Not Applicable | | Bfe.dll | 6.0.6001.22636 | 328,704 | 18-Feb-2010 | 13:57 | x86 | | Fwpkclnt.sys | 6.0.6001.22636 | 98,192 | 18-Feb-2010 | 17:36 | x86 | | Fwpuclnt.dll | 6.0.6001.22636 | 595,456 | 18-Feb-2010 | 13:59 | x86 | | Ikeext.dll | 6.0.6001.22636 | 438,272 | 18-Feb-2010 | 13:59 | x86 | | Wfp.mof | Not Applicable | 814 | 01-Apr-2009 | 19:02 | Not Applicable | | Wfp.tmf | Not Applicable | 208,966 | 18-Feb-2010 | 12:01 | Not Applicable | | Tcpip.sys | 6.0.6001.18427 | 898,952 | 18-Feb-2010 | 14:49 | x86 | | Tcpip.sys | 6.0.6001.22636 | 902,024 | 18-Feb-2010 | 17:36 | x86 | | Tcpip.sys | 6.0.6002.18209 | 904,576 | 18-Feb-2010 | 14:07 | x86 | | Tcpip.sys | 6.0.6002.22341 | 910,216 | 18-Feb-2010 | 14:22 | x86 | | Netiomig.dll | 6.0.6000.17021 | 49,152 | 18-Feb-2010 | 14:21 | x86 | | Netiougc.exe | 6.0.6000.17021 | 22,016 | 18-Feb-2010 | 12:04 | x86 | | Tcpip.sys | 6.0.6000.17021 | 815,104 | 18-Feb-2010 | 12:05 | x86 | | Tcpipcfg.dll | 6.0.6000.17021 | 167,424 | 18-Feb-2010 | 14:22 | x86 | | Netiomig.dll | 6.0.6000.21226 | 49,152 | 18-Feb-2010 | 14:00 | x86 | | Netiougc.exe | 6.0.6000.21226 | 22,016 | 18-Feb-2010 | 11:51 | x86 | | Tcpip.sys | 6.0.6000.21226 | 818,688 | 18-Feb-2010 | 11:51 | x86 | | Tcpipcfg.dll | 6.0.6000.21226 | 167,424 | 18-Feb-2010 | 14:01 | x86 |
關於所有支援的 Windows Vista 和 Windows Server 2008 之 x64 版本摺疊此表格展開此表格 | File name | File version | File size | Date | Time | Platform |
|---|
| Iphlpsvc.dll | 6.0.6000.17021 | 199,168 | 18-Feb-2010 | 14:29 | x64 | | Tunmp.sys | 6.0.6000.17021 | 18,432 | 18-Feb-2010 | 12:23 | x64 | | Tunnel.sys | 6.0.6000.17021 | 29,696 | 18-Feb-2010 | 12:24 | x64 | | Iphlpsvc.dll | 6.0.6000.21226 | 199,168 | 18-Feb-2010 | 14:34 | x64 | | Tunmp.sys | 6.0.6000.21226 | 18,432 | 18-Feb-2010 | 12:26 | x64 | | Tunnel.sys | 6.0.6000.21226 | 29,696 | 18-Feb-2010 | 12:26 | x64 | | Iphlpsvc.dll | 6.0.6001.18427 | 224,256 | 18-Feb-2010 | 14:21 | x64 | | Tunmp.sys | 6.0.6001.18000 | 18,432 | 19-Jan-2008 | 06:36 | x64 | | Tunnel.sys | 6.0.6001.18427 | 29,696 | 18-Feb-2010 | 12:15 | x64 | | Iphlpsvc.dll | 6.0.6001.22636 | 238,080 | 18-Feb-2010 | 14:25 | x64 | | Tunmp.sys | 6.0.6001.22636 | 18,432 | 18-Feb-2010 | 12:24 | x64 | | Tunnel.sys | 6.0.6001.22636 | 29,696 | 18-Feb-2010 | 12:24 | x64 | | Iphlpsvc.dll | 6.0.6002.18209 | 225,280 | 18-Feb-2010 | 13:49 | x64 | | Tunmp.sys | 6.0.6001.18000 | 18,432 | 19-Jan-2008 | 06:36 | x64 | | Tunnel.sys | 6.0.6002.18209 | 29,696 | 18-Feb-2010 | 11:59 | x64 | | Iphlpsvc.dll | 6.0.6002.22341 | 238,592 | 18-Feb-2010 | 13:43 | x64 | | Tunmp.sys | 6.0.6002.22341 | 18,432 | 18-Feb-2010 | 12:01 | x64 | | Tunnel.sys | 6.0.6002.22341 | 29,696 | 18-Feb-2010 | 12:01 | x64 | | Tcpipreg.sys | 6.0.6002.18160 | 40,448 | 08-Dec-2009 | 17:55 | x64 | | Tcpipreg.sys | 6.0.6002.22341 | 40,448 | 18-Feb-2010 | 12:02 | x64 | | Netio.sys | 6.0.6000.16908 | 321,112 | 14-Aug-2009 | 17:39 | x64 | | Netio.sys | 6.0.6000.21226 | 320,904 | 18-Feb-2010 | 15:10 | x64 | | Netio.sys | 6.0.6001.22636 | 342,416 | 18-Feb-2010 | 15:04 | x64 | | Bfe.dll | 6.0.6000.21226 | 439,808 | 18-Feb-2010 | 14:32 | x64 | | Fwpkclnt.sys | 6.0.6000.21226 | 147,456 | 18-Feb-2010 | 12:26 | x64 | | Fwpuclnt.dll | 6.0.6000.21226 | 712,192 | 18-Feb-2010 | 14:33 | x64 | | Ikeext.dll | 6.0.6000.21226 | 419,328 | 18-Feb-2010 | 14:34 | x64 | | Wfp.mof | Not Applicable | 816 | 01-Apr-2009 | 16:13 | Not Applicable | | Wfp.tmf | Not Applicable | 115,073 | 18-Feb-2010 | 12:26 | Not Applicable | | Bfe.dll | 6.0.6001.22636 | 458,240 | 18-Feb-2010 | 14:23 | x64 | | Fwpkclnt.sys | 6.0.6001.22636 | 165,264 | 18-Feb-2010 | 15:03 | x64 | | Fwpuclnt.dll | 6.0.6001.22636 | 779,776 | 18-Feb-2010 | 14:24 | x64 | | Ikeext.dll | 6.0.6001.22636 | 454,656 | 18-Feb-2010 | 14:25 | x64 | | Wfp.mof | Not Applicable | 814 | 01-Apr-2009 | 16:13 | Not Applicable | | Wfp.tmf | Not Applicable | 207,863 | 18-Feb-2010 | 12:24 | Not Applicable | | Tcpip.sys | 6.0.6001.18427 | 1,420,688 | 18-Feb-2010 | 15:01 | x64 | | Tcpip.sys | 6.0.6001.22636 | 1,414,032 | 18-Feb-2010 | 15:04 | x64 | | Tcpip.sys | 6.0.6002.18209 | 1,427,336 | 18-Feb-2010 | 14:28 | x64 | | Tcpip.sys | 6.0.6002.22341 | 1,423,752 | 18-Feb-2010 | 14:22 | x64 | | Netiomig.dll | 6.0.6000.17021 | 59,904 | 18-Feb-2010 | 14:31 | x64 | | Netiougc.exe | 6.0.6000.17021 | 25,600 | 18-Feb-2010 | 12:24 | x64 | | Tcpip.sys | 6.0.6000.17021 | 1,200,640 | 18-Feb-2010 | 12:25 | x64 | | Tcpipcfg.dll | 6.0.6000.17021 | 232,960 | 18-Feb-2010 | 14:32 | x64 | | Netiomig.dll | 6.0.6000.21226 | 59,904 | 18-Feb-2010 | 14:36 | x64 | | Netiougc.exe | 6.0.6000.21226 | 25,600 | 18-Feb-2010 | 12:26 | x64 | | Tcpip.sys | 6.0.6000.21226 | 1,198,080 | 18-Feb-2010 | 12:27 | x64 | | Tcpipcfg.dll | 6.0.6000.21226 | 232,960 | 18-Feb-2010 | 14:37 | x64 | | Fwpuclnt.dll | 6.0.6000.21226 | 543,232 | 18-Feb-2010 | 13:56 | x86 | | Wfp.mof | Not Applicable | 816 | 01-Apr-2009 | 16:13 | Not Applicable | | Fwpuclnt.dll | 6.0.6001.22636 | 595,456 | 18-Feb-2010 | 13:59 | x86 | | Wfp.mof | Not Applicable | 814 | 01-Apr-2009 | 19:02 | Not Applicable | | Netiomig.dll | 6.0.6000.17021 | 49,152 | 18-Feb-2010 | 14:21 | x86 | | Netiougc.exe | 6.0.6000.17021 | 22,016 | 18-Feb-2010 | 12:04 | x86 | | Tcpipcfg.dll | 6.0.6000.17021 | 167,424 | 18-Feb-2010 | 14:22 | x86 | | Netiomig.dll | 6.0.6000.21226 | 49,152 | 18-Feb-2010 | 14:00 | x86 | | Netiougc.exe | 6.0.6000.21226 | 22,016 | 18-Feb-2010 | 11:51 | x86 | | Tcpipcfg.dll | 6.0.6000.21226 | 167,424 | 18-Feb-2010 | 14:01 | x86 |
關於所有支援的 Windows Server 2008 之 IA-64 版本摺疊此表格展開此表格 | File name | File version | File size | Date | Time | Platform |
|---|
| Iphlpsvc.dll | 6.0.6001.18427 | 407,040 | 18-Feb-2010 | 14:08 | IA-64 | | Tunmp.sys | 6.0.6001.18000 | 42,496 | 19-Jan-2008 | 06:50 | IA-64 | | Tunnel.sys | 6.0.6001.18427 | 69,120 | 18-Feb-2010 | 12:16 | IA-64 | | Iphlpsvc.dll | 6.0.6001.22636 | 427,008 | 18-Feb-2010 | 14:59 | IA-64 | | Tunmp.sys | 6.0.6001.22636 | 42,496 | 18-Feb-2010 | 13:17 | IA-64 | | Tunnel.sys | 6.0.6001.22636 | 69,120 | 18-Feb-2010 | 13:17 | IA-64 | | Iphlpsvc.dll | 6.0.6002.18209 | 408,576 | 18-Feb-2010 | 13:14 | IA-64 | | Tunmp.sys | 6.0.6001.18000 | 42,496 | 19-Jan-2008 | 06:50 | IA-64 | | Tunnel.sys | 6.0.6002.18209 | 69,120 | 18-Feb-2010 | 11:44 | IA-64 | | Iphlpsvc.dll | 6.0.6002.22341 | 428,544 | 18-Feb-2010 | 13:27 | IA-64 | | Tunmp.sys | 6.0.6002.22341 | 42,496 | 18-Feb-2010 | 11:53 | IA-64 | | Tunnel.sys | 6.0.6002.22341 | 69,120 | 18-Feb-2010 | 11:53 | IA-64 | | Tcpipreg.sys | 6.0.6002.18160 | 79,360 | 08-Dec-2009 | 17:51 | IA-64 | | Tcpipreg.sys | 6.0.6002.22341 | 80,896 | 18-Feb-2010 | 11:54 | IA-64 | | Netio.sys | 6.0.6001.22636 | 638,352 | 18-Feb-2010 | 15:40 | IA-64 | | Bfe.dll | 6.0.6001.22636 | 781,312 | 18-Feb-2010 | 14:57 | IA-64 | | Fwpkclnt.sys | 6.0.6001.22636 | 261,008 | 18-Feb-2010 | 15:39 | IA-64 | | Fwpuclnt.dll | 6.0.6001.22636 | 1,122,304 | 18-Feb-2010 | 14:59 | IA-64 | | Ikeext.dll | 6.0.6001.22636 | 925,696 | 18-Feb-2010 | 14:59 | IA-64 | | Wfp.mof | Not Applicable | 814 | 01-Apr-2009 | 16:14 | Not Applicable | | Wfp.tmf | Not Applicable | 207,769 | 18-Feb-2010 | 13:17 | Not Applicable | | Tcpip.sys | 6.0.6001.18427 | 2,940,808 | 18-Feb-2010 | 14:49 | IA-64 | | Tcpip.sys | 6.0.6001.22636 | 2,941,328 | 18-Feb-2010 | 15:40 | IA-64 | | Tcpip.sys | 6.0.6002.18209 | 2,951,552 | 18-Feb-2010 | 14:00 | IA-64 | | Tcpip.sys | 6.0.6002.22341 | 2,956,672 | 18-Feb-2010 | 14:13 | IA-64 | | Fwpuclnt.dll | 6.0.6001.22636 | 595,456 | 18-Feb-2010 | 13:59 | x86 | | Wfp.mof | Not Applicable | 814 | 01-Apr-2009 | 19:02 | Not Applicable |
Windows Vista 和 Windows Server 2008 的其他檔案資訊所有支援的 x86 版本之 Windows Vista 和 Windows Server 2008 的其他檔案摺疊此表格展開此表格 | File name | Package_10_for_kb978338_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,901 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_10_for_kb978338~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 5,533 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_11_for_kb978338_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,232 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_11_for_kb978338~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 4,133 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_12_for_kb978338_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,837 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_12_for_kb978338~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 4,491 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_13_for_kb978338_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,178 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_13_for_kb978338~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 3,116 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_1_for_kb978338_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,185 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_1_for_kb978338~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,905 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_2_for_kb978338_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,787 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_2_for_kb978338~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 4,942 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_3_for_kb978338_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,696 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_3_for_kb978338~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 3,797 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_4_for_kb978338_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,843 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_4_for_kb978338~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 4,282 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_5_for_kb978338_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,845 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_5_for_kb978338~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 4,282 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_6_for_kb978338_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 3,058 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_6_for_kb978338~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 5,694 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_7_for_kb978338_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,173 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_7_for_kb978338~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 4,074 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_8_for_kb978338_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,900 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_8_for_kb978338~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 5,532 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_9_for_kb978338_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,231 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_9_for_kb978338~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 4,132 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_for_kb978338_client_0_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,417 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_for_kb978338_client_0~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,436 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_for_kb978338_client_1_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,619 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_for_kb978338_client_1~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,652 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_for_kb978338_client_2_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,097 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_for_kb978338_client_2~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,140 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_for_kb978338_client_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,961 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_for_kb978338_client~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,004 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_for_kb978338_sc_0_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,412 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_for_kb978338_sc_0~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,431 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_for_kb978338_sc_1_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,095 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_for_kb978338_sc_1~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,138 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_for_kb978338_sc_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,679 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_for_kb978338_sc~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,710 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_for_kb978338_server_0_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,416 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_for_kb978338_server_0~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,435 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_for_kb978338_server_1_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,097 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_for_kb978338_server_1~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,140 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_for_kb978338_server_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,691 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_for_kb978338_server~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,722 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpesrv_0_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,412 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpesrv_0~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,431 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpesrv_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,420 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpesrv~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,439 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpe_0_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,411 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpe_0~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,430 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpe_bf~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,414 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpe~31bf3856ad364e35~x86~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,433 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | Update-bf.mum | | File version | Not Applicable | | File size | 4,127 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:23 | | Platform | Not Applicable | | | File name | X86_191c408fb7365383c60c8c5860d2bb17_31bf3856ad364e35_6.0.6001.22636_none_a1a4581045d010c4.manifest | | File version | Not Applicable | | File size | 1,402 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | X86_1ed18a6c1bd9940c7b2765548626084b_31bf3856ad364e35_6.0.6001.22636_none_f54bcee64a328a0c.manifest | | File version | Not Applicable | | File size | 702 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | X86_22b12f2914c5f668d970283904e1a4c7_31bf3856ad364e35_6.0.6002.18160_none_b7b2a3f892f96027.manifest | | File version | Not Applicable | | File size | 717 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | X86_4468947691a491693c2ba3e06ce34c70_31bf3856ad364e35_6.0.6000.21226_none_71503c99885a9600.manifest | | File version | Not Applicable | | File size | 716 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | X86_572cfef8f76b889ac6c00d9b8fcf99af_31bf3856ad364e35_6.0.6001.18427_none_3b566e7f1aae4ac4.manifest | | File version | Not Applicable | | File size | 716 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | X86_6b42cb539a2ed039540ef15e09b9e826_31bf3856ad364e35_6.0.6002.22341_none_9711991bece63ab7.manifest | | File version | Not Applicable | | File size | 717 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | X86_7496b48767a78df4a3378df086652e35_31bf3856ad364e35_6.0.6000.16908_none_bb01dd1836eb1ea9.manifest | | File version | Not Applicable | | File size | 1,045 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | X86_96d3fdf0aa9b9ed3e965de612e5c31d7_31bf3856ad364e35_6.0.6002.22341_none_c823d07a753f9996.manifest | | File version | Not Applicable | | File size | 716 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | X86_a95cada2e869d484ed3996eb993afa56_31bf3856ad364e35_6.0.6002.18209_none_5ec6c260e376d398.manifest | | File version | Not Applicable | | File size | 716 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | X86_b0a08a0b969c890e4a25fb32d780c94a_31bf3856ad364e35_6.0.6001.18427_none_138d528857289632.manifest | | File version | Not Applicable | | File size | 702 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | X86_b71be7784c7d3fe2cf342f86c445997f_31bf3856ad364e35_6.0.6001.22636_none_546801d698cbe759.manifest | | File version | Not Applicable | | File size | 1,056 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | X86_b8cfc3a8724c7a046b55d25e8a746a11_31bf3856ad364e35_6.0.6002.18209_none_0a3a582b280d4642.manifest | | File version | Not Applicable | | File size | 702 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | X86_c8cd5062bb00183b108e3e07f3cfef20_31bf3856ad364e35_6.0.6000.21226_none_cefe8114490fbf19.manifest | | File version | Not Applicable | | File size | 1,393 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | X86_c93bfc508b4ee2c44d631633bd8edcc9_31bf3856ad364e35_6.0.6000.17021_none_c2787feeb36de2ee.manifest | | File version | Not Applicable | | File size | 716 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | X86_cfd9a77b79a6bb58f0630270e4e7814b_31bf3856ad364e35_6.0.6002.22341_none_efb4a27eaf74efbe.manifest | | File version | Not Applicable | | File size | 702 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | X86_e8b5be863c24aa91979e93ca380b2c15_31bf3856ad364e35_6.0.6001.22636_none_99475da412366362.manifest | | File version | Not Applicable | | File size | 716 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:19 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6000.17021_none_0fe812727f4356a5.manifest | | File version | Not Applicable | | File size | 17,110 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:54 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6000.21226_none_1076b295985c7249.manifest | | File version | Not Applicable | | File size | 17,110 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:43 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6001.18427_none_11d47c987c644985.manifest | | File version | Not Applicable | | File size | 19,132 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6001.22636_none_12524b13958ae910.manifest | | File version | Not Applicable | | File size | 18,383 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 18:01 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6002.18209_none_13d290d27978969c.manifest | | File version | Not Applicable | | File size | 19,132 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6002.22341_none_1428eb9d92bddb72.manifest | | File version | Not Applicable | | File size | 18,383 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:35 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-l..istry-support-tcpip_31bf3856ad364e35_6.0.6002.18160_none_87c2cfff02c3ebf2.manifest | | File version | Not Applicable | | File size | 4,845 | | Date (UTC) | 08-Dec-2009 | | Time (UTC) | 21:22 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-l..istry-support-tcpip_31bf3856ad364e35_6.0.6002.22341_none_88630ed21bd06a58.manifest | | File version | Not Applicable | | File size | 4,845 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:36 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-netio-infrastructure_31bf3856ad364e35_6.0.6000.16908_none_54bd3631b81fb89b.manifest | | File version | Not Applicable | | File size | 3,908 | | Date (UTC) | 14-Aug-2009 | | Time (UTC) | 18:13 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-netio-infrastructure_31bf3856ad364e35_6.0.6000.21226_none_552f0c98d14f8e02.manifest | | File version | Not Applicable | | File size | 3,908 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:42 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-netio-infrastructure_31bf3856ad364e35_6.0.6001.22636_none_570aa516ce7e04c9.manifest | | File version | Not Applicable | | File size | 3,908 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 18:01 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-network-security_31bf3856ad364e35_6.0.6000.21226_none_cbb80fac468cdeac.manifest | | File version | Not Applicable | | File size | 126,920 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:44 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-network-security_31bf3856ad364e35_6.0.6001.22636_none_cd93a82a43bb5573.manifest | | File version | Not Applicable | | File size | 127,634 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 18:03 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-tcpip-binaries_31bf3856ad364e35_6.0.6001.18427_none_b30f7c1866701ed5.manifest | | File version | Not Applicable | | File size | 6,254 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 16:12 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-tcpip-binaries_31bf3856ad364e35_6.0.6001.22636_none_b38d4a937f96be60.manifest | | File version | Not Applicable | | File size | 6,254 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 18:04 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-tcpip-binaries_31bf3856ad364e35_6.0.6002.18209_none_b50d905263846bec.manifest | | File version | Not Applicable | | File size | 6,400 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:05 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-tcpip-binaries_31bf3856ad364e35_6.0.6002.22341_none_b563eb1d7cc9b0c2.manifest | | File version | Not Applicable | | File size | 6,400 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:37 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-tcpip_31bf3856ad364e35_6.0.6000.17021_none_5f8a957c924295b7.manifest | | File version | Not Applicable | | File size | 28,871 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:52 | | Platform | Not Applicable | | | File name | X86_microsoft-windows-tcpip_31bf3856ad364e35_6.0.6000.21226_none_6019359fab5bb15b.manifest | | File version | Not Applicable | | File size | 28,871 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:40 | | Platform | Not Applicable | |
所有支援的 x64 版本之 Windows Vista 和 Windows Server 2008 的其他檔案摺疊此表格展開此表格 | File name | Amd64_02114e820d036a1213b20655951324e8_31bf3856ad364e35_6.0.6000.16908_none_61e9115adf1c41ae.manifest | | File version | Not Applicable | | File size | 1,744 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_0d26f0e1d5b1378f63e696f582935773_31bf3856ad364e35_6.0.6002.22341_none_b62284b18f63e01d.manifest | | File version | Not Applicable | | File size | 720 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_1802998639d46f90ed07d761205609fe_31bf3856ad364e35_6.0.6002.18209_none_9349bd828a9f181e.manifest | | File version | Not Applicable | | File size | 720 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_19738cf1798a0636ab3a13d4dddcbdf8_31bf3856ad364e35_6.0.6001.18427_none_0f9cc5aa1c2d4220.manifest | | File version | Not Applicable | | File size | 1,082 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_22fa9a2664d09ffa51ce25e97d1d5540_31bf3856ad364e35_6.0.6001.22636_none_c1bb8f428642e22f.manifest | | File version | Not Applicable | | File size | 1,082 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_281fad714ea612178090a7272ffc0182_31bf3856ad364e35_6.0.6002.18160_none_81f4775e1d91bf90.manifest | | File version | Not Applicable | | File size | 721 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_5b5377d13d6a958554702a25ea63ecaa_31bf3856ad364e35_6.0.6002.22341_none_2aefdc6f9edec21b.manifest | | File version | Not Applicable | | File size | 721 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_62466105d2231fed125a745c98e8d29b_31bf3856ad364e35_6.0.6000.21226_none_b5ce4d5641326826.manifest | | File version | Not Applicable | | File size | 1,082 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_6e01796dbb62c81cba5230f0f6e65d51_31bf3856ad364e35_6.0.6000.16908_none_335e3ab2ecccd43d.manifest | | File version | Not Applicable | | File size | 1,051 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_6e5e8690d7ca07f54db2f2294340412d_31bf3856ad364e35_6.0.6000.21226_none_0c3196fee37d7b9e.manifest | | File version | Not Applicable | | File size | 1,401 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_8a901f3e433ad8f67377acae85806660_31bf3856ad364e35_6.0.6001.22636_none_738712be9ec61a38.manifest | | File version | Not Applicable | | File size | 1,766 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_9ca2cdb7980da7855065557178cdfb8e_31bf3856ad364e35_6.0.6000.21226_none_5ee86ba36c5343d6.manifest | | File version | Not Applicable | | File size | 2,444 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_a5230537331cb9b310737ac17704a54c_31bf3856ad364e35_6.0.6002.18209_none_291c6aefa993437d.manifest | | File version | Not Applicable | | File size | 720 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_b3341eb2a700b377540f7f6bf6851248_31bf3856ad364e35_6.0.6002.18209_none_616f22d568a1a9da.manifest | | File version | Not Applicable | | File size | 706 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_b9d455f01ee0498bad3f47576beb3ef6_31bf3856ad364e35_6.0.6001.18427_none_ed95901d2164ef7b.manifest | | File version | Not Applicable | | File size | 706 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_b9ddb2178c6ffd2056458bedd8dffb13_31bf3856ad364e35_6.0.6001.22636_none_58e19a0c8636646a.manifest | | File version | Not Applicable | | File size | 706 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_be4e4d7f92d07f806e8f31aaacb680a8_31bf3856ad364e35_6.0.6001.22636_none_910664820b0876ca.manifest | | File version | Not Applicable | | File size | 1,410 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_c0e4b43c960c07828a5484f5d26d28c1_31bf3856ad364e35_6.0.6002.22341_none_4efa1dcdbbbb530f.manifest | | File version | Not Applicable | | File size | 720 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_c2a0926d2159f99fbe9612ee21130b92_31bf3856ad364e35_6.0.6002.22341_none_751f8dc0cfb36f1e.manifest | | File version | Not Applicable | | File size | 706 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_ccfb1e9b50557f82f9808afbcd9b052d_31bf3856ad364e35_6.0.6001.18427_none_eb2c815d77fa5246.manifest | | File version | Not Applicable | | File size | 720 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_dfdc666d3afd6a4e97266e8e93d5a40d_31bf3856ad364e35_6.0.6001.22636_none_d0cb07a50f80f7de.manifest | | File version | Not Applicable | | File size | 720 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_e674afc39f253473d9c8a8a483763f29_31bf3856ad364e35_6.0.6001.22636_none_1ac98fe52912a94f.manifest | | File version | Not Applicable | | File size | 2,114 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_feee4a3d1a1fb7b7dd6e8131ed6d88a7_31bf3856ad364e35_6.0.6000.17021_none_3c4ca97952c9dbcd.manifest | | File version | Not Applicable | | File size | 1,082 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6000.17021_none_6c06adf637a0c7db.manifest | | File version | Not Applicable | | File size | 17,162 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 18:42 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6000.21226_none_6c954e1950b9e37f.manifest | | File version | Not Applicable | | File size | 17,162 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 16:20 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6001.18427_none_6df3181c34c1babb.manifest | | File version | Not Applicable | | File size | 19,190 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6001.22636_none_6e70e6974de85a46.manifest | | File version | Not Applicable | | File size | 18,443 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 16:24 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6002.18209_none_6ff12c5631d607d2.manifest | | File version | Not Applicable | | File size | 19,190 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6002.22341_none_704787214b1b4ca8.manifest | | File version | Not Applicable | | File size | 18,443 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:31 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-l..istry-support-tcpip_31bf3856ad364e35_6.0.6002.18160_none_e3e16b82bb215d28.manifest | | File version | Not Applicable | | File size | 5,122 | | Date (UTC) | 08-Dec-2009 | | Time (UTC) | 21:42 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-l..istry-support-tcpip_31bf3856ad364e35_6.0.6002.22341_none_e481aa55d42ddb8e.manifest | | File version | Not Applicable | | File size | 5,122 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:33 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-netio-infrastructure_31bf3856ad364e35_6.0.6000.16908_none_b0dbd1b5707d29d1.manifest | | File version | Not Applicable | | File size | 3,916 | | Date (UTC) | 14-Aug-2009 | | Time (UTC) | 18:36 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-netio-infrastructure_31bf3856ad364e35_6.0.6000.21226_none_b14da81c89acff38.manifest | | File version | Not Applicable | | File size | 3,916 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 16:20 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-netio-infrastructure_31bf3856ad364e35_6.0.6001.22636_none_b329409a86db75ff.manifest | | File version | Not Applicable | | File size | 3,916 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 16:23 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-network-security_31bf3856ad364e35_6.0.6000.21226_none_27d6ab2ffeea4fe2.manifest | | File version | Not Applicable | | File size | 126,964 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 16:22 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-network-security_31bf3856ad364e35_6.0.6001.22636_none_29b243adfc18c6a9.manifest | | File version | Not Applicable | | File size | 127,680 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 16:26 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-tcpip-binaries_31bf3856ad364e35_6.0.6001.18427_none_0f2e179c1ecd900b.manifest | | File version | Not Applicable | | File size | 6,276 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 17:38 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-tcpip-binaries_31bf3856ad364e35_6.0.6001.22636_none_0fabe61737f42f96.manifest | | File version | Not Applicable | | File size | 6,276 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 16:27 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-tcpip-binaries_31bf3856ad364e35_6.0.6002.18209_none_112c2bd61be1dd22.manifest | | File version | Not Applicable | | File size | 6,422 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 17:31 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-tcpip-binaries_31bf3856ad364e35_6.0.6002.22341_none_118286a1352721f8.manifest | | File version | Not Applicable | | File size | 6,422 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:33 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-tcpip_31bf3856ad364e35_6.0.6000.17021_none_bba931004aa006ed.manifest | | File version | Not Applicable | | File size | 28,941 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 18:40 | | Platform | Not Applicable | | | File name | Amd64_microsoft-windows-tcpip_31bf3856ad364e35_6.0.6000.21226_none_bc37d12363b92291.manifest | | File version | Not Applicable | | File size | 28,941 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 16:17 | | Platform | Not Applicable | | | File name | Package_10_for_kb978338_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,248 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_10_for_kb978338~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 4,159 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_11_for_kb978338_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,101 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_11_for_kb978338~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 4,035 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_12_for_kb978338_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,921 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_12_for_kb978338~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 6,766 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_13_for_kb978338_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,248 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_13_for_kb978338~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 4,159 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_14_for_kb978338_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,883 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_14_for_kb978338~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 3,813 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_15_for_kb978338_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 3,732 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_15_for_kb978338~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 6,097 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_16_for_kb978338_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,192 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_16_for_kb978338~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 3,136 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_1_for_kb978338_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,199 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_1_for_kb978338~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,923 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_2_for_kb978338_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 3,475 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_2_for_kb978338~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 6,348 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_3_for_kb978338_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,706 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_3_for_kb978338~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 4,271 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_4_for_kb978338_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 3,531 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_4_for_kb978338~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 5,232 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_5_for_kb978338_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 3,303 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_5_for_kb978338~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 4,760 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_6_for_kb978338_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 3,080 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_6_for_kb978338~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 6,929 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_7_for_kb978338_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,260 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_7_for_kb978338~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 4,198 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_8_for_kb978338_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,189 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_8_for_kb978338~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 4,100 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_9_for_kb978338_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,920 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_9_for_kb978338~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 6,765 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_for_kb978338_client_0_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,425 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_for_kb978338_client_0~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,444 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_for_kb978338_client_1_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,629 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_for_kb978338_client_1~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,662 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_for_kb978338_client_2_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,378 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_for_kb978338_client_2~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,433 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_for_kb978338_client_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,973 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_for_kb978338_client~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,016 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_for_kb978338_sc_0_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,420 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_for_kb978338_sc_0~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,439 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_for_kb978338_sc_1_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,377 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_for_kb978338_sc_1~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,432 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_for_kb978338_sc_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,689 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_for_kb978338_sc~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,720 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_for_kb978338_server_0_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,424 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_for_kb978338_server_0~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,443 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_for_kb978338_server_1_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,380 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_for_kb978338_server_1~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,435 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_for_kb978338_server_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,701 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_for_kb978338_server~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,732 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpesrv_0_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,420 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpesrv_0~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,439 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpesrv_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,428 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpesrv~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,447 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpe_0_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,419 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpe_0~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,438 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpe_bf~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,422 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpe~31bf3856ad364e35~amd64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,441 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:21 | | Platform | Not Applicable | | | File name | Update-bf.mum | | File version | Not Applicable | | File size | 4,161 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6000.17021_none_765b58486c0189d6.manifest | | File version | Not Applicable | | File size | 5,465 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:47 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6000.21226_none_76e9f86b851aa57a.manifest | | File version | Not Applicable | | File size | 5,465 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:36 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6001.18427_none_7847c26e69227cb6.manifest | | File version | Not Applicable | | File size | 5,465 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 16:03 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6001.22636_none_78c590e982491c41.manifest | | File version | Not Applicable | | File size | 5,465 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 17:54 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6002.18209_none_7a45d6a86636c9cd.manifest | | File version | Not Applicable | | File size | 5,465 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 14:57 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6002.22341_none_7a9c31737f7c0ea3.manifest | | File version | Not Applicable | | File size | 5,465 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:29 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-netio-infrastructure_31bf3856ad364e35_6.0.6000.16908_none_bb307c07a4ddebcc.manifest | | File version | Not Applicable | | File size | 2,730 | | Date (UTC) | 14-Aug-2009 | | Time (UTC) | 18:06 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-netio-infrastructure_31bf3856ad364e35_6.0.6000.21226_none_bba2526ebe0dc133.manifest | | File version | Not Applicable | | File size | 2,730 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:36 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-netio-infrastructure_31bf3856ad364e35_6.0.6001.22636_none_bd7deaecbb3c37fa.manifest | | File version | Not Applicable | | File size | 2,730 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 17:54 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-network-security_31bf3856ad364e35_6.0.6000.21226_none_322b5582334b11dd.manifest | | File version | Not Applicable | | File size | 71,115 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:36 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-network-security_31bf3856ad364e35_6.0.6001.22636_none_3406ee00307988a4.manifest | | File version | Not Applicable | | File size | 71,155 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 17:54 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-tcpip_31bf3856ad364e35_6.0.6000.17021_none_c5fddb527f00c8e8.manifest | | File version | Not Applicable | | File size | 22,999 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:47 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-tcpip_31bf3856ad364e35_6.0.6000.21226_none_c68c7b759819e48c.manifest | | File version | Not Applicable | | File size | 22,999 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:36 | | Platform | Not Applicable | |
所有支援的 IA-64 版本之 Windows Server 2008 的其他檔案摺疊此表格展開此表格 | File name | Ia64_1802998639d46f90ed07d761205609fe_31bf3856ad364e35_6.0.6002.18209_none_372cc5f4d23fafe4.manifest | | File version | Not Applicable | | File size | 719 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Ia64_31bb7aac73546ad60ccc2cf59545ee71_31bf3856ad364e35_6.0.6001.18427_none_cdd3438bf20d0e78.manifest | | File version | Not Applicable | | File size | 704 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Ia64_5d2628677a34b612f6ef1f0b4f9c9cd2_31bf3856ad364e35_6.0.6001.22636_none_3386c4132f2541f1.manifest | | File version | Not Applicable | | File size | 1,080 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Ia64_6c9ca6bb1e334b1d522e1d8d146af18a_31bf3856ad364e35_6.0.6001.18427_none_491cdc85bc103186.manifest | | File version | Not Applicable | | File size | 718 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Ia64_72e19075c573f048283338625f91d492_31bf3856ad364e35_6.0.6001.18427_none_922f67f73ccc85e7.manifest | | File version | Not Applicable | | File size | 1,080 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Ia64_7c2db0eaa9744d31397e86fea2aefdb6_31bf3856ad364e35_6.0.6002.18209_none_90b661464116fe90.manifest | | File version | Not Applicable | | File size | 718 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Ia64_81b5f3299f9a1dd6af50b14f4ee6345d_31bf3856ad364e35_6.0.6002.22341_none_dd3d04c240d52e4a.manifest | | File version | Not Applicable | | File size | 1,066 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Ia64_982011f98005185515c98e1b81fdf3fa_31bf3856ad364e35_6.0.6002.18160_none_46de7cd74eecdf5a.manifest | | File version | Not Applicable | | File size | 1,066 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Ia64_aba1e47fde263164ea2d44ae4b181a89_31bf3856ad364e35_6.0.6001.22636_none_3fe77e704775f66f.manifest | | File version | Not Applicable | | File size | 718 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Ia64_b90c0c9f42112e56d85066811466af5d_31bf3856ad364e35_6.0.6001.22636_none_2bcb67d44242a430.manifest | | File version | Not Applicable | | File size | 1,406 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Ia64_bd719ab98000636e5477fa273d66d480_31bf3856ad364e35_6.0.6002.22341_none_d024efe002b3bb6a.manifest | | File version | Not Applicable | | File size | 718 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Ia64_c0e4b43c960c07828a5484f5d26d28c1_31bf3856ad364e35_6.0.6002.22341_none_f2dd2640035bead5.manifest | | File version | Not Applicable | | File size | 719 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Ia64_c55dbe69fd807370ab9f7585587471e0_31bf3856ad364e35_6.0.6001.22636_none_21d8d716b74ab17f.manifest | | File version | Not Applicable | | File size | 2,110 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Ia64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6001.18427_none_11d6208e7c625281.manifest | | File version | Not Applicable | | File size | 19,161 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Ia64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6001.22636_none_1253ef099588f20c.manifest | | File version | Not Applicable | | File size | 18,413 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 19:10 | | Platform | Not Applicable | | | File name | Ia64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6002.18209_none_13d434c879769f98.manifest | | File version | Not Applicable | | File size | 19,161 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:25 | | Platform | Not Applicable | | | File name | Ia64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6002.22341_none_142a8f9392bbe46e.manifest | | File version | Not Applicable | | File size | 18,413 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:03 | | Platform | Not Applicable | | | File name | Ia64_microsoft-windows-l..istry-support-tcpip_31bf3856ad364e35_6.0.6002.18160_none_87c473f502c1f4ee.manifest | | File version | Not Applicable | | File size | 5,118 | | Date (UTC) | 08-Dec-2009 | | Time (UTC) | 21:15 | | Platform | Not Applicable | | | File name | Ia64_microsoft-windows-l..istry-support-tcpip_31bf3856ad364e35_6.0.6002.22341_none_8864b2c81bce7354.manifest | | File version | Not Applicable | | File size | 5,118 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:04 | | Platform | Not Applicable | | | File name | Ia64_microsoft-windows-netio-infrastructure_31bf3856ad364e35_6.0.6001.22636_none_570c490cce7c0dc5.manifest | | File version | Not Applicable | | File size | 3,912 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 19:10 | | Platform | Not Applicable | | | File name | Ia64_microsoft-windows-network-security_31bf3856ad364e35_6.0.6001.22636_none_cd954c2043b95e6f.manifest | | File version | Not Applicable | | File size | 127,657 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 19:11 | | Platform | Not Applicable | | | File name | Ia64_microsoft-windows-tcpip-binaries_31bf3856ad364e35_6.0.6001.18427_none_b311200e666e27d1.manifest | | File version | Not Applicable | | File size | 6,265 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 05:46 | | Platform | Not Applicable | | | File name | Ia64_microsoft-windows-tcpip-binaries_31bf3856ad364e35_6.0.6001.22636_none_b38eee897f94c75c.manifest | | File version | Not Applicable | | File size | 6,265 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 19:12 | | Platform | Not Applicable | | | File name | Ia64_microsoft-windows-tcpip-binaries_31bf3856ad364e35_6.0.6002.18209_none_b50f3448638274e8.manifest | | File version | Not Applicable | | File size | 6,411 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 14:53 | | Platform | Not Applicable | | | File name | Ia64_microsoft-windows-tcpip-binaries_31bf3856ad364e35_6.0.6002.22341_none_b5658f137cc7b9be.manifest | | File version | Not Applicable | | File size | 6,411 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:05 | | Platform | Not Applicable | | | File name | Package_1_for_kb978338_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,192 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:22 | | Platform | Not Applicable | | | File name | Package_1_for_kb978338~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,914 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Package_2_for_kb978338_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 3,522 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:22 | | Platform | Not Applicable | | | File name | Package_2_for_kb978338~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 5,215 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Package_3_for_kb978338_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 3,292 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:22 | | Platform | Not Applicable | | | File name | Package_3_for_kb978338~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 4,746 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Package_4_for_kb978338_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,962 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:22 | | Platform | Not Applicable | | | File name | Package_4_for_kb978338~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 5,839 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Package_5_for_kb978338_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,933 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:22 | | Platform | Not Applicable | | | File name | Package_5_for_kb978338~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 3,860 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Package_6_for_kb978338_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 2,963 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:22 | | Platform | Not Applicable | | | File name | Package_6_for_kb978338~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 5,839 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Package_7_for_kb978338_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,716 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:22 | | Platform | Not Applicable | | | File name | Package_7_for_kb978338~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 3,639 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Package_for_kb978338_sc_0_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,415 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:22 | | Platform | Not Applicable | | | File name | Package_for_kb978338_sc_0~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,435 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Package_for_kb978338_sc_1_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,780 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:22 | | Platform | Not Applicable | | | File name | Package_for_kb978338_sc_1~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,815 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Package_for_kb978338_sc_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,684 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:22 | | Platform | Not Applicable | | | File name | Package_for_kb978338_sc~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,715 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Package_for_kb978338_server_0_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,419 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:22 | | Platform | Not Applicable | | | File name | Package_for_kb978338_server_0~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,438 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Package_for_kb978338_server_1_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,784 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:22 | | Platform | Not Applicable | | | File name | Package_for_kb978338_server_1~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,819 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Package_for_kb978338_server_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,696 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:22 | | Platform | Not Applicable | | | File name | Package_for_kb978338_server~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,727 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpesrv_0_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,416 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:22 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpesrv_0~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,435 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpesrv_bf~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,424 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:22 | | Platform | Not Applicable | | | File name | Package_for_kb978338_winpesrv~31bf3856ad364e35~ia64~~6.0.1.2.mum | | File version | Not Applicable | | File size | 1,443 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:18 | | Platform | Not Applicable | | | File name | Update-bf.mum | | File version | Not Applicable | | File size | 2,698 | | Date (UTC) | 19-Feb-2010 | | Time (UTC) | 08:22 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6001.18427_none_7847c26e69227cb6.manifest | | File version | Not Applicable | | File size | 5,465 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 16:03 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6001.22636_none_78c590e982491c41.manifest | | File version | Not Applicable | | File size | 5,465 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 17:54 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6002.18209_none_7a45d6a86636c9cd.manifest | | File version | Not Applicable | | File size | 5,465 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 14:57 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-i..oexistencemigration_31bf3856ad364e35_6.0.6002.22341_none_7a9c31737f7c0ea3.manifest | | File version | Not Applicable | | File size | 5,465 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 15:29 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-netio-infrastructure_31bf3856ad364e35_6.0.6001.22636_none_bd7deaecbb3c37fa.manifest | | File version | Not Applicable | | File size | 2,730 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 17:54 | | Platform | Not Applicable | | | File name | Wow64_microsoft-windows-network-security_31bf3856ad364e35_6.0.6001.22636_none_3406ee00307988a4.manifest | | File version | Not Applicable | | File size | 71,155 | | Date (UTC) | 18-Feb-2010 | | Time (UTC) | 17:54 | | Platform | Not Applicable | |
這篇文章中的資訊適用於:- Windows Server 2008 Service Pack 2?應用於:
- Windows Server 2008 for Itanium-Based Systems
- Windows Server 2008 Datacenter
- Windows Server 2008 Enterprise
- Windows Server 2008 Standard
- Windows Web Server 2008
- Windows Server 2008 for Itanium-Based Systems
- Windows Server 2008 Datacenter
- Windows Server 2008 Enterprise
- Windows Server 2008 Standard
- Windows Web Server 2008
- Windows Vista Service Pack 2?應用於:
- Windows Vista 商用入門版
- Windows Vista 商用進階版
- Windows Vista 家用入門版
- Windows Vista 家用進階版
- Windows Vista Starter
- Windows Vista 旗艦版
- Windows Vista 商用進階 64 位元版
- Windows Vista 家用入門 64 位元版
- Windows Vista 家用進階 64 位元版
- Windows Vista 旗艦 64 位元版
- Windows Vista 商用入門 64 位元版
- Windows Vista Service Pack 1?應用於:
- Windows Vista 商用入門版
- Windows Vista 商用進階版
- Windows Vista 家用入門版
- Windows Vista 家用進階版
- Windows Vista Starter
- Windows Vista 旗艦版
- Windows Vista 商用進階 64 位元版
- Windows Vista 家用入門 64 位元版
- Windows Vista 家用進階 64 位元版
- Windows Vista 旗艦 64 位元版
- Windows Vista 商用入門 64 位元版
- Windows Vista 商用入門版
- Windows Vista 商用進階版
- Windows Vista 家用入門版
- Windows Vista 家用進階版
- Windows Vista Starter
- Windows Vista 旗艦版
- Windows Vista 商用進階 64 位元版
- Windows Vista 家用入門 64 位元版
- Windows Vista 家用進階 64 位元版
- Windows Vista 旗艦 64 位元版
- Windows Vista 商用入門 64 位元版
- Microsoft Windows Server 2003 Service Pack 2?應用於:
- Microsoft Windows Server 2003, Standard Edition (32-bit x86)
- Microsoft Windows Server 2003, Enterprise Edition (32-bit x86)
- Microsoft Windows Server 2003, Datacenter Edition (32-bit x86)
- Microsoft Windows Server 2003, Web Edition
- Microsoft Windows Server 2003, Datacenter x64 Edition
- Microsoft Windows Server 2003, Enterprise x64 Edition
- Microsoft Windows Server 2003, Standard x64 Edition
- Microsoft Windows XP Professional x64 Edition
- Microsoft Windows Server 2003, Datacenter Edition for Itanium-Based Systems
- Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems
- Microsoft Windows XP Service Pack 2?應用於:
- Microsoft Windows XP Home Edition (家用版)
- Microsoft Windows XP Professional
- Microsoft Windows XP Service Pack 3?應用於:
- Microsoft Windows XP Home Edition (家用版)
- Microsoft Windows XP Professional
| kbregistry atdownload kbbug kbexpertiseinter kbfix kbsecbulletin kbsecurity kbsecvulnerability kbsurveynew KB978338 |
Microsoft及(或)其供應商不就任何在本伺服器上發表的文字資料及其相關圖表資訊的恰當性作任何承諾。所有文字資料及其相關圖表均以「現狀」供應,不負任何擔保責任。Microsoft及(或)其供應商謹此聲明,不負任何對與此資訊有關之擔保責任,包括關於適售性、適用於某一特定用途、權利或不侵權的明示或默示擔保責任。Microsoft及(或)其供應商無論如何不對因或與使用本伺服器上資訊或與資訊的實行有關而引起的契約、過失或其他侵權行為之訴訟中的特別的、間接的、衍生性的損害或任何因使用而喪失所導致的之損害、資料或利潤負任何責任。 請說明您希望我們對本篇文章進行什麼改善及需要改善的原因 謝謝您!您的意見將協助我們改進支援內容。如需更多協助選項,請造訪 說明及支援首頁。 | |