Applies To
Windows 10 Home and Pro, version 21H2 Windows 10 Enterprise and Education, version 21H2 Windows 10 IoT Enterprise, version 21H2 Windows 10 Home and Pro, version 22H2 Windows 10 Enterprise Multi-Session, version 22H2 Windows 10 Enterprise and Education, version 22H2 Windows 10 IoT Enterprise, version 22H2

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 about end of support for Windows 10

Summary

This update makes improvements to the Windows recovery environment (WinRE) in Windows 10, version 21H2 and Windows 10, version 22H2.

Note This update is included in KB5063523: Windows Recovery Environment update for Windows 10, version 21H2 and 22H2: July 8, 2025.

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 by Windows Recovery Environment update​​​​​​​ KB5063523.

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 KB5060532.

Verify the installation of this update

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

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

2:59

4,144

acpi.sys

10.0.19041.6094

5-Jul-25

2:59

608,656

pci.inf

Not versioned

5-Jul-25

2:59

16,932

pci.sys

10.0.19041.6094

5-Jul-25

2:59

355,712

winload.exe

10.0.19041.6094

5-Jul-25

2:59

1,302,640

winload.efi

10.0.19041.6094

5-Jul-25

2:59

1,458,640

bootmgfw.efi

10.0.19041.6094

5-Jul-25

2:59

1,337,272

bootmgfw_EX.efi

10.0.26100.30212

5-Jul-25

2:59

2,376,464

SecureBootRecovery.efi

Not versioned

5-Jul-25

2:59

39,296

bootmgr.efi

10.0.19041.6094

5-Jul-25

2:59

1,321,896

bootmgr_EX.efi

10.0.26100.30212

5-Jul-25

2:59

2,363,264

boot.stl

Not versioned

5-Jul-25

2:59

10,853

winsipolicy.p7b

Not versioned

5-Jul-25

2:59

9,796

bootux.dll

10.0.19041.6094

5-Jul-25

2:59

3,938,304

winresume.exe

10.0.19041.6094

5-Jul-25

2:59

1,014,984

winresume.efi

10.0.19041.6094

5-Jul-25

2:59

1,152,856

BootMenuUX.dll

10.0.19041.6094

5-Jul-25

2:59

286,720

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

37,376

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

45,056

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

43,520

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

40,448

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

46,592

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

49,664

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

36,864

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

44,544

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

39,936

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

41,984

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

47,616

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

33,280

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

42,496

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

24,576

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

22,016

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

40,960

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

45,568

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

43,008

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

17,408

bootux.dll.mui

10.0.19041.6094

5-Jul-25

2:59

17,920

bootim.exe

10.0.19041.6094

5-Jul-25

2:59

21,504

ci.dll

10.0.19041.6094

5-Jul-25

2:59

746,000

driver.stl

Not versioned

5-Jul-25

2:59

19,991

fltMgr.sys

10.0.19041.6094

5-Jul-25

2:59

303,488

hal.dll

10.0.19041.6094

5-Jul-25

2:59

403,840

halmacpi.dll

10.0.19041.6094

5-Jul-25

2:59

403,840

cmi2migxml.dll

10.0.19041.6094

5-Jul-25

2:59

147,360

csiagent.dll

10.0.19041.6094

5-Jul-25

2:59

535,936

diagER.dll

10.0.19041.6094

5-Jul-25

2:59

42,896

hwcompat.dll

10.0.19041.6094

5-Jul-25

2:59

160,160

hwcompat.txt

Not versioned

5-Jul-25

2:59

601,293

hwexclude.txt

Not versioned

5-Jul-25

2:59

51

migapp.xml

Not versioned

5-Jul-25

2:59

654,548

migcore.dll

10.0.19041.6094

5-Jul-25

2:59

6,859,184

mighost.exe

10.0.19041.6094

5-Jul-25

2:59

249,768

migres.dll

10.0.19041.6094

5-Jul-25

2:59

17,280

migisol.dll

10.0.19041.6094

5-Jul-25

2:59

119,680

migstore.dll

10.0.19041.6094

5-Jul-25

2:59

995,728

migsys.dll

10.0.19041.6094

5-Jul-25

2:59

325,008

MXEAgent.dll

10.0.19041.6094

5-Jul-25

2:59

258,968

offline.xml

Not versioned

5-Jul-25

2:59

38,899

oscomps.xml

Not versioned

5-Jul-25

2:59

435,175

oscomps.woa.xml

Not versioned

5-Jul-25

2:59

249,101

osfilter.inf

Not versioned

5-Jul-25

2:59

21,299

pnppropmig.dll

10.0.19041.6094

5-Jul-25

2:59

63,384

reagent.dll

10.0.19041.6094

5-Jul-25

2:59

964,992

ReserveManager.dll

10.0.19041.6094

5-Jul-25

2:59

236,968

setupplatform.cfg

Not versioned

5-Jul-25

2:59

6,303

setupplatform.dll

1.60.19041.6094

5-Jul-25

2:59

7,231,408

setupplatform.exe

1.60.19041.6094

5-Jul-25

2:59

152,984

SFCN.dat

Not versioned

5-Jul-25

2:59

1,824

SFLCID.dat

Not versioned

5-Jul-25

2:59

1,644

SFLISTW7.dat

Not versioned

5-Jul-25

2:59

1,703,368

SFLISTW8.dat

Not versioned

5-Jul-25

2:59

2,608,858

SFLISTWB.dat

Not versioned

5-Jul-25

2:59

3,172,904

SFLISTWT.dat

Not versioned

5-Jul-25

2:59

4,935,438

sflistw8.woa.dat

Not versioned

5-Jul-25

2:59

954,436

SFLISTRS1.dat

Not versioned

5-Jul-25

2:59

5,593,408

sflistwb.woa.dat

Not versioned

5-Jul-25

2:59

1,150,134

sflistwt.woa.dat

Not versioned

5-Jul-25

2:59

2,636,850

SFPAT.inf

Not versioned

5-Jul-25

2:59

11,365

SFPATW7.inf

Not versioned

5-Jul-25

2:59

17,396

SFPATW8.inf

Not versioned

5-Jul-25

2:59

79,818

SFPATWB.inf

Not versioned

5-Jul-25

2:59

91,635

SFPATWT.inf

Not versioned

5-Jul-25

2:59

165,729

SFPATRS1.inf

Not versioned

5-Jul-25

2:59

169,870

unbcl.dll

10.0.19041.6094

5-Jul-25

2:59

837,008

upgradeagent.dll

10.0.19041.6094

5-Jul-25

2:59

2,418,560

upgradeagent.xml

Not versioned

5-Jul-25

2:59

70,907

upgrade_comp.xml

Not versioned

5-Jul-25

2:59

4,320

upgrade_bulk.xml

Not versioned

5-Jul-25

2:59

208,513

upgrade_data.xml

Not versioned

5-Jul-25

2:59

41,108

upgrade_frmwrk.xml

Not versioned

5-Jul-25

2:59

18,614

upgWow_bulk.xml

Not versioned

5-Jul-25

2:59

114,569

uninstall.xml

Not versioned

5-Jul-25

2:59

3,508

uninstall_data.xml

Not versioned

5-Jul-25

2:59

11,122

wdsutil.dll

10.0.19041.6094

5-Jul-25

2:59

238,992

ClipSp.sys

10.0.19041.6094

5-Jul-25

2:59

888,744

netio.sys

10.0.19041.6094

5-Jul-25

2:59

418,688

ntdll.dll

10.0.19041.6094

5-Jul-25

2:59

1,681,832

ntfs.sys

10.0.19041.6094

5-Jul-25

2:59

2,365,312

ntoskrnl.exe

10.0.19041.6094

5-Jul-25

2:59

7,207,328

diagtrack.dll

10.0.10586.10008

5-Jul-25

2:59

919,736

diagtrackrunner.exe

10.0.10586.0

5-Jul-25

2:59

79,040

reagent.admx

Not versioned

5-Jul-25

2:59

1,240

reagent.xml

Not versioned

5-Jul-25

2:59

837

SetupPlatform.cfg

Not versioned

5-Jul-25

2:59

10,452

wdsclientapi.dll

10.0.19041.6094

5-Jul-25

2:59

251,240

wdscore.dll

10.0.19041.6094

5-Jul-25

2:59

202,624

wdscsl.dll

10.0.19041.6094

5-Jul-25

2:59

51,616

wdsimage.dll

10.0.19041.6094

5-Jul-25

2:59

752,984

wdstptc.dll

10.0.19041.6094

5-Jul-25

2:59

519,512

fvevol.sys

10.0.19041.6094

5-Jul-25

2:59

662,456

dumpfve.sys

10.0.19041.6094

5-Jul-25

2:59

78,128

fveapibase.dll

10.0.19041.6094

5-Jul-25

2:59

361,472

fveapi.dll

10.0.19041.6094

5-Jul-25

2:59

768,512

ResetEngine.dll

10.0.19041.6094

5-Jul-25

2:59

1,927,552

ResetEngine.exe

10.0.19041.6094

5-Jul-25

2:59

19,328

ResetPluginHost.exe

10.0.19041.6094

5-Jul-25

2:59

24,064

reseteng.dll

10.0.19041.6094

5-Jul-25

2:59

1,039,360

resetengmig.dll

10.0.19041.6094

5-Jul-25

2:59

64,512

ResetEngInterfaces.exe

10.0.19041.6094

5-Jul-25

2:59

8,192

srms.dat

Not versioned

5-Jul-25

2:59

59,554

srms62.dat

Not versioned

5-Jul-25

2:59

22,841

sysreset.exe

10.0.19041.6094

5-Jul-25

2:59

287,232

systemreset.exe

10.0.19041.6094

5-Jul-25

2:59

451,440

ResetEngOnline.dll

10.0.19041.6094

5-Jul-25

2:59

142,848

SysResetErr.exe

10.0.19041.6094

5-Jul-25

2:59

37,280

tcpip.sys

10.0.19041.6094

5-Jul-25

2:59

2,362,784

FWPKCLNT.SYS

10.0.19041.6094

5-Jul-25

2:59

353,184

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

2:59

170,496

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

2:59

171,520

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

2:59

172,544

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

2:59

173,568

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

2:59

169,984

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

2:59

171,008

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

2:59

172,032

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

2:59

169,472

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

2:59

173,056

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

2:59

165,888

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

2:59

165,376

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

2:59

174,592

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

2:59

163,840

winpeshl.exe

10.0.19041.6094

5-Jul-25

2:59

25,600

wpeutil.dll

10.0.19041.6094

5-Jul-25

2:59

103,424

wpeutil.exe

10.0.19041.6094

5-Jul-25

2:59

10,240

wpeinit.exe

10.0.19041.6094

5-Jul-25

2:59

27,136

startnet.cmd

Not versioned

5-Jul-25

2:59

9

CloudRecApi.dll

10.0.19041.6094

5-Jul-25

2:59

42,496

CloudRecSvc.exe

1.0.0.1

5-Jul-25

2:59

115,200

ReAgent.dll

10.0.19041.6094

5-Jul-25

2:59

965,008

ReInfo.dll

10.0.19041.6094

5-Jul-25

2:59

175,616

StartRep.exe

10.0.19041.6094

5-Jul-25

2:59

843,776

RecEnv.exe

10.0.19041.6094

5-Jul-25

2:59

432,040

BootRec.exe

10.0.19041.6094

5-Jul-25

2:59

323,072

File name

File version

Date

Time

File size

acpi.inf

Not versioned

5-Jul-25

3:06

4,152

acpi.sys

10.0.19041.6094

5-Jul-25

3:06

812,456

pci.inf

Not versioned

5-Jul-25

3:06

16,940

pci.sys

10.0.19041.6094

5-Jul-25

3:06

473,472

skci.dll

10.0.19041.6094

5-Jul-25

3:06

314,760

iumbase.dll

10.0.19041.6094

5-Jul-25

3:06

26,944

iumdll.dll

10.0.19041.6094

5-Jul-25

3:06

16,632

vertdll.dll

10.0.19041.6094

5-Jul-25

3:06

173,200

ucrtbase_enclave.dll

10.0.19041.6094

5-Jul-25

3:06

502,048

securekernel.exe

10.0.19041.6094

5-Jul-25

3:06

923,560

VbsSiPolicy.p7b

Not versioned

5-Jul-25

3:06

68,351

winload.exe

10.0.19041.6094

5-Jul-25

3:06

1,581,576

winload.efi

10.0.19041.6094

5-Jul-25

3:06

1,859,000

bootmgfw.efi

10.0.19041.6094

5-Jul-25

3:06

1,604,016

bootmgfw_EX.efi

10.0.26100.30212

5-Jul-25

3:06

2,830,632

SecureBootRecovery.efi

Not versioned

5-Jul-25

3:06

162,688

bootmgr.efi

10.0.19041.6094

5-Jul-25

3:06

1,587,624

bootmgr_EX.efi

10.0.26100.30212

5-Jul-25

3:06

2,818,464

boot.stl

Not versioned

5-Jul-25

3:06

11,030

winsipolicy.p7b

Not versioned

5-Jul-25

3:06

9,796

bootux.dll

10.0.19041.6094

5-Jul-25

3:06

3,993,088

winresume.exe

10.0.19041.6094

5-Jul-25

3:06

1,231,416

winresume.efi

10.0.19041.6094

5-Jul-25

3:06

1,433,872

BootMenuUX.dll

10.0.19041.6094

5-Jul-25

3:06

366,080

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

37,376

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

45,056

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

43,520

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

40,448

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

46,592

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

49,664

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

36,864

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

44,544

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

39,936

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

41,984

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

47,616

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

33,280

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

42,496

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

24,576

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

22,016

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

40,960

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

45,568

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

43,008

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

17,408

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:06

17,920

bootim.exe

10.0.19041.6094

5-Jul-25

3:06

26,624

driversipolicy.p7b

Not versioned

5-Jul-25

3:06

229,162

ci.dll

10.0.19041.6094

5-Jul-25

3:06

950,552

driver.stl

Not versioned

5-Jul-25

3:06

32,631

fltMgr.sys

10.0.19041.6094

5-Jul-25

3:06

429,952

hal.dll

10.0.19041.6094

5-Jul-25

3:06

18,304

cmi2migxml.dll

10.0.19041.6094

5-Jul-25

3:06

192,424

csiagent.dll

10.0.19041.6094

5-Jul-25

3:06

725,888

diagER.dll

10.0.19041.6094

5-Jul-25

3:06

55,200

hwcompat.dll

10.0.19041.6094

5-Jul-25

3:06

209,824

hwcompat.txt

Not versioned

5-Jul-25

3:06

753,071

hwexclude.txt

Not versioned

5-Jul-25

3:06

51

migapp.xml

Not versioned

5-Jul-25

3:06

654,548

migcore.dll

10.0.19041.6094

5-Jul-25

3:06

9,134,520

mighost.exe

10.0.19041.6094

5-Jul-25

3:06

260,480

migres.dll

10.0.19041.6094

5-Jul-25

3:06

17,280

migisol.dll

10.0.19041.6094

5-Jul-25

3:06

146,320

migstore.dll

10.0.19041.6094

5-Jul-25

3:06

1,323,920

migsys.dll

10.0.19041.6094

5-Jul-25

3:06

436,096

MXEAgent.dll

10.0.19041.6094

5-Jul-25

3:06

360,360

offline.xml

Not versioned

5-Jul-25

3:06

38,899

oscomps.xml

Not versioned

5-Jul-25

3:06

435,175

oscomps.woa.xml

Not versioned

5-Jul-25

3:06

249,101

osfilter.inf

Not versioned

5-Jul-25

3:06

21,299

pnppropmig.dll

10.0.19041.6094

5-Jul-25

3:06

80,296

reagent.dll

10.0.19041.6094

5-Jul-25

3:06

1,165,728

ReserveManager.dll

10.0.19041.6094

5-Jul-25

3:06

308,096

setupplatform.cfg

Not versioned

5-Jul-25

3:06

6,303

setupplatform.dll

1.60.19041.6094

5-Jul-25

3:06

9,592,224

setupplatform.exe

1.60.19041.6094

5-Jul-25

3:06

170,896

SFCN.dat

Not versioned

5-Jul-25

3:06

1,824

SFLCID.dat

Not versioned

5-Jul-25

3:06

1,644

SFLISTW7.dat

Not versioned

5-Jul-25

3:06

1,703,368

SFLISTW8.dat

Not versioned

5-Jul-25

3:06

2,608,858

SFLISTWB.dat

Not versioned

5-Jul-25

3:06

3,172,904

SFLISTWT.dat

Not versioned

5-Jul-25

3:06

4,935,438

sflistw8.woa.dat

Not versioned

5-Jul-25

3:06

954,436

SFLISTRS1.dat

Not versioned

5-Jul-25

3:06

5,593,408

sflistwb.woa.dat

Not versioned

5-Jul-25

3:06

1,150,134

sflistwt.woa.dat

Not versioned

5-Jul-25

3:06

2,636,850

SFPAT.inf

Not versioned

5-Jul-25

3:06

11,365

SFPATW7.inf

Not versioned

5-Jul-25

3:06

17,396

SFPATW8.inf

Not versioned

5-Jul-25

3:06

79,818

SFPATWB.inf

Not versioned

5-Jul-25

3:06

91,635

SFPATWT.inf

Not versioned

5-Jul-25

3:06

165,729

SFPATRS1.inf

Not versioned

5-Jul-25

3:06

169,870

unbcl.dll

10.0.19041.6094

5-Jul-25

3:06

1,099,136

upgradeagent.dll

10.0.19041.6094

5-Jul-25

3:06

3,178,408

upgradeagent.xml

Not versioned

5-Jul-25

3:06

70,907

upgrade_comp.xml

Not versioned

5-Jul-25

3:06

4,320

upgrade_bulk.xml

Not versioned

5-Jul-25

3:06

208,513

upgrade_data.xml

Not versioned

5-Jul-25

3:06

41,108

upgrade_frmwrk.xml

Not versioned

5-Jul-25

3:06

18,614

upgWow_bulk.xml

Not versioned

5-Jul-25

3:06

114,569

uninstall.xml

Not versioned

5-Jul-25

3:06

3,508

uninstall_data.xml

Not versioned

5-Jul-25

3:06

11,122

wdsutil.dll

10.0.19041.6094

5-Jul-25

3:06

306,560

ClipSp.sys

10.0.19041.6094

5-Jul-25

3:06

1,108,392

netio.sys

10.0.19041.6094

5-Jul-25

3:06

613,776

ntdll.dll

10.0.19041.6094

5-Jul-25

3:06

2,029,016

ntfs.sys

10.0.19041.6094

5-Jul-25

3:06

2,846,592

ntoskrnl.exe

10.0.19041.6094

5-Jul-25

3:06

10,858,928

diagtrack.dll

10.0.10586.10008

5-Jul-25

3:06

1,362,104

diagtrackrunner.exe

10.0.10586.0

5-Jul-25

3:06

88,256

reagent.admx

Not versioned

5-Jul-25

3:06

1,240

reagent.xml

Not versioned

5-Jul-25

3:06

837

SetupPlatform.cfg

Not versioned

5-Jul-25

3:06

10,452

wdsclientapi.dll

10.0.19041.6094

5-Jul-25

3:06

310,640

wdscore.dll

10.0.19041.6094

5-Jul-25

3:06

263,576

wdscsl.dll

10.0.19041.6094

5-Jul-25

3:06

63,360

wdsimage.dll

10.0.19041.6094

5-Jul-25

3:06

953,688

wdstptc.dll

10.0.19041.6094

5-Jul-25

3:06

657,240

fvevol.sys

10.0.19041.6094

5-Jul-25

3:06

813,440

dumpfve.sys

10.0.19041.6094

5-Jul-25

3:06

94,752

fveapibase.dll

10.0.19041.6094

5-Jul-25

3:06

431,616

fveapi.dll

10.0.19041.6094

5-Jul-25

3:06

991,744

ResetEngine.dll

10.0.19041.6094

5-Jul-25

3:06

2,433,952

ResetEngine.exe

10.0.19041.6094

5-Jul-25

3:06

21,400

ResetPluginHost.exe

10.0.19041.6094

5-Jul-25

3:06

31,232

reseteng.dll

10.0.19041.6094

5-Jul-25

3:06

1,269,248

resetengmig.dll

10.0.19041.6094

5-Jul-25

3:06

82,432

ResetEngInterfaces.exe

10.0.19041.6094

5-Jul-25

3:06

10,240

srms.dat

Not versioned

5-Jul-25

3:06

59,554

srms62.dat

Not versioned

5-Jul-25

3:06

22,841

sysreset.exe

10.0.19041.6094

5-Jul-25

3:06

342,016

systemreset.exe

10.0.19041.6094

5-Jul-25

3:06

522,200

ResetEngOnline.dll

10.0.19041.6094

5-Jul-25

3:06

192,512

SysResetErr.exe

10.0.19041.6094

5-Jul-25

3:06

43,904

tcpip.sys

10.0.19041.6094

5-Jul-25

3:06

2,998,680

FWPKCLNT.SYS

10.0.19041.6094

5-Jul-25

3:06

503,720

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:06

170,496

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:06

171,520

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:06

172,544

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:06

173,568

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:06

169,984

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:06

171,008

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:06

172,032

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:06

169,472

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:06

173,056

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:06

165,888

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:06

165,376

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:06

174,592

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:06

163,840

winpeshl.exe

10.0.19041.6094

5-Jul-25

3:06

33,280

wpeutil.dll

10.0.19041.6094

5-Jul-25

3:06

127,488

wpeutil.exe

10.0.19041.6094

5-Jul-25

3:06

12,288

wpeinit.exe

10.0.19041.6094

5-Jul-25

3:06

33,792

startnet.cmd

Not versioned

5-Jul-25

3:06

9

CloudRecApi.dll

10.0.19041.6094

5-Jul-25

3:06

52,736

CloudRecSvc.exe

1.0.0.1

5-Jul-25

3:06

147,968

ReAgent.dll

10.0.19041.6094

5-Jul-25

3:06

1,165,712

ReInfo.dll

10.0.19041.6094

5-Jul-25

3:06

225,280

StartRep.exe

10.0.19041.6094

5-Jul-25

3:06

1,005,056

RecEnv.exe

10.0.19041.6094

5-Jul-25

3:06

532,352

BootRec.exe

10.0.19041.6094

5-Jul-25

3:06

398,336

ntdll.dll

10.0.19041.6094

5-Jul-25

3:06

1,700,440

fveapibase.dll

10.0.19041.6094

5-Jul-25

3:06

361,472

fveapi.dll

10.0.19041.6094

5-Jul-25

3:06

768,512

ReAgent.dll

10.0.19041.6094

5-Jul-25

3:06

965,008

ReInfo.dll

10.0.19041.6094

5-Jul-25

3:06

175,616

File name

File version

Date

Time

File size

acpi.inf

Not versioned

5-Jul-25

3:07

4,152

acpi.sys

10.0.19041.6094

5-Jul-25

3:07

758,144

pci.inf

Not versioned

5-Jul-25

3:07

16,940

pci.sys

10.0.19041.6094

5-Jul-25

3:07

393,128

skci.dll

10.0.19041.6094

5-Jul-25

3:07

223,792

securekernel.exe

10.0.19041.6094

5-Jul-25

3:07

656,792

VbsSiPolicy.p7b

Not versioned

5-Jul-25

3:07

68,351

winload.efi

10.0.19041.6094

5-Jul-25

3:07

1,830,600

bootmgfw.efi

10.0.19041.6094

5-Jul-25

3:07

1,578,424

bootmgfw_EX.efi

10.0.26100.30212

5-Jul-25

3:07

2,678,048

SecureBootRecovery.efi

Not versioned

5-Jul-25

3:07

170,904

bootmgr.efi

10.0.19041.6094

5-Jul-25

3:07

1,559,480

bootmgr_EX.efi

10.0.26100.30212

5-Jul-25

3:07

2,661,776

boot.stl

Not versioned

5-Jul-25

3:07

10,853

winsipolicy.p7b

Not versioned

5-Jul-25

3:07

9,796

bootux.dll

10.0.19041.6094

5-Jul-25

3:07

4,006,912

winresume.efi

10.0.19041.6094

5-Jul-25

3:07

1,402,328

BootMenuUX.dll

10.0.19041.6094

5-Jul-25

3:07

379,392

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

37,376

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

45,056

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

43,520

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

40,448

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

46,592

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

49,664

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

36,864

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

44,544

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

39,936

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

41,984

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

47,616

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

33,280

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

42,496

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

24,576

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

22,016

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

40,960

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

45,568

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

43,008

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

17,408

bootux.dll.mui

10.0.19041.6094

5-Jul-25

3:07

17,920

bootim.exe

10.0.19041.6094

5-Jul-25

3:07

26,624

driversipolicy.p7b

Not versioned

5-Jul-25

3:07

229,162

ci.dll

10.0.19041.6094

5-Jul-25

3:07

814,704

driver.stl

Not versioned

5-Jul-25

3:07

15,114

fltMgr.sys

10.0.19041.6094

5-Jul-25

3:07

405,904

hal.dll

10.0.19041.6094

5-Jul-25

3:07

17,296

cmi2migxml.dll

10.0.19041.6094

5-Jul-25

3:07

205,184

csiagent.dll

10.0.19041.6094

5-Jul-25

3:07

765,848

diagER.dll

10.0.19041.6094

5-Jul-25

3:07

55,168

hwcompat.dll

10.0.19041.6094

5-Jul-25

3:07

224,144

hwcompat.txt

Not versioned

5-Jul-25

3:07

199,193

hwexclude.txt

Not versioned

5-Jul-25

3:07

51

migapp.xml

Not versioned

5-Jul-25

3:07

654,548

migcore.dll

10.0.19041.6094

5-Jul-25

3:07

9,860,024

mighost.exe

10.0.19041.6094

5-Jul-25

3:07

262,544

migres.dll

10.0.19041.6094

5-Jul-25

3:07

17,280

migisol.dll

10.0.19041.6094

5-Jul-25

3:07

141,184

migstore.dll

10.0.19041.6094

5-Jul-25

3:07

1,398,672

migsys.dll

10.0.19041.6094

5-Jul-25

3:07

466,320

MXEAgent.dll

10.0.19041.6094

5-Jul-25

3:07

380,288

offline.xml

Not versioned

5-Jul-25

3:07

38,899

oscomps.xml

Not versioned

5-Jul-25

3:07

435,175

oscomps.woa.xml

Not versioned

5-Jul-25

3:07

249,101

osfilter.inf

Not versioned

5-Jul-25

3:07

21,299

pnppropmig.dll

10.0.19041.6094

5-Jul-25

3:07

82,840

reagent.dll

10.0.19041.6094

5-Jul-25

3:07

1,191,312

ReserveManager.dll

10.0.19041.6094

5-Jul-25

3:07

307,584

setupplatform.cfg

Not versioned

5-Jul-25

3:07

6,303

setupplatform.dll

1.60.19041.6094

5-Jul-25

3:07

10,371,504

setupplatform.exe

1.60.19041.6094

5-Jul-25

3:07

174,976

SFCN.dat

Not versioned

5-Jul-25

3:07

1,824

SFLCID.dat

Not versioned

5-Jul-25

3:07

1,644

SFLISTW7.dat

Not versioned

5-Jul-25

3:07

1,703,368

SFLISTW8.dat

Not versioned

5-Jul-25

3:07

2,608,858

SFLISTWB.dat

Not versioned

5-Jul-25

3:07

3,172,904

SFLISTWT.dat

Not versioned

5-Jul-25

3:07

4,935,438

sflistw8.woa.dat

Not versioned

5-Jul-25

3:07

954,436

SFLISTRS1.dat

Not versioned

5-Jul-25

3:07

5,593,408

sflistwb.woa.dat

Not versioned

5-Jul-25

3:07

1,150,134

sflistwt.woa.dat

Not versioned

5-Jul-25

3:07

2,636,850

SFPAT.inf

Not versioned

5-Jul-25

3:07

11,365

SFPATW7.inf

Not versioned

5-Jul-25

3:07

17,396

SFPATW8.inf

Not versioned

5-Jul-25

3:07

79,818

SFPATWB.inf

Not versioned

5-Jul-25

3:07

91,635

SFPATWT.inf

Not versioned

5-Jul-25

3:07

165,729

SFPATRS1.inf

Not versioned

5-Jul-25

3:07

169,870

unbcl.dll

10.0.19041.6094

5-Jul-25

3:07

1,151,360

upgradeagent.dll

10.0.19041.6094

5-Jul-25

3:07

3,356,032

upgradeagent.xml

Not versioned

5-Jul-25

3:07

70,907

upgrade_comp.xml

Not versioned

5-Jul-25

3:07

4,320

upgrade_bulk.xml

Not versioned

5-Jul-25

3:07

208,513

upgrade_data.xml

Not versioned

5-Jul-25

3:07

41,108

upgrade_frmwrk.xml

Not versioned

5-Jul-25

3:07

18,614

upgWow_bulk.xml

Not versioned

5-Jul-25

3:07

114,569

upgWowA32_bulk.xml

Not versioned

5-Jul-25

3:07

114,473

uninstall.xml

Not versioned

5-Jul-25

3:07

3,508

uninstall_data.xml

Not versioned

5-Jul-25

3:07

11,122

wdsutil.dll

10.0.19041.6094

5-Jul-25

3:07

323,456

ClipSp.sys

10.0.19041.6094

5-Jul-25

3:07

993,152

netio.sys

10.0.19041.6094

5-Jul-25

3:07

544,168

ntdll.dll

10.0.19041.6094

5-Jul-25

3:07

1,967,488

ntfs.sys

10.0.19041.6094

5-Jul-25

3:07

2,812,840

ntoskrnl.exe

10.0.19041.6094

5-Jul-25

3:07

9,929,672

diagtrack.dll

10.0.10586.0

5-Jul-25

3:07

1,561,952

diagtrackrunner.exe

10.0.10586.0

5-Jul-25

3:07

90,304

reagent.admx

Not versioned

5-Jul-25

3:07

1,240

reagent.xml

Not versioned

5-Jul-25

3:07

837

SetupPlatform.cfg

Not versioned

5-Jul-25

3:07

10,452

wdsclientapi.dll

10.0.19041.6094

5-Jul-25

3:07

312,664

wdscore.dll

10.0.19041.6094

5-Jul-25

3:07

268,160

wdscsl.dll

10.0.19041.6094

5-Jul-25

3:07

65,408

wdsimage.dll

10.0.19041.6094

5-Jul-25

3:07

968,552

wdstptc.dll

10.0.19041.6094

5-Jul-25

3:07

654,696

fvevol.sys

10.0.19041.6094

5-Jul-25

3:07

763,280

dumpfve.sys

10.0.19041.6094

5-Jul-25

3:07

75,648

fveapibase.dll

10.0.19041.6094

5-Jul-25

3:07

439,296

fveapi.dll

10.0.19041.6094

5-Jul-25

3:07

991,232

ResetEngine.dll

10.0.19041.6094

5-Jul-25

3:07

2,631,568

ResetEngine.exe

10.0.19041.6094

5-Jul-25

3:07

21,392

ResetPluginHost.exe

10.0.19041.6094

5-Jul-25

3:07

32,256

reseteng.dll

10.0.19041.6094

5-Jul-25

3:07

1,283,584

resetengmig.dll

10.0.19041.6094

5-Jul-25

3:07

86,016

ResetEngInterfaces.exe

10.0.19041.6094

5-Jul-25

3:07

9,728

srms.dat

Not versioned

5-Jul-25

3:07

59,554

srms62.dat

Not versioned

5-Jul-25

3:07

22,841

sysreset.exe

10.0.19041.6094

5-Jul-25

3:07

351,232

systemreset.exe

10.0.19041.6094

5-Jul-25

3:07

542,864

ResetEngOnline.dll

10.0.19041.6094

5-Jul-25

3:07

205,312

SysResetErr.exe

10.0.19041.6094

5-Jul-25

3:07

45,984

tcpip.sys

10.0.19041.6094

5-Jul-25

3:07

2,803,096

FWPKCLNT.SYS

10.0.19041.6094

5-Jul-25

3:07

503,240

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:07

170,496

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:07

171,520

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:07

172,544

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:07

173,568

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:07

169,984

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:07

171,008

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:07

172,032

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:07

169,472

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:07

173,056

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:07

165,888

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:07

165,376

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:07

174,592

tcpip.sys.mui

10.0.19041.6094

5-Jul-25

3:07

163,840

winpeshl.exe

10.0.19041.6094

5-Jul-25

3:07

33,792

wpeutil.dll

10.0.19041.6094

5-Jul-25

3:07

131,072

wpeutil.exe

10.0.19041.6094

5-Jul-25

3:07

12,800

wpeinit.exe

10.0.19041.6094

5-Jul-25

3:07

34,816

startnet.cmd

Not versioned

5-Jul-25

3:07

9

CloudRecApi.dll

10.0.19041.6094

5-Jul-25

3:07

56,320

CloudRecSvc.exe

1.0.0.1

5-Jul-25

3:07

156,672

ReAgent.dll

10.0.19041.6094

5-Jul-25

3:07

1,191,296

ReInfo.dll

10.0.19041.6094

5-Jul-25

3:07

231,936

StartRep.exe

10.0.19041.6094

5-Jul-25

3:07

1,019,392

RecEnv.exe

10.0.19041.6094

5-Jul-25

3:07

538,512

BootRec.exe

10.0.19041.6094

5-Jul-25

3:07

407,552

ntdll.dll

10.0.19041.6094

5-Jul-25

3:07

1,567,480

fveapibase.dll

10.0.19041.6094

5-Jul-25

3:07

335,872

fveapi.dll

10.0.19041.6094

5-Jul-25

3:07

671,744

ReAgent.dll

10.0.19041.6094

5-Jul-25

3:07

935,328

ReInfo.dll

10.0.19041.6094

5-Jul-25

3:07

192,512

ntdll.dll

10.0.19041.6094

5-Jul-25

3:07

2,161,232

msvcrt.dll

7.0.19041.6094

5-Jul-25

3:07

1,092,096

ucrtbase.dll

10.0.19041.6094

5-Jul-25

3:07

1,771,272

ntdll.dll

10.0.19041.6094

5-Jul-25

3:07

1,700,440

fveapibase.dll

10.0.19041.6094

5-Jul-25

3:07

361,472

fveapi.dll

10.0.19041.6094

5-Jul-25

3:07

768,512

ReAgent.dll

10.0.19041.6094

5-Jul-25

3:07

965,008

ReInfo.dll

10.0.19041.6094

5-Jul-25

3:07

175,616

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.