套用到
Windows 10, version 1607, all editions Windows Server 2016, all editions

Windows 安全開機憑證到期 

重要: 大部分 Windows 裝置使用的安全開機憑證設定為從 2026 年 6 月開始到期。 如果未及時更新,這可能會影響某些個人和商務裝置安全開機的能力。 為避免中斷,建議您檢閱指導方針,並採取行動事先更新憑證。 如需詳細資料和準備步驟,請參閱 Windows 安全開機憑證到期和 CA 更新

Windows 10 將於 2025 年 10 月終止支援

2025 年 10 月 14 日之後,Microsoft 將不再提供 Windows Update、技術協助或 Windows 10 安全性問題修正的免費軟體更新。 您的電腦仍可運作,但我們建議您移至 Windows 11。

深入了解

摘要

此更新改進了 Windows 10 版本 1607 和 Windows Server 2016 中的 WinRE) (Windows 恢復環境。

如何取得此更新

安裝此更新

若要安裝此更新,請使用下列其中一個發行管道。

可供使用

後續步驟

可以使用

可透過 Windows Update 取得此更新。 將自動下載並安裝此更新。

必要條件

套用此更新沒有任何先決條件。

重新啟動資訊

套用此更新之後,您不必重新啟動電腦。

移除資訊

此更新套用至 Windows 映像後,即無法移除。

更新取代資訊

此更新取代了先前發布的更新 KB5065307

確認此更新的安裝

安裝此更新後,裝置上安裝的 WinRE 版本應該是 10.0.14393.8519

若要安裝 WinRE 版本,請使用系統管理員認證執行下列 PowerShell 指令碼 "GetWinReVersion.ps1"。 執行指令碼後,您應該會收到已安裝的 WinRE 版本,如下列範例所示:

GetWinReVersion.ps1 PowerShell 指令碼

################################################################################################

#

# Copyright (c) Microsoft Corporation.

# Licensed under the MIT License.

#

# THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,

# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE

# SOFTWARE.

#

################################################################################################
# Function to get WinRE path

function GetWinREPath {

    $WinRELocation = (reagentc /info | Select-String "Windows RE location")

    if ($WinRELocation) {

        return $WinRELocation.ToString().Split(':')[-1].Trim()

    } else {

        Write-Host "Failed to find WinRE path" -ForegroundColor Red

        exit 1

    }

}

 
# Creates and needs to be return the mount directory
function GetMountDir {
    # systemdirve\mnt
    $MountDir = "$env:SystemDrive\mnt"
    if (-not (Test-Path $MountDir)) {
        New-Item -ItemType Directory -Path $MountDir -Force | Out-Null
    }
    return $MountDir
}  

# Function to get WinRE version
function GetWinREVersion {

    $mountedPath = GetMountDir
    $filePath = "$mountedPath\Windows\System32\winpeshl.exe"

    $WinREVersion = (Get-Item $filePath).VersionInfo.FileVersionRaw.Revision

    return [int]$WinREVersion

}


# Main Execution

$WinREPath = GetWinREPath


# Make dir C:\mnt if not exists

$TempDir = GetMountDir


# Get the read write permission for this directory

if (-not (Test-Path $TempDir)) {

    New-Item -ItemType Directory -Path $TempDir -Force | Out-Null

}


# Mount WinRE image

dism /Mount-Image /ImageFile:"$WinREPath\winre.wim" /Index:1 /MountDir:"$TempDir"


$WinREVersion = GetWinREVersion

Write-Host "WinRE Version: $WinREVersion" -ForegroundColor Cyan

dism /Unmount-Image /MountDir:"$TempDir" /Discard

Remove-Item -Path $TempDir -Force -Recurse

檔案詳細資訊

此軟體更新的英文 (美國) 版會安裝具有下列屬性的檔案。 此更新可能包含其他語言的檔案。

檔案名稱

檔案版本

日期

時間

檔案大小

usbccgp.sys

10.0.14393.8519

9-10月-25

1:36

127,952

USB.inf 的

無版本

9-10月-25

1:36

41,608

USBHUB3.SYS

10.0.14393.8519

9-10月-25

1:36

432,064

usbhub3.inf 的

無版本

9-10月-25

1:36

11,144

usbd.sys

10.0.14393.8519

9-10月-25

1:36

27,072

usbehci.sys

10.0.14393.8519

9-10月-25

1:36

75,200

usbhub.sys

10.0.14393.8519

9-10月-25

1:36

372,160

usbohci.sys

10.0.14393.8519

9-10月-25

1:36

22,528

usbport.sys

10.0.14393.8519

9-10月-25

1:36

383,440

usbuhci.sys

10.0.14393.8519

9-10月-25

1:36

25,600

usbport.inf

無版本

9-10月-25

1:36

77,418

winload.exe

10.0.14393.8519

9-10月-25

1:36

956,696

winload.efi

10.0.14393.8519

9-10月-25

1:36

1,091,464

bootmgfw.efi

10.0.14393.8243

9-10月-25

1:36

1,016,312

bootmgfw_EX.efi

10.0.26100.30212

9-10月-25

1:36

2,376,464

安全啟動恢復.efi

無版本

9-10月-25

1:36

39,296

bootmgr.efi

10.0.14393.8243

9-10月-25

1:36

1,002,976

bootmgr_EX.efi

10.0.26100.30212

9-10月-25

1:36

2,363,264

boot.stl

無版本

9-10月-25

1:36

10,853

bootux.dll

10.0.14393.8243

9-10月-25

1:36

3,716,096

winresume.exe

10.0.14393.8519

9-10月-25

1:36

792,912

winresume.efi

10.0.14393.8519

9-10月-25

1:36

899,840

BootMenuUX.dll

10.0.14393.8415

9-10月-25

1:36

496,128

bootim.exe

10.0.14393.8243

9-10月-25

1:36

20,992

ci.dll

10.0.14393.8519

9-10月-25

1:36

595,224

驅動程式.stl

無版本

9-10月-25

1:36

20,022

fltMgr.sys

10.0.14393.8243

9-10月-25

1:36

293,880

hal.dll

10.0.14393.8243

9-10月-25

1:36

348,640

halmacpi.dll

10.0.14393.8243

9-10月-25

1:36

348,640

cmi2migxml.dll

10.0.14393.8243

9-10月-25

1:36

142,840

csiagent.dll

10.0.14393.8243

9-10月-25

1:36

515,576

diagER.dll

10.0.14393.8243

9-10月-25

1:36

44,512

hwcompat.dll

10.0.14393.8243

9-10月-25

1:36

169,424

hwcompat.txt

無版本

9-10月-25

1:36

2,740

hwexclude.txt

無版本

9-10月-25

1:36

2

migapp.xml

無版本

9-10月-25

1:36

654,548

migcore.dll

10.0.14393.8243

9-10月-25

1:36

6,502,392

mighost.exe

10.0.14393.8243

9-10月-25

1:36

265,168

migres.dll

10.0.14393.8243

9-10月-25

1:36

17,400

migisol.dll

10.0.14393.8243

9-10月-25

1:36

123,384

migstore.dll

10.0.14393.8243

9-10月-25

1:36

942,584

migsys.dll

10.0.14393.8243

9-10月-25

1:36

306,144

MXEAgent.dll

10.0.14393.8243

9-10月-25

1:36

241,656

offline.xml

無版本

9-10月-25

1:36

33,714

oscomps.xml

無版本

9-10月-25

1:36

435,175

oscomps.woa.xml

無版本

9-10月-25

1:36

249,101

osfilter.inf 的

無版本

9-10月-25

1:36

21,299

reagent.dll

10.0.14393.8243

9-10月-25

1:36

974,840

setupplatform.cfg

無版本

9-10月-25

1:36

1,664

setupplatform.dll

1.42.14393.8243

9-10月-25

1:36

5,774,256

setupplatform.exe

1.42.14393.8243

9-10月-25

1:36

155,064

SFCN.dat

無版本

9-10月-25

1:36

18:24

SFLCID.dat

無版本

9-10月-25

1:36

1,644

SFLISTW7.dat

無版本

9-10月-25

1:36

1,703,322

SFLISTW8.dat

無版本

9-10月-25

1:36

2,608,968

SFLISTWB.dat

無版本

9-10月-25

1:36

3,173,014

SFLISTWT.dat

無版本

9-10月-25

1:36

4,935,856

sflistw8.woa.dat

無版本

9-10月-25

1:36

954,506

SFLISTRS1.dat

無版本

9-10月-25

1:36

5,590,872

sflistwb.woa.dat

無版本

9-10月-25

1:36

1,150,204

sflistwt.woa.dat

無版本

9-10月-25

1:36

2,637,298

SFPAT.inf

無版本

9-10月-25

1:36

11,345

SFPATW7.inf

無版本

9-10月-25

1:36

17,117

SFPATW8.inf

無版本

9-10月-25

1:36

79,539

SFPATWB.inf 網站

無版本

9-10月-25

1:36

91,356

SFPATWT.inf 網站

無版本

9-10月-25

1:36

165,630

SFPATRS1.inf

無版本

9-10月-25

1:36

169,643

unbcl.dll

10.0.14393.8243

9-10月-25

1:36

842,232

upgradeagent.dll

10.0.14393.8243

9-10月-25

1:36

2,425,776

upgradeagent.xml

無版本

9-10月-25

1:36

70,803

upgrade_bulk.xml

無版本

9-10月-25

1:36

190,757

upgrade_data.xml

無版本

9-10月-25

1:36

31,023

upgrade_frmwrk.xml

無版本

9-10月-25

1:36

15,010

upgWow_bulk.xml

無版本

9-10月-25

1:36

97,470

uninstall.xml

無版本

9-10月-25

1:36

3,187

uninstall_data.xml

無版本

9-10月-25

1:36

8,973

wdsutil.dll

10.0.14393.8243

9-10月-25

1:36

232,928

iertutil.dll

11.0.14393.8519

9-10月-25

1:36

2,328,984

ClipSp.sys

10.0.14393.8243

9-10月-25

1:36

591,344

netio.sys

10.0.14393.8243

9-10月-25

1:36

344,568

ntdll.dll

10.0.14393.8243

9-10月-25

1:36

1,585,312

ntoskrnl.exe

10.0.14393.8243

9-10月-25

1:36

6,044,152

wof.sys

10.0.14393.8243

9-10月-25

1:36

175,072

pdc.sys

10.0.14393.8243

9-10月-25

1:36

94,216

diagtrack.dll

10.0.10586.0

9-10月-25

1:36

922,976

diagtrackrunner.exe

10.0.10586.0

9-10月-25

1:36

79,040

試劑.admx

無版本

9-10月-25

1:36

1,240

reagent.xml

無版本

9-10月-25

1:36

781

設定平台.cfg

無版本

9-10月-25

1:36

7,902

wdsclientapi.dll

10.0.14393.8243

9-10月-25

1:36

238,512

wdscore.dll

10.0.14393.8243

9-10月-25

1:36

203,256

wdscsl.dll

10.0.14393.8243

9-10月-25

1:36

52,728

wdsimage.dll

10.0.14393.8243

9-10月-25

1:36

774,600

wdstptc.dll

10.0.14393.8243

9-10月-25

1:36

561,080

fvevol.sys

10.0.14393.8415

9-10月-25

1:36

563,664

dumpfve.sys

10.0.14393.8415

9-10月-25

1:36

76,696

fveapibase.dll

10.0.14393.8415

9-10月-25

1:36

185,856

fveapi.dll

10.0.14393.8415

9-10月-25

1:36

590,336

ResetEngine.dll

10.0.14393.8243

9-10月-25

1:36

1,439,744

ResetEngine.exe

10.0.14393.8243

9-10月-25

1:36

10,240

reseteng.dll

10.0.14393.8243

9-10月-25

1:36

946,176

resetengmig.dll

10.0.14393.8243

9-10月-25

1:36

64,512

ResetEngInterfaces.exe

10.0.14393.8243

9-10月-25

1:36

8,704

srms.dat

無版本

9-10月-25

1:36

56,119

srms62.dat

無版本

9-10月-25

1:36

22,841

sysreset.exe

6.1.7782.0

9-10月-25

1:36

595,456

systemreset.exe

10.0.14393.8243

9-10月-25

1:36

321,296

SysResetErr.exe

10.0.14393.8243

9-10月-25

1:36

37,880

tcpip.sys

10.0.14393.8243

9-10月-25

1:36

1,979,872

FWPKCLNT.SYS

10.0.14393.8243

9-10月-25

1:36

293,344

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

112,640

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

121,856

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

126,464

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

119,808

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

127,488

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

126,976

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

110,592

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

125,440

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

125,952

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

115,712

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

121,344

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

124,928

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

107,008

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

122,880

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

130,048

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

124,416

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

88,576

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

86,016

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

117,248

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

119,296

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

133,632

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

120,832

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

123,392

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

118,784

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

116,736

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

77,312

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:36

77,824

WindowsCodecs.dll

10.0.14393.8519

9-10月-25

1:36

1,507,264

winpeshl.exe

10.0.14393.8519

9-10月-25

1:36

25,600

wpeutil.dll

10.0.14393.8519

9-10月-25

1:36

105,472

wpeutil.exe

10.0.14393.8519

9-10月-25

1:36

10,752

wpeinit.exe

10.0.14393.8519

9-10月-25

1:36

28,672

startnet.cmd

無版本

9-10月-25

1:36

9

ReAgent.dll

10.0.14393.8243

9-10月-25

1:36

974,856

ReInfo.dll

10.0.14393.8243

9-10月-25

1:36

168,960

StartRep.exe

10.0.14393.8519

9-10月-25

1:36

670,208

RecEnv.exe

10.0.14393.8519

9-10月-25

1:36

613,840

BootRec.exe

10.0.14393.8519

9-10月-25

1:36

287,744

檔案名稱

檔案版本

日期

時間

檔案大小

usbccgp.sys

10.0.14393.8519

9-10月-25

1:47

169,936

USB.inf 的

無版本

9-10月-25

1:47

41,928

USBHUB3.SYS

10.0.14393.8519

9-10月-25

1:47

537,536

usbhub3.inf 的

無版本

9-10月-25

1:47

11,152

usbd.sys

10.0.14393.8519

9-10月-25

1:47

33,744

usbehci.sys

10.0.14393.8519

9-10月-25

1:47

97,232

usbhub.sys

10.0.14393.8519

9-10月-25

1:47

502,208

usbohci.sys

10.0.14393.8519

9-10月-25

1:47

30,208

usbport.sys

10.0.14393.8519

9-10月-25

1:47

455,104

usbuhci.sys

10.0.14393.8519

9-10月-25

1:47

35,328

usbport.inf

無版本

9-10月-25

1:47

77,554

skci.dll

10.0.14393.8243

9-10月-25

1:47

176,456

VbsSiPolicy.p7b

無版本

9-10月-25

1:47

68,351

winload.exe

10.0.14393.8519

9-10月-25

1:47

1,193,232

winload.efi

10.0.14393.8519

9-10月-25

1:47

1,387,944

bootmgfw.efi

10.0.14393.8243

9-10月-25

1:47

1,211,376

bootmgfw_EX.efi

10.0.26100.30212

9-10月-25

1:47

2,830,632

安全啟動恢復.efi

無版本

9-10月-25

1:47

162,688

bootmgr.efi

10.0.14393.8243

9-10月-25

1:47

1,197,040

bootmgr_EX.efi

10.0.26100.30212

9-10月-25

1:47

2,818,464

boot.stl

無版本

9-10月-25

1:47

11,030

bootux.dll

10.0.14393.8243

9-10月-25

1:47

3,753,984

winresume.exe

10.0.14393.8519

9-10月-25

1:47

904,552

winresume.efi

10.0.14393.8519

9-10月-25

1:47

1,069,272

BootMenuUX.dll

10.0.14393.8415

9-10月-25

1:47

583,680

bootim.exe

10.0.14393.8243

9-10月-25

1:47

25,600

ci.dll

10.0.14393.8519

9-10月-25

1:47

653,144

驅動程式.stl

無版本

9-10月-25

1:47

33,360

fltMgr.sys

10.0.14393.8243

9-10月-25

1:47

378,352

hal.dll

10.0.14393.8243

9-10月-25

1:47

453,104

cmi2migxml.dll

10.0.14393.8243

9-10月-25

1:47

177,120

csiagent.dll

10.0.14393.8243

9-10月-25

1:47

663,520

diagER.dll

10.0.14393.8243

9-10月-25

1:47

52,728

hwcompat.dll

10.0.14393.8243

9-10月-25

1:47

207,288

hwcompat.txt

無版本

9-10月-25

1:47

2,838

hwexclude.txt

無版本

9-10月-25

1:47

2

migapp.xml

無版本

9-10月-25

1:47

654,548

migcore.dll

10.0.14393.8243

9-10月-25

1:47

8,291,832

mighost.exe

10.0.14393.8243

9-10月-25

1:47

272,832

migres.dll

10.0.14393.8243

9-10月-25

1:47

17,400

migisol.dll

10.0.14393.8243

9-10月-25

1:47

143,352

migstore.dll

10.0.14393.8243

9-10月-25

1:47

1,189,384

migsys.dll

10.0.14393.8243

9-10月-25

1:47

386,544

MXEAgent.dll

10.0.14393.8243

9-10月-25

1:47

313,840

offline.xml

無版本

9-10月-25

1:47

33,714

oscomps.xml

無版本

9-10月-25

1:47

435,175

oscomps.woa.xml

無版本

9-10月-25

1:47

249,101

osfilter.inf 的

無版本

9-10月-25

1:47

21,299

reagent.dll

10.0.14393.8243

9-10月-25

1:47

1,126,392

setupplatform.cfg

無版本

9-10月-25

1:47

1,664

setupplatform.dll

1.42.14393.8243

9-10月-25

1:47

7,220,144

setupplatform.exe

1.42.14393.8243

9-10月-25

1:47

166,840

SFCN.dat

無版本

9-10月-25

1:47

18:24

SFLCID.dat

無版本

9-10月-25

1:47

1,644

SFLISTW7.dat

無版本

9-10月-25

1:47

1,703,322

SFLISTW8.dat

無版本

9-10月-25

1:47

2,608,968

SFLISTWB.dat

無版本

9-10月-25

1:47

3,173,014

SFLISTWT.dat

無版本

9-10月-25

1:47

4,935,856

sflistw8.woa.dat

無版本

9-10月-25

1:47

954,506

SFLISTRS1.dat

無版本

9-10月-25

1:47

5,590,872

sflistwb.woa.dat

無版本

9-10月-25

1:47

1,150,204

sflistwt.woa.dat

無版本

9-10月-25

1:47

2,637,298

SFPAT.inf

無版本

9-10月-25

1:47

11,345

SFPATW7.inf

無版本

9-10月-25

1:47

17,117

SFPATW8.inf

無版本

9-10月-25

1:47

79,539

SFPATWB.inf 網站

無版本

9-10月-25

1:47

91,356

SFPATWT.inf 網站

無版本

9-10月-25

1:47

165,630

SFPATRS1.inf

無版本

9-10月-25

1:47

169,643

unbcl.dll

10.0.14393.8243

9-10月-25

1:47

1,099,256

upgradeagent.dll

10.0.14393.8243

9-10月-25

1:47

3,051,952

upgradeagent.xml

無版本

9-10月-25

1:47

70,803

upgrade_bulk.xml

無版本

9-10月-25

1:47

190,757

upgrade_data.xml

無版本

9-10月-25

1:47

31,023

upgrade_frmwrk.xml

無版本

9-10月-25

1:47

15,010

upgWow_bulk.xml

無版本

9-10月-25

1:47

97,470

uninstall.xml

無版本

9-10月-25

1:47

3,187

uninstall_data.xml

無版本

9-10月-25

1:47

8,973

wdsutil.dll

10.0.14393.8243

9-10月-25

1:47

291,296

iertutil.dll

11.0.14393.8519

9-10月-25

1:47

2,827,968

ClipSp.sys

10.0.14393.8243

9-10月-25

1:47

683,504

netio.sys

10.0.14393.8243

9-10月-25

1:47

469,472

ntdll.dll

10.0.14393.8243

9-10月-25

1:47

1,883,840

ntoskrnl.exe

10.0.14393.8243

9-10月-25

1:47

7,795,168

wof.sys

10.0.14393.8243

9-10月-25

1:47

200,160

pdc.sys

10.0.14393.8243

9-10月-25

1:47

111,072

diagtrack.dll

10.0.10586.0

9-10月-25

1:47

1,365,856

diagtrackrunner.exe

10.0.10586.0

9-10月-25

1:47

88,256

試劑.admx

無版本

9-10月-25

1:47

1,240

reagent.xml

無版本

9-10月-25

1:47

781

設定平台.cfg

無版本

9-10月-25

1:47

7,902

wdsclientapi.dll

10.0.14393.8243

9-10月-25

1:47

276,920

wdscore.dll

10.0.14393.8243

9-10月-25

1:47

250,872

wdscsl.dll

10.0.14393.8243

9-10月-25

1:47

61,432

wdsimage.dll

10.0.14393.8243

9-10月-25

1:47

910,776

wdstptc.dll

10.0.14393.8243

9-10月-25

1:47

654,264

fvevol.sys

10.0.14393.8415

9-10月-25

1:47

654,800

dumpfve.sys

10.0.14393.8415

9-10月-25

1:47

91,728

fveapibase.dll

10.0.14393.8415

9-10月-25

1:47

216,576

fveapi.dll

10.0.14393.8415

9-10月-25

1:47

734,720

ResetEngine.dll

10.0.14393.8243

9-10月-25

1:47

1,817,600

ResetEngine.exe

10.0.14393.8243

9-10月-25

1:47

11,264

reseteng.dll

10.0.14393.8243

9-10月-25

1:47

1,082,880

resetengmig.dll

10.0.14393.8243

9-10月-25

1:47

77,312

ResetEngInterfaces.exe

10.0.14393.8243

9-10月-25

1:47

9,728

srms.dat

無版本

9-10月-25

1:47

56,119

srms62.dat

無版本

9-10月-25

1:47

22,841

sysreset.exe

6.1.7782.0

9-10月-25

1:47

689,152

systemreset.exe

10.0.14393.8243

9-10月-25

1:47

355,416

SysResetErr.exe

10.0.14393.8243

9-10月-25

1:47

43,016

tcpip.sys

10.0.14393.8243

9-10月-25

1:47

2,538,464

FWPKCLNT.SYS

10.0.14393.8243

9-10月-25

1:47

411,144

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

112,640

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

121,856

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

126,464

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

119,808

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

127,488

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

126,976

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

110,592

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

125,440

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

125,952

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

115,712

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

121,344

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

124,928

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

107,008

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

122,880

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

130,048

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

124,416

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

88,576

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

86,016

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

117,248

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

119,296

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

133,632

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

120,832

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

123,392

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

118,784

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

116,736

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

77,312

tcpip.sys.mui

10.0.14393.8243

9-10月-25

1:47

77,824

WindowsCodecs.dll

10.0.14393.8519

9-10月-25

1:47

1,741,744

winpeshl.exe

10.0.14393.8519

9-10月-25

1:47

30,208

wpeutil.dll

10.0.14393.8519

9-10月-25

1:47

121,344

wpeutil.exe

10.0.14393.8519

9-10月-25

1:47

12,800

wpeinit.exe

10.0.14393.8519

9-10月-25

1:47

32,256

startnet.cmd

無版本

9-10月-25

1:47

9

ReAgent.dll

10.0.14393.8243

9-10月-25

1:47

1,126,368

ReInfo.dll

10.0.14393.8243

9-10月-25

1:47

194,048

StartRep.exe

10.0.14393.8519

9-10月-25

1:47

759,296

RecEnv.exe

10.0.14393.8519

9-10月-25

1:47

709,568

BootRec.exe

10.0.14393.8519

9-10月-25

1:47

335,360

ntdll.dll

10.0.14393.8243

9-10月-25

1:47

1,571,832

WindowsCodecs.dll

10.0.14393.8519

9-10月-25

1:47

1,507,264

wdsnbp.com

無版本

9-10月-25

1:47

30,832

abortpxe.com

無版本

9-10月-25

1:47

79

bootmgr.exe

10.0.14393.8243

9-10月-25

1:47

636,384

pxeboot.com

無版本

9-10月-25

1:47

25,358

pxeboot.n12

無版本

9-10月-25

1:47

25,358

hdlscom1.com

無版本

9-10月-25

1:47

25,662

hdlscom2.com

無版本

9-10月-25

1:47

25,662

HDLSCOM1.n12

無版本

9-10月-25

1:47

25,646

HDLSCOM2.n12

無版本

9-10月-25

1:47

25,646

bootmgfw.efi

10.0.14393.8243

9-10月-25

1:47

1,016,312

bootmgfw_EX.efi

10.0.26100.30212

9-10月-25

1:47

2,376,464

iertutil.dll

11.0.14393.8519

9-10月-25

1:47

2,328,984

ReAgent.dll

10.0.14393.8243

9-10月-25

1:47

974,856

ReInfo.dll

10.0.14393.8243

9-10月-25

1:47

168,960

參考資料

描述 Microsoft 軟體更新所使用的標準術語說明

查詢詞: safeos du

需要更多協助嗎?

想要其他選項嗎?

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