套用到
Windows 10 Enterprise, version 1809 Windows Server 2019

Windows 安全開機憑證到期 

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

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

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

深入了解

摘要

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

以下是您安裝此更新時此更新所解決的問題摘要。 括號內的粗體文字表示我們正在記錄的變更項目或區域。

  • [Windows 預裝環境 (WinPE) ] 新! 如果 WinPE 無法啟動應用程式,現在會顯示訊息方塊,而不是先前出現的偵錯命令提示字元。

如何取得此更新

安裝此更新

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

可供使用

後續步驟

可以使用

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

必要條件

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

重新啟動資訊

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

移除資訊

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

更新取代資訊

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

確認此更新的安裝

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

若要安裝 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

檔案詳細資訊

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

檔案名稱

檔案版本

日期

時間

檔案大小

acpi.inf

無版本

9-10月-25

3:22

4,144

acpi.sys

10.0.17763.7560

9-10月-25

3:22

595,424

pci.inf 的

無版本

9-10月-25

3:22

16,148

pci.sys

10.0.17763.7560

9-10月-25

3:22

315,872

USB.inf 的

無版本

9-10月-25

3:22

41,612

usbccgp.sys

10.0.17763.7919

9-10月-25

3:22

125,888

usbhub3.inf 的

無版本

9-10月-25

3:22

11,154

USBHUB3.SYS

10.0.17763.7919

9-10月-25

3:22

462,784

usbport.inf

無版本

9-10月-25

3:22

77,422

usbohci.sys

10.0.17763.7919

9-10月-25

3:22

21,504

usbport.sys

10.0.17763.7919

9-10月-25

3:22

384,960

usbhub.sys

10.0.17763.7919

9-10月-25

3:22

373,696

usbehci.sys

10.0.17763.7919

9-10月-25

3:22

74,176

usbuhci.sys

10.0.17763.7919

9-10月-25

3:22

24,576

usbd.sys

10.0.17763.7919

9-10月-25

3:22

26,576

winresume.exe

10.0.17763.7560

9-10月-25

3:22

994,344

winresume.efi

10.0.17763.7560

9-10月-25

3:22

1,107,984

winload.exe

10.0.17763.7919

9-10月-25

3:22

1,236,600

winload.efi

10.0.17763.7919

9-10月-25

3:22

1,381,192

bootmgfw.efi

10.0.17763.7560

9-10月-25

3:22

1,275,888

bootmgfw_EX.efi

10.0.26100.30212

9-10月-25

3:22

2,376,464

安全啟動恢復.efi

無版本

9-10月-25

3:22

39,296

bootmgr.efi

10.0.17763.7560

9-10月-25

3:22

1,261,024

bootmgr_EX.efi

10.0.26100.30212

9-10月-25

3:22

2,363,264

boot.stl

無版本

9-10月-25

3:22

10,853

winsipolicy.p7b

無版本

9-10月-25

3:22

8,786

winresume.exe

10.0.17763.7919

9-10月-25

3:22

994,312

winresume.efi

10.0.17763.7919

9-10月-25

3:22

1,107,968

BootMenuUX.dll

10.0.17763.7781

9-10月-25

3:22

529,408

ci.dll

10.0.17763.7919

9-10月-25

3:22

696,912

驅動程式.stl

無版本

9-10月-25

3:22

20,022

勘誤表.inf

無版本

9-10月-25

3:22

123,848

fltMgr.sys

10.0.17763.7560

9-10月-25

3:22

306,680

hal.dll

10.0.17763.7560

9-10月-25

3:22

387,064

halmacpi.dll

10.0.17763.7560

9-10月-25

3:22

387,064

cmi2migxml.dll

10.0.17763.7560

9-10月-25

3:22

147,424

csiagent.dll

10.0.17763.7560

9-10月-25

3:22

509,408

diagER.dll

10.0.17763.7560

9-10月-25

3:22

43,016

hwcompat.dll

10.0.17763.7560

9-10月-25

3:22

160,776

hwcompat.txt

無版本

9-10月-25

3:22

589,760

hwexclude.txt

無版本

9-10月-25

3:22

51

migapp.xml

無版本

9-10月-25

3:22

654,548

migcore.dll

10.0.17763.7560

9-10月-25

3:22

6,777,864

mighost.exe

10.0.17763.7560

9-10月-25

3:22

249,864

migres.dll

10.0.17763.7560

9-10月-25

3:22

17,392

migisol.dll

10.0.17763.7560

9-10月-25

3:22

120,800

migstore.dll

10.0.17763.7560

9-10月-25

3:22

939,488

migsys.dll

10.0.17763.7560

9-10月-25

3:22

304,096

MXEAgent.dll

10.0.17763.7560

9-10月-25

3:22

238,048

offline.xml

無版本

9-10月-25

3:22

37,395

oscomps.xml

無版本

9-10月-25

3:22

435,175

oscomps.woa.xml

無版本

9-10月-25

3:22

249,101

osfilter.inf 的

無版本

9-10月-25

3:22

21,299

reagent.dll

10.0.17763.7560

9-10月-25

3:22

932,360

setupplatform.cfg

無版本

9-10月-25

3:22

6,266

setupplatform.dll

1.54.17763.7560

9-10月-25

3:22

6,934,024

setupplatform.exe

1.54.17763.7560

9-10月-25

3:22

155,120

SFCN.dat

無版本

9-10月-25

3:22

18:24

SFLCID.dat

無版本

9-10月-25

3:22

1,644

SFLISTW7.dat

無版本

9-10月-25

3:22

1,703,408

SFLISTW8.dat

無版本

9-10月-25

3:22

2,608,968

SFLISTWB.dat

無版本

9-10月-25

3:22

3,173,014

SFLISTWT.dat

無版本

9-10月-25

3:22

4,935,478

sflistw8.woa.dat

無版本

9-10月-25

3:22

954,506

SFLISTRS1.dat

無版本

9-10月-25

3:22

5,593,518

sflistwb.woa.dat

無版本

9-10月-25

3:22

1,150,204

sflistwt.woa.dat

無版本

9-10月-25

3:22

2,636,890

SFPAT.inf

無版本

9-10月-25

3:22

11,365

SFPATW7.inf

無版本

9-10月-25

3:22

17,396

SFPATW8.inf

無版本

9-10月-25

3:22

79,818

SFPATWB.inf 網站

無版本

9-10月-25

3:22

91,635

SFPATWT.inf 網站

無版本

9-10月-25

3:22

165,729

SFPATRS1.inf

無版本

9-10月-25

3:22

169,742

unbcl.dll

10.0.17763.7560

9-10月-25

3:22

836,064

upgradeagent.dll

10.0.17763.7560

9-10月-25

3:22

2,378,208

upgradeagent.xml

無版本

9-10月-25

3:22

70,911

upgrade_comp.xml

無版本

9-10月-25

3:22

4,320

upgrade_bulk.xml

無版本

9-10月-25

3:22

191,927

upgrade_data.xml

無版本

9-10月-25

3:22

41,108

upgrade_frmwrk.xml

無版本

9-10月-25

3:22

17,284

upgWow_bulk.xml

無版本

9-10月-25

3:22

97,110

uninstall.xml

無版本

9-10月-25

3:22

3,286

uninstall_data.xml

無版本

9-10月-25

3:22

11,122

wdsutil.dll

10.0.17763.7560

9-10月-25

3:22

237,064

iertutil.dll

11.0.17763.7919

9-10月-25

3:22

2,296,952

msIso.dll

11.0.17763.7919

9-10月-25

3:22

272,896

edgeIso.dll

11.0.17763.7919

9-10月-25

3:22

331,264

ClipSp.sys

10.0.17763.7560

9-10月-25

3:22

800,264

netio.sys

10.0.17763.7560

9-10月-25

3:22

404,472

ntdll.dll

10.0.17763.7560

9-10月-25

3:22

1,657,648

ntfs.sys

10.0.17763.7560

9-10月-25

3:22

2,133,496

ntoskrnl.exe

10.0.17763.7560

9-10月-25

3:22

6,898,656

diagtrack.dll

10.0.10586.10008

9-10月-25

3:22

919,736

diagtrackrunner.exe

10.0.10586.0

9-10月-25

3:22

79,040

試劑.admx

無版本

9-10月-25

3:22

1,240

reagent.xml

無版本

9-10月-25

3:22

837

設定平台.cfg

無版本

9-10月-25

3:22

8,000

wdsclientapi.dll

10.0.17763.7560

9-10月-25

3:22

250,496

wdscore.dll

10.0.17763.7560

9-10月-25

3:22

197,624

wdscsl.dll

10.0.17763.7560

9-10月-25

3:22

52,192

wdsimage.dll

10.0.17763.7560

9-10月-25

3:22

758,376

wdstptc.dll

10.0.17763.7560

9-10月-25

3:22

526,960

fvevol.sys

10.0.17763.7781

9-10月-25

3:22

653,816

dumpfve.sys

10.0.17763.7781

9-10月-25

3:22

76,160

fveapibase.dll

10.0.17763.7781

9-10月-25

3:22

339,968

fveapi.dll

10.0.17763.7781

9-10月-25

3:22

724,480

ResetEngine.dll

10.0.17763.7560

9-10月-25

3:22

1,871,872

ResetEngine.exe

10.0.17763.7560

9-10月-25

3:22

9,728

ResetPluginHost.exe

10.0.17763.7560

9-10月-25

3:22

24,064

reseteng.dll

10.0.17763.7560

9-10月-25

3:22

1,016,832

resetengmig.dll

10.0.17763.7560

9-10月-25

3:22

64,512

ResetEngInterfaces.exe

10.0.17763.7560

9-10月-25

3:22

8,192

srms.dat

無版本

9-10月-25

3:22

58,882

srms62.dat

無版本

9-10月-25

3:22

22,841

sysreset.exe

6.1.7782.0

9-10月-25

3:22

278,016

systemreset.exe

10.0.17763.7560

9-10月-25

3:22

456,216

ResetEngOnline.dll

10.0.17763.7560

9-10月-25

3:22

195,584

SysResetErr.exe

10.0.17763.7560

9-10月-25

3:22

37,872

tcpip.sys

10.0.17763.7560

9-10月-25

3:22

2,180,576

FWPKCLNT.SYS

10.0.17763.7560

9-10月-25

3:22

332,768

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:22

144,384

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:22

144,896

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:22

145,920

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:22

146,944

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:22

143,360

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:22

145,408

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:22

142,848

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:22

146,432

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:22

139,776

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:22

143,872

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:22

138,240

WindowsCodecs.dll

10.0.17763.7919

9-10月-25

3:22

1,522,768

winpeshl.exe

10.0.17763.7919

9-10月-25

3:22

26,112

wpeutil.dll

10.0.17763.7919

9-10月-25

3:22

104,960

wpeutil.exe

10.0.17763.7919

9-10月-25

3:22

9,728

wpeinit.exe

10.0.17763.7919

9-10月-25

3:22

28,160

startnet.cmd

無版本

9-10月-25

3:22

9

ReAgent.dll

10.0.17763.7560

9-10月-25

3:22

932,336

ReInfo.dll

10.0.17763.7560

9-10月-25

3:22

155,648

StartRep.exe

10.0.17763.7919

9-10月-25

3:22

800,256

RecEnv.exe

10.0.17763.7919

9-10月-25

3:22

668,624

BootRec.exe

10.0.17763.7919

9-10月-25

3:22

295,424

檔案名稱

檔案版本

日期

時間

檔案大小

acpi.inf

無版本

9-10月-25

3:37

4,152

acpi.sys

10.0.17763.7560

9-10月-25

3:37

793,080

pci.inf 的

無版本

9-10月-25

3:37

16,156

pci.sys

10.0.17763.7560

9-10月-25

3:37

423,928

USB.inf 的

無版本

9-10月-25

3:37

41,932

usbccgp.sys

10.0.17763.7919

9-10月-25

3:37

180,160

usbhub3.inf 的

無版本

9-10月-25

3:37

11,162

USBHUB3.SYS

10.0.17763.7919

9-10月-25

3:37

600,512

usbport.inf

無版本

9-10月-25

3:37

77,558

usbohci.sys

10.0.17763.7919

9-10月-25

3:37

30,720

usbport.sys

10.0.17763.7919

9-10月-25

3:37

478,144

usbhub.sys

10.0.17763.7919

9-10月-25

3:37

533,456

usbehci.sys

10.0.17763.7919

9-10月-25

3:37

100,288

usbuhci.sys

10.0.17763.7919

9-10月-25

3:37

35,840

usbd.sys

10.0.17763.7919

9-10月-25

3:37

34,768

skci.dll

10.0.17763.7560

9-10月-25

3:37

305,040

iumbase.dll

10.0.17763.7560

9-10月-25

3:37

25,464

iumdll.dll

10.0.17763.7560

9-10月-25

3:37

16,752

vertdll.dll

10.0.17763.7560

9-10月-25

3:37

165,472

ucrtbase_enclave.dll

10.0.17763.7560

9-10月-25

3:37

486,192

VbsSiPolicy.p7b

無版本

9-10月-25

3:37

68,351

winresume.exe

10.0.17763.7560

9-10月-25

3:37

1,198,408

winresume.efi

10.0.17763.7560

9-10月-25

3:37

1,372,512

winload.exe

10.0.17763.7919

9-10月-25

3:37

1,501,592

winload.efi

10.0.17763.7919

9-10月-25

3:37

1,736,096

bootmgfw.efi

10.0.17763.7560

9-10月-25

3:37

1,519,096

bootmgfw_EX.efi

10.0.26100.30212

9-10月-25

3:37

2,830,632

安全啟動恢復.efi

無版本

9-10月-25

3:37

162,688

bootmgr.efi

10.0.17763.7560

9-10月-25

3:37

1,502,200

bootmgr_EX.efi

10.0.26100.30212

9-10月-25

3:37

2,818,464

boot.stl

無版本

9-10月-25

3:37

11,030

winsipolicy.p7b

無版本

9-10月-25

3:37

8,786

winresume.exe

10.0.17763.7919

9-10月-25

3:37

1,198,352

winresume.efi

10.0.17763.7919

9-10月-25

3:37

1,372,440

BootMenuUX.dll

10.0.17763.7781

9-10月-25

3:37

661,504

driversipolicy.p7b

無版本

9-10月-25

3:37

229,162

ci.dll

10.0.17763.7919

9-10月-25

3:37

885,520

驅動程式.stl

無版本

9-10月-25

3:37

33,360

勘誤表.inf

無版本

9-10月-25

3:37

123,848

fltMgr.sys

10.0.17763.7560

9-10月-25

3:37

434,680

hal.dll

10.0.17763.7560

9-10月-25

3:37

593,400

cmi2migxml.dll

10.0.17763.7560

9-10月-25

3:37

179,168

csiagent.dll

10.0.17763.7560

9-10月-25

3:37

658,928

diagER.dll

10.0.17763.7560

9-10月-25

3:37

53,216

hwcompat.dll

10.0.17763.7560

9-10月-25

3:37

199,664

hwcompat.txt

無版本

9-10月-25

3:37

730,884

hwexclude.txt

無版本

9-10月-25

3:37

51

migapp.xml

無版本

9-10月-25

3:37

654,548

migcore.dll

10.0.17763.7560

9-10月-25

3:37

8,899,040

mighost.exe

10.0.17763.7560

9-10月-25

3:37

258,544

migres.dll

10.0.17763.7560

9-10月-25

3:37

17,376

migisol.dll

10.0.17763.7560

9-10月-25

3:37

143,840

migstore.dll

10.0.17763.7560

9-10月-25

3:37

1,230,320

migsys.dll

10.0.17763.7560

9-10月-25

3:37

385,504

MXEAgent.dll

10.0.17763.7560

9-10月-25

3:37

316,896

offline.xml

無版本

9-10月-25

3:37

37,395

oscomps.xml

無版本

9-10月-25

3:37

435,175

oscomps.woa.xml

無版本

9-10月-25

3:37

249,101

osfilter.inf 的

無版本

9-10月-25

3:37

21,299

reagent.dll

10.0.17763.7560

9-10月-25

3:37

1,104,392

setupplatform.cfg

無版本

9-10月-25

3:37

6,266

setupplatform.dll

1.54.17763.7560

9-10月-25

3:37

9,161,184

setupplatform.exe

1.54.17763.7560

9-10月-25

3:37

169,968

SFCN.dat

無版本

9-10月-25

3:37

18:24

SFLCID.dat

無版本

9-10月-25

3:37

1,644

SFLISTW7.dat

無版本

9-10月-25

3:37

1,703,408

SFLISTW8.dat

無版本

9-10月-25

3:37

2,608,968

SFLISTWB.dat

無版本

9-10月-25

3:37

3,173,014

SFLISTWT.dat

無版本

9-10月-25

3:37

4,935,478

sflistw8.woa.dat

無版本

9-10月-25

3:37

954,506

SFLISTRS1.dat

無版本

9-10月-25

3:37

5,593,518

sflistwb.woa.dat

無版本

9-10月-25

3:37

1,150,204

sflistwt.woa.dat

無版本

9-10月-25

3:37

2,636,890

SFPAT.inf

無版本

9-10月-25

3:37

11,365

SFPATW7.inf

無版本

9-10月-25

3:37

17,396

SFPATW8.inf

無版本

9-10月-25

3:37

79,818

SFPATWB.inf 網站

無版本

9-10月-25

3:37

91,635

SFPATWT.inf 網站

無版本

9-10月-25

3:37

165,729

SFPATRS1.inf

無版本

9-10月-25

3:37

169,742

unbcl.dll

10.0.17763.7560

9-10月-25

3:37

1,089,504

upgradeagent.dll

10.0.17763.7560

9-10月-25

3:37

2,962,928

upgradeagent.xml

無版本

9-10月-25

3:37

70,911

upgrade_comp.xml

無版本

9-10月-25

3:37

4,320

upgrade_bulk.xml

無版本

9-10月-25

3:37

191,927

upgrade_data.xml

無版本

9-10月-25

3:37

41,108

upgrade_frmwrk.xml

無版本

9-10月-25

3:37

17,284

upgWow_bulk.xml

無版本

9-10月-25

3:37

97,110

uninstall.xml

無版本

9-10月-25

3:37

3,286

uninstall_data.xml

無版本

9-10月-25

3:37

11,122

wdsutil.dll

10.0.17763.7560

9-10月-25

3:37

297,968

iertutil.dll

11.0.17763.7919

9-10月-25

3:37

2,798,528

msIso.dll

11.0.17763.7919

9-10月-25

3:37

325,120

edgeIso.dll

11.0.17763.7919

9-10月-25

3:37

450,048

ClipSp.sys

10.0.17763.7560

9-10月-25

3:37

1,057,264

netio.sys

10.0.17763.7560

9-10月-25

3:37

599,032

ntdll.dll

10.0.17763.7560

9-10月-25

3:37

1,999,088

ntfs.sys

10.0.17763.7560

9-10月-25

3:37

2,628,088

ntoskrnl.exe

10.0.17763.7560

9-10月-25

3:37

9,672,696

diagtrack.dll

10.0.10586.10008

9-10月-25

3:37

1,362,104

diagtrackrunner.exe

10.0.10586.0

9-10月-25

3:37

88,256

試劑.admx

無版本

9-10月-25

3:37

1,240

reagent.xml

無版本

9-10月-25

3:37

837

設定平台.cfg

無版本

9-10月-25

3:37

8,000

wdsclientapi.dll

10.0.17763.7560

9-10月-25

3:37

299,640

wdscore.dll

10.0.17763.7560

9-10月-25

3:37

250,336

wdscsl.dll

10.0.17763.7560

9-10月-25

3:37

61,920

wdsimage.dll

10.0.17763.7560

9-10月-25

3:37

954,480

wdstptc.dll

10.0.17763.7560

9-10月-25

3:37

660,608

fvevol.sys

10.0.17763.7781

9-10月-25

3:37

806,360

dumpfve.sys

10.0.17763.7781

9-10月-25

3:37

95,288

fveapibase.dll

10.0.17763.7781

9-10月-25

3:37

408,576

fveapi.dll

10.0.17763.7781

9-10月-25

3:37

956,416

ResetEngine.dll

10.0.17763.7560

9-10月-25

3:37

2,319,360

ResetEngine.exe

10.0.17763.7560

9-10月-25

3:37

11,264

ResetPluginHost.exe

10.0.17763.7560

9-10月-25

3:37

30,720

reseteng.dll

10.0.17763.7560

9-10月-25

3:37

1,229,824

resetengmig.dll

10.0.17763.7560

9-10月-25

3:37

77,824

ResetEngInterfaces.exe

10.0.17763.7560

9-10月-25

3:37

10,240

srms.dat

無版本

9-10月-25

3:37

58,882

srms62.dat

無版本

9-10月-25

3:37

22,841

sysreset.exe

6.1.7782.0

9-10月-25

3:37

318,464

systemreset.exe

10.0.17763.7560

9-10月-25

3:37

526,400

ResetEngOnline.dll

10.0.17763.7560

9-10月-25

3:37

244,224

SysResetErr.exe

10.0.17763.7560

9-10月-25

3:37

43,488

tcpip.sys

10.0.17763.7560

9-10月-25

3:37

2,928,648

FWPKCLNT.SYS

10.0.17763.7560

9-10月-25

3:37

476,152

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:37

144,384

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:37

144,896

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:37

145,920

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:37

146,944

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:37

143,360

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:37

145,408

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:37

142,848

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:37

146,432

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:37

139,776

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:37

143,872

tcpip.sys.mui

10.0.17763.7560

9-10月-25

3:37

138,240

WindowsCodecs.dll

10.0.17763.7919

9-10月-25

3:37

1,799,096

winpeshl.exe

10.0.17763.7919

9-10月-25

3:37

32,768

wpeutil.dll

10.0.17763.7919

9-10月-25

3:37

122,368

wpeutil.exe

10.0.17763.7919

9-10月-25

3:37

12,288

wpeinit.exe

10.0.17763.7919

9-10月-25

3:37

33,280

startnet.cmd

無版本

9-10月-25

3:37

9

ReAgent.dll

10.0.17763.7560

9-10月-25

3:37

1,104,368

ReInfo.dll

10.0.17763.7560

9-10月-25

3:37

188,416

StartRep.exe

10.0.17763.7919

9-10月-25

3:37

942,080

RecEnv.exe

10.0.17763.7919

9-10月-25

3:37

820,160

BootRec.exe

10.0.17763.7919

9-10月-25

3:37

355,328

iertutil.dll

11.0.17763.7919

9-10月-25

3:37

2,296,952

msIso.dll

11.0.17763.7919

9-10月-25

3:37

272,896

edgeIso.dll

11.0.17763.7919

9-10月-25

3:37

331,264

ntdll.dll

10.0.17763.7560

9-10月-25

3:37

1,676,744

fveapibase.dll

10.0.17763.7781

9-10月-25

3:37

339,968

fveapi.dll

10.0.17763.7781

9-10月-25

3:37

724,480

WindowsCodecs.dll

10.0.17763.7919

9-10月-25

3:37

1,522,768

ReAgent.dll

10.0.17763.7560

9-10月-25

3:37

932,336

ReInfo.dll

10.0.17763.7560

9-10月-25

3:37

155,648

wdsnbp.com

無版本

9-10月-25

3:37

30,832

abortpxe.com

無版本

9-10月-25

3:37

79

bootmgr.exe

10.0.17763.7560

9-10月-25

3:37

672,736

pxeboot.com

無版本

9-10月-25

3:37

25,358

pxeboot.n12

無版本

9-10月-25

3:37

25,358

hdlscom1.com

無版本

9-10月-25

3:37

25,662

hdlscom2.com

無版本

9-10月-25

3:37

25,662

HDLSCOM1.n12

無版本

9-10月-25

3:37

25,646

HDLSCOM2.n12

無版本

9-10月-25

3:37

25,646

bootmgfw.efi

10.0.17763.7560

9-10月-25

3:37

1,275,888

bootmgfw_EX.efi

10.0.26100.30212

9-10月-25

3:37

2,376,464

參考資料

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

查詢詞: safeos du

需要更多協助嗎?

想要其他選項嗎?

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