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

Support for Windows 10 has ended on October 14, 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 21H2 and Windows 10, version 22H2.

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

Verify the installation of this update

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

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

13-May-25

22:22

4,144

acpi.sys

10.0.19041.3562

13-May-25

22:22

606,592

pci.inf

Not versioned

13-May-25

22:22

16,932

pci.sys

10.0.19041.3562

13-May-25

22:22

359,808

winload.exe

10.0.19041.5847

13-May-25

22:22

1,302,680

winload.efi

10.0.19041.5847

13-May-25

22:22

1,459,208

bootmgfw.efi

10.0.19041.3920

13-May-25

22:22

1,328,608

bootmgr.efi

10.0.19041.3920

13-May-25

22:22

1,313,776

boot.stl

Not versioned

13-May-25

22:22

10,689

winsipolicy.p7b

Not versioned

13-May-25

22:22

9,796

bootux.dll

10.0.19041.505

13-May-25

22:22

3,937,792

winresume.exe

10.0.19041.5847

13-May-25

22:22

1,015,000

winresume.efi

10.0.19041.5847

13-May-25

22:22

1,152,888

BootMenuUX.dll

10.0.19041.5728

13-May-25

22:22

284,672

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

37,376

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

45,056

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

43,520

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

40,448

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

46,592

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

49,664

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

36,864

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

44,544

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

39,936

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

41,984

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

47,616

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

33,280

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

42,496

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

24,576

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

22,016

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

40,960

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

45,568

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

43,008

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

17,408

bootux.dll.mui

10.0.19041.505

13-May-25

22:22

17,920

bootim.exe

10.0.19041.505

13-May-25

22:22

21,504

ci.dll

10.0.19041.5847

13-May-25

22:22

746,000

driver.stl

Not versioned

13-May-25

22:22

19,991

fltMgr.sys

10.0.19041.3562

13-May-25

22:22

303,592

hal.dll

10.0.19041.3562

13-May-25

22:22

408,944

halmacpi.dll

10.0.19041.3562

13-May-25

22:22

408,944

cmi2migxml.dll

10.0.19041.5728

13-May-25

22:22

147,360

csiagent.dll

10.0.19041.5728

13-May-25

22:22

535,984

diagER.dll

10.0.19041.5728

13-May-25

22:22

42,912

hwcompat.dll

10.0.19041.5728

13-May-25

22:22

160,160

hwcompat.txt

Not versioned

13-May-25

22:22

601,293

hwexclude.txt

Not versioned

13-May-25

22:22

51

migapp.xml

Not versioned

13-May-25

22:22

654,548

migcore.dll

10.0.19041.5728

13-May-25

22:22

6,834,096

mighost.exe

10.0.19041.5728

13-May-25

22:22

249,760

migres.dll

10.0.19041.5728

13-May-25

22:22

17,312

migisol.dll

10.0.19041.5728

13-May-25

22:22

119,728

migstore.dll

10.0.19041.5728

13-May-25

22:22

958,880

migsys.dll

10.0.19041.5728

13-May-25

22:22

325,040

MXEAgent.dll

10.0.19041.5728

13-May-25

22:22

258,992

offline.xml

Not versioned

13-May-25

22:22

38,899

oscomps.xml

Not versioned

13-May-25

22:22

435,175

oscomps.woa.xml

Not versioned

13-May-25

22:22

249,101

osfilter.inf

Not versioned

13-May-25

22:22

21,299

pnppropmig.dll

10.0.19041.5728

13-May-25

22:22

63,408

reagent.dll

10.0.19041.5728

13-May-25

22:22

954,272

ReserveManager.dll

10.0.19041.5728

13-May-25

22:22

236,976

setupplatform.cfg

Not versioned

13-May-25

22:22

6,303

setupplatform.dll

1.60.19041.5728

13-May-25

22:22

7,230,880

setupplatform.exe

1.60.19041.5728

13-May-25

22:22

152,992

SFCN.dat

Not versioned

13-May-25

22:22

1,824

SFLCID.dat

Not versioned

13-May-25

22:22

1,644

SFLISTW7.dat

Not versioned

13-May-25

22:22

1,703,368

SFLISTW8.dat

Not versioned

13-May-25

22:22

2,608,858

SFLISTWB.dat

Not versioned

13-May-25

22:22

3,172,904

SFLISTWT.dat

Not versioned

13-May-25

22:22

4,935,438

sflistw8.woa.dat

Not versioned

13-May-25

22:22

954,436

SFLISTRS1.dat

Not versioned

13-May-25

22:22

5,593,408

sflistwb.woa.dat

Not versioned

13-May-25

22:22

1,150,134

sflistwt.woa.dat

Not versioned

13-May-25

22:22

2,636,850

SFPAT.inf

Not versioned

13-May-25

22:22

11,365

SFPATW7.inf

Not versioned

13-May-25

22:22

17,396

SFPATW8.inf

Not versioned

13-May-25

22:22

79,818

SFPATWB.inf

Not versioned

13-May-25

22:22

91,635

SFPATWT.inf

Not versioned

13-May-25

22:22

165,729

SFPATRS1.inf

Not versioned

13-May-25

22:22

169,870

unbcl.dll

10.0.19041.5728

13-May-25

22:22

837,040

upgradeagent.dll

10.0.19041.5728

13-May-25

22:22

2,418,592

upgradeagent.xml

Not versioned

13-May-25

22:22

70,907

upgrade_comp.xml

Not versioned

13-May-25

22:22

4,320

upgrade_bulk.xml

Not versioned

13-May-25

22:22

208,513

upgrade_data.xml

Not versioned

13-May-25

22:22

41,108

upgrade_frmwrk.xml

Not versioned

13-May-25

22:22

18,614

upgWow_bulk.xml

Not versioned

13-May-25

22:22

114,569

uninstall.xml

Not versioned

13-May-25

22:22

3,508

uninstall_data.xml

Not versioned

13-May-25

22:22

11,122

wdsutil.dll

10.0.19041.5728

13-May-25

22:22

239,008

ClipSp.sys

10.0.19041.3562

13-May-25

22:22

881,520

netio.sys

10.0.19041.5728

13-May-25

22:22

418,736

ntdll.dll

10.0.19041.3562

13-May-25

22:22

1,681,936

ntfs.sys

10.0.19041.3562

13-May-25

22:22

2,364,288

ntoskrnl.exe

10.0.19041.3562

13-May-25

22:22

7,210,368

diager.dll

10.0.19041.5125

13-May-25

22:22

43,016

diagtrack.dll

10.0.10586.10008

13-May-25

22:22

919,736

diagtrackrunner.exe

10.0.10586.0

13-May-25

22:22

79,040

reagent.admx

Not versioned

13-May-25

22:22

1,240

reagent.dll

10.0.19041.5125

13-May-25

22:22

952,304

reagent.xml

Not versioned

13-May-25

22:22

837

SetupPlatform.cfg

Not versioned

13-May-25

22:22

10,452

SetupPlatform.dll

1.60.19041.5125

13-May-25

22:22

7,233,032

SetupPlatform.exe

1.60.19041.5125

13-May-25

22:22

153,096

unbcl.dll

10.0.19041.5125

13-May-25

22:22

837,104

wdsclientapi.dll

10.0.19041.5125

13-May-25

22:22

250,512

wdscore.dll

10.0.19041.5125

13-May-25

22:22

202,744

wdscsl.dll

10.0.19041.5125

13-May-25

22:22

51,720

wdsimage.dll

10.0.19041.5125

13-May-25

22:22

752,256

wdstptc.dll

10.0.19041.5125

13-May-25

22:22

518,784

wdsutil.dll

10.0.19041.5125

13-May-25

22:22

239,096

hwcompat.dll

10.0.19041.5125

13-May-25

22:22

160,248

fvevol.sys

10.0.19041.5960

13-May-25

22:22

662,432

dumpfve.sys

10.0.19041.5960

13-May-25

22:22

78,144

fveapibase.dll

10.0.19041.5728

13-May-25

22:22

361,472

fveapi.dll

10.0.19041.5728

13-May-25

22:22

768,512

ResetEngine.dll

10.0.19041.1584

13-May-25

22:22

1,923,400

ResetEngine.exe

10.0.19041.1584

13-May-25

22:22

19,312

ResetPluginHost.exe

10.0.19041.1584

13-May-25

22:22

24,064

reseteng.dll

10.0.19041.1584

13-May-25

22:22

1,031,168

resetengmig.dll

10.0.19041.1584

13-May-25

22:22

64,512

ResetEngInterfaces.exe

10.0.19041.1584

13-May-25

22:22

8,192

srms.dat

Not versioned

13-May-25

22:22

59,554

srms62.dat

Not versioned

13-May-25

22:22

22,841

sysreset.exe

10.0.19041.1584

13-May-25

22:22

287,232

systemreset.exe

10.0.19041.1584

13-May-25

22:22

451,368

ResetEngOnline.dll

10.0.19041.1584

13-May-25

22:22

142,848

SysResetErr.exe

10.0.19041.1584

13-May-25

22:22

37,200

tcpip.sys

10.0.19041.5728

13-May-25

22:22

2,362,824

FWPKCLNT.SYS

10.0.19041.5728

13-May-25

22:22

353,200

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:22

170,496

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:22

171,520

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:22

172,544

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:22

173,568

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:22

169,984

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:22

171,008

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:22

172,032

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:22

169,472

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:22

173,056

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:22

165,888

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:22

165,376

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:22

174,592

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:22

163,840

winpeshl.exe

10.0.19041.5960

13-May-25

22:22

25,600

wpeutil.dll

10.0.19041.5960

13-May-25

22:22

103,424

wpeutil.exe

10.0.19041.5960

13-May-25

22:22

10,240

wpeinit.exe

10.0.19041.5960

13-May-25

22:22

27,136

startnet.cmd

Not versioned

13-May-25

22:22

9

CloudRecApi.dll

10.0.19041.1262

13-May-25

22:22

42,496

CloudRecSvc.exe

1.0.0.1

13-May-25

22:22

115,200

StartRep.exe

10.0.19041.5728

13-May-25

22:22

839,168

RecEnv.exe

10.0.19041.5728

13-May-25

22:22

426,928

BootRec.exe

10.0.19041.5728

13-May-25

22:22

314,368

File name

File version

Date

Time

File size

acpi.inf

Not versioned

13-May-25

22:29

4,152

acpi.sys

10.0.19041.3562

13-May-25

22:29

810,480

pci.inf

Not versioned

13-May-25

22:29

16,940

pci.sys

10.0.19041.3562

13-May-25

22:29

478,696

skci.dll

10.0.19041.3920

13-May-25

22:29

309,632

winload.exe

10.0.19041.5847

13-May-25

22:29

1,582,128

winload.efi

10.0.19041.5847

13-May-25

22:29

1,859,048

bootmgfw.efi

10.0.19041.3920

13-May-25

22:29

1,590,640

bootmgr.efi

10.0.19041.3920

13-May-25

22:29

1,574,272

boot.stl

Not versioned

13-May-25

22:29

10,895

winsipolicy.p7b

Not versioned

13-May-25

22:29

9,796

bootux.dll

10.0.19041.505

13-May-25

22:29

3,992,576

winresume.exe

10.0.19041.5847

13-May-25

22:29

1,231,472

winresume.efi

10.0.19041.5847

13-May-25

22:29

1,433,920

BootMenuUX.dll

10.0.19041.5728

13-May-25

22:29

364,032

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

37,376

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

45,056

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

43,520

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

40,448

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

46,592

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

49,664

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

36,864

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

44,544

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

39,936

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

41,984

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

47,616

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

33,280

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

42,496

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

24,576

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

22,016

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

40,960

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

45,568

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

43,008

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

17,408

bootux.dll.mui

10.0.19041.505

13-May-25

22:29

17,920

bootim.exe

10.0.19041.505

13-May-25

22:29

26,624

driversipolicy.p7b

Not versioned

13-May-25

22:29

150,679

ci.dll

10.0.19041.5847

13-May-25

22:29

950,560

driver.stl

Not versioned

13-May-25

22:29

32,631

fltMgr.sys

10.0.19041.3562

13-May-25

22:29

430,048

hal.dll

10.0.19041.3562

13-May-25

22:29

18,408

cmi2migxml.dll

10.0.19041.5728

13-May-25

22:29

192,440

csiagent.dll

10.0.19041.5728

13-May-25

22:29

725,920

diagER.dll

10.0.19041.5728

13-May-25

22:29

55,216

hwcompat.dll

10.0.19041.5728

13-May-25

22:29

209,824

hwcompat.txt

Not versioned

13-May-25

22:29

753,071

hwexclude.txt

Not versioned

13-May-25

22:29

51

migapp.xml

Not versioned

13-May-25

22:29

654,548

migcore.dll

10.0.19041.5728

13-May-25

22:29

9,097,632

mighost.exe

10.0.19041.5728

13-May-25

22:29

260,528

migres.dll

10.0.19041.5728

13-May-25

22:29

17,328

migisol.dll

10.0.19041.5728

13-May-25

22:29

146,376

migstore.dll

10.0.19041.5728

13-May-25

22:29

1,271,240

migsys.dll

10.0.19041.5728

13-May-25

22:29

436,128

MXEAgent.dll

10.0.19041.5728

13-May-25

22:29

360,392

offline.xml

Not versioned

13-May-25

22:29

38,899

oscomps.xml

Not versioned

13-May-25

22:29

435,175

oscomps.woa.xml

Not versioned

13-May-25

22:29

249,101

osfilter.inf

Not versioned

13-May-25

22:29

21,299

pnppropmig.dll

10.0.19041.5728

13-May-25

22:29

80,328

reagent.dll

10.0.19041.5728

13-May-25

22:29

1,153,992

ReserveManager.dll

10.0.19041.5728

13-May-25

22:29

308,144

setupplatform.cfg

Not versioned

13-May-25

22:29

6,303

setupplatform.dll

1.60.19041.5728

13-May-25

22:29

9,591,752

setupplatform.exe

1.60.19041.5728

13-May-25

22:29

170,936

SFCN.dat

Not versioned

13-May-25

22:29

1,824

SFLCID.dat

Not versioned

13-May-25

22:29

1,644

SFLISTW7.dat

Not versioned

13-May-25

22:29

1,703,368

SFLISTW8.dat

Not versioned

13-May-25

22:29

2,608,858

SFLISTWB.dat

Not versioned

13-May-25

22:29

3,172,904

SFLISTWT.dat

Not versioned

13-May-25

22:29

4,935,438

sflistw8.woa.dat

Not versioned

13-May-25

22:29

954,436

SFLISTRS1.dat

Not versioned

13-May-25

22:29

5,593,408

sflistwb.woa.dat

Not versioned

13-May-25

22:29

1,150,134

sflistwt.woa.dat

Not versioned

13-May-25

22:29

2,636,850

SFPAT.inf

Not versioned

13-May-25

22:29

11,365

SFPATW7.inf

Not versioned

13-May-25

22:29

17,396

SFPATW8.inf

Not versioned

13-May-25

22:29

79,818

SFPATWB.inf

Not versioned

13-May-25

22:29

91,635

SFPATWT.inf

Not versioned

13-May-25

22:29

165,729

SFPATRS1.inf

Not versioned

13-May-25

22:29

169,870

unbcl.dll

10.0.19041.5728

13-May-25

22:29

1,099,184

upgradeagent.dll

10.0.19041.5728

13-May-25

22:29

3,178,400

upgradeagent.xml

Not versioned

13-May-25

22:29

70,907

upgrade_comp.xml

Not versioned

13-May-25

22:29

4,320

upgrade_bulk.xml

Not versioned

13-May-25

22:29

208,513

upgrade_data.xml

Not versioned

13-May-25

22:29

41,108

upgrade_frmwrk.xml

Not versioned

13-May-25

22:29

18,614

upgWow_bulk.xml

Not versioned

13-May-25

22:29

114,569

uninstall.xml

Not versioned

13-May-25

22:29

3,508

uninstall_data.xml

Not versioned

13-May-25

22:29

11,122

wdsutil.dll

10.0.19041.5728

13-May-25

22:29

306,608

ClipSp.sys

10.0.19041.3562

13-May-25

22:29

1,102,208

netio.sys

10.0.19041.5728

13-May-25

22:29

613,808

ntdll.dll

10.0.19041.3562

13-May-25

22:29

2,028,544

ntfs.sys

10.0.19041.3562

13-May-25

22:29

2,844,120

ntoskrnl.exe

10.0.19041.3562

13-May-25

22:29

10,872,296

diager.dll

10.0.19041.5125

13-May-25

22:29

55,280

diagtrack.dll

10.0.10586.10008

13-May-25

22:29

1,362,104

diagtrackrunner.exe

10.0.10586.0

13-May-25

22:29

88,256

reagent.admx

Not versioned

13-May-25

22:29

1,240

reagent.dll

10.0.19041.5125

13-May-25

22:29

1,151,984

reagent.xml

Not versioned

13-May-25

22:29

837

SetupPlatform.cfg

Not versioned

13-May-25

22:29

10,452

SetupPlatform.dll

1.60.19041.5125

13-May-25

22:29

9,594,864

SetupPlatform.exe

1.60.19041.5125

13-May-25

22:29

170,992

unbcl.dll

10.0.19041.5125

13-May-25

22:29

1,099,272

wdsclientapi.dll

10.0.19041.5125

13-May-25

22:29

309,904

wdscore.dll

10.0.19041.5125

13-May-25

22:29

263,688

wdscsl.dll

10.0.19041.5125

13-May-25

22:29

63,456

wdsimage.dll

10.0.19041.5125

13-May-25

22:29

952,936

wdstptc.dll

10.0.19041.5125

13-May-25

22:29

656,528

wdsutil.dll

10.0.19041.5125

13-May-25

22:29

306,656

hwcompat.dll

10.0.19041.5125

13-May-25

22:29

209,888

fvevol.sys

10.0.19041.5960

13-May-25

22:29

813,472

dumpfve.sys

10.0.19041.5960

13-May-25

22:29

94,744

fveapibase.dll

10.0.19041.5728

13-May-25

22:29

431,616

fveapi.dll

10.0.19041.5728

13-May-25

22:29

991,744

ResetEngine.dll

10.0.19041.1584

13-May-25

22:29

2,430,280

ResetEngine.exe

10.0.19041.1584

13-May-25

22:29

21,336

ResetPluginHost.exe

10.0.19041.1584

13-May-25

22:29

31,232

reseteng.dll

10.0.19041.1584

13-May-25

22:29

1,257,472

resetengmig.dll

10.0.19041.1584

13-May-25

22:29

82,432

ResetEngInterfaces.exe

10.0.19041.1584

13-May-25

22:29

10,240

srms.dat

Not versioned

13-May-25

22:29

59,554

srms62.dat

Not versioned

13-May-25

22:29

22,841

sysreset.exe

10.0.19041.1584

13-May-25

22:29

342,016

systemreset.exe

10.0.19041.1584

13-May-25

22:29

521,096

ResetEngOnline.dll

10.0.19041.1584

13-May-25

22:29

192,512

SysResetErr.exe

10.0.19041.1584

13-May-25

22:29

43,880

tcpip.sys

10.0.19041.5728

13-May-25

22:29

2,998,728

FWPKCLNT.SYS

10.0.19041.5728

13-May-25

22:29

503,712

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:29

170,496

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:29

171,520

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:29

172,544

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:29

173,568

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:29

169,984

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:29

171,008

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:29

172,032

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:29

169,472

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:29

173,056

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:29

165,888

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:29

165,376

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:29

174,592

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:29

163,840

winpeshl.exe

10.0.19041.5960

13-May-25

22:29

33,280

wpeutil.dll

10.0.19041.5960

13-May-25

22:29

127,488

wpeutil.exe

10.0.19041.5960

13-May-25

22:29

12,288

wpeinit.exe

10.0.19041.5960

13-May-25

22:29

33,792

startnet.cmd

Not versioned

13-May-25

22:29

9

CloudRecApi.dll

10.0.19041.1262

13-May-25

22:29

52,736

CloudRecSvc.exe

1.0.0.1

13-May-25

22:29

147,968

StartRep.exe

10.0.19041.5728

13-May-25

22:29

997,376

RecEnv.exe

10.0.19041.5728

13-May-25

22:29

525,256

BootRec.exe

10.0.19041.5728

13-May-25

22:29

387,072

ntdll.dll

10.0.19041.3562

13-May-25

22:29

1,700,440

fveapibase.dll

10.0.19041.5728

13-May-25

22:29

361,472

fveapi.dll

10.0.19041.5728

13-May-25

22:29

768,512

File name

File version

Date

Time

File size

acpi.inf

Not versioned

13-May-25

22:30

4,152

acpi.sys

10.0.19041.3562

13-May-25

22:30

756,096

pci.inf

Not versioned

13-May-25

22:30

16,940

pci.sys

10.0.19041.3562

13-May-25

22:30

398,208

skci.dll

10.0.19041.3920

13-May-25

22:30

220,720

winload.efi

10.0.19041.5847

13-May-25

22:30

1,831,648

bootmgfw.efi

10.0.19041.3920

13-May-25

22:30

1,567,600

bootmgr.efi

10.0.19041.3920

13-May-25

22:30

1,550,320

boot.stl

Not versioned

13-May-25

22:30

10,717

winsipolicy.p7b

Not versioned

13-May-25

22:30

9,796

bootux.dll

10.0.19041.505

13-May-25

22:30

4,006,400

winresume.efi

10.0.19041.5847

13-May-25

22:30

1,403,408

BootMenuUX.dll

10.0.19041.5728

13-May-25

22:30

375,808

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

37,376

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

45,056

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

43,520

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

40,448

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

46,592

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

49,664

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

36,864

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

44,544

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

39,936

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

41,984

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

47,616

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

33,280

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

42,496

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

24,576

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

22,016

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

40,960

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

45,568

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

43,008

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

17,408

bootux.dll.mui

10.0.19041.505

13-May-25

22:30

17,920

bootim.exe

10.0.19041.505

13-May-25

22:30

26,624

driversipolicy.p7b

Not versioned

13-May-25

22:30

150,679

ci.dll

10.0.19041.5847

13-May-25

22:30

814,736

driver.stl

Not versioned

13-May-25

22:30

15,114

fltMgr.sys

10.0.19041.3562

13-May-25

22:30

405,872

hal.dll

10.0.19041.3562

13-May-25

22:30

17,280

cmi2migxml.dll

10.0.19041.5728

13-May-25

22:30

205,256

csiagent.dll

10.0.19041.5728

13-May-25

22:30

765,896

diagER.dll

10.0.19041.5728

13-May-25

22:30

55,240

hwcompat.dll

10.0.19041.5728

13-May-25

22:30

224,184

hwcompat.txt

Not versioned

13-May-25

22:30

199,193

hwexclude.txt

Not versioned

13-May-25

22:30

51

migapp.xml

Not versioned

13-May-25

22:30

654,548

migcore.dll

10.0.19041.5728

13-May-25

22:30

9,820,104

mighost.exe

10.0.19041.5728

13-May-25

22:30

262,600

migres.dll

10.0.19041.5728

13-May-25

22:30

17,336

migisol.dll

10.0.19041.5728

13-May-25

22:30

141,240

migstore.dll

10.0.19041.5728

13-May-25

22:30

1,342,920

migsys.dll

10.0.19041.5728

13-May-25

22:30

466,376

MXEAgent.dll

10.0.19041.5728

13-May-25

22:30

380,336

offline.xml

Not versioned

13-May-25

22:30

38,899

oscomps.xml

Not versioned

13-May-25

22:30

435,175

oscomps.woa.xml

Not versioned

13-May-25

22:30

249,101

osfilter.inf

Not versioned

13-May-25

22:30

21,299

pnppropmig.dll

10.0.19041.5728

13-May-25

22:30

82,888

reagent.dll

10.0.19041.5728

13-May-25

22:30

1,179,080

ReserveManager.dll

10.0.19041.5728

13-May-25

22:30

307,656

setupplatform.cfg

Not versioned

13-May-25

22:30

6,303

setupplatform.dll

1.60.19041.5728

13-May-25

22:30

10,371,488

setupplatform.exe

1.60.19041.5728

13-May-25

22:30

175,024

SFCN.dat

Not versioned

13-May-25

22:30

1,824

SFLCID.dat

Not versioned

13-May-25

22:30

1,644

SFLISTW7.dat

Not versioned

13-May-25

22:30

1,703,368

SFLISTW8.dat

Not versioned

13-May-25

22:30

2,608,858

SFLISTWB.dat

Not versioned

13-May-25

22:30

3,172,904

SFLISTWT.dat

Not versioned

13-May-25

22:30

4,935,438

sflistw8.woa.dat

Not versioned

13-May-25

22:30

954,436

SFLISTRS1.dat

Not versioned

13-May-25

22:30

5,593,408

sflistwb.woa.dat

Not versioned

13-May-25

22:30

1,150,134

sflistwt.woa.dat

Not versioned

13-May-25

22:30

2,636,850

SFPAT.inf

Not versioned

13-May-25

22:30

11,365

SFPATW7.inf

Not versioned

13-May-25

22:30

17,396

SFPATW8.inf

Not versioned

13-May-25

22:30

79,818

SFPATWB.inf

Not versioned

13-May-25

22:30

91,635

SFPATWT.inf

Not versioned

13-May-25

22:30

165,729

SFPATRS1.inf

Not versioned

13-May-25

22:30

169,870

unbcl.dll

10.0.19041.5728

13-May-25

22:30

1,151,392

upgradeagent.dll

10.0.19041.5728

13-May-25

22:30

3,356,104

upgradeagent.xml

Not versioned

13-May-25

22:30

70,907

upgrade_comp.xml

Not versioned

13-May-25

22:30

4,320

upgrade_bulk.xml

Not versioned

13-May-25

22:30

208,513

upgrade_data.xml

Not versioned

13-May-25

22:30

41,108

upgrade_frmwrk.xml

Not versioned

13-May-25

22:30

18,614

upgWow_bulk.xml

Not versioned

13-May-25

22:30

114,569

upgWowA32_bulk.xml

Not versioned

13-May-25

22:30

114,473

uninstall.xml

Not versioned

13-May-25

22:30

3,508

uninstall_data.xml

Not versioned

13-May-25

22:30

11,122

wdsutil.dll

10.0.19041.5728

13-May-25

22:30

323,488

ClipSp.sys

10.0.19041.3562

13-May-25

22:30

986,088

netio.sys

10.0.19041.5728

13-May-25

22:30

544,176

ntdll.dll

10.0.19041.3562

13-May-25

22:30

1,966,952

ntfs.sys

10.0.19041.3562

13-May-25

22:30

2,810,736

ntoskrnl.exe

10.0.19041.3562

13-May-25

22:30

9,963,480

diager.dll

10.0.19041.5125

13-May-25

22:30

55,288

diagtrack.dll

10.0.10586.0

13-May-25

22:30

1,561,952

diagtrackrunner.exe

10.0.10586.0

13-May-25

22:30

90,304

reagent.admx

Not versioned

13-May-25

22:30

1,240

reagent.dll

10.0.19041.5125

13-May-25

22:30

1,177,080

reagent.xml

Not versioned

13-May-25

22:30

837

SetupPlatform.cfg

Not versioned

13-May-25

22:30

10,452

SetupPlatform.dll

1.60.19041.5125

13-May-25

22:30

10,374,624

SetupPlatform.exe

1.60.19041.5125

13-May-25

22:30

175,072

unbcl.dll

10.0.19041.5125

13-May-25

22:30

1,151,472

wdsclientapi.dll

10.0.19041.5125

13-May-25

22:30

311,920

wdscore.dll

10.0.19041.5125

13-May-25

22:30

268,256

wdscsl.dll

10.0.19041.5125

13-May-25

22:30

65,504

wdsimage.dll

10.0.19041.5125

13-May-25

22:30

967,808

wdstptc.dll

10.0.19041.5125

13-May-25

22:30

653,936

wdsutil.dll

10.0.19041.5125

13-May-25

22:30

323,568

hwcompat.dll

10.0.19041.5125

13-May-25

22:30

224,224

fvevol.sys

10.0.19041.5960

13-May-25

22:30

763,296

dumpfve.sys

10.0.19041.5960

13-May-25

22:30

75,696

fveapibase.dll

10.0.19041.5728

13-May-25

22:30

439,296

fveapi.dll

10.0.19041.5728

13-May-25

22:30

991,232

ResetEngine.dll

10.0.19041.1584

13-May-25

22:30

2,627,912

ResetEngine.exe

10.0.19041.1584

13-May-25

22:30

21,328

ResetPluginHost.exe

10.0.19041.1584

13-May-25

22:30

32,256

reseteng.dll

10.0.19041.1584

13-May-25

22:30

1,269,760

resetengmig.dll

10.0.19041.1584

13-May-25

22:30

86,016

ResetEngInterfaces.exe

10.0.19041.1584

13-May-25

22:30

9,728

srms.dat

Not versioned

13-May-25

22:30

59,554

srms62.dat

Not versioned

13-May-25

22:30

22,841

sysreset.exe

10.0.19041.1584

13-May-25

22:30

351,232

systemreset.exe

10.0.19041.1584

13-May-25

22:30

541,752

ResetEngOnline.dll

10.0.19041.1584

13-May-25

22:30

205,312

SysResetErr.exe

10.0.19041.1584

13-May-25

22:30

44,872

tcpip.sys

10.0.19041.5728

13-May-25

22:30

2,803,128

FWPKCLNT.SYS

10.0.19041.5728

13-May-25

22:30

503,240

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:30

170,496

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:30

171,520

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:30

172,544

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:30

173,568

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:30

169,984

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:30

171,008

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:30

172,032

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:30

169,472

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:30

173,056

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:30

165,888

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:30

165,376

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:30

174,592

tcpip.sys.mui

10.0.19041.5728

13-May-25

22:30

163,840

winpeshl.exe

10.0.19041.5960

13-May-25

22:30

33,792

wpeutil.dll

10.0.19041.5960

13-May-25

22:30

131,072

wpeutil.exe

10.0.19041.5960

13-May-25

22:30

12,800

wpeinit.exe

10.0.19041.5960

13-May-25

22:30

34,816

startnet.cmd

Not versioned

13-May-25

22:30

9

CloudRecApi.dll

10.0.19041.1262

13-May-25

22:30

56,320

CloudRecSvc.exe

1.0.0.1

13-May-25

22:30

156,672

StartRep.exe

10.0.19041.5728

13-May-25

22:30

1,010,176

RecEnv.exe

10.0.19041.5728

13-May-25

22:30

531,872

BootRec.exe

10.0.19041.5728

13-May-25

22:30

394,240

ntdll.dll

10.0.19041.3562

13-May-25

22:30

1,567,464

fveapibase.dll

10.0.19041.5728

13-May-25

22:30

335,872

fveapi.dll

10.0.19041.5728

13-May-25

22:30

671,744

ntdll.dll

10.0.19041.3562

13-May-25

22:30

2,161,280

msvcrt.dll

7.0.19041.3562

13-May-25

22:30

1,092,152

ucrtbase.dll

10.0.19041.3562

13-May-25

22:30

1,771,336

ntdll.dll

10.0.19041.3562

13-May-25

22:30

1,700,440

fveapibase.dll

10.0.19041.5728

13-May-25

22:30

361,472

fveapi.dll

10.0.19041.5728

13-May-25

22:30

768,512

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.