Applies ToWindows 11 SE, version 24H2 Windows 11 Enterprise and Education, version 24H2 Windows 11 Enterprise Multi-Session, version 24H2 Windows 11 Home and Pro, version 24H2 Windows 11 IoT Enterprise, version 24H2 Windows Server 2025

Summary

This update makes improvements to the Windows recovery environment in Windows 11, version 24H2 and Windows Server 2025.

How to get this update

Install this update

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

Available

Next step

Yes

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

Verify the installation of this update

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

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

storufs.inf

Not versioned

13-Feb-25

19:30

24,702

storufs.sys

10.0.26100.560

13-Feb-25

19:30

148,800

hvloader.dll

10.0.26100.3031

13-Feb-25

19:30

226,760

hvax64.exe

10.0.26100.3031

13-Feb-25

19:30

1,951,136

hvix64.exe

10.0.26100.3031

13-Feb-25

19:30

2,049,464

skci.dll

10.0.26100.3031

13-Feb-25

19:30

332,040

securekernel.exe

10.0.26100.3031

13-Feb-25

19:30

1,308,064

VbsSiPolicy.p7b

Not versioned

13-Feb-25

19:30

68,283

Facilitator.dll

10.0.26100.1287

13-Feb-25

19:30

1,111,456

tcblaunch.exe

10.0.26100.3031

13-Feb-25

19:30

954,016

tcbloader.dll

10.0.26100.3031

13-Feb-25

19:30

292,256

DrtmAuthTxt.wim

Not versioned

13-Feb-25

19:30

20,919

winload.sys

10.0.26100.2876

13-Feb-25

19:30

1,129,560

winload.exe

10.0.26100.3031

13-Feb-25

19:30

1,812,048

winload.efi

10.0.26100.3031

13-Feb-25

19:30

3,109,424

bcrypt.dll

10.0.26100.3031

13-Feb-25

19:30

166,768

bcryptprimitives.dll

10.0.26100.3031

13-Feb-25

19:30

641,960

BootMenuUX.dll

10.0.26100.2876

13-Feb-25

19:30

233,472

driversipolicy.p7b

Not versioned

13-Feb-25

19:30

228,546

cng.sys

10.0.26100.3031

13-Feb-25

19:30

873,328

ci.dll

10.0.26100.3031

13-Feb-25

19:30

1,079,936

driver.stl

Not versioned

13-Feb-25

19:30

32,666

previous.driver.stl

Not versioned

13-Feb-25

19:30

32,666

DismCore.dll

10.0.26100.3320

13-Feb-25

19:30

476,616

DismProv.dll

10.0.26100.3320

13-Feb-25

19:30

353,696

DismCorePS.dll

10.0.26100.3320

13-Feb-25

19:30

230,840

LogProvider.dll

10.0.26100.3320

13-Feb-25

19:30

120,240

FolderProvider.dll

10.0.26100.3320

13-Feb-25

19:30

95,648

dhcpcore.dll

10.0.26100.712

13-Feb-25

19:30

435,616

dhcpcsvc.dll

10.0.26100.712

13-Feb-25

19:30

157,104

dhcpcore6.dll

10.0.26100.712

13-Feb-25

19:30

320,928

dhcpcsvc6.dll

10.0.26100.712

13-Feb-25

19:30

128,416

fbwf.sys

10.0.26100.1866

13-Feb-25

19:30

154,360

cmi2migxml.dll

10.0.26100.3180

13-Feb-25

19:30

226,736

csiagent.dll

10.0.26100.3180

13-Feb-25

19:30

718,256

diagER.dll

10.0.26100.3180

13-Feb-25

19:30

99,768

hwcompat.dll

10.0.26100.3180

13-Feb-25

19:30

243,104

hwcompat.txt

Not versioned

13-Feb-25

19:30

956,929

hwexclude.txt

Not versioned

13-Feb-25

19:30

51

icbexclusion.inf

Not versioned

13-Feb-25

19:30

7,222

migapp.xml

Not versioned

13-Feb-25

19:30

654,548

migcore.dll

10.0.26100.3180

13-Feb-25

19:30

9,270,712

mighost.exe

10.0.26100.3180

13-Feb-25

19:30

288,200

migres.dll

10.0.26100.3180

13-Feb-25

19:30

26,032

migisol.dll

10.0.26100.3180

13-Feb-25

19:30

148,936

migstore.dll

10.0.26100.3180

13-Feb-25

19:30

1,308,064

migsys.dll

10.0.26100.3180

13-Feb-25

19:30

464,304

MXEAgent.dll

10.0.26100.3180

13-Feb-25

19:30

386,464

AppExtAgent.dll

10.0.26100.3180

13-Feb-25

19:30

488,864

offline.xml

Not versioned

13-Feb-25

19:30

44,690

oscomps.xml

Not versioned

13-Feb-25

19:30

449,323

osfilter.inf

Not versioned

13-Feb-25

19:30

21,299

pnppropmig.dll

10.0.26100.3180

13-Feb-25

19:30

107,976

ReserveManager.dll

10.0.26100.3180

13-Feb-25

19:30

312,776

setupplatform.cfg

Not versioned

13-Feb-25

19:30

15,971

setupplatform.dll

1.95.26100.3180

13-Feb-25

19:30

9,692,592

setupplatform.exe

1.95.26100.3180

13-Feb-25

19:30

255,408

SFCN.dat

Not versioned

13-Feb-25

19:30

1,824

SFLCID.dat

Not versioned

13-Feb-25

19:30

1,644

SFLISTW7.dat

Not versioned

13-Feb-25

19:30

1,703,368

SFLISTW8.dat

Not versioned

13-Feb-25

19:30

2,608,858

SFLISTWB.dat

Not versioned

13-Feb-25

19:30

3,172,904

SFLISTWT.dat

Not versioned

13-Feb-25

19:30

4,935,402

SFLISTRS1.dat

Not versioned

13-Feb-25

19:30

5,593,182

SFPAT.inf

Not versioned

13-Feb-25

19:30

11,602

SFPATW7.inf

Not versioned

13-Feb-25

19:30

17,396

SFPATW8.inf

Not versioned

13-Feb-25

19:30

79,818

SFPATWB.inf

Not versioned

13-Feb-25

19:30

91,635

SFPATWT.inf

Not versioned

13-Feb-25

19:30

165,729

SFPATRS1.inf

Not versioned

13-Feb-25

19:30

169,730

unbcl.dll

10.0.26100.3180

13-Feb-25

19:30

1,091,000

upgradeagent.dll

10.0.26100.3180

13-Feb-25

19:30

3,306,928

upgradeagent.xml

Not versioned

13-Feb-25

19:30

70,907

upgrade_comp.xml

Not versioned

13-Feb-25

19:30

6,054

upgrade_bulk.xml

Not versioned

13-Feb-25

19:30

211,949

upgrade_data.xml

Not versioned

13-Feb-25

19:30

41,750

upgrade_frmwrk.xml

Not versioned

13-Feb-25

19:30

19,157

upgWow_bulk.xml

Not versioned

13-Feb-25

19:30

114,707

uninstall.xml

Not versioned

13-Feb-25

19:30

4,639

uninstall_data.xml

Not versioned

13-Feb-25

19:30

11,122

wdsutil.dll

10.0.26100.3180

13-Feb-25

19:30

353,736

WinSetupMon.hiv

Not versioned

13-Feb-25

19:30

8,192

WinSetupMon.sys

10.0.26100.3180

13-Feb-25

19:30

169,424

actionqueue.dll

10.0.26100.1583

13-Feb-25

19:30

267,584

appcompat_detailed.xsl

Not versioned

13-Feb-25

19:30

13,608

appcompat_detailed_bidi.xsl

Not versioned

13-Feb-25

19:30

13,732

cdplib.mof

Not versioned

13-Feb-25

19:30

1,976

cdplibuninstall.mof

Not versioned

13-Feb-25

19:30

571

dpx.dll

10.0.26100.1583

13-Feb-25

19:30

1,078,600

UpdateCompression.dll

5.0.1.1

13-Feb-25

19:30

542,000

hwcompat.dll

10.0.26100.1583

13-Feb-25

19:30

242,992

itgtupg.dll

10.0.26100.1583

13-Feb-25

19:30

116,160

migisol.dll

10.0.26100.1583

13-Feb-25

19:30

148,920

migtestplugin.dll

10.0.26100.1583

13-Feb-25

19:30

75,304

msdelta.dll

5.0.1.1

13-Feb-25

19:30

595,360

mspatcha.dll

5.0.1.1

13-Feb-25

19:30

83,400

smiengine.dll

10.0.26100.1583

13-Feb-25

19:30

927,136

cmi2migxml.dll

10.0.26100.1583

13-Feb-25

19:30

226,624

migcore.dll

10.0.26100.1583

13-Feb-25

19:30

9,274,824

migstore.dll

10.0.26100.1583

13-Feb-25

19:30

1,303,984

csiagent.dll

10.0.26100.1583

13-Feb-25

19:30

718,144

mighost.exe

10.0.26100.1583

13-Feb-25

19:30

288,176

mxeagent.dll

10.0.26100.1583

13-Feb-25

19:30

386,352

AppExtAgent.dll

10.0.26100.1583

13-Feb-25

19:30

488,752

upgradeagent.dll

10.0.26100.1583

13-Feb-25

19:30

3,302,832

migres.dll

10.0.26100.1583

13-Feb-25

19:30

25,904

wcmtypes.xsd

Not versioned

13-Feb-25

19:30

1,047

wdsupgcompl.dll

10.0.26100.1583

13-Feb-25

19:30

46,536

auditetw.dll

10.0.26100.1583

13-Feb-25

19:30

26,152

cmisetupetw.dll

10.0.26100.1583

13-Feb-25

19:30

26,056

etwproviderinstall.vbs

Not versioned

13-Feb-25

19:30

6,868

setupcletw.dll

10.0.26100.1583

13-Feb-25

19:30

30,248

winsetupetw.dll

10.0.26100.1583

13-Feb-25

19:30

75,296

KernelBase.dll

10.0.26100.3031

13-Feb-25

19:30

3,988,888

migcore.dll

10.0.26100.1583

13-Feb-25

19:30

9,274,672

migapp.dll

10.0.26100.1583

13-Feb-25

19:30

329,120

AppExtAgent.dll

10.0.26100.1583

13-Feb-25

19:30

488,768

csiagent.dll

10.0.26100.1583

13-Feb-25

19:30

718,128

SFLISTXP.dat

Not versioned

13-Feb-25

19:30

1,459,226

SFLISTLH.dat

Not versioned

13-Feb-25

19:30

3,347,940

SFPATXP.inf

Not versioned

13-Feb-25

19:30

4,355

SFPATLH.inf

Not versioned

13-Feb-25

19:30

8,678

ncsi.dll

10.0.26100.712

13-Feb-25

19:30

692,224

netprofmsvc.dll

10.0.26100.712

13-Feb-25

19:30

1,871,872

nlaapi.dll

10.0.26100.712

13-Feb-25

19:30

53,248

nlmproxy.dll

10.0.26100.712

13-Feb-25

19:30

53,248

nlmsprep.dll

10.0.26100.712

13-Feb-25

19:30

49,152

ntdll.dll

10.0.26100.3031

13-Feb-25

19:30

2,505,496

rpcrt4.dll

10.0.26100.3031

13-Feb-25

19:30

1,154,320

diager.dll

10.0.26100.2003

13-Feb-25

19:30

99,760

diagtrack.dll

10.0.10586.0

13-Feb-25

19:30

1,365,856

diagtrackrunner.exe

10.0.10586.0

13-Feb-25

19:30

88,256

reagent.admx

Not versioned

13-Feb-25

19:30

1,240

reagent.dll

10.0.26100.2003

13-Feb-25

19:30

611,760

reagent.xml

Not versioned

13-Feb-25

19:30

837

SetupPlatform.cfg

Not versioned

13-Feb-25

19:30

23,023

SetupPlatform.dll

1.95.26100.2003

13-Feb-25

19:30

9,688,496

SetupPlatform.exe

1.95.26100.2003

13-Feb-25

19:30

255,416

unbcl.dll

10.0.26100.2003

13-Feb-25

19:30

1,090,992

wdscore.dll

10.0.26100.2003

13-Feb-25

19:30

279,968

wdsutil.dll

10.0.26100.2003

13-Feb-25

19:30

353,696

WinSetupBoot.hiv

Not versioned

13-Feb-25

19:30

8,192

WinSetupBoot.sys

10.0.26100.2003

13-Feb-25

19:30

116,168

WinSetupMon.sys

10.0.26100.2003

13-Feb-25

19:30

169,416

wdsclientapi.dll

10.0.26100.2003

13-Feb-25

19:30

267,832

wdscsl.dll

10.0.26100.2003

13-Feb-25

19:30

111,936

wdsimage.dll

10.0.26100.2003

13-Feb-25

19:30

128,568

wdstptc.dll

10.0.26100.2003

13-Feb-25

19:30

218,664

pnppropmig.dll

10.0.26100.2003

13-Feb-25

19:30

107,960

hwcompat.dll

10.0.26100.2003

13-Feb-25

19:30

243,008

offline.xml

Not versioned

13-Feb-25

19:30

44,544

bcd.dll

10.0.26100.3320

13-Feb-25

19:30

166,744

bootsvc.dll

10.0.26100.3320

13-Feb-25

19:30

307,248

hwreqchk.dll

Not versioned

13-Feb-25

19:30

423,344

ServicingCommon.dll

10.0.26100.3320

13-Feb-25

19:30

1,055,152

utcapi.dll

10.0.26100.3320

13-Feb-25

19:30

66,976

wimgapi.dll

10.0.26100.3320

13-Feb-25

19:30

910,792

wdscommonlib.dll

10.0.26100.3320

13-Feb-25

19:30

341,424

dismapi.dll

10.0.26100.3320

13-Feb-25

19:30

1,201,608

dismcore.dll

10.0.26100.3320

13-Feb-25

19:30

476,576

dismcoreps.dll

10.0.26100.3320

13-Feb-25

19:30

230,832

dismprov.dll

10.0.26100.3320

13-Feb-25

19:30

353,712

folderprovider.dll

10.0.26100.3320

13-Feb-25

19:30

95,688

imagingprovider.dll

10.0.26100.3320

13-Feb-25

19:30

247,216

logprovider.dll

10.0.26100.3320

13-Feb-25

19:30

189,896

UpdateCompression.dll

5.0.1.1

13-Feb-25

19:30

542,128

vhdprovider.dll

10.0.26100.3320

13-Feb-25

19:30

599,472

wimprovider.dll

10.0.26100.3320

13-Feb-25

19:30

697,776

unattend.dll

10.0.26100.3320

13-Feb-25

19:30

275,888

wpx.dll

10.0.26100.3320

13-Feb-25

19:30

1,422,768

locale.nls

Not versioned

13-Feb-25

19:30

861,992

nlsbres.dll

10.0.26100.3320

13-Feb-25

19:30

103,856

kerberos.dll

10.0.26100.3031

13-Feb-25

19:30

1,380,352

kerb3961.dll

10.0.26100.3031

13-Feb-25

19:30

162,664

localkdcsvc.dll

10.0.26100.3031

13-Feb-25

19:30

802,816

LsaIso.exe

10.0.26100.3031

13-Feb-25

19:30

389,920

iumcrypt.dll

10.0.26100.3031

13-Feb-25

19:30

100,680

ServicingCommon.dll

10.0.26100.998

13-Feb-25

19:30

1,030,224

ResetEngine.dll

10.0.26100.3320

13-Feb-25

19:30

2,864,568

ResetTelemetry.dll

10.0.26100.3320

13-Feb-25

19:30

570,800

ResetEngine.exe

10.0.26100.3320

13-Feb-25

19:30

42,440

ResetPluginHost.exe

10.0.26100.3320

13-Feb-25

19:30

57,344

srms.dat

Not versioned

13-Feb-25

19:30

60,394

sysreset.exe

10.0.26100.3320

13-Feb-25

19:30

487,424

ResetEngOnline.dll

10.0.26100.3320

13-Feb-25

19:30

212,992

SysResetErr.exe

10.0.26100.3320

13-Feb-25

19:30

75,168

winpeshl.exe

10.0.26100.3320

13-Feb-25

19:30

57,344

wpeutil.dll

10.0.26100.3320

13-Feb-25

19:30

200,704

wpeutil.exe

10.0.26100.3320

13-Feb-25

19:30

32,768

wpeinit.exe

10.0.26100.3320

13-Feb-25

19:30

61,440

startnet.cmd

Not versioned

13-Feb-25

19:30

9

StartRep.exe

10.0.26100.3320

13-Feb-25

19:30

1,142,784

RecHost.exe

10.0.26100.3320

13-Feb-25

19:30

107,952

SrtTel.dll

10.0.26100.3320

13-Feb-25

19:30

1,721,776

RecEnv.exe

10.0.26100.3320

13-Feb-25

19:30

456,120

BootRec.exe

10.0.26100.3320

13-Feb-25

19:30

192,512

DUTProvider.dll

10.0.26100.3320

13-Feb-25

19:30

312,736

WinSetupBak.hiv

Not versioned

13-Feb-25

19:30

8,192

WinSetupBak.sys

10.0.26100.3320

13-Feb-25

19:30

198,048

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:30

35,840

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:30

25,600

BootRec.exe.mui

10.0.26100.3320

13-Feb-25

19:30

4,608

DUTProvider.dll.mui

10.0.26100.3320

13-Feb-25

19:30

5,120

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:30

34,816

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:30

38,912

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:30

27,648

BootRec.exe.mui

10.0.26100.3320

13-Feb-25

19:30

5,120

DUTProvider.dll.mui

10.0.26100.3320

13-Feb-25

19:30

5,632

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:30

42,496

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:30

29,184

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:30

32,256

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:30

24,576

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:30

37,888

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:30

27,136

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:30

35,328

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:30

39,936

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:30

28,160

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:30

26,624

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:30

38,400

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:30

22,016

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:30

19,456

BootRec.exe.mui

10.0.26100.3320

13-Feb-25

19:30

4,096

DUTProvider.dll.mui

10.0.26100.3320

13-Feb-25

19:30

4,096

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:30

20,992

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:30

18,432

BootRec.exe.mui

10.0.26100.3320

13-Feb-25

19:30

3,584

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:30

34,304

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:30

26,112

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:30

37,376

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:30

39,424

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:30

25,088

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:30

15,360

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:30

16,896

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:30

15,872

bcrypt.dll

10.0.26100.3031

13-Feb-25

19:30

102,328

bcryptprimitives.dll

10.0.26100.3031

13-Feb-25

19:30

427,256

DismCore.dll

10.0.26100.3320

13-Feb-25

19:30

370,104

DismProv.dll

10.0.26100.3320

13-Feb-25

19:30

251,848

DismCorePS.dll

10.0.26100.3320

13-Feb-25

19:30

98,208

LogProvider.dll

10.0.26100.3320

13-Feb-25

19:30

76,208

FolderProvider.dll

10.0.26100.3320

13-Feb-25

19:30

59,832

dhcpcore.dll

10.0.26100.712

13-Feb-25

19:30

343,872

dhcpcsvc.dll

10.0.26100.712

13-Feb-25

19:30

97,072

dhcpcore6.dll

10.0.26100.712

13-Feb-25

19:30

246,576

dhcpcsvc6.dll

10.0.26100.712

13-Feb-25

19:30

82,864

KernelBase.dll

10.0.26100.3031

13-Feb-25

19:30

2,796,416

migcore.dll

10.0.26100.1583

13-Feb-25

19:30

7,130,528

migstore.dll

10.0.26100.1583

13-Feb-25

19:30

1,004,448

mighost.exe

10.0.26100.1583

13-Feb-25

19:30

254,768

migres.dll

10.0.26100.1583

13-Feb-25

19:30

17,328

migapp.dll

10.0.26100.1583

13-Feb-25

19:30

231,840

MXEAgent.dll

10.0.26100.1583

13-Feb-25

19:30

274,752

AppExtAgent.dll

10.0.26100.1583

13-Feb-25

19:30

346,432

csiagent.dll

10.0.26100.1583

13-Feb-25

19:30

527,168

cmi2migxml.dll

10.0.26100.1583

13-Feb-25

19:30

158,624

ntdll.dll

10.0.26100.3031

13-Feb-25

19:30

1,801,176

rpcrt4.dll

10.0.26100.3031

13-Feb-25

19:30

758,296

kerberos.dll

10.0.26100.3031

13-Feb-25

19:30

1,012,736

kerb3961.dll

10.0.26100.3031

13-Feb-25

19:30

110,592

ServicingCommon.dll

10.0.26100.998

13-Feb-25

19:30

827,904

File name

File version

Date

Time

File size

storufs.inf

Not versioned

13-Feb-25

19:25

24,702

storufs.sys

10.0.26100.560

13-Feb-25

19:25

108,344

hvloader.dll

10.0.26100.3031

13-Feb-25

19:25

187,312

hvaa64.exe

10.0.26100.3031

13-Feb-25

19:25

1,428,424

skci.dll

10.0.26100.3031

13-Feb-25

19:25

246,624

securekernel.exe

10.0.26100.3031

13-Feb-25

19:25

923,592

VbsSiPolicy.p7b

Not versioned

13-Feb-25

19:25

68,283

Facilitator.dll

10.0.26100.1287

13-Feb-25

19:25

1,160,008

tcblaunch.exe

10.0.26100.3031

13-Feb-25

19:25

896,776

tcbloader.dll

10.0.26100.3031

13-Feb-25

19:25

260,552

DrtmAuthArm.wim

Not versioned

13-Feb-25

19:25

5,102

winload.efi

10.0.26100.3031

13-Feb-25

19:25

2,956,608

bcrypt.dll

10.0.26100.3031

13-Feb-25

19:25

264,656

bcryptprimitives.dll

10.0.26100.3031

13-Feb-25

19:25

904,608

BootMenuUX.dll

10.0.26100.2876

13-Feb-25

19:25

210,944

driversipolicy.p7b

Not versioned

13-Feb-25

19:25

228,546

cng.sys

10.0.26100.3031

13-Feb-25

19:25

728,936

ci.dll

10.0.26100.3031

13-Feb-25

19:25

948,528

driver.stl

Not versioned

13-Feb-25

19:25

15,114

previous.driver.stl

Not versioned

13-Feb-25

19:25

15,114

DismCore.dll

10.0.26100.3320

13-Feb-25

19:25

783,816

DismProv.dll

10.0.26100.3320

13-Feb-25

19:25

633,248

DismCorePS.dll

10.0.26100.3320

13-Feb-25

19:25

400,304

LogProvider.dll

10.0.26100.3320

13-Feb-25

19:25

200,096

FolderProvider.dll

10.0.26100.3320

13-Feb-25

19:25

162,736

dhcpcore.dll

10.0.26100.712

13-Feb-25

19:25

720,816

dhcpcsvc.dll

10.0.26100.712

13-Feb-25

19:25

254,896

dhcpcore6.dll

10.0.26100.712

13-Feb-25

19:25

513,328

dhcpcsvc6.dll

10.0.26100.712

13-Feb-25

19:25

168,752

fbwf.sys

10.0.26100.1866

13-Feb-25

19:25

128,800

cmi2migxml.dll

10.0.26100.3180

13-Feb-25

19:25

216,480

csiagent.dll

10.0.26100.3180

13-Feb-25

19:25

739,232

diagER.dll

10.0.26100.3180

13-Feb-25

19:25

77,752

hwcompat.dll

10.0.26100.3180

13-Feb-25

19:25

234,912

hwcompat.txt

Not versioned

13-Feb-25

19:25

219,003

hwexclude.txt

Not versioned

13-Feb-25

19:25

51

icbexclusion.inf

Not versioned

13-Feb-25

19:25

7,222

migapp.xml

Not versioned

13-Feb-25

19:25

654,548

migcore.dll

10.0.26100.3180

13-Feb-25

19:25

9,872,304

mighost.exe

10.0.26100.3180

13-Feb-25

19:25

271,280

migres.dll

10.0.26100.3180

13-Feb-25

19:25

17,312

migisol.dll

10.0.26100.3180

13-Feb-25

19:25

124,848

migstore.dll

10.0.26100.3180

13-Feb-25

19:25

1,350,600

migsys.dll

10.0.26100.3180

13-Feb-25

19:25

483,248

MXEAgent.dll

10.0.26100.3180

13-Feb-25

19:25

395,168

AppExtAgent.dll

10.0.26100.3180

13-Feb-25

19:25

499,616

offline.xml

Not versioned

13-Feb-25

19:25

44,690

oscomps.xml

Not versioned

13-Feb-25

19:25

449,323

osfilter.inf

Not versioned

13-Feb-25

19:25

21,299

pnppropmig.dll

10.0.26100.3180

13-Feb-25

19:25

93,600

ReserveManager.dll

10.0.26100.3180

13-Feb-25

19:25

309,168

setupplatform.cfg

Not versioned

13-Feb-25

19:25

15,971

setupplatform.dll

1.95.26100.3180

13-Feb-25

19:25

10,170,800

setupplatform.exe

1.95.26100.3180

13-Feb-25

19:25

239,008

SFCN.dat

Not versioned

13-Feb-25

19:25

1,824

SFLCID.dat

Not versioned

13-Feb-25

19:25

1,644

SFLISTW7.dat

Not versioned

13-Feb-25

19:25

1,703,368

SFLISTW8.dat

Not versioned

13-Feb-25

19:25

2,608,858

SFLISTWB.dat

Not versioned

13-Feb-25

19:25

3,172,904

SFLISTWT.dat

Not versioned

13-Feb-25

19:25

4,935,402

SFLISTRS1.dat

Not versioned

13-Feb-25

19:25

5,593,182

SFPAT.inf

Not versioned

13-Feb-25

19:25

11,602

SFPATW7.inf

Not versioned

13-Feb-25

19:25

17,396

SFPATW8.inf

Not versioned

13-Feb-25

19:25

79,818

SFPATWB.inf

Not versioned

13-Feb-25

19:25

91,635

SFPATWT.inf

Not versioned

13-Feb-25

19:25

165,729

SFPATRS1.inf

Not versioned

13-Feb-25

19:25

169,730

unbcl.dll

10.0.26100.3180

13-Feb-25

19:25

1,113,032

upgradeagent.dll

10.0.26100.3180

13-Feb-25

19:25

3,451,296

upgradeagent.xml

Not versioned

13-Feb-25

19:25

70,907

upgrade_comp.xml

Not versioned

13-Feb-25

19:25

6,054

upgrade_bulk.xml

Not versioned

13-Feb-25

19:25

211,949

upgrade_data.xml

Not versioned

13-Feb-25

19:25

41,750

upgrade_frmwrk.xml

Not versioned

13-Feb-25

19:25

19,157

upgWow_bulk.xml

Not versioned

13-Feb-25

19:25

114,707

upgWowA32_bulk.xml

Not versioned

13-Feb-25

19:25

114,697

uninstall.xml

Not versioned

13-Feb-25

19:25

4,639

uninstall_data.xml

Not versioned

13-Feb-25

19:25

11,122

wdsutil.dll

10.0.26100.3180

13-Feb-25

19:25

352,696

WinSetupMon.hiv

Not versioned

13-Feb-25

19:25

8,192

WinSetupMon.sys

10.0.26100.3180

13-Feb-25

19:25

145,880

actionqueue.dll

10.0.26100.1583

13-Feb-25

19:25

431,536

appcompat_detailed.xsl

Not versioned

13-Feb-25

19:25

13,608

appcompat_detailed_bidi.xsl

Not versioned

13-Feb-25

19:25

13,732

cdplib.mof

Not versioned

13-Feb-25

19:25

1,976

cdplibuninstall.mof

Not versioned

13-Feb-25

19:25

571

dpx.dll

10.0.26100.1583

13-Feb-25

19:25

1,891,120

UpdateCompression.dll

5.0.1.1

13-Feb-25

19:25

930,736

hwcompat.dll

10.0.26100.1583

13-Feb-25

19:25

234,912

itgtupg.dll

10.0.26100.1583

13-Feb-25

19:25

99,896

migisol.dll

10.0.26100.1583

13-Feb-25

19:25

124,720

migtestplugin.dll

10.0.26100.1583

13-Feb-25

19:25

55,736

msdelta.dll

5.0.1.1

13-Feb-25

19:25

947,616

mspatcha.dll

5.0.1.1

13-Feb-25

19:25

116,144

smiengine.dll

10.0.26100.1583

13-Feb-25

19:25

1,696,672

cmi2migxml.dll

10.0.26100.1583

13-Feb-25

19:25

216,504

migcore.dll

10.0.26100.1583

13-Feb-25

19:25

9,871,672

migstore.dll

10.0.26100.1583

13-Feb-25

19:25

1,350,464

csiagent.dll

10.0.26100.1583

13-Feb-25

19:25

739,232

mighost.exe

10.0.26100.1583

13-Feb-25

19:25

271,280

mxeagent.dll

10.0.26100.1583

13-Feb-25

19:25

395,168

AppExtAgent.dll

10.0.26100.1583

13-Feb-25

19:25

499,504

upgradeagent.dll

10.0.26100.1583

13-Feb-25

19:25

3,451,184

migres.dll

10.0.26100.1583

13-Feb-25

19:25

17,352

wcmtypes.xsd

Not versioned

13-Feb-25

19:25

1,047

wdsupgcompl.dll

10.0.26100.1583

13-Feb-25

19:25

26,040

auditetw.dll

10.0.26100.1583

13-Feb-25

19:25

15,288

cmisetupetw.dll

10.0.26100.1583

13-Feb-25

19:25

15,928

etwproviderinstall.vbs

Not versioned

13-Feb-25

19:25

6,868

setupcletw.dll

10.0.26100.1583

13-Feb-25

19:25

19,912

winsetupetw.dll

10.0.26100.1583

13-Feb-25

19:25

68,024

KernelBase.dll

10.0.26100.3031

13-Feb-25

19:25

6,654,232

migcore.dll

10.0.26100.1583

13-Feb-25

19:25

9,871,800

migstore.dll

10.0.26100.1583

13-Feb-25

19:25

1,350,472

migres.dll

10.0.26100.1583

13-Feb-25

19:25

17,200

migapp.dll

10.0.26100.1583

13-Feb-25

19:25

334,128

MXEAgent.dll

10.0.26100.1583

13-Feb-25

19:25

395,056

AppExtAgent.dll

10.0.26100.1583

13-Feb-25

19:25

499,520

csiagent.dll

10.0.26100.1583

13-Feb-25

19:25

739,256

cmi2migxml.dll

10.0.26100.1583

13-Feb-25

19:25

216,368

SFLISTXP.dat

Not versioned

13-Feb-25

19:25

1,459,226

SFLISTLH.dat

Not versioned

13-Feb-25

19:25

3,347,940

SFPATXP.inf

Not versioned

13-Feb-25

19:25

4,355

SFPATLH.inf

Not versioned

13-Feb-25

19:25

8,678

ncsi.dll

10.0.26100.712

13-Feb-25

19:25

1,222,144

netprofmsvc.dll

10.0.26100.712

13-Feb-25

19:25

1,927,680

nlaapi.dll

10.0.26100.712

13-Feb-25

19:25

75,264

nlmproxy.dll

10.0.26100.712

13-Feb-25

19:25

77,312

nlmsprep.dll

10.0.26100.712

13-Feb-25

19:25

57,344

ntdll.dll

10.0.26100.3031

13-Feb-25

19:25

4,271,800

rpcrt4.dll

10.0.26100.3031

13-Feb-25

19:25

2,077,072

diager.dll

10.0.26100.2003

13-Feb-25

19:25

77,752

diagtrack.dll

10.0.10586.0

13-Feb-25

19:25

1,561,952

diagtrackrunner.exe

10.0.10586.0

13-Feb-25

19:25

90,304

reagent.admx

Not versioned

13-Feb-25

19:25

1,240

reagent.dll

10.0.26100.2003

13-Feb-25

19:25

991,024

reagent.xml

Not versioned

13-Feb-25

19:25

837

SetupPlatform.cfg

Not versioned

13-Feb-25

19:25

23,023

SetupPlatform.dll

1.95.26100.2003

13-Feb-25

19:25

10,165,552

SetupPlatform.exe

1.95.26100.2003

13-Feb-25

19:25

239,024

unbcl.dll

10.0.26100.2003

13-Feb-25

19:25

1,112,992

wdscore.dll

10.0.26100.2003

13-Feb-25

19:25

260,000

wdsutil.dll

10.0.26100.2003

13-Feb-25

19:25

352,688

WinSetupBoot.hiv

Not versioned

13-Feb-25

19:25

8,192

WinSetupBoot.sys

10.0.26100.2003

13-Feb-25

19:25

92,592

WinSetupMon.sys

10.0.26100.2003

13-Feb-25

19:25

145,856

wdsclientapi.dll

10.0.26100.2003

13-Feb-25

19:25

251,448

wdscsl.dll

10.0.26100.2003

13-Feb-25

19:25

94,528

wdsimage.dll

10.0.26100.2003

13-Feb-25

19:25

110,648

wdstptc.dll

10.0.26100.2003

13-Feb-25

19:25

198,088

pnppropmig.dll

10.0.26100.2003

13-Feb-25

19:25

93,616

hwcompat.dll

10.0.26100.2003

13-Feb-25

19:25

234,936

offline.xml

Not versioned

13-Feb-25

19:25

44,544

bcd.dll

10.0.26100.3320

13-Feb-25

19:25

148,328

bootsvc.dll

10.0.26100.3320

13-Feb-25

19:25

284,160

hwreqchk.dll

Not versioned

13-Feb-25

19:25

757,168

ServicingCommon.dll

10.0.26100.3320

13-Feb-25

19:25

1,974,768

utcapi.dll

10.0.26100.3320

13-Feb-25

19:25

46,496

wimgapi.dll

10.0.26100.3320

13-Feb-25

19:25

1,538,488

wdscommonlib.dll

10.0.26100.3320

13-Feb-25

19:25

322,464

dismapi.dll

10.0.26100.3320

13-Feb-25

19:25

2,071,496

dismcore.dll

10.0.26100.3320

13-Feb-25

19:25

783,800

dismcoreps.dll

10.0.26100.3320

13-Feb-25

19:25

217,504

dismprov.dll

10.0.26100.3320

13-Feb-25

19:25

355,248

imagingprovider.dll

10.0.26100.3320

13-Feb-25

19:25

470,432

logprovider.dll

10.0.26100.3320

13-Feb-25

19:25

180,128

vhdprovider.dll

10.0.26100.3320

13-Feb-25

19:25

1,090,464

wimprovider.dll

10.0.26100.3320

13-Feb-25

19:25

1,283,488

unattend.dll

10.0.26100.3320

13-Feb-25

19:25

256,416

wpx.dll

10.0.26100.3320

13-Feb-25

19:25

1,553,864

locale.nls

Not versioned

13-Feb-25

19:25

861,992

nlsbres.dll

10.0.26100.3320

13-Feb-25

19:25

95,160

kerberos.dll

10.0.26100.3031

13-Feb-25

19:25

2,288,640

kerb3961.dll

10.0.26100.3031

13-Feb-25

19:25

267,216

localkdcsvc.dll

10.0.26100.3031

13-Feb-25

19:25

784,384

LsaIso.exe

10.0.26100.3031

13-Feb-25

19:25

366,352

iumcrypt.dll

10.0.26100.3031

13-Feb-25

19:25

141,192

ServicingCommon.dll

10.0.26100.998

13-Feb-25

19:25

1,941,136

ResetEngine.dll

10.0.26100.3320

13-Feb-25

19:25

3,363,248

ResetTelemetry.dll

10.0.26100.3320

13-Feb-25

19:25

583,088

ResetEngine.exe

10.0.26100.3320

13-Feb-25

19:25

26,528

ResetPluginHost.exe

10.0.26100.3320

13-Feb-25

19:25

41,472

srms.dat

Not versioned

13-Feb-25

19:25

60,394

sysreset.exe

10.0.26100.3320

13-Feb-25

19:25

480,256

ResetEngOnline.dll

10.0.26100.3320

13-Feb-25

19:25

212,992

SysResetErr.exe

10.0.26100.3320

13-Feb-25

19:25

62,896

winpeshl.exe

10.0.26100.3320

13-Feb-25

19:25

37,376

wpeutil.dll

10.0.26100.3320

13-Feb-25

19:25

182,784

wpeutil.exe

10.0.26100.3320

13-Feb-25

19:25

15,872

wpeinit.exe

10.0.26100.3320

13-Feb-25

19:25

39,424

startnet.cmd

Not versioned

13-Feb-25

19:25

9

StartRep.exe

10.0.26100.3320

13-Feb-25

19:25

1,173,504

RecHost.exe

10.0.26100.3320

13-Feb-25

19:25

95,176

SrtTel.dll

10.0.26100.3320

13-Feb-25

19:25

1,873,312

RecEnv.exe

10.0.26100.3320

13-Feb-25

19:25

433,096

BootRec.exe

10.0.26100.3320

13-Feb-25

19:25

174,080

DUTProvider.dll

10.0.26100.3320

13-Feb-25

19:25

308,656

WinSetupBak.hiv

Not versioned

13-Feb-25

19:25

8,192

WinSetupBak.sys

10.0.26100.3320

13-Feb-25

19:25

172,960

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:25

35,840

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:25

25,600

BootRec.exe.mui

10.0.26100.3320

13-Feb-25

19:25

4,608

DUTProvider.dll.mui

10.0.26100.3320

13-Feb-25

19:25

5,120

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:25

34,816

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:25

38,912

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:25

27,648

BootRec.exe.mui

10.0.26100.3320

13-Feb-25

19:25

5,120

DUTProvider.dll.mui

10.0.26100.3320

13-Feb-25

19:25

5,632

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:25

42,496

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:25

29,184

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:25

32,256

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:25

24,576

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:25

37,888

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:25

27,136

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:25

35,328

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:25

39,936

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:25

28,160

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:25

26,624

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:25

38,400

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:25

22,016

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:25

19,456

BootRec.exe.mui

10.0.26100.3320

13-Feb-25

19:25

4,096

DUTProvider.dll.mui

10.0.26100.3320

13-Feb-25

19:25

4,096

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:25

20,992

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:25

18,432

BootRec.exe.mui

10.0.26100.3320

13-Feb-25

19:25

3,584

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:25

34,304

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:25

26,112

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:25

37,376

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:25

39,424

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:25

25,088

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:25

15,360

RecEnv.exe.mui

10.0.26100.3320

13-Feb-25

19:25

16,896

StartRep.exe.mui

10.0.26100.3320

13-Feb-25

19:25

15,872

bcrypt.dll

10.0.26100.3031

13-Feb-25

19:25

102,328

bcryptprimitives.dll

10.0.26100.3031

13-Feb-25

19:25

427,256

ntdll.dll

10.0.26100.3031

13-Feb-25

19:25

2,386,456

msvcrt.dll

7.0.26100.3031

13-Feb-25

19:25

1,156,672

ucrtbase.dll

10.0.26100.3031

13-Feb-25

19:25

1,574,096

KernelBase.dll

10.0.26100.3031

13-Feb-25

19:25

3,768,704

oleaut32.dll

10.0.26100.3031

13-Feb-25

19:25

1,028,672

rpcrt4.dll

10.0.26100.3031

13-Feb-25

19:25

1,236,768

DismCore.dll

10.0.26100.3320

13-Feb-25

19:25

370,104

DismProv.dll

10.0.26100.3320

13-Feb-25

19:25

251,848

DismCorePS.dll

10.0.26100.3320

13-Feb-25

19:25

98,208

LogProvider.dll

10.0.26100.3320

13-Feb-25

19:25

76,208

FolderProvider.dll

10.0.26100.3320

13-Feb-25

19:25

59,832

dhcpcore.dll

10.0.26100.712

13-Feb-25

19:25

343,872

dhcpcsvc.dll

10.0.26100.712

13-Feb-25

19:25

97,072

dhcpcore6.dll

10.0.26100.712

13-Feb-25

19:25

246,576

dhcpcsvc6.dll

10.0.26100.712

13-Feb-25

19:25

82,864

KernelBase.dll

10.0.26100.3031

13-Feb-25

19:25

2,796,416

migcore.dll

10.0.26100.1583

13-Feb-25

19:25

7,130,528

migstore.dll

10.0.26100.1583

13-Feb-25

19:25

1,004,448

mighost.exe

10.0.26100.1583

13-Feb-25

19:25

254,768

migres.dll

10.0.26100.1583

13-Feb-25

19:25

17,328

migapp.dll

10.0.26100.1583

13-Feb-25

19:25

231,840

MXEAgent.dll

10.0.26100.1583

13-Feb-25

19:25

274,752

AppExtAgent.dll

10.0.26100.1583

13-Feb-25

19:25

346,432

csiagent.dll

10.0.26100.1583

13-Feb-25

19:25

527,168

cmi2migxml.dll

10.0.26100.1583

13-Feb-25

19:25

158,624

ntdll.dll

10.0.26100.3031

13-Feb-25

19:25

1,801,176

rpcrt4.dll

10.0.26100.3031

13-Feb-25

19:25

758,296

kerberos.dll

10.0.26100.3031

13-Feb-25

19:25

1,012,736

kerb3961.dll

10.0.26100.3031

13-Feb-25

19:25

110,592

ServicingCommon.dll

10.0.26100.998

13-Feb-25

19:25

827,904

References

Update Windows installation media with Dynamic Update

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.