Applies To
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 Update 取得此更新。 將自動下載並安裝此更新。

必要條件

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

重新啟動資訊

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

移除資訊

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

更新取代資訊

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

確認此更新的安裝

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

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

無版本

12-8月-25

21:54

4,144

acpi.sys

10.0.17763.7560

12-8月-25

21:54

595,424

pci.inf 的

無版本

12-8月-25

21:54

16,148

pci.sys

10.0.17763.7560

12-8月-25

21:54

315,872

winresume.exe

10.0.17763.7560

12-8月-25

21:54

994,344

winresume.efi

10.0.17763.7560

12-8月-25

21:54

1,107,984

winload.exe

10.0.17763.7560

12-8月-25

21:54

1,236,656

winload.efi

10.0.17763.7560

12-8月-25

21:54

1,381,216

bootmgfw.efi

10.0.17763.7560

12-8月-25

21:54

1,275,888

bootmgfw_EX.efi

10.0.26100.30212

12-8月-25

21:54

2,376,464

安全啟動恢復.efi

無版本

12-8月-25

21:54

39,296

bootmgr.efi

10.0.17763.7560

12-8月-25

21:54

1,261,024

bootmgr_EX.efi

10.0.26100.30212

12-8月-25

21:54

2,363,264

boot.stl

無版本

12-8月-25

21:54

10,853

winsipolicy.p7b

無版本

12-8月-25

21:54

8,786

BootMenuUX.dll

10.0.17763.7781

12-8月-25

21:54

529,408

ci.dll

10.0.17763.7560

12-8月-25

21:54

696,432

驅動程式.stl

無版本

12-8月-25

21:54

19,991

勘誤表.inf

無版本

12-8月-25

21:54

123,848

fltMgr.sys

10.0.17763.7560

12-8月-25

21:54

306,680

hal.dll

10.0.17763.7560

12-8月-25

21:54

387,064

halmacpi.dll

10.0.17763.7560

12-8月-25

21:54

387,064

cmi2migxml.dll

10.0.17763.7560

12-8月-25

21:54

147,424

csiagent.dll

10.0.17763.7560

12-8月-25

21:54

509,408

diagER.dll

10.0.17763.7560

12-8月-25

21:54

43,016

hwcompat.dll

10.0.17763.7560

12-8月-25

21:54

160,776

hwcompat.txt

無版本

12-8月-25

21:54

589,760

hwexclude.txt

無版本

12-8月-25

21:54

51

migapp.xml

無版本

12-8月-25

21:54

654,548

migcore.dll

10.0.17763.7560

12-8月-25

21:54

6,777,864

mighost.exe

10.0.17763.7560

12-8月-25

21:54

249,864

migres.dll

10.0.17763.7560

12-8月-25

21:54

17,392

migisol.dll

10.0.17763.7560

12-8月-25

21:54

120,800

migstore.dll

10.0.17763.7560

12-8月-25

21:54

939,488

migsys.dll

10.0.17763.7560

12-8月-25

21:54

304,096

MXEAgent.dll

10.0.17763.7560

12-8月-25

21:54

238,048

offline.xml

無版本

12-8月-25

21:54

37,395

oscomps.xml

無版本

12-8月-25

21:54

435,175

oscomps.woa.xml

無版本

12-8月-25

21:54

249,101

osfilter.inf 的

無版本

12-8月-25

21:54

21,299

reagent.dll

10.0.17763.7560

12-8月-25

21:54

932,360

setupplatform.cfg

無版本

12-8月-25

21:54

6,266

setupplatform.dll

1.54.17763.7560

12-8月-25

21:54

6,934,024

setupplatform.exe

1.54.17763.7560

12-8月-25

21:54

155,120

SFCN.dat

無版本

12-8月-25

21:54

18:24

SFLCID.dat

無版本

12-8月-25

21:54

1,644

SFLISTW7.dat

無版本

12-8月-25

21:54

1,703,408

SFLISTW8.dat

無版本

12-8月-25

21:54

2,608,968

SFLISTWB.dat

無版本

12-8月-25

21:54

3,173,014

SFLISTWT.dat

無版本

12-8月-25

21:54

4,935,478

sflistw8.woa.dat

無版本

12-8月-25

21:54

954,506

SFLISTRS1.dat

無版本

12-8月-25

21:54

5,593,518

sflistwb.woa.dat

無版本

12-8月-25

21:54

1,150,204

sflistwt.woa.dat

無版本

12-8月-25

21:54

2,636,890

SFPAT.inf

無版本

12-8月-25

21:54

11,365

SFPATW7.inf

無版本

12-8月-25

21:54

17,396

SFPATW8.inf

無版本

12-8月-25

21:54

79,818

SFPATWB.inf 網站

無版本

12-8月-25

21:54

91,635

SFPATWT.inf 網站

無版本

12-8月-25

21:54

165,729

SFPATRS1.inf

無版本

12-8月-25

21:54

169,742

unbcl.dll

10.0.17763.7560

12-8月-25

21:54

836,064

upgradeagent.dll

10.0.17763.7560

12-8月-25

21:54

2,378,208

upgradeagent.xml

無版本

12-8月-25

21:54

70,911

upgrade_comp.xml

無版本

12-8月-25

21:54

4,320

upgrade_bulk.xml

無版本

12-8月-25

21:54

191,927

upgrade_data.xml

無版本

12-8月-25

21:54

41,108

upgrade_frmwrk.xml

無版本

12-8月-25

21:54

17,284

upgWow_bulk.xml

無版本

12-8月-25

21:54

97,110

uninstall.xml

無版本

12-8月-25

21:54

3,286

uninstall_data.xml

無版本

12-8月-25

21:54

11,122

wdsutil.dll

10.0.17763.7560

12-8月-25

21:54

237,064

ClipSp.sys

10.0.17763.7560

12-8月-25

21:54

800,264

netio.sys

10.0.17763.7560

12-8月-25

21:54

404,472

ntdll.dll

10.0.17763.7560

12-8月-25

21:54

1,657,648

ntfs.sys

10.0.17763.7560

12-8月-25

21:54

2,133,496

ntoskrnl.exe

10.0.17763.7560

12-8月-25

21:54

6,898,656

diagtrack.dll

10.0.10586.10008

12-8月-25

21:54

919,736

diagtrackrunner.exe

10.0.10586.0

12-8月-25

21:54

79,040

試劑.admx

無版本

12-8月-25

21:54

1,240

reagent.xml

無版本

12-8月-25

21:54

837

設定平台.cfg

無版本

12-8月-25

21:54

8,000

wdsclientapi.dll

10.0.17763.7560

12-8月-25

21:54

250,496

wdscore.dll

10.0.17763.7560

12-8月-25

21:54

197,624

wdscsl.dll

10.0.17763.7560

12-8月-25

21:54

52,192

wdsimage.dll

10.0.17763.7560

12-8月-25

21:54

758,376

wdstptc.dll

10.0.17763.7560

12-8月-25

21:54

526,960

fvevol.sys

10.0.17763.7781

12-8月-25

21:54

653,816

dumpfve.sys

10.0.17763.7781

12-8月-25

21:54

76,160

fveapibase.dll

10.0.17763.7781

12-8月-25

21:54

339,968

fveapi.dll

10.0.17763.7781

12-8月-25

21:54

724,480

ResetEngine.dll

10.0.17763.7560

12-8月-25

21:54

1,871,872

ResetEngine.exe

10.0.17763.7560

12-8月-25

21:54

9,728

ResetPluginHost.exe

10.0.17763.7560

12-8月-25

21:54

24,064

reseteng.dll

10.0.17763.7560

12-8月-25

21:54

1,016,832

resetengmig.dll

10.0.17763.7560

12-8月-25

21:54

64,512

ResetEngInterfaces.exe

10.0.17763.7560

12-8月-25

21:54

8,192

srms.dat

無版本

12-8月-25

21:54

58,882

srms62.dat

無版本

12-8月-25

21:54

22,841

sysreset.exe

6.1.7782.0

12-8月-25

21:54

278,016

systemreset.exe

10.0.17763.7560

12-8月-25

21:54

456,216

ResetEngOnline.dll

10.0.17763.7560

12-8月-25

21:54

195,584

SysResetErr.exe

10.0.17763.7560

12-8月-25

21:54

37,872

tcpip.sys

10.0.17763.7560

12-8月-25

21:54

2,180,576

FWPKCLNT.SYS

10.0.17763.7560

12-8月-25

21:54

332,768

tcpip.sys.mui

10.0.17763.7560

12-8月-25

21:54

144,384

tcpip.sys.mui

10.0.17763.7560

12-8月-25

21:54

144,896

tcpip.sys.mui

10.0.17763.7560

12-8月-25

21:54

145,920

tcpip.sys.mui

10.0.17763.7560

12-8月-25

21:54

146,944

tcpip.sys.mui

10.0.17763.7560

12-8月-25

21:54

143,360

tcpip.sys.mui

10.0.17763.7560

12-8月-25

21:54

145,408

tcpip.sys.mui

10.0.17763.7560

12-8月-25

21:54

142,848

tcpip.sys.mui

10.0.17763.7560

12-8月-25

21:54

146,432

tcpip.sys.mui

10.0.17763.7560

12-8月-25

21:54

139,776

tcpip.sys.mui

10.0.17763.7560

12-8月-25

21:54

143,872

tcpip.sys.mui

10.0.17763.7560

12-8月-25

21:54

138,240

winpeshl.exe

10.0.17763.7781

12-8月-25

21:54

25,600

wpeutil.dll

10.0.17763.7781

12-8月-25

21:54

104,960

wpeutil.exe

10.0.17763.7781

12-8月-25

21:54

9,728

wpeinit.exe

10.0.17763.7781

12-8月-25

21:54

28,160

startnet.cmd

無版本

12-8月-25

21:54

9

ReAgent.dll

10.0.17763.7560

12-8月-25

21:54

932,336

ReInfo.dll

10.0.17763.7560

12-8月-25

21:54

155,648

StartRep.exe

10.0.17763.7781

12-8月-25

21:54

803,328

RecEnv.exe

10.0.17763.7781

12-8月-25

21:54

668,136

BootRec.exe

10.0.17763.7781

12-8月-25

21:54

298,496

檔案名稱

檔案版本

日期

時間

檔案大小

acpi.inf

無版本

12-8月-25

22:07

4,152

acpi.sys

10.0.17763.7560

12-8月-25

22:07

793,080

pci.inf 的

無版本

12-8月-25

22:07

16,156

pci.sys

10.0.17763.7560

12-8月-25

22:07

423,928

skci.dll

10.0.17763.7560

12-8月-25

22:07

305,040

iumbase.dll

10.0.17763.7560

12-8月-25

22:07

25,464

iumdll.dll

10.0.17763.7560

12-8月-25

22:07

16,752

vertdll.dll

10.0.17763.7560

12-8月-25

22:07

165,472

ucrtbase_enclave.dll

10.0.17763.7560

12-8月-25

22:07

486,192

VbsSiPolicy.p7b

無版本

12-8月-25

22:07

68,351

winresume.exe

10.0.17763.7560

12-8月-25

22:07

1,198,408

winresume.efi

10.0.17763.7560

12-8月-25

22:07

1,372,512

winload.exe

10.0.17763.7560

12-8月-25

22:07

1,501,648

winload.efi

10.0.17763.7560

12-8月-25

22:07

1,736,168

bootmgfw.efi

10.0.17763.7560

12-8月-25

22:07

1,519,096

bootmgfw_EX.efi

10.0.26100.30212

12-8月-25

22:07

2,830,632

安全啟動恢復.efi

無版本

12-8月-25

22:07

162,688

bootmgr.efi

10.0.17763.7560

12-8月-25

22:07

1,502,200

bootmgr_EX.efi

10.0.26100.30212

12-8月-25

22:07

2,818,464

boot.stl

無版本

12-8月-25

22:07

11,030

winsipolicy.p7b

無版本

12-8月-25

22:07

8,786

BootMenuUX.dll

10.0.17763.7781

12-8月-25

22:07

661,504

driversipolicy.p7b

無版本

12-8月-25

22:07

229,162

ci.dll

10.0.17763.7560

12-8月-25

22:07

884,528

驅動程式.stl

無版本

12-8月-25

22:07

32,631

勘誤表.inf

無版本

12-8月-25

22:07

123,848

fltMgr.sys

10.0.17763.7560

12-8月-25

22:07

434,680

hal.dll

10.0.17763.7560

12-8月-25

22:07

593,400

cmi2migxml.dll

10.0.17763.7560

12-8月-25

22:07

179,168

csiagent.dll

10.0.17763.7560

12-8月-25

22:07

658,928

diagER.dll

10.0.17763.7560

12-8月-25

22:07

53,216

hwcompat.dll

10.0.17763.7560

12-8月-25

22:07

199,664

hwcompat.txt

無版本

12-8月-25

22:07

730,884

hwexclude.txt

無版本

12-8月-25

22:07

51

migapp.xml

無版本

12-8月-25

22:07

654,548

migcore.dll

10.0.17763.7560

12-8月-25

22:07

8,899,040

mighost.exe

10.0.17763.7560

12-8月-25

22:07

258,544

migres.dll

10.0.17763.7560

12-8月-25

22:07

17,376

migisol.dll

10.0.17763.7560

12-8月-25

22:07

143,840

migstore.dll

10.0.17763.7560

12-8月-25

22:07

1,230,320

migsys.dll

10.0.17763.7560

12-8月-25

22:07

385,504

MXEAgent.dll

10.0.17763.7560

12-8月-25

22:07

316,896

offline.xml

無版本

12-8月-25

22:07

37,395

oscomps.xml

無版本

12-8月-25

22:07

435,175

oscomps.woa.xml

無版本

12-8月-25

22:07

249,101

osfilter.inf 的

無版本

12-8月-25

22:07

21,299

reagent.dll

10.0.17763.7560

12-8月-25

22:07

1,104,392

setupplatform.cfg

無版本

12-8月-25

22:07

6,266

setupplatform.dll

1.54.17763.7560

12-8月-25

22:07

9,161,184

setupplatform.exe

1.54.17763.7560

12-8月-25

22:07

169,968

SFCN.dat

無版本

12-8月-25

22:07

18:24

SFLCID.dat

無版本

12-8月-25

22:07

1,644

SFLISTW7.dat

無版本

12-8月-25

22:07

1,703,408

SFLISTW8.dat

無版本

12-8月-25

22:07

2,608,968

SFLISTWB.dat

無版本

12-8月-25

22:07

3,173,014

SFLISTWT.dat

無版本

12-8月-25

22:07

4,935,478

sflistw8.woa.dat

無版本

12-8月-25

22:07

954,506

SFLISTRS1.dat

無版本

12-8月-25

22:07

5,593,518

sflistwb.woa.dat

無版本

12-8月-25

22:07

1,150,204

sflistwt.woa.dat

無版本

12-8月-25

22:07

2,636,890

SFPAT.inf

無版本

12-8月-25

22:07

11,365

SFPATW7.inf

無版本

12-8月-25

22:07

17,396

SFPATW8.inf

無版本

12-8月-25

22:07

79,818

SFPATWB.inf 網站

無版本

12-8月-25

22:07

91,635

SFPATWT.inf 網站

無版本

12-8月-25

22:07

165,729

SFPATRS1.inf

無版本

12-8月-25

22:07

169,742

unbcl.dll

10.0.17763.7560

12-8月-25

22:07

1,089,504

upgradeagent.dll

10.0.17763.7560

12-8月-25

22:07

2,962,928

upgradeagent.xml

無版本

12-8月-25

22:07

70,911

upgrade_comp.xml

無版本

12-8月-25

22:07

4,320

upgrade_bulk.xml

無版本

12-8月-25

22:07

191,927

upgrade_data.xml

無版本

12-8月-25

22:07

41,108

upgrade_frmwrk.xml

無版本

12-8月-25

22:07

17,284

upgWow_bulk.xml

無版本

12-8月-25

22:07

97,110

uninstall.xml

無版本

12-8月-25

22:07

3,286

uninstall_data.xml

無版本

12-8月-25

22:07

11,122

wdsutil.dll

10.0.17763.7560

12-8月-25

22:07

297,968

ClipSp.sys

10.0.17763.7560

12-8月-25

22:07

1,057,264

netio.sys

10.0.17763.7560

12-8月-25

22:07

599,032

ntdll.dll

10.0.17763.7560

12-8月-25

22:07

1,999,088

ntfs.sys

10.0.17763.7560

12-8月-25

22:07

2,628,088

ntoskrnl.exe

10.0.17763.7560

12-8月-25

22:07

9,672,696

diagtrack.dll

10.0.10586.10008

12-8月-25

22:07

1,362,104

diagtrackrunner.exe

10.0.10586.0

12-8月-25

22:07

88,256

試劑.admx

無版本

12-8月-25

22:07

1,240

reagent.xml

無版本

12-8月-25

22:07

837

設定平台.cfg

無版本

12-8月-25

22:07

8,000

wdsclientapi.dll

10.0.17763.7560

12-8月-25

22:07

299,640

wdscore.dll

10.0.17763.7560

12-8月-25

22:07

250,336

wdscsl.dll

10.0.17763.7560

12-8月-25

22:07

61,920

wdsimage.dll

10.0.17763.7560

12-8月-25

22:07

954,480

wdstptc.dll

10.0.17763.7560

12-8月-25

22:07

660,608

fvevol.sys

10.0.17763.7781

12-8月-25

22:07

806,360

dumpfve.sys

10.0.17763.7781

12-8月-25

22:07

95,288

fveapibase.dll

10.0.17763.7781

12-8月-25

22:07

408,576

fveapi.dll

10.0.17763.7781

12-8月-25

22:07

956,416

ResetEngine.dll

10.0.17763.7560

12-8月-25

22:07

2,319,360

ResetEngine.exe

10.0.17763.7560

12-8月-25

22:07

11,264

ResetPluginHost.exe

10.0.17763.7560

12-8月-25

22:07

30,720

reseteng.dll

10.0.17763.7560

12-8月-25

22:07

1,229,824

resetengmig.dll

10.0.17763.7560

12-8月-25

22:07

77,824

ResetEngInterfaces.exe

10.0.17763.7560

12-8月-25

22:07

10,240

srms.dat

無版本

12-8月-25

22:07

58,882

srms62.dat

無版本

12-8月-25

22:07

22,841

sysreset.exe

6.1.7782.0

12-8月-25

22:07

318,464

systemreset.exe

10.0.17763.7560

12-8月-25

22:07

526,400

ResetEngOnline.dll

10.0.17763.7560

12-8月-25

22:07

244,224

SysResetErr.exe

10.0.17763.7560

12-8月-25

22:07

43,488

tcpip.sys

10.0.17763.7560

12-8月-25

22:07

2,928,648

FWPKCLNT.SYS

10.0.17763.7560

12-8月-25

22:07

476,152

tcpip.sys.mui

10.0.17763.7560

12-8月-25

22:07

144,384

tcpip.sys.mui

10.0.17763.7560

12-8月-25

22:07

144,896

tcpip.sys.mui

10.0.17763.7560

12-8月-25

22:07

145,920

tcpip.sys.mui

10.0.17763.7560

12-8月-25

22:07

146,944

tcpip.sys.mui

10.0.17763.7560

12-8月-25

22:07

143,360

tcpip.sys.mui

10.0.17763.7560

12-8月-25

22:07

145,408

tcpip.sys.mui

10.0.17763.7560

12-8月-25

22:07

142,848

tcpip.sys.mui

10.0.17763.7560

12-8月-25

22:07

146,432

tcpip.sys.mui

10.0.17763.7560

12-8月-25

22:07

139,776

tcpip.sys.mui

10.0.17763.7560

12-8月-25

22:07

143,872

tcpip.sys.mui

10.0.17763.7560

12-8月-25

22:07

138,240

winpeshl.exe

10.0.17763.7781

12-8月-25

22:07

32,256

wpeutil.dll

10.0.17763.7781

12-8月-25

22:07

122,368

wpeutil.exe

10.0.17763.7781

12-8月-25

22:07

12,288

wpeinit.exe

10.0.17763.7781

12-8月-25

22:07

33,280

startnet.cmd

無版本

12-8月-25

22:07

9

ReAgent.dll

10.0.17763.7560

12-8月-25

22:07

1,104,368

ReInfo.dll

10.0.17763.7560

12-8月-25

22:07

188,416

StartRep.exe

10.0.17763.7781

12-8月-25

22:07

945,664

RecEnv.exe

10.0.17763.7781

12-8月-25

22:07

819,152

BootRec.exe

10.0.17763.7781

12-8月-25

22:07

357,888

ntdll.dll

10.0.17763.7560

12-8月-25

22:07

1,676,744

fveapibase.dll

10.0.17763.7781

12-8月-25

22:07

339,968

fveapi.dll

10.0.17763.7781

12-8月-25

22:07

724,480

ReAgent.dll

10.0.17763.7560

12-8月-25

22:07

932,336

ReInfo.dll

10.0.17763.7560

12-8月-25

22:07

155,648

wdsnbp.com

無版本

12-8月-25

22:07

30,832

abortpxe.com

無版本

12-8月-25

22:07

79

bootmgr.exe

10.0.17763.7560

12-8月-25

22:07

672,736

pxeboot.com

無版本

12-8月-25

22:07

25,358

pxeboot.n12

無版本

12-8月-25

22:07

25,358

hdlscom1.com

無版本

12-8月-25

22:07

25,662

hdlscom2.com

無版本

12-8月-25

22:07

25,662

HDLSCOM1.n12

無版本

12-8月-25

22:07

25,646

HDLSCOM2.n12

無版本

12-8月-25

22:07

25,646

bootmgfw.efi

10.0.17763.7560

12-8月-25

22:07

1,275,888

bootmgfw_EX.efi

10.0.26100.30212

12-8月-25

22:07

2,376,464

參考資料

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

查詢詞: safeos du

Need more help?

Want more options?

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