Applies To
Windows 10 Enterprise, version 1809 Windows Server 2019

Windows Secure Boot certificate expiration 

Important: Secure Boot certificates used by most Windows devices are set to expire starting in June 2026. This might affect the ability of certain personal and business devices to boot securely if not updated in time. To avoid disruption, we recommend reviewing the guidance and taking action to update certificates in advance. For details and preparation steps, see Windows Secure Boot certificate expiration and CA updates.

Support for Windows 10 will end in October 2025

After October 14, 2025, Microsoft will no longer provide free software updates from Windows Update, technical assistance, or security fixes for Windows 10. Your PC will still work, but we recommend moving to Windows 11.

Learn more

Summary

This update makes improvements to the Windows recovery environment (WinRE) in Windows 10, version 1809 and Windows Server 2019.

How to get this update

Install this update

To install this update, use one of the following release channels.

Available

Next step

Available

This update is available through Windows Update. It will be downloaded and installed automatically.

Prerequisites

There are no prerequisites to apply this update.

Restart information

You do not have to restart your device after you apply this update.

Removal information

This update cannot be removed once it is applied to a Windows image.

Update replacement information

This update replaces the previously released update KB5060530.

Verify the installation of this update

After installing this update, the WinRE version installed on the device should be 10.0.17763.7560.

To get the version of WinRE installed, run the following PowerShell script "GetWinReVersion.ps1" with Administrator credentials. After you run the script, you should receive the installed WinRE version as in the following example:

GetWinReVersion.ps1 PowerShell script

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

#

# 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

File information

The English (United States) version of this software update installs files that have the following attributes. This update might contain files for additional languages.

File name

File version

Date

Time

File size

acpi.inf

Not versioned

5-Jul-25

1:50

4,144

acpi.sys

10.0.17763.7560

5-Jul-25

1:50

595,424

pci.inf

Not versioned

5-Jul-25

1:50

16,148

pci.sys

10.0.17763.7560

5-Jul-25

1:50

315,872

winresume.exe

10.0.17763.7560

5-Jul-25

1:50

994,344

winresume.efi

10.0.17763.7560

5-Jul-25

1:50

1,107,984

winload.exe

10.0.17763.7560

5-Jul-25

1:50

1,236,656

winload.efi

10.0.17763.7560

5-Jul-25

1:50

1,381,216

bootmgfw.efi

10.0.17763.7560

5-Jul-25

1:50

1,275,888

bootmgfw_EX.efi

10.0.26100.30212

5-Jul-25

1:50

2,376,464

SecureBootRecovery.efi

Not versioned

5-Jul-25

1:50

39,296

bootmgr.efi

10.0.17763.7560

5-Jul-25

1:50

1,261,024

bootmgr_EX.efi

10.0.26100.30212

5-Jul-25

1:50

2,363,264

boot.stl

Not versioned

5-Jul-25

1:50

10,853

winsipolicy.p7b

Not versioned

5-Jul-25

1:50

8,786

BootMenuUX.dll

10.0.17763.7560

5-Jul-25

1:50

529,920

ci.dll

10.0.17763.7560

5-Jul-25

1:50

696,432

driver.stl

Not versioned

5-Jul-25

1:50

19,991

errata.inf

Not versioned

5-Jul-25

1:50

123,848

fltMgr.sys

10.0.17763.7560

5-Jul-25

1:50

306,680

hal.dll

10.0.17763.7560

5-Jul-25

1:50

387,064

halmacpi.dll

10.0.17763.7560

5-Jul-25

1:50

387,064

cmi2migxml.dll

10.0.17763.7560

5-Jul-25

1:50

147,424

csiagent.dll

10.0.17763.7560

5-Jul-25

1:50

509,408

diagER.dll

10.0.17763.7560

5-Jul-25

1:50

43,016

hwcompat.dll

10.0.17763.7560

5-Jul-25

1:50

160,776

hwcompat.txt

Not versioned

5-Jul-25

1:50

589,760

hwexclude.txt

Not versioned

5-Jul-25

1:50

51

migapp.xml

Not versioned

5-Jul-25

1:50

654,548

migcore.dll

10.0.17763.7560

5-Jul-25

1:50

6,777,864

mighost.exe

10.0.17763.7560

5-Jul-25

1:50

249,864

migres.dll

10.0.17763.7560

5-Jul-25

1:50

17,392

migisol.dll

10.0.17763.7560

5-Jul-25

1:50

120,800

migstore.dll

10.0.17763.7560

5-Jul-25

1:50

939,488

migsys.dll

10.0.17763.7560

5-Jul-25

1:50

304,096

MXEAgent.dll

10.0.17763.7560

5-Jul-25

1:50

238,048

offline.xml

Not versioned

5-Jul-25

1:50

37,395

oscomps.xml

Not versioned

5-Jul-25

1:50

435,175

oscomps.woa.xml

Not versioned

5-Jul-25

1:50

249,101

osfilter.inf

Not versioned

5-Jul-25

1:50

21,299

reagent.dll

10.0.17763.7560

5-Jul-25

1:50

932,360

setupplatform.cfg

Not versioned

5-Jul-25

1:50

6,266

setupplatform.dll

1.54.17763.7560

5-Jul-25

1:50

6,934,024

setupplatform.exe

1.54.17763.7560

5-Jul-25

1:50

155,120

SFCN.dat

Not versioned

5-Jul-25

1:50

1,824

SFLCID.dat

Not versioned

5-Jul-25

1:50

1,644

SFLISTW7.dat

Not versioned

5-Jul-25

1:50

1,703,408

SFLISTW8.dat

Not versioned

5-Jul-25

1:50

2,608,968

SFLISTWB.dat

Not versioned

5-Jul-25

1:50

3,173,014

SFLISTWT.dat

Not versioned

5-Jul-25

1:50

4,935,478

sflistw8.woa.dat

Not versioned

5-Jul-25

1:50

954,506

SFLISTRS1.dat

Not versioned

5-Jul-25

1:50

5,593,518

sflistwb.woa.dat

Not versioned

5-Jul-25

1:50

1,150,204

sflistwt.woa.dat

Not versioned

5-Jul-25

1:50

2,636,890

SFPAT.inf

Not versioned

5-Jul-25

1:50

11,365

SFPATW7.inf

Not versioned

5-Jul-25

1:50

17,396

SFPATW8.inf

Not versioned

5-Jul-25

1:50

79,818

SFPATWB.inf

Not versioned

5-Jul-25

1:50

91,635

SFPATWT.inf

Not versioned

5-Jul-25

1:50

165,729

SFPATRS1.inf

Not versioned

5-Jul-25

1:50

169,742

unbcl.dll

10.0.17763.7560

5-Jul-25

1:50

836,064

upgradeagent.dll

10.0.17763.7560

5-Jul-25

1:50

2,378,208

upgradeagent.xml

Not versioned

5-Jul-25

1:50

70,911

upgrade_comp.xml

Not versioned

5-Jul-25

1:50

4,320

upgrade_bulk.xml

Not versioned

5-Jul-25

1:50

191,927

upgrade_data.xml

Not versioned

5-Jul-25

1:50

41,108

upgrade_frmwrk.xml

Not versioned

5-Jul-25

1:50

17,284

upgWow_bulk.xml

Not versioned

5-Jul-25

1:50

97,110

uninstall.xml

Not versioned

5-Jul-25

1:50

3,286

uninstall_data.xml

Not versioned

5-Jul-25

1:50

11,122

wdsutil.dll

10.0.17763.7560

5-Jul-25

1:50

237,064

ClipSp.sys

10.0.17763.7560

5-Jul-25

1:50

800,264

netio.sys

10.0.17763.7560

5-Jul-25

1:50

404,472

ntdll.dll

10.0.17763.7560

5-Jul-25

1:50

1,657,648

ntfs.sys

10.0.17763.7560

5-Jul-25

1:50

2,133,496

ntoskrnl.exe

10.0.17763.7560

5-Jul-25

1:50

6,898,656

diagtrack.dll

10.0.10586.10008

5-Jul-25

1:50

919,736

diagtrackrunner.exe

10.0.10586.0

5-Jul-25

1:50

79,040

reagent.admx

Not versioned

5-Jul-25

1:50

1,240

reagent.xml

Not versioned

5-Jul-25

1:50

837

SetupPlatform.cfg

Not versioned

5-Jul-25

1:50

8,000

wdsclientapi.dll

10.0.17763.7560

5-Jul-25

1:50

250,496

wdscore.dll

10.0.17763.7560

5-Jul-25

1:50

197,624

wdscsl.dll

10.0.17763.7560

5-Jul-25

1:50

52,192

wdsimage.dll

10.0.17763.7560

5-Jul-25

1:50

758,376

wdstptc.dll

10.0.17763.7560

5-Jul-25

1:50

526,960

fvevol.sys

10.0.17763.7560

5-Jul-25

1:50

653,816

dumpfve.sys

10.0.17763.7560

5-Jul-25

1:50

76,192

fveapibase.dll

10.0.17763.7560

5-Jul-25

1:50

339,968

fveapi.dll

10.0.17763.7560

5-Jul-25

1:50

724,480

ResetEngine.dll

10.0.17763.7560

5-Jul-25

1:50

1,871,872

ResetEngine.exe

10.0.17763.7560

5-Jul-25

1:50

9,728

ResetPluginHost.exe

10.0.17763.7560

5-Jul-25

1:50

24,064

reseteng.dll

10.0.17763.7560

5-Jul-25

1:50

1,016,832

resetengmig.dll

10.0.17763.7560

5-Jul-25

1:50

64,512

ResetEngInterfaces.exe

10.0.17763.7560

5-Jul-25

1:50

8,192

srms.dat

Not versioned

5-Jul-25

1:50

58,882

srms62.dat

Not versioned

5-Jul-25

1:50

22,841

sysreset.exe

6.1.7782.0

5-Jul-25

1:50

278,016

systemreset.exe

10.0.17763.7560

5-Jul-25

1:50

456,216

ResetEngOnline.dll

10.0.17763.7560

5-Jul-25

1:50

195,584

SysResetErr.exe

10.0.17763.7560

5-Jul-25

1:50

37,872

tcpip.sys

10.0.17763.7560

5-Jul-25

1:50

2,180,576

FWPKCLNT.SYS

10.0.17763.7560

5-Jul-25

1:50

332,768

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:50

144,384

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:50

144,896

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:50

145,920

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:50

146,944

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:50

143,360

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:50

145,408

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:50

142,848

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:50

146,432

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:50

139,776

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:50

143,872

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:50

138,240

winpeshl.exe

10.0.17763.7560

5-Jul-25

1:50

25,600

wpeutil.dll

10.0.17763.7560

5-Jul-25

1:50

104,960

wpeutil.exe

10.0.17763.7560

5-Jul-25

1:50

9,728

wpeinit.exe

10.0.17763.7560

5-Jul-25

1:50

28,160

startnet.cmd

Not versioned

5-Jul-25

1:50

9

ReAgent.dll

10.0.17763.7560

5-Jul-25

1:50

932,336

ReInfo.dll

10.0.17763.7560

5-Jul-25

1:50

155,648

StartRep.exe

10.0.17763.7560

5-Jul-25

1:50

803,328

RecEnv.exe

10.0.17763.7560

5-Jul-25

1:50

668,128

BootRec.exe

10.0.17763.7560

5-Jul-25

1:50

298,496

File name

File version

Date

Time

File size

acpi.inf

Not versioned

5-Jul-25

1:59

4,152

acpi.sys

10.0.17763.7560

5-Jul-25

1:59

793,080

pci.inf

Not versioned

5-Jul-25

1:59

16,156

pci.sys

10.0.17763.7560

5-Jul-25

1:59

423,928

skci.dll

10.0.17763.7560

5-Jul-25

1:59

305,040

iumbase.dll

10.0.17763.7560

5-Jul-25

1:59

25,464

iumdll.dll

10.0.17763.7560

5-Jul-25

1:59

16,752

vertdll.dll

10.0.17763.7560

5-Jul-25

1:59

165,472

ucrtbase_enclave.dll

10.0.17763.7560

5-Jul-25

1:59

486,192

VbsSiPolicy.p7b

Not versioned

5-Jul-25

1:59

68,351

winresume.exe

10.0.17763.7560

5-Jul-25

1:59

1,198,408

winresume.efi

10.0.17763.7560

5-Jul-25

1:59

1,372,512

winload.exe

10.0.17763.7560

5-Jul-25

1:59

1,501,648

winload.efi

10.0.17763.7560

5-Jul-25

1:59

1,736,168

bootmgfw.efi

10.0.17763.7560

5-Jul-25

1:59

1,519,096

bootmgfw_EX.efi

10.0.26100.30212

5-Jul-25

1:59

2,830,632

SecureBootRecovery.efi

Not versioned

5-Jul-25

1:59

162,688

bootmgr.efi

10.0.17763.7560

5-Jul-25

1:59

1,502,200

bootmgr_EX.efi

10.0.26100.30212

5-Jul-25

1:59

2,818,464

boot.stl

Not versioned

5-Jul-25

1:59

11,030

winsipolicy.p7b

Not versioned

5-Jul-25

1:59

8,786

BootMenuUX.dll

10.0.17763.7560

5-Jul-25

1:59

661,504

driversipolicy.p7b

Not versioned

5-Jul-25

1:59

229,162

ci.dll

10.0.17763.7560

5-Jul-25

1:59

884,528

driver.stl

Not versioned

5-Jul-25

1:59

32,631

errata.inf

Not versioned

5-Jul-25

1:59

123,848

fltMgr.sys

10.0.17763.7560

5-Jul-25

1:59

434,680

hal.dll

10.0.17763.7560

5-Jul-25

1:59

593,400

cmi2migxml.dll

10.0.17763.7560

5-Jul-25

1:59

179,168

csiagent.dll

10.0.17763.7560

5-Jul-25

1:59

658,928

diagER.dll

10.0.17763.7560

5-Jul-25

1:59

53,216

hwcompat.dll

10.0.17763.7560

5-Jul-25

1:59

199,664

hwcompat.txt

Not versioned

5-Jul-25

1:59

730,884

hwexclude.txt

Not versioned

5-Jul-25

1:59

51

migapp.xml

Not versioned

5-Jul-25

1:59

654,548

migcore.dll

10.0.17763.7560

5-Jul-25

1:59

8,899,040

mighost.exe

10.0.17763.7560

5-Jul-25

1:59

258,544

migres.dll

10.0.17763.7560

5-Jul-25

1:59

17,376

migisol.dll

10.0.17763.7560

5-Jul-25

1:59

143,840

migstore.dll

10.0.17763.7560

5-Jul-25

1:59

1,230,320

migsys.dll

10.0.17763.7560

5-Jul-25

1:59

385,504

MXEAgent.dll

10.0.17763.7560

5-Jul-25

1:59

316,896

offline.xml

Not versioned

5-Jul-25

1:59

37,395

oscomps.xml

Not versioned

5-Jul-25

1:59

435,175

oscomps.woa.xml

Not versioned

5-Jul-25

1:59

249,101

osfilter.inf

Not versioned

5-Jul-25

1:59

21,299

reagent.dll

10.0.17763.7560

5-Jul-25

1:59

1,104,392

setupplatform.cfg

Not versioned

5-Jul-25

1:59

6,266

setupplatform.dll

1.54.17763.7560

5-Jul-25

1:59

9,161,184

setupplatform.exe

1.54.17763.7560

5-Jul-25

1:59

169,968

SFCN.dat

Not versioned

5-Jul-25

1:59

1,824

SFLCID.dat

Not versioned

5-Jul-25

1:59

1,644

SFLISTW7.dat

Not versioned

5-Jul-25

1:59

1,703,408

SFLISTW8.dat

Not versioned

5-Jul-25

1:59

2,608,968

SFLISTWB.dat

Not versioned

5-Jul-25

1:59

3,173,014

SFLISTWT.dat

Not versioned

5-Jul-25

1:59

4,935,478

sflistw8.woa.dat

Not versioned

5-Jul-25

1:59

954,506

SFLISTRS1.dat

Not versioned

5-Jul-25

1:59

5,593,518

sflistwb.woa.dat

Not versioned

5-Jul-25

1:59

1,150,204

sflistwt.woa.dat

Not versioned

5-Jul-25

1:59

2,636,890

SFPAT.inf

Not versioned

5-Jul-25

1:59

11,365

SFPATW7.inf

Not versioned

5-Jul-25

1:59

17,396

SFPATW8.inf

Not versioned

5-Jul-25

1:59

79,818

SFPATWB.inf

Not versioned

5-Jul-25

1:59

91,635

SFPATWT.inf

Not versioned

5-Jul-25

1:59

165,729

SFPATRS1.inf

Not versioned

5-Jul-25

1:59

169,742

unbcl.dll

10.0.17763.7560

5-Jul-25

1:59

1,089,504

upgradeagent.dll

10.0.17763.7560

5-Jul-25

1:59

2,962,928

upgradeagent.xml

Not versioned

5-Jul-25

1:59

70,911

upgrade_comp.xml

Not versioned

5-Jul-25

1:59

4,320

upgrade_bulk.xml

Not versioned

5-Jul-25

1:59

191,927

upgrade_data.xml

Not versioned

5-Jul-25

1:59

41,108

upgrade_frmwrk.xml

Not versioned

5-Jul-25

1:59

17,284

upgWow_bulk.xml

Not versioned

5-Jul-25

1:59

97,110

uninstall.xml

Not versioned

5-Jul-25

1:59

3,286

uninstall_data.xml

Not versioned

5-Jul-25

1:59

11,122

wdsutil.dll

10.0.17763.7560

5-Jul-25

1:59

297,968

ClipSp.sys

10.0.17763.7560

5-Jul-25

1:59

1,057,264

netio.sys

10.0.17763.7560

5-Jul-25

1:59

599,032

ntdll.dll

10.0.17763.7560

5-Jul-25

1:59

1,999,088

ntfs.sys

10.0.17763.7560

5-Jul-25

1:59

2,628,088

ntoskrnl.exe

10.0.17763.7560

5-Jul-25

1:59

9,672,696

diagtrack.dll

10.0.10586.10008

5-Jul-25

1:59

1,362,104

diagtrackrunner.exe

10.0.10586.0

5-Jul-25

1:59

88,256

reagent.admx

Not versioned

5-Jul-25

1:59

1,240

reagent.xml

Not versioned

5-Jul-25

1:59

837

SetupPlatform.cfg

Not versioned

5-Jul-25

1:59

8,000

wdsclientapi.dll

10.0.17763.7560

5-Jul-25

1:59

299,640

wdscore.dll

10.0.17763.7560

5-Jul-25

1:59

250,336

wdscsl.dll

10.0.17763.7560

5-Jul-25

1:59

61,920

wdsimage.dll

10.0.17763.7560

5-Jul-25

1:59

954,480

wdstptc.dll

10.0.17763.7560

5-Jul-25

1:59

660,608

fvevol.sys

10.0.17763.7560

5-Jul-25

1:59

806,368

dumpfve.sys

10.0.17763.7560

5-Jul-25

1:59

95,312

fveapibase.dll

10.0.17763.7560

5-Jul-25

1:59

408,576

fveapi.dll

10.0.17763.7560

5-Jul-25

1:59

956,416

ResetEngine.dll

10.0.17763.7560

5-Jul-25

1:59

2,319,360

ResetEngine.exe

10.0.17763.7560

5-Jul-25

1:59

11,264

ResetPluginHost.exe

10.0.17763.7560

5-Jul-25

1:59

30,720

reseteng.dll

10.0.17763.7560

5-Jul-25

1:59

1,229,824

resetengmig.dll

10.0.17763.7560

5-Jul-25

1:59

77,824

ResetEngInterfaces.exe

10.0.17763.7560

5-Jul-25

1:59

10,240

srms.dat

Not versioned

5-Jul-25

1:59

58,882

srms62.dat

Not versioned

5-Jul-25

1:59

22,841

sysreset.exe

6.1.7782.0

5-Jul-25

1:59

318,464

systemreset.exe

10.0.17763.7560

5-Jul-25

1:59

526,400

ResetEngOnline.dll

10.0.17763.7560

5-Jul-25

1:59

244,224

SysResetErr.exe

10.0.17763.7560

5-Jul-25

1:59

43,488

tcpip.sys

10.0.17763.7560

5-Jul-25

1:59

2,928,648

FWPKCLNT.SYS

10.0.17763.7560

5-Jul-25

1:59

476,152

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:59

144,384

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:59

144,896

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:59

145,920

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:59

146,944

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:59

143,360

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:59

145,408

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:59

142,848

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:59

146,432

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:59

139,776

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:59

143,872

tcpip.sys.mui

10.0.17763.7560

5-Jul-25

1:59

138,240

winpeshl.exe

10.0.17763.7560

5-Jul-25

1:59

32,256

wpeutil.dll

10.0.17763.7560

5-Jul-25

1:59

122,368

wpeutil.exe

10.0.17763.7560

5-Jul-25

1:59

12,288

wpeinit.exe

10.0.17763.7560

5-Jul-25

1:59

33,280

startnet.cmd

Not versioned

5-Jul-25

1:59

9

ReAgent.dll

10.0.17763.7560

5-Jul-25

1:59

1,104,368

ReInfo.dll

10.0.17763.7560

5-Jul-25

1:59

188,416

StartRep.exe

10.0.17763.7560

5-Jul-25

1:59

945,664

RecEnv.exe

10.0.17763.7560

5-Jul-25

1:59

819,696

BootRec.exe

10.0.17763.7560

5-Jul-25

1:59

357,888

ntdll.dll

10.0.17763.7560

5-Jul-25

1:59

1,676,744

fveapibase.dll

10.0.17763.7560

5-Jul-25

1:59

339,968

fveapi.dll

10.0.17763.7560

5-Jul-25

1:59

724,480

ReAgent.dll

10.0.17763.7560

5-Jul-25

1:59

932,336

ReInfo.dll

10.0.17763.7560

5-Jul-25

1:59

155,648

wdsnbp.com

Not versioned

5-Jul-25

1:59

30,832

abortpxe.com

Not versioned

5-Jul-25

1:59

79

bootmgr.exe

10.0.17763.7560

5-Jul-25

1:59

672,736

pxeboot.com

Not versioned

5-Jul-25

1:59

25,358

pxeboot.n12

Not versioned

5-Jul-25

1:59

25,358

hdlscom1.com

Not versioned

5-Jul-25

1:59

25,662

hdlscom2.com

Not versioned

5-Jul-25

1:59

25,662

hdlscom1.n12

Not versioned

5-Jul-25

1:59

25,646

hdlscom2.n12

Not versioned

5-Jul-25

1:59

25,646

bootmgfw.efi

10.0.17763.7560

5-Jul-25

1:59

1,275,888

bootmgfw_EX.efi

10.0.26100.30212

5-Jul-25

1:59

2,376,464

References

Description of the standard terminology that is used to describe Microsoft software updates

Query words: safeos du

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.