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. This update resolves the following issue:

  • [WinRE start] Fixed: This update resolves an issue affecting a small number of Copilot+ PCs with ARM64 architecture and the Secure Launch feature enabled. These devices may experience difficulties executing a Push-Button Reset (PBR) or In-Place Upgrades after installing the April 2025 security update (KB5055523). When these devices attempt to start the Windows Recovery Environment (WinRE), they encounter an error that prevents the process from proceeding.

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

Verify the installation of this update

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

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

18-Apr-25

18:31

26,264

storufs.sys

10.0.26100.3911

18-Apr-25

18:31

148,896

tpm.inf

Not versioned

18-Apr-25

18:31

11,804

tpm.sys

10.0.26100.3911

18-Apr-25

18:31

374,200

hvloader.dll

10.0.26100.3911

18-Apr-25

18:31

226,720

hvax64.exe

10.0.26100.3911

18-Apr-25

18:31

1,955,232

hvix64.exe

10.0.26100.3911

18-Apr-25

18:31

2,049,440

skci.dll

10.0.26100.3911

18-Apr-25

18:31

340,304

securekernel.exe

10.0.26100.3911

18-Apr-25

18:31

1,316,256

VbsSiPolicy.p7b

Not versioned

18-Apr-25

18:31

75,322

Facilitator.dll

10.0.26100.3911

18-Apr-25

18:31

1,136,056

apisetschema.dll

10.0.26100.3911

18-Apr-25

18:31

153,016

apisetschema.dll

10.0.26100.3911

18-Apr-25

18:31

152,992

tcblaunch.exe

10.0.26100.3911

18-Apr-25

18:31

963,336

tcbloader.dll

10.0.26100.3911

18-Apr-25

18:31

312,736

DrtmAuthTxt.wim

Not versioned

18-Apr-25

18:31

20,917

winload.sys

10.0.26100.3911

18-Apr-25

18:31

1,154,344

winload.exe

10.0.26100.3911

18-Apr-25

18:31

1,833,240

winload.efi

10.0.26100.3911

18-Apr-25

18:31

3,214,320

bcrypt.dll

10.0.26100.3911

18-Apr-25

18:31

166,792

bcryptprimitives.dll

10.0.26100.3911

18-Apr-25

18:31

641,976

BootMenuUX.dll

10.0.26100.3911

18-Apr-25

18:31

241,664

driversipolicy.p7b

Not versioned

18-Apr-25

18:31

229,162

cng.sys

10.0.26100.3911

18-Apr-25

18:31

873,344

ci.dll

10.0.26100.3911

18-Apr-25

18:31

1,088,224

driver.stl

Not versioned

18-Apr-25

18:31

32,631

previous.driver.stl

Not versioned

18-Apr-25

18:31

32,631

DismCore.dll

10.0.26100.3911

18-Apr-25

18:31

476,616

DismProv.dll

10.0.26100.3911

18-Apr-25

18:31

353,736

DismCorePS.dll

10.0.26100.3911

18-Apr-25

18:31

230,816

LogProvider.dll

10.0.26100.3911

18-Apr-25

18:31

120,248

FolderProvider.dll

10.0.26100.3911

18-Apr-25

18:31

95,664

dhcpcore.dll

10.0.26100.3911

18-Apr-25

18:31

452,000

dhcpcsvc.dll

10.0.26100.3911

18-Apr-25

18:31

161,208

dhcpcore6.dll

10.0.26100.3911

18-Apr-25

18:31

329,120

dhcpcsvc6.dll

10.0.26100.3911

18-Apr-25

18:31

136,608

fbwf.sys

10.0.26100.3911

18-Apr-25

18:31

150,240

cmi2migxml.dll

10.0.26100.3911

18-Apr-25

18:31

226,744

csiagent.dll

10.0.26100.3911

18-Apr-25

18:31

718,264

diagER.dll

10.0.26100.3911

18-Apr-25

18:31

99,784

hwcompat.dll

10.0.26100.3911

18-Apr-25

18:31

243,104

hwcompat.txt

Not versioned

18-Apr-25

18:31

957,056

hwexclude.txt

Not versioned

18-Apr-25

18:31

51

icbexclusion.inf

Not versioned

18-Apr-25

18:31

7,222

migapp.xml

Not versioned

18-Apr-25

18:31

654,548

migcore.dll

10.0.26100.3911

18-Apr-25

18:31

9,274,808

mighost.exe

10.0.26100.3911

18-Apr-25

18:31

288,184

migres.dll

10.0.26100.3911

18-Apr-25

18:31

26,016

migisol.dll

10.0.26100.3911

18-Apr-25

18:31

148,920

migstore.dll

10.0.26100.3911

18-Apr-25

18:31

1,308,064

migsys.dll

10.0.26100.3911

18-Apr-25

18:31

464,288

MXEAgent.dll

10.0.26100.3911

18-Apr-25

18:31

386,464

AppExtAgent.dll

10.0.26100.3911

18-Apr-25

18:31

488,888

offline.xml

Not versioned

18-Apr-25

18:31

44,690

oscomps.xml

Not versioned

18-Apr-25

18:31

449,323

osfilter.inf

Not versioned

18-Apr-25

18:31

21,299

pnppropmig.dll

10.0.26100.3911

18-Apr-25

18:31

107,936

ReserveManager.dll

10.0.26100.3911

18-Apr-25

18:31

357,792

setupplatform.cfg

Not versioned

18-Apr-25

18:31

15,971

setupplatform.dll

1.96.26100.3911

18-Apr-25

18:31

9,733,560

setupplatform.exe

1.96.26100.3911

18-Apr-25

18:31

255,392

SFCN.dat

Not versioned

18-Apr-25

18:31

1,824

SFLCID.dat

Not versioned

18-Apr-25

18:31

1,644

SFLISTW7.dat

Not versioned

18-Apr-25

18:31

1,703,368

SFLISTW8.dat

Not versioned

18-Apr-25

18:31

2,608,858

SFLISTWB.dat

Not versioned

18-Apr-25

18:31

3,172,904

SFLISTWT.dat

Not versioned

18-Apr-25

18:31

4,935,402

SFLISTRS1.dat

Not versioned

18-Apr-25

18:31

5,593,182

SFPAT.inf

Not versioned

18-Apr-25

18:31

11,602

SFPATW7.inf

Not versioned

18-Apr-25

18:31

17,396

SFPATW8.inf

Not versioned

18-Apr-25

18:31

79,818

SFPATWB.inf

Not versioned

18-Apr-25

18:31

91,635

SFPATWT.inf

Not versioned

18-Apr-25

18:31

165,729

SFPATRS1.inf

Not versioned

18-Apr-25

18:31

169,730

unbcl.dll

10.0.26100.3911

18-Apr-25

18:31

1,091,016

upgradeagent.dll

10.0.26100.3911

18-Apr-25

18:31

3,306,936

upgradeagent.xml

Not versioned

18-Apr-25

18:31

70,907

upgrade_comp.xml

Not versioned

18-Apr-25

18:31

6,054

upgrade_bulk.xml

Not versioned

18-Apr-25

18:31

211,949

upgrade_data.xml

Not versioned

18-Apr-25

18:31

41,750

upgrade_frmwrk.xml

Not versioned

18-Apr-25

18:31

19,157

upgWow_bulk.xml

Not versioned

18-Apr-25

18:31

114,707

uninstall.xml

Not versioned

18-Apr-25

18:31

4,639

uninstall_data.xml

Not versioned

18-Apr-25

18:31

11,122

wdsutil.dll

10.0.26100.3911

18-Apr-25

18:31

353,720

WinSetupMon.hiv

Not versioned

18-Apr-25

18:31

8,192

WinSetupMon.sys

10.0.26100.3911

18-Apr-25

18:31

169,424

actionqueue.dll

10.0.26100.3911

18-Apr-25

18:31

267,704

appcompat_detailed.xsl

Not versioned

18-Apr-25

18:31

13,608

appcompat_detailed_bidi.xsl

Not versioned

18-Apr-25

18:31

13,732

cdplib.mof

Not versioned

18-Apr-25

18:31

1,976

cdplibuninstall.mof

Not versioned

18-Apr-25

18:31

571

dpx.dll

10.0.26100.3911

18-Apr-25

18:31

1,078,728

UpdateCompression.dll

5.0.1.1

18-Apr-25

18:31

542,136

itgtupg.dll

10.0.26100.3911

18-Apr-25

18:31

116,264

migtestplugin.dll

10.0.26100.3911

18-Apr-25

18:31

75,320

msdelta.dll

5.0.1.1

18-Apr-25

18:31

595,360

mspatcha.dll

5.0.1.1

18-Apr-25

18:31

83,384

smiengine.dll

10.0.26100.3911

18-Apr-25

18:31

927,160

wcmtypes.xsd

Not versioned

18-Apr-25

18:31

1,047

wdsupgcompl.dll

10.0.26100.3911

18-Apr-25

18:31

46,648

auditetw.dll

10.0.26100.3911

18-Apr-25

18:31

26,152

cmisetupetw.dll

10.0.26100.3911

18-Apr-25

18:31

26,176

etwproviderinstall.vbs

Not versioned

18-Apr-25

18:31

6,868

setupcletw.dll

10.0.26100.3911

18-Apr-25

18:31

30,272

winsetupetw.dll

10.0.26100.3911

18-Apr-25

18:31

75,320

KernelBase.dll

10.0.26100.3911

18-Apr-25

18:31

4,009,568

dxgkrnl.sys

10.0.26100.3911

18-Apr-25

18:31

5,174,688

cdd.dll

10.0.26100.3911

18-Apr-25

18:31

339,968

dxgmms1.sys

10.0.26100.3911

18-Apr-25

18:31

542,136

dxgmms2.sys

10.0.26100.3911

18-Apr-25

18:31

1,226,144

migstore.dll

10.0.26100.3911

18-Apr-25

18:31

1,308,088

mighost.exe

10.0.26100.3911

18-Apr-25

18:31

288,176

migres.dll

10.0.26100.3911

18-Apr-25

18:31

26,040

migapp.dll

10.0.26100.3911

18-Apr-25

18:31

329,120

AppExtAgent.dll

10.0.26100.3911

18-Apr-25

18:31

488,864

csiagent.dll

10.0.26100.3911

18-Apr-25

18:31

718,240

cmi2migxml.dll

10.0.26100.3911

18-Apr-25

18:31

226,760

SFLISTXP.dat

Not versioned

18-Apr-25

18:31

1,459,226

SFLISTLH.dat

Not versioned

18-Apr-25

18:31

3,347,940

SFPATXP.inf

Not versioned

18-Apr-25

18:31

4,355

SFPATLH.inf

Not versioned

18-Apr-25

18:31

8,678

netio.sys

10.0.26100.3911

18-Apr-25

18:31

751,032

ncsi.dll

10.0.26100.3911

18-Apr-25

18:31

720,896

netprofmsvc.dll

10.0.26100.3911

18-Apr-25

18:31

1,974,272

nlaapi.dll

10.0.26100.3911

18-Apr-25

18:31

53,248

nlmproxy.dll

10.0.26100.3911

18-Apr-25

18:31

53,248

nlmsprep.dll

10.0.26100.3911

18-Apr-25

18:31

49,152

ntdll.dll

10.0.26100.3911

18-Apr-25

18:31

2,517,880

ntoskrnl.exe

10.0.26100.3911

18-Apr-25

18:31

12,969,400

rpcrt4.dll

10.0.26100.3911

18-Apr-25

18:31

1,154,320

diagtrack.dll

10.0.10586.0

18-Apr-25

18:31

1,365,856

diagtrackrunner.exe

10.0.10586.0

18-Apr-25

18:31

88,256

reagent.admx

Not versioned

18-Apr-25

18:31

1,240

reagent.dll

10.0.26100.3911

18-Apr-25

18:31

726,472

reagent.xml

Not versioned

18-Apr-25

18:31

837

SetupPlatform.cfg

Not versioned

18-Apr-25

18:31

23,023

wdscore.dll

10.0.26100.3911

18-Apr-25

18:31

279,968

WinSetupBoot.hiv

Not versioned

18-Apr-25

18:31

8,192

WinSetupBoot.sys

10.0.26100.3911

18-Apr-25

18:31

112,056

wdsclientapi.dll

10.0.26100.3911

18-Apr-25

18:31

267,840

wdscsl.dll

10.0.26100.3911

18-Apr-25

18:31

112,032

wdsimage.dll

10.0.26100.3911

18-Apr-25

18:31

128,568

wdstptc.dll

10.0.26100.3911

18-Apr-25

18:31

218,664

fvevol.sys

10.0.26100.3911

18-Apr-25

18:31

951,728

dumpfve.sys

10.0.26100.3911

18-Apr-25

18:31

154,376

bcd.dll

10.0.26100.3911

18-Apr-25

18:31

166,784

bootsvc.dll

10.0.26100.3911

18-Apr-25

18:31

307,272

hwreqchk.dll

Not versioned

18-Apr-25

18:31

427,464

ServicingCommon.dll

10.0.26100.3911

18-Apr-25

18:31

1,067,536

utcapi.dll

10.0.26100.3911

18-Apr-25

18:31

67,000

wimgapi.dll

10.0.26100.3911

18-Apr-25

18:31

910,752

wdscommonlib.dll

10.0.26100.3911

18-Apr-25

18:31

341,408

dismapi.dll

10.0.26100.3911

18-Apr-25

18:31

1,258,928

dismcore.dll

10.0.26100.3911

18-Apr-25

18:31

476,600

dismcoreps.dll

10.0.26100.3911

18-Apr-25

18:31

230,840

dismprov.dll

10.0.26100.3911

18-Apr-25

18:31

353,720

folderprovider.dll

10.0.26100.3911

18-Apr-25

18:31

95,672

imagingprovider.dll

10.0.26100.3911

18-Apr-25

18:31

247,240

logprovider.dll

10.0.26100.3911

18-Apr-25

18:31

189,872

vhdprovider.dll

10.0.26100.3911

18-Apr-25

18:31

599,480

wimprovider.dll

10.0.26100.3911

18-Apr-25

18:31

697,760

unattend.dll

10.0.26100.3911

18-Apr-25

18:31

275,896

wpx.dll

10.0.26100.3911

18-Apr-25

18:31

1,422,792

locale.nls

Not versioned

18-Apr-25

18:31

861,992

nlsbres.dll

10.0.26100.3911

18-Apr-25

18:31

103,864

fveapibase.dll

10.0.26100.3911

18-Apr-25

18:31

671,744

fveapi.dll

10.0.26100.3911

18-Apr-25

18:31

1,249,280

kerberos.dll

10.0.26100.3911

18-Apr-25

18:31

1,392,640

kerb3961.dll

10.0.26100.3911

18-Apr-25

18:31

162,680

localkdcsvc.dll

10.0.26100.3911

18-Apr-25

18:31

839,680

LsaIso.exe

10.0.26100.3911

18-Apr-25

18:31

389,896

iumcrypt.dll

10.0.26100.3911

18-Apr-25

18:31

100,672

ServicingCommon.dll

10.0.26100.3911

18-Apr-25

18:31

1,067,520

ResetEngine.dll

10.0.26100.3911

18-Apr-25

18:31

2,872,736

ResetTelemetry.dll

10.0.26100.3911

18-Apr-25

18:31

570,808

ResetEngine.exe

10.0.26100.3911

18-Apr-25

18:31

42,424

ResetPluginHost.exe

10.0.26100.3911

18-Apr-25

18:31

57,344

srms.dat

Not versioned

18-Apr-25

18:31

60,394

sysreset.exe

10.0.26100.3911

18-Apr-25

18:31

487,424

ResetEngOnline.dll

10.0.26100.3911

18-Apr-25

18:31

212,992

SysResetErr.exe

10.0.26100.3911

18-Apr-25

18:31

75,168

tcpip.sys

10.0.26100.3911

18-Apr-25

18:31

3,556,784

FWPKCLNT.SYS

10.0.26100.3911

18-Apr-25

18:31

574,904

tcpipreg.sys

10.0.26100.3911

18-Apr-25

18:31

86,016

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

256,512

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

264,192

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

261,120

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

260,096

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

262,656

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

263,680

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

256,000

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

262,144

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

259,072

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

260,608

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

253,952

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

247,808

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

247,296

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

259,584

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

258,048

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

257,536

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

258,560

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

261,632

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:31

244,224

win32u.dll

10.0.26100.3911

18-Apr-25

18:31

170,944

win32k.sys

10.0.26100.3911

18-Apr-25

18:31

800,200

win32kfull.sys

10.0.26100.3911

18-Apr-25

18:31

4,255,744

win32kbase.sys

10.0.26100.3911

18-Apr-25

18:31

3,330,048

win32kbase_rs.sys

10.0.26100.3911

18-Apr-25

18:31

151,552

winpeshl.exe

10.0.26100.3911

18-Apr-25

18:31

57,344

wpeutil.dll

10.0.26100.3911

18-Apr-25

18:31

200,704

wpeutil.exe

10.0.26100.3911

18-Apr-25

18:31

32,768

wpeinit.exe

10.0.26100.3911

18-Apr-25

18:31

61,440

startnet.cmd

Not versioned

18-Apr-25

18:31

9

StartRep.exe

10.0.26100.3911

18-Apr-25

18:31

1,228,800

RecHost.exe

10.0.26100.3911

18-Apr-25

18:31

153,032

SrtTel.dll

10.0.26100.3911

18-Apr-25

18:31

1,721,784

RecEnv.exe

10.0.26100.3911

18-Apr-25

18:31

464,288

BootRec.exe

10.0.26100.3911

18-Apr-25

18:31

192,512

DUTProvider.dll

10.0.26100.3911

18-Apr-25

18:31

312,760

WinSetupBak.hiv

Not versioned

18-Apr-25

18:31

8,192

WinSetupBak.sys

10.0.26100.3911

18-Apr-25

18:31

198,072

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:31

36,352

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:31

25,600

BootRec.exe.mui

10.0.26100.3911

18-Apr-25

18:31

4,608

DUTProvider.dll.mui

10.0.26100.3911

18-Apr-25

18:31

5,120

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:31

35,840

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:31

39,936

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:31

27,648

BootRec.exe.mui

10.0.26100.3911

18-Apr-25

18:31

5,120

DUTProvider.dll.mui

10.0.26100.3911

18-Apr-25

18:31

5,632

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:31

43,520

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:31

29,184

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:31

32,768

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:31

24,576

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:31

38,400

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:31

27,136

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:31

40,960

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:31

28,160

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:31

38,912

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:31

26,624

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:31

22,528

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:31

19,456

BootRec.exe.mui

10.0.26100.3911

18-Apr-25

18:31

4,096

DUTProvider.dll.mui

10.0.26100.3911

18-Apr-25

18:31

4,096

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:31

20,992

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:31

18,432

BootRec.exe.mui

10.0.26100.3911

18-Apr-25

18:31

3,584

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:31

35,328

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:31

26,112

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:31

37,888

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:31

40,448

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:31

34,816

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:31

25,088

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:31

15,872

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:31

16,896

bcrypt.dll

10.0.26100.3911

18-Apr-25

18:31

102,328

bcryptprimitives.dll

10.0.26100.3911

18-Apr-25

18:31

427,256

DismCore.dll

10.0.26100.3911

18-Apr-25

18:31

370,080

DismProv.dll

10.0.26100.3911

18-Apr-25

18:31

251,832

DismCorePS.dll

10.0.26100.3911

18-Apr-25

18:31

98,208

LogProvider.dll

10.0.26100.3911

18-Apr-25

18:31

76,232

FolderProvider.dll

10.0.26100.3911

18-Apr-25

18:31

59,848

dhcpcore.dll

10.0.26100.3911

18-Apr-25

18:31

360,880

dhcpcsvc.dll

10.0.26100.3911

18-Apr-25

18:31

103,352

dhcpcore6.dll

10.0.26100.3911

18-Apr-25

18:31

254,880

dhcpcsvc6.dll

10.0.26100.3911

18-Apr-25

18:31

88,008

KernelBase.dll

10.0.26100.3911

18-Apr-25

18:31

2,815,016

migcore.dll

10.0.26100.3911

18-Apr-25

18:31

7,131,040

migstore.dll

10.0.26100.3911

18-Apr-25

18:31

1,005,496

mighost.exe

10.0.26100.3911

18-Apr-25

18:31

254,880

migres.dll

10.0.26100.3911

18-Apr-25

18:31

17,312

migapp.dll

10.0.26100.3911

18-Apr-25

18:31

231,864

MXEAgent.dll

10.0.26100.3911

18-Apr-25

18:31

274,848

AppExtAgent.dll

10.0.26100.3911

18-Apr-25

18:31

346,568

csiagent.dll

10.0.26100.3911

18-Apr-25

18:31

527,264

cmi2migxml.dll

10.0.26100.3911

18-Apr-25

18:31

158,664

nlaapi.dll

10.0.26100.3911

18-Apr-25

18:31

24,064

nlmproxy.dll

10.0.26100.3911

18-Apr-25

18:31

19,456

nlmsprep.dll

10.0.26100.3911

18-Apr-25

18:31

17,920

ntdll.dll

10.0.26100.3911

18-Apr-25

18:31

1,805,304

rpcrt4.dll

10.0.26100.3911

18-Apr-25

18:31

758,280

fveapibase.dll

10.0.26100.3911

18-Apr-25

18:31

559,104

fveapi.dll

10.0.26100.3911

18-Apr-25

18:31

984,064

kerberos.dll

10.0.26100.3911

18-Apr-25

18:31

1,022,464

kerb3961.dll

10.0.26100.3911

18-Apr-25

18:31

111,080

ServicingCommon.dll

10.0.26100.3911

18-Apr-25

18:31

855,472

win32u.dll

10.0.26100.3911

18-Apr-25

18:31

105,920

File name

File version

Date

Time

File size

storufs.inf

Not versioned

18-Apr-25

18:32

26,264

storufs.sys

10.0.26100.3911

18-Apr-25

18:32

112,048

tpm.inf

Not versioned

18-Apr-25

18:32

11,618

tpm.sys

10.0.26100.3911

18-Apr-25

18:32

349,112

hvloader.dll

10.0.26100.3911

18-Apr-25

18:32

187,296

hvaa64.exe

10.0.26100.3911

18-Apr-25

18:32

1,396,128

skci.dll

10.0.26100.3911

18-Apr-25

18:32

249,752

securekernel.exe

10.0.26100.3911

18-Apr-25

18:32

926,112

VbsSiPolicy.p7b

Not versioned

18-Apr-25

18:32

75,322

Facilitator.dll

10.0.26100.3911

18-Apr-25

18:32

1,186,744

apisetschema.dll

10.0.26100.3911

18-Apr-25

18:32

141,240

tcblaunch.exe

10.0.26100.3911

18-Apr-25

18:32

903,448

tcbloader.dll

10.0.26100.3911

18-Apr-25

18:32

276,912

DrtmAuthArm.wim

Not versioned

18-Apr-25

18:32

5,128

winload.efi

10.0.26100.3911

18-Apr-25

18:32

3,071,272

bcrypt.dll

10.0.26100.3911

18-Apr-25

18:32

264,648

bcryptprimitives.dll

10.0.26100.3911

18-Apr-25

18:32

904,608

BootMenuUX.dll

10.0.26100.3911

18-Apr-25

18:32

218,624

driversipolicy.p7b

Not versioned

18-Apr-25

18:32

229,162

cng.sys

10.0.26100.3911

18-Apr-25

18:32

728,912

ci.dll

10.0.26100.3911

18-Apr-25

18:32

964,608

driver.stl

Not versioned

18-Apr-25

18:32

15,114

previous.driver.stl

Not versioned

18-Apr-25

18:32

15,114

DismCore.dll

10.0.26100.3911

18-Apr-25

18:32

783,792

DismProv.dll

10.0.26100.3911

18-Apr-25

18:32

633,264

DismCorePS.dll

10.0.26100.3911

18-Apr-25

18:32

400,312

LogProvider.dll

10.0.26100.3911

18-Apr-25

18:32

200,096

FolderProvider.dll

10.0.26100.3911

18-Apr-25

18:32

162,744

dhcpcore.dll

10.0.26100.3911

18-Apr-25

18:32

747,448

dhcpcsvc.dll

10.0.26100.3911

18-Apr-25

18:32

272,824

dhcpcore6.dll

10.0.26100.3911

18-Apr-25

18:32

526,752

dhcpcsvc6.dll

10.0.26100.3911

18-Apr-25

18:32

182,216

fbwf.sys

10.0.26100.3911

18-Apr-25

18:32

127,216

cmi2migxml.dll

10.0.26100.3911

18-Apr-25

18:32

216,520

csiagent.dll

10.0.26100.3911

18-Apr-25

18:32

739,272

diagER.dll

10.0.26100.3911

18-Apr-25

18:32

77,744

hwcompat.dll

10.0.26100.3911

18-Apr-25

18:32

234,936

hwcompat.txt

Not versioned

18-Apr-25

18:32

219,162

hwexclude.txt

Not versioned

18-Apr-25

18:32

51

icbexclusion.inf

Not versioned

18-Apr-25

18:32

7,222

migapp.xml

Not versioned

18-Apr-25

18:32

654,548

migcore.dll

10.0.26100.3911

18-Apr-25

18:32

9,871,792

mighost.exe

10.0.26100.3911

18-Apr-25

18:32

271,288

migres.dll

10.0.26100.3911

18-Apr-25

18:32

17,336

migisol.dll

10.0.26100.3911

18-Apr-25

18:32

124,848

migstore.dll

10.0.26100.3911

18-Apr-25

18:32

1,350,584

migsys.dll

10.0.26100.3911

18-Apr-25

18:32

483,256

MXEAgent.dll

10.0.26100.3911

18-Apr-25

18:32

395,168

AppExtAgent.dll

10.0.26100.3911

18-Apr-25

18:32

499,640

offline.xml

Not versioned

18-Apr-25

18:32

44,690

oscomps.xml

Not versioned

18-Apr-25

18:32

449,323

osfilter.inf

Not versioned

18-Apr-25

18:32

21,299

pnppropmig.dll

10.0.26100.3911

18-Apr-25

18:32

93,640

ReserveManager.dll

10.0.26100.3911

18-Apr-25

18:32

354,208

setupplatform.cfg

Not versioned

18-Apr-25

18:32

15,971

setupplatform.dll

1.96.26100.3911

18-Apr-25

18:32

10,206,664

setupplatform.exe

1.96.26100.3911

18-Apr-25

18:32

239,024

SFCN.dat

Not versioned

18-Apr-25

18:32

1,824

SFLCID.dat

Not versioned

18-Apr-25

18:32

1,644

SFLISTW7.dat

Not versioned

18-Apr-25

18:32

1,703,368

SFLISTW8.dat

Not versioned

18-Apr-25

18:32

2,608,858

SFLISTWB.dat

Not versioned

18-Apr-25

18:32

3,172,904

SFLISTWT.dat

Not versioned

18-Apr-25

18:32

4,935,402

SFLISTRS1.dat

Not versioned

18-Apr-25

18:32

5,593,182

SFPAT.inf

Not versioned

18-Apr-25

18:32

11,602

SFPATW7.inf

Not versioned

18-Apr-25

18:32

17,396

SFPATW8.inf

Not versioned

18-Apr-25

18:32

79,818

SFPATWB.inf

Not versioned

18-Apr-25

18:32

91,635

SFPATWT.inf

Not versioned

18-Apr-25

18:32

165,729

SFPATRS1.inf

Not versioned

18-Apr-25

18:32

169,730

unbcl.dll

10.0.26100.3911

18-Apr-25

18:32

1,113,008

upgradeagent.dll

10.0.26100.3911

18-Apr-25

18:32

3,451,336

upgradeagent.xml

Not versioned

18-Apr-25

18:32

70,907

upgrade_comp.xml

Not versioned

18-Apr-25

18:32

6,054

upgrade_bulk.xml

Not versioned

18-Apr-25

18:32

211,949

upgrade_data.xml

Not versioned

18-Apr-25

18:32

41,750

upgrade_frmwrk.xml

Not versioned

18-Apr-25

18:32

19,157

upgWow_bulk.xml

Not versioned

18-Apr-25

18:32

114,707

upgWowA32_bulk.xml

Not versioned

18-Apr-25

18:32

114,697

uninstall.xml

Not versioned

18-Apr-25

18:32

4,639

uninstall_data.xml

Not versioned

18-Apr-25

18:32

11,122

wdsutil.dll

10.0.26100.3911

18-Apr-25

18:32

352,672

WinSetupMon.hiv

Not versioned

18-Apr-25

18:32

8,192

WinSetupMon.sys

10.0.26100.3911

18-Apr-25

18:32

145,848

actionqueue.dll

10.0.26100.3911

18-Apr-25

18:32

431,560

appcompat_detailed.xsl

Not versioned

18-Apr-25

18:32

13,608

appcompat_detailed_bidi.xsl

Not versioned

18-Apr-25

18:32

13,732

cdplib.mof

Not versioned

18-Apr-25

18:32

1,976

cdplibuninstall.mof

Not versioned

18-Apr-25

18:32

571

dpx.dll

10.0.26100.3911

18-Apr-25

18:32

1,891,256

UpdateCompression.dll

5.0.1.1

18-Apr-25

18:32

930,744

itgtupg.dll

10.0.26100.3911

18-Apr-25

18:32

99,904

migtestplugin.dll

10.0.26100.3911

18-Apr-25

18:32

55,872

msdelta.dll

5.0.1.1

18-Apr-25

18:32

947,616

mspatcha.dll

5.0.1.1

18-Apr-25

18:32

116,168

smiengine.dll

10.0.26100.3911

18-Apr-25

18:32

1,696,712

wcmtypes.xsd

Not versioned

18-Apr-25

18:32

1,047

wdsupgcompl.dll

10.0.26100.3911

18-Apr-25

18:32

26,176

auditetw.dll

10.0.26100.3911

18-Apr-25

18:32

15,424

cmisetupetw.dll

10.0.26100.3911

18-Apr-25

18:32

15,912

etwproviderinstall.vbs

Not versioned

18-Apr-25

18:32

6,868

setupcletw.dll

10.0.26100.3911

18-Apr-25

18:32

20,032

winsetupetw.dll

10.0.26100.3911

18-Apr-25

18:32

68,176

KernelBase.dll

10.0.26100.3911

18-Apr-25

18:32

6,685,256

dxgkrnl.sys

10.0.26100.3911

18-Apr-25

18:32

4,901,816

cdd.dll

10.0.26100.3911

18-Apr-25

18:32

260,608

dxgmms1.sys

10.0.26100.3911

18-Apr-25

18:32

453,024

dxgmms2.sys

10.0.26100.3911

18-Apr-25

18:32

1,097,144

migcore.dll

10.0.26100.3911

18-Apr-25

18:32

9,871,800

migstore.dll

10.0.26100.3911

18-Apr-25

18:32

1,350,600

mighost.exe

10.0.26100.3911

18-Apr-25

18:32

271,304

migres.dll

10.0.26100.3911

18-Apr-25

18:32

17,352

migapp.dll

10.0.26100.3911

18-Apr-25

18:32

334,264

MXEAgent.dll

10.0.26100.3911

18-Apr-25

18:32

395,208

csiagent.dll

10.0.26100.3911

18-Apr-25

18:32

739,256

cmi2migxml.dll

10.0.26100.3911

18-Apr-25

18:32

216,504

SFLISTXP.dat

Not versioned

18-Apr-25

18:32

1,459,226

SFLISTLH.dat

Not versioned

18-Apr-25

18:32

3,347,940

SFPATXP.inf

Not versioned

18-Apr-25

18:32

4,355

SFPATLH.inf

Not versioned

18-Apr-25

18:32

8,678

netio.sys

10.0.26100.3911

18-Apr-25

18:32

666,040

ncsi.dll

10.0.26100.3911

18-Apr-25

18:32

1,273,344

netprofmsvc.dll

10.0.26100.3911

18-Apr-25

18:32

2,030,592

nlaapi.dll

10.0.26100.3911

18-Apr-25

18:32

75,264

nlmproxy.dll

10.0.26100.3911

18-Apr-25

18:32

77,312

nlmsprep.dll

10.0.26100.3911

18-Apr-25

18:32

57,344

ntdll.dll

10.0.26100.3911

18-Apr-25

18:32

4,312,576

ntoskrnl.exe

10.0.26100.3911

18-Apr-25

18:32

11,426,720

rpcrt4.dll

10.0.26100.3911

18-Apr-25

18:32

2,077,048

diagtrack.dll

10.0.10586.0

18-Apr-25

18:32

1,561,952

diagtrackrunner.exe

10.0.10586.0

18-Apr-25

18:32

90,304

reagent.admx

Not versioned

18-Apr-25

18:32

1,240

reagent.dll

10.0.26100.3911

18-Apr-25

18:32

1,183,176

reagent.xml

Not versioned

18-Apr-25

18:32

837

SetupPlatform.cfg

Not versioned

18-Apr-25

18:32

23,023

wdscore.dll

10.0.26100.3911

18-Apr-25

18:32

260,024

WinSetupBoot.hiv

Not versioned

18-Apr-25

18:32

8,192

WinSetupBoot.sys

10.0.26100.3911

18-Apr-25

18:32

90,528

wdsclientapi.dll

10.0.26100.3911

18-Apr-25

18:32

251,456

wdscsl.dll

10.0.26100.3911

18-Apr-25

18:32

94,624

wdsimage.dll

10.0.26100.3911

18-Apr-25

18:32

110,656

wdstptc.dll

10.0.26100.3911

18-Apr-25

18:32

198,208

fvevol.sys

10.0.26100.3911

18-Apr-25

18:32

875,976

dumpfve.sys

10.0.26100.3911

18-Apr-25

18:32

107,120

bcd.dll

10.0.26100.3911

18-Apr-25

18:32

148,336

bootsvc.dll

10.0.26100.3911

18-Apr-25

18:32

284,184

hwreqchk.dll

Not versioned

18-Apr-25

18:32

757,664

ServicingCommon.dll

10.0.26100.3911

18-Apr-25

18:32

1,995,432

utcapi.dll

10.0.26100.3911

18-Apr-25

18:32

46,536

wimgapi.dll

10.0.26100.3911

18-Apr-25

18:32

1,547,168

wdscommonlib.dll

10.0.26100.3911

18-Apr-25

18:32

322,504

dismapi.dll

10.0.26100.3911

18-Apr-25

18:32

2,171,320

dismcore.dll

10.0.26100.3911

18-Apr-25

18:32

783,816

dismcoreps.dll

10.0.26100.3911

18-Apr-25

18:32

217,528

dismprov.dll

10.0.26100.3911

18-Apr-25

18:32

355,256

imagingprovider.dll

10.0.26100.3911

18-Apr-25

18:32

470,456

logprovider.dll

10.0.26100.3911

18-Apr-25

18:32

180,128

vhdprovider.dll

10.0.26100.3911

18-Apr-25

18:32

1,090,464

wimprovider.dll

10.0.26100.3911

18-Apr-25

18:32

1,283,504

unattend.dll

10.0.26100.3911

18-Apr-25

18:32

256,456

wpx.dll

10.0.26100.3911

18-Apr-25

18:32

1,553,848

locale.nls

Not versioned

18-Apr-25

18:32

861,992

nlsbres.dll

10.0.26100.3911

18-Apr-25

18:32

95,176

fveapibase.dll

10.0.26100.3911

18-Apr-25

18:32

1,147,392

fveapi.dll

10.0.26100.3911

18-Apr-25

18:32

2,016,768

kerberos.dll

10.0.26100.3911

18-Apr-25

18:32

2,314,240

kerb3961.dll

10.0.26100.3911

18-Apr-25

18:32

267,200

localkdcsvc.dll

10.0.26100.3911

18-Apr-25

18:32

822,784

LsaIso.exe

10.0.26100.3911

18-Apr-25

18:32

366,352

iumcrypt.dll

10.0.26100.3911

18-Apr-25

18:32

141,168

ServicingCommon.dll

10.0.26100.3911

18-Apr-25

18:32

1,995,416

ResetEngine.dll

10.0.26100.3911

18-Apr-25

18:32

3,370,936

ResetTelemetry.dll

10.0.26100.3911

18-Apr-25

18:32

583,096

ResetEngine.exe

10.0.26100.3911

18-Apr-25

18:32

26,552

ResetPluginHost.exe

10.0.26100.3911

18-Apr-25

18:32

41,472

srms.dat

Not versioned

18-Apr-25

18:32

60,394

sysreset.exe

10.0.26100.3911

18-Apr-25

18:32

480,256

ResetEngOnline.dll

10.0.26100.3911

18-Apr-25

18:32

212,992

SysResetErr.exe

10.0.26100.3911

18-Apr-25

18:32

62,904

tcpip.sys

10.0.26100.3911

18-Apr-25

18:32

3,323,848

FWPKCLNT.SYS

10.0.26100.3911

18-Apr-25

18:32

538,528

tcpipreg.sys

10.0.26100.3911

18-Apr-25

18:32

61,952

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

256,512

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

264,192

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

261,120

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

260,096

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

262,656

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

263,680

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

256,000

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

262,144

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

259,072

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

260,608

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

253,952

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

247,808

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

247,296

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

259,584

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

258,048

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

257,536

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

258,560

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

261,632

tcpip.sys.mui

10.0.26100.3911

18-Apr-25

18:32

244,224

win32u.dll

10.0.26100.3911

18-Apr-25

18:32

377,208

win32k.sys

10.0.26100.3911

18-Apr-25

18:32

678,840

win32kfull.sys

10.0.26100.3911

18-Apr-25

18:32

3,912,192

win32kbase.sys

10.0.26100.3911

18-Apr-25

18:32

3,056,640

win32kbase_rs.sys

10.0.26100.3911

18-Apr-25

18:32

113,152

winpeshl.exe

10.0.26100.3911

18-Apr-25

18:32

37,376

wpeutil.dll

10.0.26100.3911

18-Apr-25

18:32

182,784

wpeutil.exe

10.0.26100.3911

18-Apr-25

18:32

15,872

wpeinit.exe

10.0.26100.3911

18-Apr-25

18:32

39,424

startnet.cmd

Not versioned

18-Apr-25

18:32

9

StartRep.exe

10.0.26100.3911

18-Apr-25

18:32

1,256,448

RecHost.exe

10.0.26100.3911

18-Apr-25

18:32

139,704

SrtTel.dll

10.0.26100.3911

18-Apr-25

18:32

1,873,336

RecEnv.exe

10.0.26100.3911

18-Apr-25

18:32

442,808

BootRec.exe

10.0.26100.3911

18-Apr-25

18:32

174,080

DUTProvider.dll

10.0.26100.3911

18-Apr-25

18:32

308,664

WinSetupBak.hiv

Not versioned

18-Apr-25

18:32

8,192

WinSetupBak.sys

10.0.26100.3911

18-Apr-25

18:32

173,000

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:32

36,352

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:32

25,600

BootRec.exe.mui

10.0.26100.3911

18-Apr-25

18:32

4,608

DUTProvider.dll.mui

10.0.26100.3911

18-Apr-25

18:32

5,120

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:32

35,840

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:32

39,936

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:32

27,648

BootRec.exe.mui

10.0.26100.3911

18-Apr-25

18:32

5,120

DUTProvider.dll.mui

10.0.26100.3911

18-Apr-25

18:32

5,632

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:32

43,520

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:32

29,184

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:32

32,768

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:32

24,576

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:32

38,400

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:32

27,136

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:32

40,960

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:32

28,160

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:32

38,912

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:32

26,624

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:32

22,528

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:32

19,456

BootRec.exe.mui

10.0.26100.3911

18-Apr-25

18:32

4,096

DUTProvider.dll.mui

10.0.26100.3911

18-Apr-25

18:32

4,096

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:32

20,992

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:32

18,432

BootRec.exe.mui

10.0.26100.3911

18-Apr-25

18:32

3,584

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:32

35,328

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:32

26,112

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:32

37,888

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:32

40,448

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:32

34,816

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:32

25,088

StartRep.exe.mui

10.0.26100.3911

18-Apr-25

18:32

15,872

RecEnv.exe.mui

10.0.26100.3911

18-Apr-25

18:32

16,896

bcrypt.dll

10.0.26100.3911

18-Apr-25

18:32

102,328

bcryptprimitives.dll

10.0.26100.3911

18-Apr-25

18:32

427,256

msvcrt.dll

7.0.26100.3911

18-Apr-25

18:32

1,156,696

ucrtbase.dll

10.0.26100.3911

18-Apr-25

18:32

1,574,616

KernelBase.dll

10.0.26100.3911

18-Apr-25

18:32

3,790,904

oleaut32.dll

10.0.26100.3911

18-Apr-25

18:32

1,063,296

rpcrt4.dll

10.0.26100.3911

18-Apr-25

18:32

1,236,792

DismCore.dll

10.0.26100.3911

18-Apr-25

18:32

370,080

DismProv.dll

10.0.26100.3911

18-Apr-25

18:32

251,832

DismCorePS.dll

10.0.26100.3911

18-Apr-25

18:32

98,208

LogProvider.dll

10.0.26100.3911

18-Apr-25

18:32

76,232

FolderProvider.dll

10.0.26100.3911

18-Apr-25

18:32

59,848

dhcpcore.dll

10.0.26100.3911

18-Apr-25

18:32

360,880

dhcpcsvc.dll

10.0.26100.3911

18-Apr-25

18:32

103,352

dhcpcore6.dll

10.0.26100.3911

18-Apr-25

18:32

254,880

dhcpcsvc6.dll

10.0.26100.3911

18-Apr-25

18:32

88,008

KernelBase.dll

10.0.26100.3911

18-Apr-25

18:32

2,815,016

migcore.dll

10.0.26100.3911

18-Apr-25

18:32

7,131,040

migstore.dll

10.0.26100.3911

18-Apr-25

18:32

1,005,496

mighost.exe

10.0.26100.3911

18-Apr-25

18:32

254,880

migres.dll

10.0.26100.3911

18-Apr-25

18:32

17,312

migapp.dll

10.0.26100.3911

18-Apr-25

18:32

231,864

MXEAgent.dll

10.0.26100.3911

18-Apr-25

18:32

274,848

AppExtAgent.dll

10.0.26100.3911

18-Apr-25

18:32

346,568

csiagent.dll

10.0.26100.3911

18-Apr-25

18:32

527,264

cmi2migxml.dll

10.0.26100.3911

18-Apr-25

18:32

158,664

nlaapi.dll

10.0.26100.3911

18-Apr-25

18:32

24,064

nlmproxy.dll

10.0.26100.3911

18-Apr-25

18:32

19,456

nlmsprep.dll

10.0.26100.3911

18-Apr-25

18:32

17,920

ntdll.dll

10.0.26100.3911

18-Apr-25

18:32

1,805,304

rpcrt4.dll

10.0.26100.3911

18-Apr-25

18:32

758,280

fveapibase.dll

10.0.26100.3911

18-Apr-25

18:32

559,104

fveapi.dll

10.0.26100.3911

18-Apr-25

18:32

984,064

kerberos.dll

10.0.26100.3911

18-Apr-25

18:32

1,022,464

kerb3961.dll

10.0.26100.3911

18-Apr-25

18:32

111,080

ServicingCommon.dll

10.0.26100.3911

18-Apr-25

18:32

855,472

win32u.dll

10.0.26100.3911

18-Apr-25

18:32

105,920

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.