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

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

Verify the installation of this update

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

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-Jun-25

2:56

26,264

storufs.sys

10.0.26100.4475

13-Jun-25

2:56

148,888

tpm.inf

Not versioned

13-Jun-25

2:56

11,804

tpm.sys

10.0.26100.4475

13-Jun-25

2:56

374,176

hvloader.dll

10.0.26100.4475

13-Jun-25

2:56

226,704

hvax64.exe

10.0.26100.4475

13-Jun-25

2:56

1,951,104

hvix64.exe

10.0.26100.4475

13-Jun-25

2:56

2,049,408

skci.dll

10.0.26100.4475

13-Jun-25

2:56

340,288

iumbase.dll

10.0.26100.4475

13-Jun-25

2:56

51,040

iumdll.dll

10.0.26100.4475

13-Jun-25

2:56

38,648

tprtdll.dll

10.0.26100.4475

13-Jun-25

2:56

451,848

vertdll.dll

10.0.26100.4475

13-Jun-25

2:56

216,320

ucrtbase_enclave.dll

10.0.26100.4475

13-Jun-25

2:56

646,088

securekernel.exe

10.0.26100.4475

13-Jun-25

2:56

1,320,320

VbsSiPolicy.p7b

Not versioned

13-Jun-25

2:56

75,322

SDFHost.dll

10.0.26100.4475

13-Jun-25

2:56

63,440

IumSdk.dll

10.0.26100.4475

13-Jun-25

2:56

30,392

Facilitator.dll

10.0.26100.4475

13-Jun-25

2:56

1,144,216

apisetschema.dll

10.0.26100.4475

13-Jun-25

2:56

148,864

apisetschema.dll

10.0.26100.4475

13-Jun-25

2:56

152,960

tcblaunch.exe

10.0.26100.4475

13-Jun-25

2:56

1,010,264

tcbloader.dll

10.0.26100.4475

13-Jun-25

2:56

312,728

DrtmAuthTxt.wim

Not versioned

13-Jun-25

2:56

21,827

winload.sys

10.0.26100.4475

13-Jun-25

2:56

1,199,776

winload.exe

10.0.26100.4475

13-Jun-25

2:56

1,890,008

winload.efi

10.0.26100.4475

13-Jun-25

2:56

3,266,464

bcrypt.dll

10.0.26100.4475

13-Jun-25

2:56

166,768

bcryptprimitives.dll

10.0.26100.4475

13-Jun-25

2:56

641,944

BootMenuUX.dll

10.0.26100.4475

13-Jun-25

2:56

262,144

driversipolicy.p7b

Not versioned

13-Jun-25

2:56

229,162

cng.sys

10.0.26100.4475

13-Jun-25

2:56

873,328

ci.dll

10.0.26100.4475

13-Jun-25

2:56

1,092,296

driver.stl

Not versioned

13-Jun-25

2:56

32,631

previous.driver.stl

Not versioned

13-Jun-25

2:56

32,631

cryptbase.dll

10.0.26100.4475

13-Jun-25

2:56

59,320

cryptsp.dll

10.0.26100.4475

13-Jun-25

2:56

121,288

DismCore.dll

10.0.26100.4475

13-Jun-25

2:56

480,656

DismProv.dll

10.0.26100.4475

13-Jun-25

2:56

353,688

DismCorePS.dll

10.0.26100.4475

13-Jun-25

2:56

230,800

LogProvider.dll

10.0.26100.4475

13-Jun-25

2:56

120,224

FolderProvider.dll

10.0.26100.4475

13-Jun-25

2:56

95,640

dhcpcore.dll

10.0.26100.4475

13-Jun-25

2:56

456,088

dhcpcsvc.dll

10.0.26100.4475

13-Jun-25

2:56

161,176

dhcpcore6.dll

10.0.26100.4475

13-Jun-25

2:56

333,208

dhcpcsvc6.dll

10.0.26100.4475

13-Jun-25

2:56

136,616

fbwf.sys

10.0.26100.4475

13-Jun-25

2:56

150,216

cmi2migxml.dll

10.0.26100.4475

13-Jun-25

2:56

226,704

csiagent.dll

10.0.26100.4475

13-Jun-25

2:56

718,232

diagER.dll

10.0.26100.4475

13-Jun-25

2:56

99,728

hwcompat.dll

10.0.26100.4475

13-Jun-25

2:56

243,104

hwcompat.txt

Not versioned

13-Jun-25

2:56

956,829

hwexclude.txt

Not versioned

13-Jun-25

2:56

51

icbexclusion.inf

Not versioned

13-Jun-25

2:56

7,222

migapp.xml

Not versioned

13-Jun-25

2:56

654,548

migcore.dll

10.0.26100.4475

13-Jun-25

2:56

9,311,664

mighost.exe

10.0.26100.4475

13-Jun-25

2:56

288,128

migres.dll

10.0.26100.4475

13-Jun-25

2:56

25,984

migisol.dll

10.0.26100.4475

13-Jun-25

2:56

148,880

migstore.dll

10.0.26100.4475

13-Jun-25

2:56

1,389,952

migsys.dll

10.0.26100.4475

13-Jun-25

2:56

464,280

MXEAgent.dll

10.0.26100.4475

13-Jun-25

2:56

386,432

AppExtAgent.dll

10.0.26100.4475

13-Jun-25

2:56

488,832

offline.xml

Not versioned

13-Jun-25

2:56

44,690

oscomps.xml

Not versioned

13-Jun-25

2:56

449,323

osfilter.inf

Not versioned

13-Jun-25

2:56

21,299

pnppropmig.dll

10.0.26100.4475

13-Jun-25

2:56

107,904

ReserveManager.dll

10.0.26100.4475

13-Jun-25

2:56

361,880

setupplatform.cfg

Not versioned

13-Jun-25

2:56

15,971

setupplatform.dll

1.97.26100.4475

13-Jun-25

2:56

9,729,464

setupplatform.exe

1.97.26100.4475

13-Jun-25

2:56

255,392

SFCN.dat

Not versioned

13-Jun-25

2:56

1,824

SFLCID.dat

Not versioned

13-Jun-25

2:56

1,644

SFLISTW7.dat

Not versioned

13-Jun-25

2:56

1,703,368

SFLISTW8.dat

Not versioned

13-Jun-25

2:56

2,608,858

SFLISTWB.dat

Not versioned

13-Jun-25

2:56

3,172,904

SFLISTWT.dat

Not versioned

13-Jun-25

2:56

4,935,402

SFLISTRS1.dat

Not versioned

13-Jun-25

2:56

5,593,182

SFPAT.inf

Not versioned

13-Jun-25

2:56

11,602

SFPATW7.inf

Not versioned

13-Jun-25

2:56

17,396

SFPATW8.inf

Not versioned

13-Jun-25

2:56

79,818

SFPATWB.inf

Not versioned

13-Jun-25

2:56

91,635

SFPATWT.inf

Not versioned

13-Jun-25

2:56

165,729

SFPATRS1.inf

Not versioned

13-Jun-25

2:56

169,730

unbcl.dll

10.0.26100.4475

13-Jun-25

2:56

1,090,944

upgradeagent.dll

10.0.26100.4475

13-Jun-25

2:56

3,302,808

upgradeagent.xml

Not versioned

13-Jun-25

2:56

70,907

upgrade_comp.xml

Not versioned

13-Jun-25

2:56

6,054

upgrade_bulk.xml

Not versioned

13-Jun-25

2:56

211,949

upgrade_data.xml

Not versioned

13-Jun-25

2:56

41,750

upgrade_frmwrk.xml

Not versioned

13-Jun-25

2:56

19,157

upgWow_bulk.xml

Not versioned

13-Jun-25

2:56

114,707

uninstall.xml

Not versioned

13-Jun-25

2:56

4,639

uninstall_data.xml

Not versioned

13-Jun-25

2:56

11,122

wdsutil.dll

10.0.26100.4475

13-Jun-25

2:56

353,680

WinSetupMon.hiv

Not versioned

13-Jun-25

2:56

8,192

WinSetupMon.sys

10.0.26100.4475

13-Jun-25

2:56

169,360

actionqueue.dll

10.0.26100.4475

13-Jun-25

2:56

267,648

appcompat_detailed.xsl

Not versioned

13-Jun-25

2:56

13,608

appcompat_detailed_bidi.xsl

Not versioned

13-Jun-25

2:56

13,732

cdplib.mof

Not versioned

13-Jun-25

2:56

1,976

cdplibuninstall.mof

Not versioned

13-Jun-25

2:56

571

dpx.dll

10.0.26100.4475

13-Jun-25

2:56

1,119,648

UpdateCompression.dll

5.0.1.1

13-Jun-25

2:56

632,216

itgtupg.dll

10.0.26100.4475

13-Jun-25

2:56

117,096

migtestplugin.dll

10.0.26100.4475

13-Jun-25

2:56

76,120

msdelta.dll

5.0.1.1

13-Jun-25

2:56

595,328

mspatcha.dll

5.0.1.1

13-Jun-25

2:56

83,368

smiengine.dll

10.0.26100.4475

13-Jun-25

2:56

927,136

wcmtypes.xsd

Not versioned

13-Jun-25

2:56

1,047

wdsupgcompl.dll

10.0.26100.4475

13-Jun-25

2:56

47,464

auditetw.dll

10.0.26100.4475

13-Jun-25

2:56

26,976

cmisetupetw.dll

10.0.26100.4475

13-Jun-25

2:56

26,984

etwproviderinstall.vbs

Not versioned

13-Jun-25

2:56

6,868

setupcletw.dll

10.0.26100.4475

13-Jun-25

2:56

31,064

winsetupetw.dll

10.0.26100.4475

13-Jun-25

2:56

76,144

migres.dll.mui

10.0.26100.4475

13-Jun-25

2:56

7,680

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:56

14,232

migres.dll.mui

10.0.26100.4475

13-Jun-25

2:56

8,192

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:56

14,208

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:56

14,752

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:56

14,720

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:56

14,248

migres.dll.mui

10.0.26100.4475

13-Jun-25

2:56

8,704

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:56

14,224

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:56

14,240

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:56

14,736

migres.dll.mui

10.0.26100.4475

13-Jun-25

2:56

7,168

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:56

13,712

migres.dll.mui

10.0.26100.4475

13-Jun-25

2:56

6,656

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:56

13,216

migres.dll.mui

10.0.26100.4475

13-Jun-25

2:56

6,144

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:56

13,208

migres.dll.mui

10.0.26100.4475

13-Jun-25

2:56

5,632

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:56

13,200

KernelBase.dll

10.0.26100.4475

13-Jun-25

2:56

4,129,344

dxgkrnl.sys

10.0.26100.4475

13-Jun-25

2:56

5,146,040

cdd.dll

10.0.26100.4475

13-Jun-25

2:56

339,968

dxgmms1.sys

10.0.26100.4475

13-Jun-25

2:56

550,272

dxgmms2.sys

10.0.26100.4475

13-Jun-25

2:56

1,209,728

migcore.dll

10.0.26100.4475

13-Jun-25

2:56

9,311,672

mighost.exe

10.0.26100.4475

13-Jun-25

2:56

288,144

migres.dll

10.0.26100.4475

13-Jun-25

2:56

26,016

migapp.dll

10.0.26100.4475

13-Jun-25

2:56

329,088

MXEAgent.dll

10.0.26100.4475

13-Jun-25

2:56

386,448

csiagent.dll

10.0.26100.4475

13-Jun-25

2:56

718,208

cmi2migxml.dll

10.0.26100.4475

13-Jun-25

2:56

226,688

SFLISTXP.dat

Not versioned

13-Jun-25

2:56

1,459,226

SFLISTLH.dat

Not versioned

13-Jun-25

2:56

3,347,940

SFPATXP.inf

Not versioned

13-Jun-25

2:56

4,355

SFPATLH.inf

Not versioned

13-Jun-25

2:56

8,678

msasn1.dll

10.0.26100.4475

13-Jun-25

2:56

88,232

msvcrt.dll

7.0.26100.4475

13-Jun-25

2:56

699,768

netio.sys

10.0.26100.4475

13-Jun-25

2:56

746,896

ncsi.dll

10.0.26100.4475

13-Jun-25

2:56

724,992

netprofmsvc.dll

10.0.26100.4475

13-Jun-25

2:56

1,974,272

nlaapi.dll

10.0.26100.4475

13-Jun-25

2:56

53,248

nlmproxy.dll

10.0.26100.4475

13-Jun-25

2:56

53,248

nlmsprep.dll

10.0.26100.4475

13-Jun-25

2:56

49,152

ntdll.dll

10.0.26100.4475

13-Jun-25

2:56

2,522,008

ntoskrnl.exe

10.0.26100.4475

13-Jun-25

2:56

12,977,568

rpcrt4.dll

10.0.26100.4475

13-Jun-25

2:56

1,162,576

reagent.adml

Not versioned

13-Jun-25

2:56

1,817

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:56

10,752

wdsimage.dll.mui

10.0.26100.4475

13-Jun-25

2:56

6,144

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:56

12,288

reagent.adml

Not versioned

13-Jun-25

2:56

2,035

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:56

11,264

reagent.adml

Not versioned

13-Jun-25

2:56

2,016

reagent.adml

Not versioned

13-Jun-25

2:56

2,263

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:56

12,800

wdsimage.dll.mui

10.0.26100.4475

13-Jun-25

2:56

6,656

reagent.adml

Not versioned

13-Jun-25

2:56

3,659

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:56

13,312

reagent.adml

Not versioned

13-Jun-25

2:56

2,091

reagent.adml

Not versioned

13-Jun-25

2:56

2,166

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:56

11,776

reagent.adml

Not versioned

13-Jun-25

2:56

2,272

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:56

9,728

reagent.adml

Not versioned

13-Jun-25

2:56

2,348

reagent.adml

Not versioned

13-Jun-25

2:56

2,088

reagent.adml

Not versioned

13-Jun-25

2:56

2,399

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:56

8,192

wdsimage.dll.mui

10.0.26100.4475

13-Jun-25

2:56

4,608

reagent.adml

Not versioned

13-Jun-25

2:56

1,908

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:56

7,680

reagent.adml

Not versioned

13-Jun-25

2:56

2,089

wdsimage.dll.mui

10.0.26100.4475

13-Jun-25

2:56

7,168

reagent.adml

Not versioned

13-Jun-25

2:56

2,099

reagent.adml

Not versioned

13-Jun-25

2:56

2,093

reagent.adml

Not versioned

13-Jun-25

2:56

2,106

reagent.adml

Not versioned

13-Jun-25

2:56

3,348

reagent.adml

Not versioned

13-Jun-25

2:56

2,117

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:56

10,240

reagent.adml

Not versioned

13-Jun-25

2:56

2,133

wdsimage.dll.mui

10.0.26100.4475

13-Jun-25

2:56

5,632

reagent.adml

Not versioned

13-Jun-25

2:56

1,718

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:56

6,144

wdsimage.dll.mui

10.0.26100.4475

13-Jun-25

2:56

4,096

reagent.adml

Not versioned

13-Jun-25

2:56

1,706

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:56

6,656

reagent.admx

Not versioned

13-Jun-25

2:56

1,240

reagent.dll

10.0.26100.4475

13-Jun-25

2:56

738,688

reagent.xml

Not versioned

13-Jun-25

2:56

837

SetupPlatform.cfg

Not versioned

13-Jun-25

2:56

22,987

wdscore.dll

10.0.26100.4475

13-Jun-25

2:56

279,936

WinSetupBoot.hiv

Not versioned

13-Jun-25

2:56

8,192

WinSetupBoot.sys

10.0.26100.4475

13-Jun-25

2:56

112,016

wdsclientapi.dll

10.0.26100.4475

13-Jun-25

2:56

268,632

wdscsl.dll

10.0.26100.4475

13-Jun-25

2:56

112,032

wdsimage.dll

10.0.26100.4475

13-Jun-25

2:56

129,408

wdstptc.dll

10.0.26100.4475

13-Jun-25

2:56

219,480

fvevol.sys

10.0.26100.4475

13-Jun-25

2:56

959,896

dumpfve.sys

10.0.26100.4475

13-Jun-25

2:56

158,472

bcd.dll

10.0.26100.4475

13-Jun-25

2:56

162,624

bootsvc.dll

10.0.26100.4475

13-Jun-25

2:56

303,072

hwreqchk.dll

Not versioned

13-Jun-25

2:56

427,392

ServicingCommon.dll

10.0.26100.4475

13-Jun-25

2:56

935,264

utcapi.dll

10.0.26100.4475

13-Jun-25

2:56

66,944

wimgapi.dll

10.0.26100.4475

13-Jun-25

2:56

910,752

wdscommonlib.dll

10.0.26100.4475

13-Jun-25

2:56

341,400

dismapi.dll

10.0.26100.4475

13-Jun-25

2:56

1,271,208

dismcoreps.dll

10.0.26100.4475

13-Jun-25

2:56

230,808

dismprov.dll

10.0.26100.4475

13-Jun-25

2:56

353,680

folderprovider.dll

10.0.26100.4475

13-Jun-25

2:56

95,616

imagingprovider.dll

10.0.26100.4475

13-Jun-25

2:56

247,208

logprovider.dll

10.0.26100.4475

13-Jun-25

2:56

189,848

vhdprovider.dll

10.0.26100.4475

13-Jun-25

2:56

599,456

wimprovider.dll

10.0.26100.4475

13-Jun-25

2:56

697,760

unattend.dll

10.0.26100.4475

13-Jun-25

2:56

275,880

wpx.dll

10.0.26100.4475

13-Jun-25

2:56

1,422,720

locale.nls

Not versioned

13-Jun-25

2:56

861,992

nlsbres.dll

10.0.26100.4475

13-Jun-25

2:56

103,808

KerbClientShared.dll

10.0.26100.4475

13-Jun-25

2:56

261,800

sechost.dll

10.0.26100.4475

13-Jun-25

2:56

691,528

fveapibase.dll

10.0.26100.4475

13-Jun-25

2:56

671,744

fveapi.dll

10.0.26100.4475

13-Jun-25

2:56

1,249,280

kerberos.dll

10.0.26100.4475

13-Jun-25

2:56

1,396,736

kerb3961.dll

10.0.26100.4475

13-Jun-25

2:56

162,632

localkdcsvc.dll

10.0.26100.4475

13-Jun-25

2:56

884,736

LsaIso.exe

10.0.26100.4475

13-Jun-25

2:56

389,864

iumcrypt.dll

10.0.26100.4475

13-Jun-25

2:56

100,624

NtlmShared.dll

10.0.26100.4475

13-Jun-25

2:56

104,760

ServicingCommon.dll

10.0.26100.4475

13-Jun-25

2:56

935,280

ResetEngine.dll

10.0.26100.4475

13-Jun-25

2:56

2,921,856

ResetTelemetry.dll

10.0.26100.4475

13-Jun-25

2:56

570,752

ResetEngine.exe

10.0.26100.4475

13-Jun-25

2:56

42,400

ResetPluginHost.exe

10.0.26100.4475

13-Jun-25

2:56

57,344

srms.dat

Not versioned

13-Jun-25

2:56

60,394

sysreset.exe

10.0.26100.4475

13-Jun-25

2:56

487,424

ResetEngOnline.dll

10.0.26100.4475

13-Jun-25

2:56

212,992

SysResetErr.exe

10.0.26100.4475

13-Jun-25

2:56

75,152

tcpip.sys

10.0.26100.4475

13-Jun-25

2:56

3,569,024

FWPKCLNT.SYS

10.0.26100.4475

13-Jun-25

2:56

583,056

tcpipreg.sys

10.0.26100.4475

13-Jun-25

2:56

86,016

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:56

261,632

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:56

269,312

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:56

266,240

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:56

265,216

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:56

267,776

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:56

268,800

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:56

261,120

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:56

267,264

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:56

263,680

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:56

265,728

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:56

259,072

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:56

252,928

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:56

251,904

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:56

264,192

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:56

263,168

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:56

262,656

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:56

266,752

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:56

249,344

tbs.dll

10.0.26100.4475

13-Jun-25

2:56

113,024

tbs.sys

10.0.26100.4475

13-Jun-25

2:56

79,232

ucrtbase.dll

10.0.26100.4475

13-Jun-25

2:56

1,373,304

msvcp_win.dll

10.0.26100.4475

13-Jun-25

2:56

641,944

nsi.dll

10.0.26100.4475

13-Jun-25

2:56

51,080

winnsi.dll

10.0.26100.4475

13-Jun-25

2:56

71,696

nsisvc.dll

10.0.26100.4475

13-Jun-25

2:56

61,440

nsiproxy.sys

10.0.26100.4475

13-Jun-25

2:56

77,824

ws2_32.dll

10.0.26100.4475

13-Jun-25

2:56

489,080

win32u.dll

10.0.26100.4475

13-Jun-25

2:56

170,896

win32k.sys

10.0.26100.4475

13-Jun-25

2:56

804,248

win32kfull.sys

10.0.26100.4475

13-Jun-25

2:56

4,276,224

win32kbase.sys

10.0.26100.4475

13-Jun-25

2:56

3,342,336

win32kbase_rs.sys

10.0.26100.4475

13-Jun-25

2:56

167,936

winpeshl.exe

10.0.26100.4475

13-Jun-25

2:56

57,344

wpeutil.dll

10.0.26100.4475

13-Jun-25

2:56

200,704

wpeutil.exe

10.0.26100.4475

13-Jun-25

2:56

32,768

wpeinit.exe

10.0.26100.4475

13-Jun-25

2:56

61,440

startnet.cmd

Not versioned

13-Jun-25

2:56

9

StartRep.exe

10.0.26100.4475

13-Jun-25

2:56

1,236,992

RecHost.exe

10.0.26100.4475

13-Jun-25

2:56

152,992

SrtTel.dll

10.0.26100.4475

13-Jun-25

2:56

1,754,496

RecEnv.exe

10.0.26100.4475

13-Jun-25

2:56

468,368

BootRec.exe

10.0.26100.4475

13-Jun-25

2:56

196,608

DUTProvider.dll

10.0.26100.4475

13-Jun-25

2:56

312,720

WinSetupBak.hiv

Not versioned

13-Jun-25

2:56

8,192

WinSetupBak.sys

10.0.26100.4475

13-Jun-25

2:56

202,112

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:56

36,352

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:56

25,600

BootRec.exe.mui

10.0.26100.4475

13-Jun-25

2:56

4,608

DUTProvider.dll.mui

10.0.26100.4475

13-Jun-25

2:56

5,120

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:56

35,840

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:56

39,936

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:56

27,648

BootRec.exe.mui

10.0.26100.4475

13-Jun-25

2:56

5,120

DUTProvider.dll.mui

10.0.26100.4475

13-Jun-25

2:56

5,632

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:56

43,520

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:56

29,184

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:56

32,768

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:56

24,576

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:56

38,400

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:56

27,136

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:56

40,960

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:56

28,160

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:56

38,912

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:56

26,624

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:56

22,528

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:56

19,456

BootRec.exe.mui

10.0.26100.4475

13-Jun-25

2:56

4,096

DUTProvider.dll.mui

10.0.26100.4475

13-Jun-25

2:56

4,096

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:56

20,992

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:56

18,432

BootRec.exe.mui

10.0.26100.4475

13-Jun-25

2:56

3,584

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:56

35,328

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:56

26,112

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:56

37,888

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:56

40,448

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:56

34,816

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:56

25,088

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:56

15,872

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:56

16,896

bcrypt.dll

10.0.26100.4475

13-Jun-25

2:56

102,296

bcryptprimitives.dll

10.0.26100.4475

13-Jun-25

2:56

427,224

cryptbase.dll

10.0.26100.4475

13-Jun-25

2:56

33,200

cryptsp.dll

10.0.26100.4475

13-Jun-25

2:56

77,560

DismCore.dll

10.0.26100.4475

13-Jun-25

2:56

371,072

DismProv.dll

10.0.26100.4475

13-Jun-25

2:56

251,800

DismCorePS.dll

10.0.26100.4475

13-Jun-25

2:56

98,712

LogProvider.dll

10.0.26100.4475

13-Jun-25

2:56

76,160

FolderProvider.dll

10.0.26100.4475

13-Jun-25

2:56

59,792

dhcpcore.dll

10.0.26100.4475

13-Jun-25

2:56

363,424

dhcpcsvc.dll

10.0.26100.4475

13-Jun-25

2:56

103,832

dhcpcore6.dll

10.0.26100.4475

13-Jun-25

2:56

255,912

dhcpcsvc6.dll

10.0.26100.4475

13-Jun-25

2:56

88,448

KernelBase.dll

10.0.26100.4475

13-Jun-25

2:56

2,907,976

migcore.dll

10.0.26100.4475

13-Jun-25

2:56

7,159,216

migstore.dll

10.0.26100.4475

13-Jun-25

2:56

1,063,320

mighost.exe

10.0.26100.4475

13-Jun-25

2:56

254,864

migres.dll

10.0.26100.4475

13-Jun-25

2:56

17,280

migapp.dll

10.0.26100.4475

13-Jun-25

2:56

231,808

MXEAgent.dll

10.0.26100.4475

13-Jun-25

2:56

274,840

AppExtAgent.dll

10.0.26100.4475

13-Jun-25

2:56

346,528

csiagent.dll

10.0.26100.4475

13-Jun-25

2:56

527,232

cmi2migxml.dll

10.0.26100.4475

13-Jun-25

2:56

158,592

msasn1.dll

10.0.26100.4475

13-Jun-25

2:56

52,208

msvcrt.dll

7.0.26100.4475

13-Jun-25

2:56

809,408

nlaapi.dll

10.0.26100.4475

13-Jun-25

2:56

24,064

nlmproxy.dll

10.0.26100.4475

13-Jun-25

2:56

19,456

nlmsprep.dll

10.0.26100.4475

13-Jun-25

2:56

17,920

ntdll.dll

10.0.26100.4475

13-Jun-25

2:56

1,807,896

rpcrt4.dll

10.0.26100.4475

13-Jun-25

2:56

772,736

KerbClientShared.dll

10.0.26100.4475

13-Jun-25

2:56

165,368

sechost.dll

10.0.26100.4475

13-Jun-25

2:56

529,472

fveapibase.dll

10.0.26100.4475

13-Jun-25

2:56

561,152

fveapi.dll

10.0.26100.4475

13-Jun-25

2:56

985,088

kerberos.dll

10.0.26100.4475

13-Jun-25

2:56

1,034,240

kerb3961.dll

10.0.26100.4475

13-Jun-25

2:56

111,072

NtlmShared.dll

10.0.26100.4475

13-Jun-25

2:56

63,072

ServicingCommon.dll

10.0.26100.4475

13-Jun-25

2:56

751,056

tbs.dll

10.0.26100.4475

13-Jun-25

2:56

78,088

ucrtbase.dll

10.0.26100.4475

13-Jun-25

2:56

1,114,136

msvcp_win.dll

10.0.26100.4475

13-Jun-25

2:56

505,752

nsi.dll

10.0.26100.4475

13-Jun-25

2:56

21,752

winnsi.dll

10.0.26100.4475

13-Jun-25

2:56

35,736

ws2_32.dll

10.0.26100.4475

13-Jun-25

2:56

392,096

win32u.dll

10.0.26100.4475

13-Jun-25

2:56

105,888

File name

File version

Date

Time

File size

storufs.inf

Not versioned

13-Jun-25

2:52

26,264

storufs.sys

10.0.26100.4475

13-Jun-25

2:52

114,048

tpm.inf

Not versioned

13-Jun-25

2:52

11,618

tpm.sys

10.0.26100.4475

13-Jun-25

2:52

349,080

hvloader.dll

10.0.26100.4475

13-Jun-25

2:52

187,264

hvaa64.exe

10.0.26100.4475

13-Jun-25

2:52

1,394,600

skci.dll

10.0.26100.4475

13-Jun-25

2:52

250,192

iumbase.dll

10.0.26100.4475

13-Jun-25

2:52

26,408

iumdll.dll

10.0.26100.4475

13-Jun-25

2:52

16,632

tprtdll.dll

10.0.26100.4475

13-Jun-25

2:52

389,536

vertdll.dll

10.0.26100.4475

13-Jun-25

2:52

180,376

ucrtbase_enclave.dll

10.0.26100.4475

13-Jun-25

2:52

450,480

securekernel.exe

10.0.26100.4475

13-Jun-25

2:52

925,568

VbsSiPolicy.p7b

Not versioned

13-Jun-25

2:52

75,322

SDFHost.dll

10.0.26100.4475

13-Jun-25

2:52

43,984

IumSdk.dll

10.0.26100.4475

13-Jun-25

2:52

23,760

Facilitator.dll

10.0.26100.4475

13-Jun-25

2:52

1,198,976

apisetschema.dll

10.0.26100.4475

13-Jun-25

2:52

139,688

apisetschema.dll

10.0.26100.4475

13-Jun-25

2:52

139,648

tcblaunch.exe

10.0.26100.4475

13-Jun-25

2:52

925,136

tcbloader.dll

10.0.26100.4475

13-Jun-25

2:52

279,448

DrtmAuthArm.wim

Not versioned

13-Jun-25

2:52

6,038

winload.efi

10.0.26100.4475

13-Jun-25

2:52

3,098,088

bcrypt.dll

10.0.26100.4475

13-Jun-25

2:52

264,616

bcryptprimitives.dll

10.0.26100.4475

13-Jun-25

2:52

904,552

BootMenuUX.dll

10.0.26100.4475

13-Jun-25

2:52

237,056

driversipolicy.p7b

Not versioned

13-Jun-25

2:52

229,162

cng.sys

10.0.26100.4475

13-Jun-25

2:52

728,920

ci.dll

10.0.26100.4475

13-Jun-25

2:52

969,192

driver.stl

Not versioned

13-Jun-25

2:52

15,114

previous.driver.stl

Not versioned

13-Jun-25

2:52

15,114

cryptbase.dll

10.0.26100.4475

13-Jun-25

2:52

67,880

cryptsp.dll

10.0.26100.4475

13-Jun-25

2:52

177,344

DismCore.dll

10.0.26100.4475

13-Jun-25

2:52

784,768

DismProv.dll

10.0.26100.4475

13-Jun-25

2:52

633,232

DismCorePS.dll

10.0.26100.4475

13-Jun-25

2:52

404,896

LogProvider.dll

10.0.26100.4475

13-Jun-25

2:52

200,080

FolderProvider.dll

10.0.26100.4475

13-Jun-25

2:52

162,688

dhcpcore.dll

10.0.26100.4475

13-Jun-25

2:52

751,528

dhcpcsvc.dll

10.0.26100.4475

13-Jun-25

2:52

272,768

dhcpcore6.dll

10.0.26100.4475

13-Jun-25

2:52

530,816

dhcpcsvc6.dll

10.0.26100.4475

13-Jun-25

2:52

182,144

fbwf.sys

10.0.26100.4475

13-Jun-25

2:52

127,720

cmi2migxml.dll

10.0.26100.4475

13-Jun-25

2:52

216,480

csiagent.dll

10.0.26100.4475

13-Jun-25

2:52

739,216

diagER.dll

10.0.26100.4475

13-Jun-25

2:52

77,712

hwcompat.dll

10.0.26100.4475

13-Jun-25

2:52

234,904

hwcompat.txt

Not versioned

13-Jun-25

2:52

218,683

hwexclude.txt

Not versioned

13-Jun-25

2:52

51

icbexclusion.inf

Not versioned

13-Jun-25

2:52

7,222

migapp.xml

Not versioned

13-Jun-25

2:52

654,548

migcore.dll

10.0.26100.4475

13-Jun-25

2:52

9,910,200

mighost.exe

10.0.26100.4475

13-Jun-25

2:52

271,264

migres.dll

10.0.26100.4475

13-Jun-25

2:52

17,320

migisol.dll

10.0.26100.4475

13-Jun-25

2:52

124,800

migstore.dll

10.0.26100.4475

13-Jun-25

2:52

1,425,824

migsys.dll

10.0.26100.4475

13-Jun-25

2:52

483,216

MXEAgent.dll

10.0.26100.4475

13-Jun-25

2:52

395,680

AppExtAgent.dll

10.0.26100.4475

13-Jun-25

2:52

499,616

offline.xml

Not versioned

13-Jun-25

2:52

44,690

oscomps.xml

Not versioned

13-Jun-25

2:52

449,323

osfilter.inf

Not versioned

13-Jun-25

2:52

21,299

pnppropmig.dll

10.0.26100.4475

13-Jun-25

2:52

93,568

ReserveManager.dll

10.0.26100.4475

13-Jun-25

2:52

354,704

setupplatform.cfg

Not versioned

13-Jun-25

2:52

15,971

setupplatform.dll

1.97.26100.4475

13-Jun-25

2:52

10,206,648

setupplatform.exe

1.97.26100.4475

13-Jun-25

2:52

239,000

SFCN.dat

Not versioned

13-Jun-25

2:52

1,824

SFLCID.dat

Not versioned

13-Jun-25

2:52

1,644

SFLISTW7.dat

Not versioned

13-Jun-25

2:52

1,703,368

SFLISTW8.dat

Not versioned

13-Jun-25

2:52

2,608,858

SFLISTWB.dat

Not versioned

13-Jun-25

2:52

3,172,904

SFLISTWT.dat

Not versioned

13-Jun-25

2:52

4,935,402

SFLISTRS1.dat

Not versioned

13-Jun-25

2:52

5,593,182

SFPAT.inf

Not versioned

13-Jun-25

2:52

11,602

SFPATW7.inf

Not versioned

13-Jun-25

2:52

17,396

SFPATW8.inf

Not versioned

13-Jun-25

2:52

79,818

SFPATWB.inf

Not versioned

13-Jun-25

2:52

91,635

SFPATWT.inf

Not versioned

13-Jun-25

2:52

165,729

SFPATRS1.inf

Not versioned

13-Jun-25

2:52

169,730

unbcl.dll

10.0.26100.4475

13-Jun-25

2:52

1,112,960

upgradeagent.dll

10.0.26100.4475

13-Jun-25

2:52

3,451,264

upgradeagent.xml

Not versioned

13-Jun-25

2:52

70,907

upgrade_comp.xml

Not versioned

13-Jun-25

2:52

6,054

upgrade_bulk.xml

Not versioned

13-Jun-25

2:52

211,949

upgrade_data.xml

Not versioned

13-Jun-25

2:52

41,750

upgrade_frmwrk.xml

Not versioned

13-Jun-25

2:52

19,157

upgWow_bulk.xml

Not versioned

13-Jun-25

2:52

114,707

upgWowA32_bulk.xml

Not versioned

13-Jun-25

2:52

114,697

uninstall.xml

Not versioned

13-Jun-25

2:52

4,639

uninstall_data.xml

Not versioned

13-Jun-25

2:52

11,122

wdsutil.dll

10.0.26100.4475

13-Jun-25

2:52

352,640

WinSetupMon.hiv

Not versioned

13-Jun-25

2:52

8,192

WinSetupMon.sys

10.0.26100.4475

13-Jun-25

2:52

145,840

actionqueue.dll

10.0.26100.4475

13-Jun-25

2:52

431,512

appcompat_detailed.xsl

Not versioned

13-Jun-25

2:52

13,608

appcompat_detailed_bidi.xsl

Not versioned

13-Jun-25

2:52

13,732

cdplib.mof

Not versioned

13-Jun-25

2:52

1,976

cdplibuninstall.mof

Not versioned

13-Jun-25

2:52

571

dpx.dll

10.0.26100.4475

13-Jun-25

2:52

1,969,040

UpdateCompression.dll

5.0.1.1

13-Jun-25

2:52

1,104,280

itgtupg.dll

10.0.26100.4475

13-Jun-25

2:52

100,720

migtestplugin.dll

10.0.26100.4475

13-Jun-25

2:52

56,664

msdelta.dll

5.0.1.1

13-Jun-25

2:52

947,608

mspatcha.dll

5.0.1.1

13-Jun-25

2:52

116,112

smiengine.dll

10.0.26100.4475

13-Jun-25

2:52

1,696,656

wcmtypes.xsd

Not versioned

13-Jun-25

2:52

1,047

wdsupgcompl.dll

10.0.26100.4475

13-Jun-25

2:52

26,968

auditetw.dll

10.0.26100.4475

13-Jun-25

2:52

16,240

cmisetupetw.dll

10.0.26100.4475

13-Jun-25

2:52

16,728

etwproviderinstall.vbs

Not versioned

13-Jun-25

2:52

6,868

setupcletw.dll

10.0.26100.4475

13-Jun-25

2:52

20,824

winsetupetw.dll

10.0.26100.4475

13-Jun-25

2:52

68,976

migres.dll.mui

10.0.26100.4475

13-Jun-25

2:52

7,680

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:52

14,240

migres.dll.mui

10.0.26100.4475

13-Jun-25

2:52

8,192

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:52

14,208

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:52

14,248

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:52

14,720

migres.dll.mui

10.0.26100.4475

13-Jun-25

2:52

8,704

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:52

14,752

migres.dll.mui

10.0.26100.4475

13-Jun-25

2:52

7,168

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:52

13,696

migres.dll.mui

10.0.26100.4475

13-Jun-25

2:52

6,656

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:52

13,208

migres.dll.mui

10.0.26100.4475

13-Jun-25

2:52

6,144

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:52

13,184

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:52

14,224

setupplatform.exe.mui

1.97.26100.4475

13-Jun-25

2:52

14,232

migres.dll.mui

10.0.26100.4475

13-Jun-25

2:52

5,632

KernelBase.dll

10.0.26100.4475

13-Jun-25

2:52

6,942,432

dxgkrnl.sys

10.0.26100.4475

13-Jun-25

2:52

4,886,928

cdd.dll

10.0.26100.4475

13-Jun-25

2:52

260,608

dxgmms1.sys

10.0.26100.4475

13-Jun-25

2:52

462,744

dxgmms2.sys

10.0.26100.4475

13-Jun-25

2:52

1,091,480

migcore.dll

10.0.26100.4475

13-Jun-25

2:52

9,910,176

migstore.dll

10.0.26100.4475

13-Jun-25

2:52

1,425,792

mighost.exe

10.0.26100.4475

13-Jun-25

2:52

271,256

migres.dll

10.0.26100.4475

13-Jun-25

2:52

17,304

migapp.dll

10.0.26100.4475

13-Jun-25

2:52

334,208

MXEAgent.dll

10.0.26100.4475

13-Jun-25

2:52

395,688

csiagent.dll

10.0.26100.4475

13-Jun-25

2:52

739,200

cmi2migxml.dll

10.0.26100.4475

13-Jun-25

2:52

216,448

SFLISTXP.dat

Not versioned

13-Jun-25

2:52

1,459,226

SFLISTLH.dat

Not versioned

13-Jun-25

2:52

3,347,940

SFPATXP.inf

Not versioned

13-Jun-25

2:52

4,355

SFPATLH.inf

Not versioned

13-Jun-25

2:52

8,678

msasn1.dll

10.0.26100.4475

13-Jun-25

2:52

140,640

msvcrt.dll

7.0.26100.4475

13-Jun-25

2:52

1,324,416

netio.sys

10.0.26100.4475

13-Jun-25

2:52

669,600

ncsi.dll

10.0.26100.4475

13-Jun-25

2:52

1,277,440

netprofmsvc.dll

10.0.26100.4475

13-Jun-25

2:52

2,032,640

nlaapi.dll

10.0.26100.4475

13-Jun-25

2:52

75,264

nlmproxy.dll

10.0.26100.4475

13-Jun-25

2:52

77,312

nlmsprep.dll

10.0.26100.4475

13-Jun-25

2:52

57,344

ntdll.dll

10.0.26100.4475

13-Jun-25

2:52

4,314,128

ntoskrnl.exe

10.0.26100.4475

13-Jun-25

2:52

11,423,152

rpcrt4.dll

10.0.26100.4475

13-Jun-25

2:52

2,102,840

reagent.adml

Not versioned

13-Jun-25

2:52

1,817

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:52

10,752

wdsimage.dll.mui

10.0.26100.4475

13-Jun-25

2:52

6,144

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:52

12,288

reagent.adml

Not versioned

13-Jun-25

2:52

2,035

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:52

11,264

reagent.adml

Not versioned

13-Jun-25

2:52

2,016

reagent.adml

Not versioned

13-Jun-25

2:52

2,263

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:52

12,800

wdsimage.dll.mui

10.0.26100.4475

13-Jun-25

2:52

6,656

reagent.adml

Not versioned

13-Jun-25

2:52

3,659

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:52

13,312

reagent.adml

Not versioned

13-Jun-25

2:52

2,091

reagent.adml

Not versioned

13-Jun-25

2:52

2,166

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:52

11,776

reagent.adml

Not versioned

13-Jun-25

2:52

2,272

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:52

9,728

reagent.adml

Not versioned

13-Jun-25

2:52

2,348

reagent.adml

Not versioned

13-Jun-25

2:52

2,088

reagent.adml

Not versioned

13-Jun-25

2:52

2,399

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:52

8,192

wdsimage.dll.mui

10.0.26100.4475

13-Jun-25

2:52

4,608

reagent.adml

Not versioned

13-Jun-25

2:52

1,908

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:52

7,680

reagent.adml

Not versioned

13-Jun-25

2:52

2,089

wdsimage.dll.mui

10.0.26100.4475

13-Jun-25

2:52

7,168

reagent.adml

Not versioned

13-Jun-25

2:52

2,099

reagent.adml

Not versioned

13-Jun-25

2:52

2,093

reagent.adml

Not versioned

13-Jun-25

2:52

2,106

reagent.adml

Not versioned

13-Jun-25

2:52

3,348

reagent.adml

Not versioned

13-Jun-25

2:52

2,117

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:52

10,240

reagent.adml

Not versioned

13-Jun-25

2:52

2,133

wdsimage.dll.mui

10.0.26100.4475

13-Jun-25

2:52

5,632

reagent.adml

Not versioned

13-Jun-25

2:52

1,718

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:52

6,144

wdsimage.dll.mui

10.0.26100.4475

13-Jun-25

2:52

4,096

reagent.adml

Not versioned

13-Jun-25

2:52

1,706

reagent.dll.mui

10.0.26100.4475

13-Jun-25

2:52

6,656

reagent.admx

Not versioned

13-Jun-25

2:52

1,240

reagent.dll

10.0.26100.4475

13-Jun-25

2:52

1,216,400

reagent.xml

Not versioned

13-Jun-25

2:52

837

SetupPlatform.cfg

Not versioned

13-Jun-25

2:52

22,987

wdscore.dll

10.0.26100.4475

13-Jun-25

2:52

259,968

WinSetupBoot.hiv

Not versioned

13-Jun-25

2:52

8,192

WinSetupBoot.sys

10.0.26100.4475

13-Jun-25

2:52

91,032

wdsclientapi.dll

10.0.26100.4475

13-Jun-25

2:52

252,248

wdscsl.dll

10.0.26100.4475

13-Jun-25

2:52

94,592

wdsimage.dll

10.0.26100.4475

13-Jun-25

2:52

111,472

wdstptc.dll

10.0.26100.4475

13-Jun-25

2:52

199,024

fvevol.sys

10.0.26100.4475

13-Jun-25

2:52

884,608

dumpfve.sys

10.0.26100.4475

13-Jun-25

2:52

108,144

bcd.dll

10.0.26100.4475

13-Jun-25

2:52

145,200

bootsvc.dll

10.0.26100.4475

13-Jun-25

2:52

280,504

hwreqchk.dll

Not versioned

13-Jun-25

2:52

757,664

ServicingCommon.dll

10.0.26100.4475

13-Jun-25

2:52

1,732,472

utcapi.dll

10.0.26100.4475

13-Jun-25

2:52

46,464

wimgapi.dll

10.0.26100.4475

13-Jun-25

2:52

1,547,136

wdscommonlib.dll

10.0.26100.4475

13-Jun-25

2:52

322,432

dismapi.dll

10.0.26100.4475

13-Jun-25

2:52

2,188,184

dismcoreps.dll

10.0.26100.4475

13-Jun-25

2:52

219,544

dismprov.dll

10.0.26100.4475

13-Jun-25

2:52

355,240

imagingprovider.dll

10.0.26100.4475

13-Jun-25

2:52

470,400

logprovider.dll

10.0.26100.4475

13-Jun-25

2:52

180,096

vhdprovider.dll

10.0.26100.4475

13-Jun-25

2:52

1,090,472

wimprovider.dll

10.0.26100.4475

13-Jun-25

2:52

1,283,472

unattend.dll

10.0.26100.4475

13-Jun-25

2:52

256,416

wpx.dll

10.0.26100.4475

13-Jun-25

2:52

1,553,816

locale.nls

Not versioned

13-Jun-25

2:52

861,992

nlsbres.dll

10.0.26100.4475

13-Jun-25

2:52

94,592

KerbClientShared.dll

10.0.26100.4475

13-Jun-25

2:52

375,184

sechost.dll

10.0.26100.4475

13-Jun-25

2:52

1,164,816

fveapibase.dll

10.0.26100.4475

13-Jun-25

2:52

1,156,096

fveapi.dll

10.0.26100.4475

13-Jun-25

2:52

2,020,864

kerberos.dll

10.0.26100.4475

13-Jun-25

2:52

2,343,936

kerb3961.dll

10.0.26100.4475

13-Jun-25

2:52

267,144

localkdcsvc.dll

10.0.26100.4475

13-Jun-25

2:52

869,376

LsaIso.exe

10.0.26100.4475

13-Jun-25

2:52

366,280

iumcrypt.dll

10.0.26100.4475

13-Jun-25

2:52

141,160

NtlmShared.dll

10.0.26100.4475

13-Jun-25

2:52

159,776

ServicingCommon.dll

10.0.26100.4475

13-Jun-25

2:52

1,732,448

ResetEngine.dll

10.0.26100.4475

13-Jun-25

2:52

3,421,056

ResetTelemetry.dll

10.0.26100.4475

13-Jun-25

2:52

583,040

ResetEngine.exe

10.0.26100.4475

13-Jun-25

2:52

26,496

ResetPluginHost.exe

10.0.26100.4475

13-Jun-25

2:52

41,472

srms.dat

Not versioned

13-Jun-25

2:52

60,394

sysreset.exe

10.0.26100.4475

13-Jun-25

2:52

480,256

ResetEngOnline.dll

10.0.26100.4475

13-Jun-25

2:52

212,992

SysResetErr.exe

10.0.26100.4475

13-Jun-25

2:52

62,848

tcpip.sys

10.0.26100.4475

13-Jun-25

2:52

3,363,240

FWPKCLNT.SYS

10.0.26100.4475

13-Jun-25

2:52

540,568

tcpipreg.sys

10.0.26100.4475

13-Jun-25

2:52

62,464

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:52

261,632

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:52

269,312

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:52

266,240

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:52

265,216

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:52

267,776

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:52

268,800

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:52

261,120

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:52

267,264

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:52

263,680

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:52

265,728

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:52

259,072

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:52

252,928

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:52

251,904

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:52

264,192

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:52

263,168

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:52

262,656

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:52

266,752

tcpip.sys.mui

10.0.26100.4475

13-Jun-25

2:52

249,344

tbs.dll

10.0.26100.4475

13-Jun-25

2:52

171,632

tbs.sys

10.0.26100.4475

13-Jun-25

2:52

44,952

ucrtbase.dll

10.0.26100.4475

13-Jun-25

2:52

2,262,384

msvcp_win.dll

10.0.26100.4475

13-Jun-25

2:52

1,331,696

nsi.dll

10.0.26100.4475

13-Jun-25

2:52

53,376

winnsi.dll

10.0.26100.4475

13-Jun-25

2:52

98,336

nsisvc.dll

10.0.26100.4475

13-Jun-25

2:52

78,848

nsiproxy.sys

10.0.26100.4475

13-Jun-25

2:52

50,176

ws2_32.dll

10.0.26100.4475

13-Jun-25

2:52

785,784

win32u.dll

10.0.26100.4475

13-Jun-25

2:52

381,296

win32k.sys

10.0.26100.4475

13-Jun-25

2:52

680,320

win32kfull.sys

10.0.26100.4475

13-Jun-25

2:52

3,938,304

win32kbase.sys

10.0.26100.4475

13-Jun-25

2:52

3,066,880

win32kbase_rs.sys

10.0.26100.4475

13-Jun-25

2:52

121,344

winpeshl.exe

10.0.26100.4475

13-Jun-25

2:52

37,888

wpeutil.dll

10.0.26100.4475

13-Jun-25

2:52

182,784

wpeutil.exe

10.0.26100.4475

13-Jun-25

2:52

15,872

wpeinit.exe

10.0.26100.4475

13-Jun-25

2:52

39,424

startnet.cmd

Not versioned

13-Jun-25

2:52

9

StartRep.exe

10.0.26100.4475

13-Jun-25

2:52

1,266,688

RecHost.exe

10.0.26100.4475

13-Jun-25

2:52

139,648

SrtTel.dll

10.0.26100.4475

13-Jun-25

2:52

1,904,016

RecEnv.exe

10.0.26100.4475

13-Jun-25

2:52

447,888

BootRec.exe

10.0.26100.4475

13-Jun-25

2:52

181,760

DUTProvider.dll

10.0.26100.4475

13-Jun-25

2:52

308,608

WinSetupBak.hiv

Not versioned

13-Jun-25

2:52

8,192

WinSetupBak.sys

10.0.26100.4475

13-Jun-25

2:52

173,440

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:52

36,352

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:52

25,600

BootRec.exe.mui

10.0.26100.4475

13-Jun-25

2:52

4,608

DUTProvider.dll.mui

10.0.26100.4475

13-Jun-25

2:52

5,120

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:52

35,840

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:52

39,936

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:52

27,648

BootRec.exe.mui

10.0.26100.4475

13-Jun-25

2:52

5,120

DUTProvider.dll.mui

10.0.26100.4475

13-Jun-25

2:52

5,632

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:52

43,520

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:52

29,184

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:52

32,768

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:52

24,576

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:52

38,400

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:52

27,136

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:52

40,960

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:52

28,160

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:52

38,912

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:52

26,624

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:52

22,528

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:52

19,456

BootRec.exe.mui

10.0.26100.4475

13-Jun-25

2:52

4,096

DUTProvider.dll.mui

10.0.26100.4475

13-Jun-25

2:52

4,096

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:52

20,992

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:52

18,432

BootRec.exe.mui

10.0.26100.4475

13-Jun-25

2:52

3,584

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:52

35,328

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:52

26,112

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:52

37,888

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:52

40,448

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:52

34,816

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:52

25,088

StartRep.exe.mui

10.0.26100.4475

13-Jun-25

2:52

15,872

RecEnv.exe.mui

10.0.26100.4475

13-Jun-25

2:52

16,896

bcrypt.dll

10.0.26100.4475

13-Jun-25

2:52

102,296

bcryptprimitives.dll

10.0.26100.4475

13-Jun-25

2:52

427,224

msvcrt.dll

7.0.26100.4475

13-Jun-25

2:52

1,156,680

ucrtbase.dll

10.0.26100.4475

13-Jun-25

2:52

1,574,600

KernelBase.dll

10.0.26100.4475

13-Jun-25

2:52

3,921,040

oleaut32.dll

10.0.26100.4475

13-Jun-25

2:52

1,063,256

rpcrt4.dll

10.0.26100.4475

13-Jun-25

2:52

1,250,152

cryptbase.dll

10.0.26100.4475

13-Jun-25

2:52

33,200

cryptsp.dll

10.0.26100.4475

13-Jun-25

2:52

77,560

DismCore.dll

10.0.26100.4475

13-Jun-25

2:52

371,072

DismProv.dll

10.0.26100.4475

13-Jun-25

2:52

251,800

DismCorePS.dll

10.0.26100.4475

13-Jun-25

2:52

98,712

LogProvider.dll

10.0.26100.4475

13-Jun-25

2:52

76,160

FolderProvider.dll

10.0.26100.4475

13-Jun-25

2:52

59,792

dhcpcore.dll

10.0.26100.4475

13-Jun-25

2:52

363,424

dhcpcsvc.dll

10.0.26100.4475

13-Jun-25

2:52

103,832

dhcpcore6.dll

10.0.26100.4475

13-Jun-25

2:52

255,912

dhcpcsvc6.dll

10.0.26100.4475

13-Jun-25

2:52

88,448

KernelBase.dll

10.0.26100.4475

13-Jun-25

2:52

2,907,976

migcore.dll

10.0.26100.4475

13-Jun-25

2:52

7,159,216

migstore.dll

10.0.26100.4475

13-Jun-25

2:52

1,063,320

mighost.exe

10.0.26100.4475

13-Jun-25

2:52

254,864

migres.dll

10.0.26100.4475

13-Jun-25

2:52

17,280

migapp.dll

10.0.26100.4475

13-Jun-25

2:52

231,808

MXEAgent.dll

10.0.26100.4475

13-Jun-25

2:52

274,840

AppExtAgent.dll

10.0.26100.4475

13-Jun-25

2:52

346,528

csiagent.dll

10.0.26100.4475

13-Jun-25

2:52

527,232

cmi2migxml.dll

10.0.26100.4475

13-Jun-25

2:52

158,592

msasn1.dll

10.0.26100.4475

13-Jun-25

2:52

52,208

msvcrt.dll

7.0.26100.4475

13-Jun-25

2:52

809,408

nlaapi.dll

10.0.26100.4475

13-Jun-25

2:52

24,064

nlmproxy.dll

10.0.26100.4475

13-Jun-25

2:52

19,456

nlmsprep.dll

10.0.26100.4475

13-Jun-25

2:52

17,920

ntdll.dll

10.0.26100.4475

13-Jun-25

2:52

1,807,896

rpcrt4.dll

10.0.26100.4475

13-Jun-25

2:52

772,736

KerbClientShared.dll

10.0.26100.4475

13-Jun-25

2:52

165,368

sechost.dll

10.0.26100.4475

13-Jun-25

2:52

529,472

fveapibase.dll

10.0.26100.4475

13-Jun-25

2:52

561,152

fveapi.dll

10.0.26100.4475

13-Jun-25

2:52

985,088

kerberos.dll

10.0.26100.4475

13-Jun-25

2:52

1,034,240

kerb3961.dll

10.0.26100.4475

13-Jun-25

2:52

111,072

NtlmShared.dll

10.0.26100.4475

13-Jun-25

2:52

63,072

ServicingCommon.dll

10.0.26100.4475

13-Jun-25

2:52

751,056

tbs.dll

10.0.26100.4475

13-Jun-25

2:52

78,088

ucrtbase.dll

10.0.26100.4475

13-Jun-25

2:52

1,114,136

msvcp_win.dll

10.0.26100.4475

13-Jun-25

2:52

505,752

nsi.dll

10.0.26100.4475

13-Jun-25

2:52

21,752

winnsi.dll

10.0.26100.4475

13-Jun-25

2:52

35,736

ws2_32.dll

10.0.26100.4475

13-Jun-25

2:52

392,096

win32u.dll

10.0.26100.4475

13-Jun-25

2:52

105,888

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.