Applies To
Windows 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

Summary

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

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

Verify the installation of this update

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

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 attributes that are listed in the following tables. This update might contain files for additional languages.

File name

File version

Date

Time

File size

storufs.inf

Not versioned

13-Aug-24

22:33

24,702

storufs.sys

10.0.26100.560

13-Aug-24

22:33

148,800

Facilitator.dll

10.0.26100.1287

13-Aug-24

22:33

1,111,456

dhcpcore.dll

10.0.26100.712

13-Aug-24

22:33

435,616

dhcpcsvc.dll

10.0.26100.712

13-Aug-24

22:33

157,104

dhcpcore6.dll

10.0.26100.712

13-Aug-24

22:33

320,928

dhcpcsvc6.dll

10.0.26100.712

13-Aug-24

22:33

128,416

cmi2migxml.dll

10.0.26100.1710

13-Aug-24

22:33

226,616

csiagent.dll

10.0.26100.1710

13-Aug-24

22:33

718,264

diagER.dll

10.0.26100.1710

13-Aug-24

22:33

99,744

hwcompat.dll

10.0.26100.1710

13-Aug-24

22:33

242,992

hwcompat.txt

Not versioned

13-Aug-24

22:33

963,150

hwexclude.txt

Not versioned

13-Aug-24

22:33

51

icbexclusion.inf

Not versioned

13-Aug-24

22:33

7,222

migapp.xml

Not versioned

13-Aug-24

22:33

654,548

migcore.dll

10.0.26100.1710

13-Aug-24

22:33

9,274,784

mighost.exe

10.0.26100.1710

13-Aug-24

22:33

288,048

migres.dll

10.0.26100.1710

13-Aug-24

22:33

26,016

migisol.dll

10.0.26100.1710

13-Aug-24

22:33

148,784

migstore.dll

10.0.26100.1710

13-Aug-24

22:33

1,303,992

migsys.dll

10.0.26100.1710

13-Aug-24

22:33

464,312

MXEAgent.dll

10.0.26100.1710

13-Aug-24

22:33

386,352

AppExtAgent.dll

10.0.26100.1710

13-Aug-24

22:33

488,760

offline.xml

Not versioned

13-Aug-24

22:33

44,544

oscomps.xml

Not versioned

13-Aug-24

22:33

449,323

osfilter.inf

Not versioned

13-Aug-24

22:33

21,299

pnppropmig.dll

10.0.26100.1710

13-Aug-24

22:33

107,936

ReserveManager.dll

10.0.26100.1710

13-Aug-24

22:33

316,848

setupplatform.cfg

Not versioned

13-Aug-24

22:33

15,971

setupplatform.dll

1.95.26100.1710

13-Aug-24

22:33

9,688,480

setupplatform.exe

1.95.26100.1710

13-Aug-24

22:33

255,416

SFCN.dat

Not versioned

13-Aug-24

22:33

1,824

SFLCID.dat

Not versioned

13-Aug-24

22:33

1,644

SFLISTW7.dat

Not versioned

13-Aug-24

22:33

1,703,368

SFLISTW8.dat

Not versioned

13-Aug-24

22:33

2,608,858

SFLISTWB.dat

Not versioned

13-Aug-24

22:33

3,172,904

SFLISTWT.dat

Not versioned

13-Aug-24

22:33

4,935,402

SFLISTRS1.dat

Not versioned

13-Aug-24

22:33

5,593,182

SFPAT.inf

Not versioned

13-Aug-24

22:33

11,602

SFPATW7.inf

Not versioned

13-Aug-24

22:33

17,396

SFPATW8.inf

Not versioned

13-Aug-24

22:33

79,818

SFPATWB.inf

Not versioned

13-Aug-24

22:33

91,635

SFPATWT.inf

Not versioned

13-Aug-24

22:33

165,729

SFPATRS1.inf

Not versioned

13-Aug-24

22:33

169,730

unbcl.dll

10.0.26100.1710

13-Aug-24

22:33

1,090,976

upgradeagent.dll

10.0.26100.1710

13-Aug-24

22:33

3,302,840

upgradeagent.xml

Not versioned

13-Aug-24

22:33

70,907

upgrade_comp.xml

Not versioned

13-Aug-24

22:33

6,054

upgrade_bulk.xml

Not versioned

13-Aug-24

22:33

211,949

upgrade_data.xml

Not versioned

13-Aug-24

22:33

41,750

upgrade_frmwrk.xml

Not versioned

13-Aug-24

22:33

19,157

upgWow_bulk.xml

Not versioned

13-Aug-24

22:33

114,707

uninstall.xml

Not versioned

13-Aug-24

22:33

4,639

uninstall_data.xml

Not versioned

13-Aug-24

22:33

11,122

wdsutil.dll

10.0.26100.1710

13-Aug-24

22:33

353,696

WinSetupMon.hiv

Not versioned

13-Aug-24

22:33

8,192

WinSetupMon.sys

10.0.26100.1710

13-Aug-24

22:33

169,416

actionqueue.dll

10.0.26100.1583

13-Aug-24

22:33

267,584

appcompat_detailed.xsl

Not versioned

13-Aug-24

22:33

13,608

appcompat_detailed_bidi.xsl

Not versioned

13-Aug-24

22:33

13,732

cdplib.mof

Not versioned

13-Aug-24

22:33

1,976

cdplibuninstall.mof

Not versioned

13-Aug-24

22:33

571

dpx.dll

10.0.26100.1583

13-Aug-24

22:33

1,078,600

UpdateCompression.dll

5.0.1.1

13-Aug-24

22:33

542,000

hwcompat.dll

10.0.26100.1583

13-Aug-24

22:33

242,992

itgtupg.dll

10.0.26100.1583

13-Aug-24

22:33

116,160

migisol.dll

10.0.26100.1583

13-Aug-24

22:33

148,920

migtestplugin.dll

10.0.26100.1583

13-Aug-24

22:33

75,304

msdelta.dll

5.0.1.1

13-Aug-24

22:33

595,360

mspatcha.dll

5.0.1.1

13-Aug-24

22:33

83,400

smiengine.dll

10.0.26100.1583

13-Aug-24

22:33

927,136

cmi2migxml.dll

10.0.26100.1583

13-Aug-24

22:33

226,624

migcore.dll

10.0.26100.1583

13-Aug-24

22:33

9,274,824

migstore.dll

10.0.26100.1583

13-Aug-24

22:33

1,303,984

csiagent.dll

10.0.26100.1583

13-Aug-24

22:33

718,144

mighost.exe

10.0.26100.1583

13-Aug-24

22:33

288,176

mxeagent.dll

10.0.26100.1583

13-Aug-24

22:33

386,352

AppExtAgent.dll

10.0.26100.1583

13-Aug-24

22:33

488,752

upgradeagent.dll

10.0.26100.1583

13-Aug-24

22:33

3,302,832

migres.dll

10.0.26100.1583

13-Aug-24

22:33

25,904

wcmtypes.xsd

Not versioned

13-Aug-24

22:33

1,047

wdsupgcompl.dll

10.0.26100.1583

13-Aug-24

22:33

46,536

auditetw.dll

10.0.26100.1583

13-Aug-24

22:33

26,152

cmisetupetw.dll

10.0.26100.1583

13-Aug-24

22:33

26,056

etwproviderinstall.vbs

Not versioned

13-Aug-24

22:33

6,868

setupcletw.dll

10.0.26100.1583

13-Aug-24

22:33

30,248

winsetupetw.dll

10.0.26100.1583

13-Aug-24

22:33

75,296

migcore.dll

10.0.26100.1583

13-Aug-24

22:33

9,274,672

migapp.dll

10.0.26100.1583

13-Aug-24

22:33

329,120

AppExtAgent.dll

10.0.26100.1583

13-Aug-24

22:33

488,768

csiagent.dll

10.0.26100.1583

13-Aug-24

22:33

718,128

SFLISTXP.dat

Not versioned

13-Aug-24

22:33

1,459,226

SFLISTLH.dat

Not versioned

13-Aug-24

22:33

3,347,940

SFPATXP.inf

Not versioned

13-Aug-24

22:33

4,355

SFPATLH.inf

Not versioned

13-Aug-24

22:33

8,678

ncsi.dll

10.0.26100.712

13-Aug-24

22:33

692,224

netprofmsvc.dll

10.0.26100.712

13-Aug-24

22:33

1,871,872

nlaapi.dll

10.0.26100.712

13-Aug-24

22:33

53,248

nlmproxy.dll

10.0.26100.712

13-Aug-24

22:33

53,248

nlmsprep.dll

10.0.26100.712

13-Aug-24

22:33

49,152

diagtrack.dll

10.0.10586.0

13-Aug-24

22:33

1,365,856

diagtrackrunner.exe

10.0.10586.0

13-Aug-24

22:33

88,256

reagent.admx

Not versioned

13-Aug-24

22:33

1,240

reagent.dll

10.0.26100.1710

13-Aug-24

22:33

603,552

reagent.xml

Not versioned

13-Aug-24

22:33

837

SetupPlatform.cfg

Not versioned

13-Aug-24

22:33

23,023

wdscore.dll

10.0.26100.1710

13-Aug-24

22:33

279,984

WinSetupBoot.hiv

Not versioned

13-Aug-24

22:33

8,192

WinSetupBoot.sys

10.0.26100.1710

13-Aug-24

22:33

112,056

wdsclientapi.dll

10.0.26100.1710

13-Aug-24

22:33

267,816

wdscsl.dll

10.0.26100.1710

13-Aug-24

22:33

111,920

wdsimage.dll

10.0.26100.1710

13-Aug-24

22:33

128,552

wdstptc.dll

10.0.26100.1710

13-Aug-24

22:33

218,688

bcd.dll

10.0.26100.998

13-Aug-24

22:33

162,616

bootsvc.dll

10.0.26100.998

13-Aug-24

22:33

307,136

hwreqchk.dll

Not versioned

13-Aug-24

22:33

423,328

ServicingCommon.dll

10.0.26100.998

13-Aug-24

22:33

1,030,248

utcapi.dll

10.0.26100.998

13-Aug-24

22:33

66,872

wimgapi.dll

10.0.26100.998

13-Aug-24

22:33

910,768

wdscommonlib.dll

10.0.26100.998

13-Aug-24

22:33

341,424

dismapi.dll

10.0.26100.998

13-Aug-24

22:33

1,201,480

dismcore.dll

10.0.26100.998

13-Aug-24

22:33

476,480

dismcoreps.dll

10.0.26100.998

13-Aug-24

22:33

230,816

dismprov.dll

10.0.26100.998

13-Aug-24

22:33

300,344

folderprovider.dll

10.0.26100.998

13-Aug-24

22:33

95,552

imagingprovider.dll

10.0.26100.998

13-Aug-24

22:33

247,200

logprovider.dll

10.0.26100.998

13-Aug-24

22:33

189,752

UpdateCompression.dll

5.0.1.1

13-Aug-24

22:33

542,016

vhdprovider.dll

10.0.26100.998

13-Aug-24

22:33

599,456

wimprovider.dll

10.0.26100.998

13-Aug-24

22:33

697,656

unattend.dll

10.0.26100.998

13-Aug-24

22:33

275,872

wpx.dll

10.0.26100.998

13-Aug-24

22:33

1,422,640

locale.nls

Not versioned

13-Aug-24

22:33

861,992

nlsbres.dll

10.0.26100.998

13-Aug-24

22:33

103,856

ServicingCommon.dll

10.0.26100.998

13-Aug-24

22:33

1,030,224

ResetEngine.dll

10.0.26100.1583

13-Aug-24

22:33

2,823,600

ResetTelemetry.dll

10.0.26100.1583

13-Aug-24

22:33

570,784

ResetEngine.exe

10.0.26100.1583

13-Aug-24

22:33

42,424

ResetPluginHost.exe

10.0.26100.1583

13-Aug-24

22:33

57,344

srms.dat

Not versioned

13-Aug-24

22:33

60,394

sysreset.exe

10.0.26100.1583

13-Aug-24

22:33

487,424

winpeshl.exe

10.0.26100.1710

13-Aug-24

22:33

57,344

wpeutil.dll

10.0.26100.1710

13-Aug-24

22:33

159,744

wpeutil.exe

10.0.26100.1710

13-Aug-24

22:33

32,768

wpeinit.exe

10.0.26100.1710

13-Aug-24

22:33

61,440

startnet.cmd

Not versioned

13-Aug-24

22:33

9

dhcpcore.dll

10.0.26100.712

13-Aug-24

22:33

343,872

dhcpcsvc.dll

10.0.26100.712

13-Aug-24

22:33

97,072

dhcpcore6.dll

10.0.26100.712

13-Aug-24

22:33

246,576

dhcpcsvc6.dll

10.0.26100.712

13-Aug-24

22:33

82,864

migcore.dll

10.0.26100.1583

13-Aug-24

22:33

7,130,528

migstore.dll

10.0.26100.1583

13-Aug-24

22:33

1,004,448

mighost.exe

10.0.26100.1583

13-Aug-24

22:33

254,768

migres.dll

10.0.26100.1583

13-Aug-24

22:33

17,328

migapp.dll

10.0.26100.1583

13-Aug-24

22:33

231,840

MXEAgent.dll

10.0.26100.1583

13-Aug-24

22:33

274,752

AppExtAgent.dll

10.0.26100.1583

13-Aug-24

22:33

346,432

csiagent.dll

10.0.26100.1583

13-Aug-24

22:33

527,168

cmi2migxml.dll

10.0.26100.1583

13-Aug-24

22:33

158,624

ServicingCommon.dll

10.0.26100.998

13-Aug-24

22:33

827,904

File name

File version

Date

Time

File size

storufs.inf

Not versioned

13-Aug-24

22:31

24,702

storufs.sys

10.0.26100.560

13-Aug-24

22:31

108,344

Facilitator.dll

10.0.26100.1287

13-Aug-24

22:31

1,160,008

dhcpcore.dll

10.0.26100.712

13-Aug-24

22:31

720,816

dhcpcsvc.dll

10.0.26100.712

13-Aug-24

22:31

254,896

dhcpcore6.dll

10.0.26100.712

13-Aug-24

22:31

513,328

dhcpcsvc6.dll

10.0.26100.712

13-Aug-24

22:31

168,752

cmi2migxml.dll

10.0.26100.1710

13-Aug-24

22:31

216,376

csiagent.dll

10.0.26100.1710

13-Aug-24

22:31

739,232

diagER.dll

10.0.26100.1710

13-Aug-24

22:31

77,728

hwcompat.dll

10.0.26100.1710

13-Aug-24

22:31

234,936

hwcompat.txt

Not versioned

13-Aug-24

22:31

218,923

hwexclude.txt

Not versioned

13-Aug-24

22:31

51

icbexclusion.inf

Not versioned

13-Aug-24

22:31

7,222

migapp.xml

Not versioned

13-Aug-24

22:31

654,548

migcore.dll

10.0.26100.1710

13-Aug-24

22:31

9,871,776

mighost.exe

10.0.26100.1710

13-Aug-24

22:31

271,152

migres.dll

10.0.26100.1710

13-Aug-24

22:31

17,208

migisol.dll

10.0.26100.1710

13-Aug-24

22:31

124,856

migstore.dll

10.0.26100.1710

13-Aug-24

22:31

1,350,560

migsys.dll

10.0.26100.1710

13-Aug-24

22:31

483,256

MXEAgent.dll

10.0.26100.1710

13-Aug-24

22:31

395,168

AppExtAgent.dll

10.0.26100.1710

13-Aug-24

22:31

499,616

offline.xml

Not versioned

13-Aug-24

22:31

44,544

oscomps.xml

Not versioned

13-Aug-24

22:31

449,323

osfilter.inf

Not versioned

13-Aug-24

22:31

21,299

pnppropmig.dll

10.0.26100.1710

13-Aug-24

22:31

93,488

ReserveManager.dll

10.0.26100.1710

13-Aug-24

22:31

310,704

setupplatform.cfg

Not versioned

13-Aug-24

22:31

15,971

setupplatform.dll

1.95.26100.1710

13-Aug-24

22:31

10,163,128

setupplatform.exe

1.95.26100.1710

13-Aug-24

22:31

239,032

SFCN.dat

Not versioned

13-Aug-24

22:31

1,824

SFLCID.dat

Not versioned

13-Aug-24

22:31

1,644

SFLISTW7.dat

Not versioned

13-Aug-24

22:31

1,703,368

SFLISTW8.dat

Not versioned

13-Aug-24

22:31

2,608,858

SFLISTWB.dat

Not versioned

13-Aug-24

22:31

3,172,904

SFLISTWT.dat

Not versioned

13-Aug-24

22:31

4,935,402

SFLISTRS1.dat

Not versioned

13-Aug-24

22:31

5,593,182

SFPAT.inf

Not versioned

13-Aug-24

22:31

11,602

SFPATW7.inf

Not versioned

13-Aug-24

22:31

17,396

SFPATW8.inf

Not versioned

13-Aug-24

22:31

79,818

SFPATWB.inf

Not versioned

13-Aug-24

22:31

91,635

SFPATWT.inf

Not versioned

13-Aug-24

22:31

165,729

SFPATRS1.inf

Not versioned

13-Aug-24

22:31

169,730

unbcl.dll

10.0.26100.1710

13-Aug-24

22:31

1,112,992

upgradeagent.dll

10.0.26100.1710

13-Aug-24

22:31

3,451,296

upgradeagent.xml

Not versioned

13-Aug-24

22:31

70,907

upgrade_comp.xml

Not versioned

13-Aug-24

22:31

6,054

upgrade_bulk.xml

Not versioned

13-Aug-24

22:31

211,949

upgrade_data.xml

Not versioned

13-Aug-24

22:31

41,750

upgrade_frmwrk.xml

Not versioned

13-Aug-24

22:31

19,157

upgWow_bulk.xml

Not versioned

13-Aug-24

22:31

114,707

upgWowA32_bulk.xml

Not versioned

13-Aug-24

22:31

114,697

uninstall.xml

Not versioned

13-Aug-24

22:31

4,639

uninstall_data.xml

Not versioned

13-Aug-24

22:31

11,122

wdsutil.dll

10.0.26100.1710

13-Aug-24

22:31

352,672

WinSetupMon.hiv

Not versioned

13-Aug-24

22:31

8,192

WinSetupMon.sys

10.0.26100.1710

13-Aug-24

22:31

145,848

actionqueue.dll

10.0.26100.1583

13-Aug-24

22:31

431,536

appcompat_detailed.xsl

Not versioned

13-Aug-24

22:31

13,608

appcompat_detailed_bidi.xsl

Not versioned

13-Aug-24

22:31

13,732

cdplib.mof

Not versioned

13-Aug-24

22:31

1,976

cdplibuninstall.mof

Not versioned

13-Aug-24

22:31

571

dpx.dll

10.0.26100.1583

13-Aug-24

22:31

1,891,120

UpdateCompression.dll

5.0.1.1

13-Aug-24

22:31

930,736

hwcompat.dll

10.0.26100.1583

13-Aug-24

22:31

234,912

itgtupg.dll

10.0.26100.1583

13-Aug-24

22:31

99,896

migisol.dll

10.0.26100.1583

13-Aug-24

22:31

124,720

migtestplugin.dll

10.0.26100.1583

13-Aug-24

22:31

55,736

msdelta.dll

5.0.1.1

13-Aug-24

22:31

947,616

mspatcha.dll

5.0.1.1

13-Aug-24

22:31

116,144

smiengine.dll

10.0.26100.1583

13-Aug-24

22:31

1,696,672

cmi2migxml.dll

10.0.26100.1583

13-Aug-24

22:31

216,504

migcore.dll

10.0.26100.1583

13-Aug-24

22:31

9,871,672

migstore.dll

10.0.26100.1583

13-Aug-24

22:31

1,350,464

csiagent.dll

10.0.26100.1583

13-Aug-24

22:31

739,232

mighost.exe

10.0.26100.1583

13-Aug-24

22:31

271,280

mxeagent.dll

10.0.26100.1583

13-Aug-24

22:31

395,168

AppExtAgent.dll

10.0.26100.1583

13-Aug-24

22:31

499,504

upgradeagent.dll

10.0.26100.1583

13-Aug-24

22:31

3,451,184

migres.dll

10.0.26100.1583

13-Aug-24

22:31

17,352

wcmtypes.xsd

Not versioned

13-Aug-24

22:31

1,047

wdsupgcompl.dll

10.0.26100.1583

13-Aug-24

22:31

26,040

auditetw.dll

10.0.26100.1583

13-Aug-24

22:31

15,288

cmisetupetw.dll

10.0.26100.1583

13-Aug-24

22:31

15,928

etwproviderinstall.vbs

Not versioned

13-Aug-24

22:31

6,868

setupcletw.dll

10.0.26100.1583

13-Aug-24

22:31

19,912

winsetupetw.dll

10.0.26100.1583

13-Aug-24

22:31

68,024

migcore.dll

10.0.26100.1583

13-Aug-24

22:31

9,871,800

migstore.dll

10.0.26100.1583

13-Aug-24

22:31

1,350,472

migres.dll

10.0.26100.1583

13-Aug-24

22:31

17,200

migapp.dll

10.0.26100.1583

13-Aug-24

22:31

334,128

MXEAgent.dll

10.0.26100.1583

13-Aug-24

22:31

395,056

AppExtAgent.dll

10.0.26100.1583

13-Aug-24

22:31

499,520

csiagent.dll

10.0.26100.1583

13-Aug-24

22:31

739,256

cmi2migxml.dll

10.0.26100.1583

13-Aug-24

22:31

216,368

SFLISTXP.dat

Not versioned

13-Aug-24

22:31

1,459,226

SFLISTLH.dat

Not versioned

13-Aug-24

22:31

3,347,940

SFPATXP.inf

Not versioned

13-Aug-24

22:31

4,355

SFPATLH.inf

Not versioned

13-Aug-24

22:31

8,678

ncsi.dll

10.0.26100.712

13-Aug-24

22:31

1,222,144

netprofmsvc.dll

10.0.26100.712

13-Aug-24

22:31

1,927,680

nlaapi.dll

10.0.26100.712

13-Aug-24

22:31

75,264

nlmproxy.dll

10.0.26100.712

13-Aug-24

22:31

77,312

nlmsprep.dll

10.0.26100.712

13-Aug-24

22:31

57,344

diagtrack.dll

10.0.10586.0

13-Aug-24

22:31

1,561,952

diagtrackrunner.exe

10.0.10586.0

13-Aug-24

22:31

90,304

reagent.admx

Not versioned

13-Aug-24

22:31

1,240

reagent.dll

10.0.26100.1710

13-Aug-24

22:31

973,216

reagent.xml

Not versioned

13-Aug-24

22:31

837

SetupPlatform.cfg

Not versioned

13-Aug-24

22:31

23,023

wdscore.dll

10.0.26100.1710

13-Aug-24

22:31

259,904

WinSetupBoot.hiv

Not versioned

13-Aug-24

22:31

8,192

WinSetupBoot.sys

10.0.26100.1710

13-Aug-24

22:31

86,944

wdsclientapi.dll

10.0.26100.1710

13-Aug-24

22:31

251,328

wdscsl.dll

10.0.26100.1710

13-Aug-24

22:31

94,624

wdsimage.dll

10.0.26100.1710

13-Aug-24

22:31

110,656

wdstptc.dll

10.0.26100.1710

13-Aug-24

22:31

198,184

bcd.dll

10.0.26100.998

13-Aug-24

22:31

145,112

bootsvc.dll

10.0.26100.998

13-Aug-24

22:31

282,528

hwreqchk.dll

Not versioned

13-Aug-24

22:31

757,152

ServicingCommon.dll

10.0.26100.998

13-Aug-24

22:31

1,941,128

utcapi.dll

10.0.26100.998

13-Aug-24

22:31

46,512

wimgapi.dll

10.0.26100.998

13-Aug-24

22:31

1,538,480

wdscommonlib.dll

10.0.26100.998

13-Aug-24

22:31

322,464

dismapi.dll

10.0.26100.998

13-Aug-24

22:31

2,067,264

dismcore.dll

10.0.26100.998

13-Aug-24

22:31

783,664

dismcoreps.dll

10.0.26100.998

13-Aug-24

22:31

217,504

dismprov.dll

10.0.26100.998

13-Aug-24

22:31

297,280

folderprovider.dll

10.0.26100.998

13-Aug-24

22:31

162,608

imagingprovider.dll

10.0.26100.998

13-Aug-24

22:31

470,344

logprovider.dll

10.0.26100.998

13-Aug-24

22:31

180,128

vhdprovider.dll

10.0.26100.998

13-Aug-24

22:31

1,090,368

wimprovider.dll

10.0.26100.998

13-Aug-24

22:31

1,283,376

unattend.dll

10.0.26100.998

13-Aug-24

22:31

256,416

wpx.dll

10.0.26100.998

13-Aug-24

22:31

1,553,840

locale.nls

Not versioned

13-Aug-24

22:31

861,992

nlsbres.dll

10.0.26100.998

13-Aug-24

22:31

95,136

ServicingCommon.dll

10.0.26100.998

13-Aug-24

22:31

1,941,136

ResetEngine.dll

10.0.26100.1583

13-Aug-24

22:31

3,320,240

ResetTelemetry.dll

10.0.26100.1583

13-Aug-24

22:31

583,088

ResetEngine.exe

10.0.26100.1583

13-Aug-24

22:31

26,416

ResetPluginHost.exe

10.0.26100.1583

13-Aug-24

22:31

41,472

srms.dat

Not versioned

13-Aug-24

22:31

60,394

sysreset.exe

10.0.26100.1583

13-Aug-24

22:31

480,256

winpeshl.exe

10.0.26100.1710

13-Aug-24

22:31

37,376

wpeutil.dll

10.0.26100.1710

13-Aug-24

22:31

139,776

wpeutil.exe

10.0.26100.1710

13-Aug-24

22:31

15,872

wpeinit.exe

10.0.26100.1710

13-Aug-24

22:31

39,424

startnet.cmd

Not versioned

13-Aug-24

22:31

9

dhcpcore.dll

10.0.26100.712

13-Aug-24

22:31

343,872

dhcpcsvc.dll

10.0.26100.712

13-Aug-24

22:31

97,072

dhcpcore6.dll

10.0.26100.712

13-Aug-24

22:31

246,576

dhcpcsvc6.dll

10.0.26100.712

13-Aug-24

22:31

82,864

migcore.dll

10.0.26100.1583

13-Aug-24

22:31

7,130,528

migstore.dll

10.0.26100.1583

13-Aug-24

22:31

1,004,448

mighost.exe

10.0.26100.1583

13-Aug-24

22:31

254,768

migres.dll

10.0.26100.1583

13-Aug-24

22:31

17,328

migapp.dll

10.0.26100.1583

13-Aug-24

22:31

231,840

MXEAgent.dll

10.0.26100.1583

13-Aug-24

22:31

274,752

AppExtAgent.dll

10.0.26100.1583

13-Aug-24

22:31

346,432

csiagent.dll

10.0.26100.1583

13-Aug-24

22:31

527,168

cmi2migxml.dll

10.0.26100.1583

13-Aug-24

22:31

158,624

ServicingCommon.dll

10.0.26100.998

13-Aug-24

22:31

827,904

References

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

Need more help?

Want more options?

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