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

Windows Secure Boot certificate expiration 

Important: Secure Boot certificates used by most Windows devices are set to expire starting in June 2026. This might affect the ability of certain personal and business devices to boot securely if not updated in time. To avoid disruption, we recommend reviewing the guidance and taking action to update certificates in advance. For details and preparation steps, see Windows Secure Boot certificate expiration and CA updates.

Summary

This update makes improvements to the Windows recovery environment (WinRE) 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 KB5062688.

Verify the installation of this update

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

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

7-Jul-25

21:11

26,264

storufs.sys

10.0.26100.4762

7-Jul-25

21:11

148,880

tpm.inf

Not versioned

7-Jul-25

21:11

11,804

tpm.sys

10.0.26100.4762

7-Jul-25

21:11

374,168

hvloader.dll

10.0.26100.4762

7-Jul-25

21:11

230,816

hvax64.exe

10.0.26100.4762

7-Jul-25

21:11

1,971,616

hvix64.exe

10.0.26100.4762

7-Jul-25

21:11

2,053,520

skci.dll

10.0.26100.4762

7-Jul-25

21:11

340,272

iumbase.dll

10.0.26100.4762

7-Jul-25

21:11

51,040

iumdll.dll

10.0.26100.4762

7-Jul-25

21:11

38,672

tprtdll.dll

10.0.26100.4762

7-Jul-25

21:11

451,848

vertdll.dll

10.0.26100.4762

7-Jul-25

21:11

216,368

ucrtbase_enclave.dll

10.0.26100.4762

7-Jul-25

21:11

646,048

securekernel.exe

10.0.26100.4762

7-Jul-25

21:11

1,320,336

VbsSiPolicy.p7b

Not versioned

7-Jul-25

21:11

68,351

SDFHost.dll

10.0.26100.4762

7-Jul-25

21:11

63,464

IumSdk.dll

10.0.26100.4762

7-Jul-25

21:11

30,424

Facilitator.dll

10.0.26100.4762

7-Jul-25

21:11

1,140,120

apisetschema.dll

10.0.26100.4762

7-Jul-25

21:11

148,864

apisetschema.dll

10.0.26100.4762

7-Jul-25

21:11

152,992

tcblaunch.exe

10.0.26100.4762

7-Jul-25

21:11

1,011,312

tcbloader.dll

10.0.26100.4762

7-Jul-25

21:11

312,736

DrtmAuthTxt.wim

Not versioned

7-Jul-25

21:11

21,831

winload.sys

10.0.26100.4762

7-Jul-25

21:11

1,199,792

bootux.dll

10.0.26100.4762

7-Jul-25

21:11

4,984,832

winload.exe

10.0.26100.4762

7-Jul-25

21:11

1,899,320

winload.efi

10.0.26100.4762

7-Jul-25

21:11

3,293,856

bcrypt.dll

10.0.26100.4762

7-Jul-25

21:11

166,760

bcryptprimitives.dll

10.0.26100.4762

7-Jul-25

21:11

641,944

BootMenuUX.dll

10.0.26100.4762

7-Jul-25

21:11

266,240

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

40,448

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

48,640

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

46,592

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

44,032

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

51,200

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

53,248

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

48,128

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

43,520

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

45,568

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

51,712

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

35,840

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

46,080

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

47,104

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

26,624

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

24,064

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

45,056

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

44,544

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

49,152

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:11

19,456

driversipolicy.p7b

Not versioned

7-Jul-25

21:11

229,162

cng.sys

10.0.26100.4762

7-Jul-25

21:11

873,312

ci.dll

10.0.26100.4762

7-Jul-25

21:11

1,096,416

driver.stl

Not versioned

7-Jul-25

21:11

32,631

previous.driver.stl

Not versioned

7-Jul-25

21:11

32,631

cryptbase.dll

10.0.26100.4762

7-Jul-25

21:11

59,336

cryptsp.dll

10.0.26100.4762

7-Jul-25

21:11

121,304

DismCore.dll

10.0.26100.4762

7-Jul-25

21:11

480,672

DismProv.dll

10.0.26100.4762

7-Jul-25

21:11

353,704

DismCorePS.dll

10.0.26100.4762

7-Jul-25

21:11

230,816

LogProvider.dll

10.0.26100.4762

7-Jul-25

21:11

120,192

FolderProvider.dll

10.0.26100.4762

7-Jul-25

21:11

95,648

dhcpcore.dll

10.0.26100.4762

7-Jul-25

21:11

460,192

dhcpcsvc.dll

10.0.26100.4762

7-Jul-25

21:11

161,192

dhcpcore6.dll

10.0.26100.4762

7-Jul-25

21:11

329,088

dhcpcsvc6.dll

10.0.26100.4762

7-Jul-25

21:11

136,576

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:11

19,968

WerFaultSecure.exe.mui

10.0.26100.4762

7-Jul-25

21:11

6,656

faultrep.dll.mui

10.0.26100.4762

7-Jul-25

21:11

6,656

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:11

22,528

WerFaultSecure.exe.mui

10.0.26100.4762

7-Jul-25

21:11

7,168

faultrep.dll.mui

10.0.26100.4762

7-Jul-25

21:11

7,168

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:11

21,504

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:11

20,992

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:11

24,576

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:11

25,600

WerFaultSecure.exe.mui

10.0.26100.4762

7-Jul-25

21:11

8,192

faultrep.dll.mui

10.0.26100.4762

7-Jul-25

21:11

8,192

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:11

20,480

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:11

22,016

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:11

19,456

WerFaultSecure.exe.mui

10.0.26100.4762

7-Jul-25

21:11

7,680

faultrep.dll.mui

10.0.26100.4762

7-Jul-25

21:11

7,680

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:11

18,432

WerFaultSecure.exe.mui

10.0.26100.4762

7-Jul-25

21:11

6,144

faultrep.dll.mui

10.0.26100.4762

7-Jul-25

21:11

6,144

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:11

23,040

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:11

13,312

WerFaultSecure.exe.mui

10.0.26100.4762

7-Jul-25

21:11

5,120

faultrep.dll.mui

10.0.26100.4762

7-Jul-25

21:11

5,120

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:11

12,800

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:11

23,552

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:11

9,728

WerFaultSecure.exe.mui

10.0.26100.4762

7-Jul-25

21:11

4,608

faultrep.dll.mui

10.0.26100.4762

7-Jul-25

21:11

4,608

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:11

10,240

wer.dll.mui

10.0.26100.4762

7-Jul-25

21:11

11,264

wer.dll.mui

10.0.26100.4762

7-Jul-25

21:11

12,288

wer.dll.mui

10.0.26100.4762

7-Jul-25

21:11

11,776

wer.dll.mui

10.0.26100.4762

7-Jul-25

21:11

13,312

wer.dll.mui

10.0.26100.4762

7-Jul-25

21:11

12,800

wer.dll.mui

10.0.26100.4762

7-Jul-25

21:11

9,728

wer.dll.mui

10.0.26100.4762

7-Jul-25

21:11

8,192

wer.dll.mui

10.0.26100.4762

7-Jul-25

21:11

10,752

wer.dll.mui

10.0.26100.4762

7-Jul-25

21:11

7,168

wer.dll

10.0.26100.4762

7-Jul-25

21:11

1,013,792

weretw.dll

10.0.26100.4762

7-Jul-25

21:11

253,512

werdiagcontroller.dll

10.0.26100.4762

7-Jul-25

21:11

73,728

wermgr.exe

10.0.26100.4762

7-Jul-25

21:11

308,648

WerFault.exe

10.0.26100.4762

7-Jul-25

21:11

656,800

WerFaultSecure.exe

10.0.26100.4762

7-Jul-25

21:11

220,488

Faultrep.dll

10.0.26100.4762

7-Jul-25

21:11

551,016

WerEnc.dll

10.0.26100.4762

7-Jul-25

21:11

55,176

fbwf.sys

10.0.26100.4762

7-Jul-25

21:11

158,456

cmi2migxml.dll

10.0.26100.4762

7-Jul-25

21:11

226,720

csiagent.dll

10.0.26100.4762

7-Jul-25

21:11

718,208

diagER.dll

10.0.26100.4762

7-Jul-25

21:11

99,736

hwcompat.dll

10.0.26100.4762

7-Jul-25

21:11

243,088

hwcompat.txt

Not versioned

7-Jul-25

21:11

957,007

hwexclude.txt

Not versioned

7-Jul-25

21:11

51

icbexclusion.inf

Not versioned

7-Jul-25

21:11

7,222

migapp.xml

Not versioned

7-Jul-25

21:11

654,548

migcore.dll

10.0.26100.4762

7-Jul-25

21:11

9,311,688

mighost.exe

10.0.26100.4762

7-Jul-25

21:11

288,128

migres.dll

10.0.26100.4762

7-Jul-25

21:11

25,984

migisol.dll

10.0.26100.4762

7-Jul-25

21:11

148,880

migstore.dll

10.0.26100.4762

7-Jul-25

21:11

1,389,952

migsys.dll

10.0.26100.4762

7-Jul-25

21:11

464,256

MXEAgent.dll

10.0.26100.4762

7-Jul-25

21:11

386,456

AppExtAgent.dll

10.0.26100.4762

7-Jul-25

21:11

488,832

offline.xml

Not versioned

7-Jul-25

21:11

44,690

oscomps.xml

Not versioned

7-Jul-25

21:11

449,323

osfilter.inf

Not versioned

7-Jul-25

21:11

21,299

pnppropmig.dll

10.0.26100.4762

7-Jul-25

21:11

107,936

ReserveManager.dll

10.0.26100.4762

7-Jul-25

21:11

361,896

setupplatform.cfg

Not versioned

7-Jul-25

21:11

15,971

setupplatform.dll

1.97.26100.4762

7-Jul-25

21:11

9,741,728

setupplatform.exe

1.97.26100.4762

7-Jul-25

21:11

255,376

SFCN.dat

Not versioned

7-Jul-25

21:11

1,824

SFLCID.dat

Not versioned

7-Jul-25

21:11

1,644

SFLISTW7.dat

Not versioned

7-Jul-25

21:11

1,703,368

SFLISTW8.dat

Not versioned

7-Jul-25

21:11

2,608,858

SFLISTWB.dat

Not versioned

7-Jul-25

21:11

3,172,904

SFLISTWT.dat

Not versioned

7-Jul-25

21:11

4,935,402

SFLISTRS1.dat

Not versioned

7-Jul-25

21:11

5,593,182

SFPAT.inf

Not versioned

7-Jul-25

21:11

11,602

SFPATW7.inf

Not versioned

7-Jul-25

21:11

17,396

SFPATW8.inf

Not versioned

7-Jul-25

21:11

79,818

SFPATWB.inf

Not versioned

7-Jul-25

21:11

91,635

SFPATWT.inf

Not versioned

7-Jul-25

21:11

165,729

SFPATRS1.inf

Not versioned

7-Jul-25

21:11

169,730

unbcl.dll

10.0.26100.4762

7-Jul-25

21:11

1,090,944

upgradeagent.dll

10.0.26100.4762

7-Jul-25

21:11

3,302,784

upgradeagent.xml

Not versioned

7-Jul-25

21:11

70,907

upgrade_comp.xml

Not versioned

7-Jul-25

21:11

6,054

upgrade_bulk.xml

Not versioned

7-Jul-25

21:11

211,949

upgrade_data.xml

Not versioned

7-Jul-25

21:11

41,750

upgrade_frmwrk.xml

Not versioned

7-Jul-25

21:11

19,157

upgWow_bulk.xml

Not versioned

7-Jul-25

21:11

114,707

uninstall.xml

Not versioned

7-Jul-25

21:11

4,639

uninstall_data.xml

Not versioned

7-Jul-25

21:11

11,122

wdsutil.dll

10.0.26100.4762

7-Jul-25

21:11

353,664

WinSetupMon.hiv

Not versioned

7-Jul-25

21:11

8,192

WinSetupMon.sys

10.0.26100.4762

7-Jul-25

21:11

169,424

actionqueue.dll

10.0.26100.4762

7-Jul-25

21:11

267,648

appcompat_detailed.xsl

Not versioned

7-Jul-25

21:11

13,608

appcompat_detailed_bidi.xsl

Not versioned

7-Jul-25

21:11

13,732

cdplib.mof

Not versioned

7-Jul-25

21:11

1,976

cdplibuninstall.mof

Not versioned

7-Jul-25

21:11

571

dpx.dll

10.0.26100.4762

7-Jul-25

21:11

1,119,656

UpdateCompression.dll

5.0.1.1

7-Jul-25

21:11

632,232

itgtupg.dll

10.0.26100.4762

7-Jul-25

21:11

117,104

migtestplugin.dll

10.0.26100.4762

7-Jul-25

21:11

76,144

msdelta.dll

5.0.1.1

7-Jul-25

21:11

595,328

mspatcha.dll

5.0.1.1

7-Jul-25

21:11

83,328

smiengine.dll

10.0.26100.4762

7-Jul-25

21:11

927,120

wcmtypes.xsd

Not versioned

7-Jul-25

21:11

1,047

wdsupgcompl.dll

10.0.26100.4762

7-Jul-25

21:11

47,504

auditetw.dll

10.0.26100.4762

7-Jul-25

21:11

26,968

cmisetupetw.dll

10.0.26100.4762

7-Jul-25

21:11

26,968

etwproviderinstall.vbs

Not versioned

7-Jul-25

21:11

6,868

setupcletw.dll

10.0.26100.4762

7-Jul-25

21:11

31,064

winsetupetw.dll

10.0.26100.4762

7-Jul-25

21:11

76,136

migres.dll.mui

10.0.26100.4762

7-Jul-25

21:11

7,680

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:11

14,224

migres.dll.mui

10.0.26100.4762

7-Jul-25

21:11

8,192

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:11

14,208

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:11

14,720

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:11

14,232

migres.dll.mui

10.0.26100.4762

7-Jul-25

21:11

8,704

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:11

14,248

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:11

14,752

migres.dll.mui

10.0.26100.4762

7-Jul-25

21:11

7,168

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:11

13,712

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:11

14,240

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:11

14,760

migres.dll.mui

10.0.26100.4762

7-Jul-25

21:11

6,656

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:11

13,184

migres.dll.mui

10.0.26100.4762

7-Jul-25

21:11

6,144

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:11

13,216

migres.dll.mui

10.0.26100.4762

7-Jul-25

21:11

5,632

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:11

13,208

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:11

13,200

KernelBase.dll

10.0.26100.4762

7-Jul-25

21:11

4,141,768

dxgkrnl.sys

10.0.26100.4762

7-Jul-25

21:11

5,150,152

cdd.dll

10.0.26100.4762

7-Jul-25

21:11

339,968

dxgmms1.sys

10.0.26100.4762

7-Jul-25

21:11

550,296

dxgmms2.sys

10.0.26100.4762

7-Jul-25

21:11

1,201,576

api-ms-win-core-comm-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,928

api-ms-win-core-console-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,928

api-ms-win-core-datetime-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,904

api-ms-win-core-datetime-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

21,888

api-ms-win-core-debug-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,904

api-ms-win-core-debug-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

21,904

api-ms-win-core-delayload-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,928

api-ms-win-core-errorhandling-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,928

api-ms-win-core-errorhandling-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

21,920

api-ms-win-core-fibers-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,888

api-ms-win-core-fibers-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

21,904

api-ms-win-core-file-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

26,008

api-ms-win-core-file-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,912

api-ms-win-core-file-l1-2-1.dll

10.0.26100.4762

7-Jul-25

21:11

21,912

api-ms-win-core-handle-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,904

api-ms-win-core-heap-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,920

api-ms-win-core-interlocked-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,920

api-ms-win-core-io-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,912

api-ms-win-core-io-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

21,920

api-ms-win-core-libraryloader-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,888

api-ms-win-core-libraryloader-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

21,888

api-ms-win-core-localization-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,920

api-ms-win-core-localization-l1-2-1.dll

10.0.26100.4762

7-Jul-25

21:11

21,888

api-ms-win-core-memory-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,912

api-ms-win-core-memory-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

21,928

api-ms-win-core-memory-l1-1-2.dll

10.0.26100.4762

7-Jul-25

21:11

21,920

api-ms-win-core-namedpipe-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,904

api-ms-win-core-processenvironment-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,920

api-ms-win-core-processenvironment-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,928

api-ms-win-core-processthreads-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,888

api-ms-win-core-processthreads-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

21,888

api-ms-win-core-processthreads-l1-1-2.dll

10.0.26100.4762

7-Jul-25

21:11

21,912

api-ms-win-core-profile-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,888

api-ms-win-core-realtime-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,888

api-ms-win-core-registry-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,888

api-ms-win-core-rtlsupport-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,928

api-ms-win-core-string-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,920

api-ms-win-core-stringloader-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

21,912

api-ms-win-core-synch-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,888

api-ms-win-core-synch-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,920

api-ms-win-core-sysinfo-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,912

api-ms-win-core-sysinfo-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,888

api-ms-win-core-sysinfo-l1-2-1.dll

10.0.26100.4762

7-Jul-25

21:11

21,904

api-ms-win-core-threadpool-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,912

api-ms-win-core-timezone-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,912

api-ms-win-core-util-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,920

api-ms-win-core-xstate-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,904

api-ms-win-security-base-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

26,016

api-ms-win-service-core-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,904

api-ms-win-service-core-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

21,888

api-ms-win-service-management-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,928

api-ms-win-service-management-l2-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,912

api-ms-win-service-winsvc-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,920

API-MS-Win-core-localization-obsolete-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,912

api-ms-win-core-threadpool-private-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,904

api-ms-win-core-threadpool-legacy-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,928

api-ms-win-core-wow64-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,928

api-ms-win-service-private-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,920

api-ms-win-service-private-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

21,928

api-ms-win-crt-conio-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,920

api-ms-win-crt-convert-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

26,008

api-ms-win-crt-environment-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,928

api-ms-win-crt-filesystem-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,888

api-ms-win-crt-heap-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,888

api-ms-win-crt-locale-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,888

api-ms-win-crt-math-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

30,080

api-ms-win-crt-multibyte-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

30,080

api-ms-win-crt-private-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

75,136

api-ms-win-crt-process-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,912

api-ms-win-crt-runtime-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

26,008

api-ms-win-crt-stdio-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

26,024

api-ms-win-crt-string-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

26,024

api-ms-win-crt-time-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,888

api-ms-win-crt-utility-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

21,920

ucrtbase.dll

10.0.26100.4762

7-Jul-25

21:11

1,373,320

migcore.dll

10.0.26100.4762

7-Jul-25

21:11

9,311,664

migstore.dll

10.0.26100.4762

7-Jul-25

21:11

1,389,984

migapp.dll

10.0.26100.4762

7-Jul-25

21:11

329,088

MXEAgent.dll

10.0.26100.4762

7-Jul-25

21:11

386,472

cmi2migxml.dll

10.0.26100.4762

7-Jul-25

21:11

226,688

SFLISTXP.dat

Not versioned

7-Jul-25

21:11

1,459,226

SFLISTLH.dat

Not versioned

7-Jul-25

21:11

3,347,940

SFPATXP.inf

Not versioned

7-Jul-25

21:11

4,355

SFPATLH.inf

Not versioned

7-Jul-25

21:11

8,678

msasn1.dll

10.0.26100.4762

7-Jul-25

21:11

88,232

msvcrt.dll

7.0.26100.4762

7-Jul-25

21:11

699,792

netio.sys

10.0.26100.4762

7-Jul-25

21:11

755,096

ncsi.dll

10.0.26100.4762

7-Jul-25

21:11

729,088

netprofmsvc.dll

10.0.26100.4762

7-Jul-25

21:11

2,166,784

nlaapi.dll

10.0.26100.4762

7-Jul-25

21:11

53,248

nlmproxy.dll

10.0.26100.4762

7-Jul-25

21:11

53,248

nlmsprep.dll

10.0.26100.4762

7-Jul-25

21:11

49,152

ntdll.dll

10.0.26100.4762

7-Jul-25

21:11

2,522,008

ntoskrnl.exe

10.0.26100.4762

7-Jul-25

21:11

12,985,760

rpcrt4.dll

10.0.26100.4762

7-Jul-25

21:11

1,162,576

reagent.adml

Not versioned

7-Jul-25

21:11

1,817

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:11

10,752

wdsimage.dll.mui

10.0.26100.4762

7-Jul-25

21:11

6,144

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:11

12,288

reagent.adml

Not versioned

7-Jul-25

21:11

2,035

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:11

11,264

reagent.adml

Not versioned

7-Jul-25

21:11

2,016

reagent.adml

Not versioned

7-Jul-25

21:11

2,263

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:11

12,800

wdsimage.dll.mui

10.0.26100.4762

7-Jul-25

21:11

6,656

reagent.adml

Not versioned

7-Jul-25

21:11

3,659

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:11

13,312

reagent.adml

Not versioned

7-Jul-25

21:11

2,091

reagent.adml

Not versioned

7-Jul-25

21:11

2,166

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:11

11,776

reagent.adml

Not versioned

7-Jul-25

21:11

2,272

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:11

9,728

reagent.adml

Not versioned

7-Jul-25

21:11

2,348

reagent.adml

Not versioned

7-Jul-25

21:11

2,088

reagent.adml

Not versioned

7-Jul-25

21:11

2,399

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:11

8,192

wdsimage.dll.mui

10.0.26100.4762

7-Jul-25

21:11

4,608

reagent.adml

Not versioned

7-Jul-25

21:11

1,908

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:11

7,680

reagent.adml

Not versioned

7-Jul-25

21:11

2,089

wdsimage.dll.mui

10.0.26100.4762

7-Jul-25

21:11

7,168

reagent.adml

Not versioned

7-Jul-25

21:11

2,099

reagent.adml

Not versioned

7-Jul-25

21:11

2,093

reagent.adml

Not versioned

7-Jul-25

21:11

2,106

reagent.adml

Not versioned

7-Jul-25

21:11

3,348

reagent.adml

Not versioned

7-Jul-25

21:11

2,117

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:11

10,240

reagent.adml

Not versioned

7-Jul-25

21:11

2,133

wdsimage.dll.mui

10.0.26100.4762

7-Jul-25

21:11

5,632

reagent.adml

Not versioned

7-Jul-25

21:11

1,718

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:11

6,144

wdsimage.dll.mui

10.0.26100.4762

7-Jul-25

21:11

4,096

reagent.adml

Not versioned

7-Jul-25

21:11

1,706

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:11

6,656

reagent.admx

Not versioned

7-Jul-25

21:11

1,240

reagent.dll

10.0.26100.4762

7-Jul-25

21:11

759,168

reagent.xml

Not versioned

7-Jul-25

21:11

837

SetupPlatform.cfg

Not versioned

7-Jul-25

21:11

22,987

wdscore.dll

10.0.26100.4762

7-Jul-25

21:11

279,936

WinSetupBoot.hiv

Not versioned

7-Jul-25

21:11

8,192

WinSetupBoot.sys

10.0.26100.4762

7-Jul-25

21:11

112,000

wdsclientapi.dll

10.0.26100.4762

7-Jul-25

21:11

268,656

wdscsl.dll

10.0.26100.4762

7-Jul-25

21:11

112,000

wdsimage.dll

10.0.26100.4762

7-Jul-25

21:11

129,368

wdstptc.dll

10.0.26100.4762

7-Jul-25

21:11

219,496

fvevol.sys

10.0.26100.4762

7-Jul-25

21:11

968,088

dumpfve.sys

10.0.26100.4762

7-Jul-25

21:11

158,472

bcd.dll

10.0.26100.4762

7-Jul-25

21:11

162,584

bootsvc.dll

10.0.26100.4762

7-Jul-25

21:11

303,096

hwreqchk.dll

Not versioned

7-Jul-25

21:11

451,968

ServicingCommon.dll

10.0.26100.4762

7-Jul-25

21:11

931,136

utcapi.dll

10.0.26100.4762

7-Jul-25

21:11

66,984

wimgapi.dll

10.0.26100.4762

7-Jul-25

21:11

910,752

wdscommonlib.dll

10.0.26100.4762

7-Jul-25

21:11

341,376

dismapi.dll

10.0.26100.4762

7-Jul-25

21:11

1,267,072

dismcore.dll

10.0.26100.4762

7-Jul-25

21:11

480,664

dismcoreps.dll

10.0.26100.4762

7-Jul-25

21:11

230,784

dismprov.dll

10.0.26100.4762

7-Jul-25

21:11

353,688

folderprovider.dll

10.0.26100.4762

7-Jul-25

21:11

95,632

imagingprovider.dll

10.0.26100.4762

7-Jul-25

21:11

247,208

logprovider.dll

10.0.26100.4762

7-Jul-25

21:11

189,856

vhdprovider.dll

10.0.26100.4762

7-Jul-25

21:11

599,464

wimprovider.dll

10.0.26100.4762

7-Jul-25

21:11

697,768

unattend.dll

10.0.26100.4762

7-Jul-25

21:11

275,840

wpx.dll

10.0.26100.4762

7-Jul-25

21:11

1,422,752

locale.nls

Not versioned

7-Jul-25

21:11

861,992

nlsbres.dll

10.0.26100.4762

7-Jul-25

21:11

103,840

KerbClientShared.dll

10.0.26100.4762

7-Jul-25

21:11

261,800

sechost.dll

10.0.26100.4762

7-Jul-25

21:11

691,544

fveapibase.dll

10.0.26100.4762

7-Jul-25

21:11

741,376

fveapi.dll

10.0.26100.4762

7-Jul-25

21:11

1,310,720

kerberos.dll

10.0.26100.4762

7-Jul-25

21:11

1,409,024

kerb3961.dll

10.0.26100.4762

7-Jul-25

21:11

195,688

localkdcsvc.dll

10.0.26100.4762

7-Jul-25

21:11

917,504

LsaIso.exe

10.0.26100.4762

7-Jul-25

21:11

389,896

iumcrypt.dll

10.0.26100.4762

7-Jul-25

21:11

100,656

NtlmShared.dll

10.0.26100.4762

7-Jul-25

21:11

104,784

ServicingCommon.dll

10.0.26100.4762

7-Jul-25

21:11

931,152

ResetEngine.dll

10.0.26100.4762

7-Jul-25

21:11

2,925,992

ResetTelemetry.dll

10.0.26100.4762

7-Jul-25

21:11

570,784

ResetEngine.exe

10.0.26100.4762

7-Jul-25

21:11

42,400

ResetPluginHost.exe

10.0.26100.4762

7-Jul-25

21:11

57,344

srms.dat

Not versioned

7-Jul-25

21:11

60,394

sysreset.exe

10.0.26100.4762

7-Jul-25

21:11

487,424

ResetEngOnline.dll

10.0.26100.4762

7-Jul-25

21:11

229,376

SysResetErr.exe

10.0.26100.4762

7-Jul-25

21:11

75,208

ResetEngOnline.dll.mui

10.0.26100.4762

7-Jul-25

21:11

2,560

sysreseterr.exe.mui

10.0.26100.4762

7-Jul-25

21:11

3,072

ResetEngine.dll.mui

10.0.26100.4762

7-Jul-25

21:11

4,096

ResetEngOnline.dll.mui

10.0.26100.4762

7-Jul-25

21:11

3,072

ResetEngine.dll.mui

10.0.26100.4762

7-Jul-25

21:11

4,608

sysreseterr.exe.mui

10.0.26100.4762

7-Jul-25

21:11

2,560

ResetEngine.dll.mui

10.0.26100.4762

7-Jul-25

21:11

3,584

tcpip.sys

10.0.26100.4762

7-Jul-25

21:11

3,544,480

FWPKCLNT.SYS

10.0.26100.4762

7-Jul-25

21:11

583,040

tcpipreg.sys

10.0.26100.4762

7-Jul-25

21:11

86,016

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:11

261,632

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:11

269,312

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:11

266,240

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:11

265,216

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:11

267,776

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:11

268,800

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:11

261,120

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:11

267,264

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:11

263,680

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:11

265,728

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:11

259,072

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:11

252,928

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:11

251,904

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:11

264,192

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:11

263,168

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:11

262,656

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:11

266,752

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:11

249,344

DiagnosticDataSettings.dll

10.0.26100.4762

7-Jul-25

21:11

71,704

tbs.dll

10.0.26100.4762

7-Jul-25

21:11

113,048

tbs.sys

10.0.26100.4762

7-Jul-25

21:11

79,232

usodocked.dll

10.0.26100.4762

7-Jul-25

21:11

667,648

usosvc.dll.mui

10.0.26100.4762

7-Jul-25

21:11

3,584

usosvc.dll.mui

10.0.26100.4762

7-Jul-25

21:11

3,072

8acdd7e8a35f165b675b664e7ef8753ef4782f32.xml

Not versioned

7-Jul-25

21:11

3,314

72aceda3d9ebaa195b776ea9042fdf4dc3d29834.xml

Not versioned

7-Jul-25

21:11

2,496

7bc20c224f17145165aedb3fce9bda4f3c563cd7.xml

Not versioned

7-Jul-25

21:11

2,344

465bb23da8d1bea1a024758ba463bc1a7c487362.xml

Not versioned

7-Jul-25

21:11

2,458

7106fe8ce0b33cfdfee8b58e7e1b0a812935905e.xml

Not versioned

7-Jul-25

21:11

2,344

518f3ea9dc67aa5af7eb2840a6f77c874c2b2a17.xml

Not versioned

7-Jul-25

21:11

2,476

99c5248bd8c3356e9a42f332cab9b22eae3856df.xml

Not versioned

7-Jul-25

21:11

2,488

ef338bad6c4b025dc9c8f4f87a98276b2139d403.xml

Not versioned

7-Jul-25

21:11

2,482

0e0337eedd34f1bed8e9bc3202a2754e48b705af.xml

Not versioned

7-Jul-25

21:11

2,500

4ba05104f3d293466a50d8de04318624ab592070.xml

Not versioned

7-Jul-25

21:11

2,476

81d5c60cdaa2f6bac600452c12eac91e3823d9ef.xml

Not versioned

7-Jul-25

21:11

3,876

90eaab3b92938b566b871d11d7a2c86b081b26d4.xml

Not versioned

7-Jul-25

21:11

2,460

c20df1ed8df28c31d513bd896b58980c00c8b298.xml

Not versioned

7-Jul-25

21:11

878

5c7e9e098d198f0114f76066999378607084a638.xml

Not versioned

7-Jul-25

21:11

1,034

68feea34ca8e40dee5faab63604db4cd1d7a3e77.xml

Not versioned

7-Jul-25

21:11

1,034

56a7d507d06f3d51821e1124e642fa74ff3397af.xml

Not versioned

7-Jul-25

21:11

1,034

3332a645bfab2f45c96ade4c05630863cbdcfbd1.xml

Not versioned

7-Jul-25

21:11

1,034

e4c1f6f26bc4ae6ba77734b6aa93d400b87278bb.xml

Not versioned

7-Jul-25

21:11

1,034

b2617fe77af0e357462c58cb9ab1bbc2a243ab95.xml

Not versioned

7-Jul-25

21:11

1,034

0690201f6b392ef45758aa8180e54b80d4ff1a6a.xml

Not versioned

7-Jul-25

21:11

2,270

3cee7b10553edccb79ba709ba53630469cb48843.xml

Not versioned

7-Jul-25

21:11

1,234

23d343cca2905f5a9d8ed56e2f7308cf612ba7ec.xml

Not versioned

7-Jul-25

21:11

976

43ee7b2a373632f9a701249fd96d0edec2ff1279.xml

Not versioned

7-Jul-25

21:11

4,202

usosvc.dll

10.0.26100.4762

7-Jul-25

21:11

143,360

usosvcimpl.dll

1350.2506.29012.0

7-Jul-25

21:11

1,417,624

MoUsoCoreWorker.exe

1350.2506.29012.0

7-Jul-25

21:11

4,474,272

msvcp_win.dll

10.0.26100.4762

7-Jul-25

21:11

641,944

DuCsps.dll

10.0.26100.4762

7-Jul-25

21:11

139,264

usoapi.dll

10.0.26100.4762

7-Jul-25

21:11

200,704

usocoreps.dll

10.0.26100.4762

7-Jul-25

21:11

65,536

Windows.Management.Update.dll

10.0.26100.4762

7-Jul-25

21:11

102,400

nsi.dll

10.0.26100.4762

7-Jul-25

21:11

51,064

winnsi.dll

10.0.26100.4762

7-Jul-25

21:11

71,680

nsisvc.dll

10.0.26100.4762

7-Jul-25

21:11

61,440

nsiproxy.sys

10.0.26100.4762

7-Jul-25

21:11

77,824

ws2_32.dll

10.0.26100.4762

7-Jul-25

21:11

489,056

win32u.dll

10.0.26100.4762

7-Jul-25

21:11

170,912

win32k.sys

10.0.26100.4762

7-Jul-25

21:11

804,224

win32kfull.sys

10.0.26100.4762

7-Jul-25

21:11

4,276,224

win32kbase.sys

10.0.26100.4762

7-Jul-25

21:11

3,334,144

win32kbase_rs.sys

10.0.26100.4762

7-Jul-25

21:11

163,840

winpeshl.exe

10.0.26100.4762

7-Jul-25

21:11

57,344

wpeutil.dll

10.0.26100.4762

7-Jul-25

21:11

221,184

wpeutil.exe

10.0.26100.4762

7-Jul-25

21:11

32,768

wpeinit.exe

10.0.26100.4762

7-Jul-25

21:11

61,440

startnet.cmd

Not versioned

7-Jul-25

21:11

9

winpeshl.exe.mui

10.0.26100.4762

7-Jul-25

21:11

3,584

wpeutil.dll.mui

10.0.26100.4762

7-Jul-25

21:11

10,752

winpeshl.exe.mui

10.0.26100.4762

7-Jul-25

21:11

4,096

wpeutil.dll.mui

10.0.26100.4762

7-Jul-25

21:11

11,264

wpeutil.dll.mui

10.0.26100.4762

7-Jul-25

21:11

11,776

winpeshl.exe.mui

10.0.26100.4762

7-Jul-25

21:11

3,072

wpeutil.dll.mui

10.0.26100.4762

7-Jul-25

21:11

8,704

wpeutil.dll.mui

10.0.26100.4762

7-Jul-25

21:11

7,680

wpeutil.dll.mui

10.0.26100.4762

7-Jul-25

21:11

7,168

CloudRecApi.dll

10.0.26100.4762

7-Jul-25

21:11

86,016

CloudRecSvc.exe

1.0.0.1

7-Jul-25

21:11

106,496

ReInfo.dll

10.0.26100.4762

7-Jul-25

21:11

102,400

StartRep.exe

10.0.26100.4762

7-Jul-25

21:11

1,257,472

RecHost.exe

10.0.26100.4762

7-Jul-25

21:11

169,360

SrtTel.dll

10.0.26100.4762

7-Jul-25

21:11

1,770,936

RecEnv.exe

10.0.26100.4762

7-Jul-25

21:11

492,944

BootRec.exe

10.0.26100.4762

7-Jul-25

21:11

217,088

DUTProvider.dll

10.0.26100.4762

7-Jul-25

21:11

312,704

WinSetupBak.hiv

Not versioned

7-Jul-25

21:11

8,192

WinSetupBak.sys

10.0.26100.4762

7-Jul-25

21:11

202,160

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:11

36,352

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:11

25,600

BootRec.exe.mui

10.0.26100.4762

7-Jul-25

21:11

4,608

DUTProvider.dll.mui

10.0.26100.4762

7-Jul-25

21:11

5,120

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:11

35,840

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:11

39,936

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:11

27,648

BootRec.exe.mui

10.0.26100.4762

7-Jul-25

21:11

5,120

DUTProvider.dll.mui

10.0.26100.4762

7-Jul-25

21:11

5,632

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:11

43,520

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:11

29,184

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:11

32,768

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:11

24,576

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:11

38,400

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:11

27,136

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:11

40,960

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:11

28,160

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:11

38,912

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:11

26,624

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:11

22,528

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:11

19,456

BootRec.exe.mui

10.0.26100.4762

7-Jul-25

21:11

4,096

DUTProvider.dll.mui

10.0.26100.4762

7-Jul-25

21:11

4,096

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:11

20,992

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:11

18,432

BootRec.exe.mui

10.0.26100.4762

7-Jul-25

21:11

3,584

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:11

35,328

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:11

26,112

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:11

37,888

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:11

40,448

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:11

34,816

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:11

25,088

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:11

15,872

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:11

16,896

wow64con.dll

10.0.26100.4762

7-Jul-25

21:11

108,920

bcrypt.dll

10.0.26100.4762

7-Jul-25

21:11

102,288

bcryptprimitives.dll

10.0.26100.4762

7-Jul-25

21:11

427,224

cryptbase.dll

10.0.26100.4762

7-Jul-25

21:11

33,184

cryptsp.dll

10.0.26100.4762

7-Jul-25

21:11

77,024

DismCore.dll

10.0.26100.4762

7-Jul-25

21:11

371,096

DismProv.dll

10.0.26100.4762

7-Jul-25

21:11

251,808

DismCorePS.dll

10.0.26100.4762

7-Jul-25

21:11

98,720

LogProvider.dll

10.0.26100.4762

7-Jul-25

21:11

76,184

FolderProvider.dll

10.0.26100.4762

7-Jul-25

21:11

59,776

dhcpcore.dll

10.0.26100.4762

7-Jul-25

21:11

368,024

dhcpcsvc.dll

10.0.26100.4762

7-Jul-25

21:11

103,296

dhcpcore6.dll

10.0.26100.4762

7-Jul-25

21:11

257,432

dhcpcsvc6.dll

10.0.26100.4762

7-Jul-25

21:11

88,448

wer.dll

10.0.26100.4762

7-Jul-25

21:11

832,112

weretw.dll

10.0.26100.4762

7-Jul-25

21:11

188,000

werdiagcontroller.dll

10.0.26100.4762

7-Jul-25

21:11

41,984

wermgr.exe

10.0.26100.4762

7-Jul-25

21:11

250,240

WerFault.exe

10.0.26100.4762

7-Jul-25

21:11

548,752

WerFaultSecure.exe

10.0.26100.4762

7-Jul-25

21:11

175,200

Faultrep.dll

10.0.26100.4762

7-Jul-25

21:11

446,320

WerEnc.dll

10.0.26100.4762

7-Jul-25

21:11

27,920

KernelBase.dll

10.0.26100.4762

7-Jul-25

21:11

2,917,280

api-ms-win-core-comm-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,216

api-ms-win-core-console-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,184

api-ms-win-core-datetime-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,672

api-ms-win-core-datetime-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

12,712

api-ms-win-core-debug-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,704

api-ms-win-core-debug-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

12,712

api-ms-win-core-delayload-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,200

api-ms-win-core-errorhandling-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,672

api-ms-win-core-errorhandling-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

12,704

api-ms-win-core-fibers-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,672

api-ms-win-core-fibers-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

12,176

api-ms-win-core-file-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

16,272

api-ms-win-core-file-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,704

api-ms-win-core-file-l1-2-1.dll

10.0.26100.4762

7-Jul-25

21:11

12,696

api-ms-win-core-handle-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,688

api-ms-win-core-heap-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,208

api-ms-win-core-interlocked-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,216

api-ms-win-core-io-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,696

api-ms-win-core-io-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

12,672

api-ms-win-core-libraryloader-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,720

api-ms-win-core-libraryloader-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

12,688

api-ms-win-core-localization-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:11

15,760

api-ms-win-core-localization-l1-2-1.dll

10.0.26100.4762

7-Jul-25

21:11

12,160

api-ms-win-core-memory-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,184

api-ms-win-core-memory-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

13,736

api-ms-win-core-memory-l1-1-2.dll

10.0.26100.4762

7-Jul-25

21:11

13,184

api-ms-win-core-namedpipe-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,672

api-ms-win-core-processenvironment-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,720

api-ms-win-core-processenvironment-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,672

api-ms-win-core-processthreads-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

15,256

api-ms-win-core-processthreads-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

13,216

api-ms-win-core-processthreads-l1-1-2.dll

10.0.26100.4762

7-Jul-25

21:11

12,696

api-ms-win-core-profile-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,688

api-ms-win-core-realtime-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,704

api-ms-win-core-registry-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

14,744

api-ms-win-core-rtlsupport-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,696

api-ms-win-core-string-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,688

api-ms-win-core-stringloader-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

12,704

api-ms-win-core-synch-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

14,760

api-ms-win-core-synch-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,208

api-ms-win-core-sysinfo-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,736

api-ms-win-core-sysinfo-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,688

api-ms-win-core-sysinfo-l1-2-1.dll

10.0.26100.4762

7-Jul-25

21:11

12,688

api-ms-win-core-threadpool-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:11

14,736

api-ms-win-core-timezone-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,184

api-ms-win-core-util-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,712

api-ms-win-core-xstate-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,688

api-ms-win-security-base-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

18,320

api-ms-win-service-core-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,688

api-ms-win-service-core-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

12,704

api-ms-win-service-management-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,672

api-ms-win-service-management-l2-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,688

api-ms-win-service-winsvc-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,696

API-MS-Win-core-localization-obsolete-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,184

api-ms-win-core-threadpool-private-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,688

api-ms-win-core-threadpool-legacy-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,704

api-ms-win-core-wow64-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

12,672

api-ms-win-service-private-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,696

api-ms-win-service-private-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:11

13,728

api-ms-win-crt-conio-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,720

api-ms-win-crt-convert-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

16,768

api-ms-win-crt-environment-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,216

api-ms-win-crt-filesystem-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

15,232

api-ms-win-crt-heap-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,720

api-ms-win-crt-locale-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,224

api-ms-win-crt-math-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

23,456

api-ms-win-crt-multibyte-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

20,888

api-ms-win-crt-private-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

67,480

api-ms-win-crt-process-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,720

api-ms-win-crt-runtime-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

17,816

api-ms-win-crt-stdio-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

18,840

api-ms-win-crt-string-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

19,360

api-ms-win-crt-time-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

15,272

api-ms-win-crt-utility-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:11

13,224

ucrtbase.dll

10.0.26100.4762

7-Jul-25

21:11

1,114,152

migcore.dll

10.0.26100.4762

7-Jul-25

21:11

7,158,688

migstore.dll

10.0.26100.4762

7-Jul-25

21:11

1,063,296

mighost.exe

10.0.26100.4762

7-Jul-25

21:11

254,872

migres.dll

10.0.26100.4762

7-Jul-25

21:11

17,280

migapp.dll

10.0.26100.4762

7-Jul-25

21:11

231,840

MXEAgent.dll

10.0.26100.4762

7-Jul-25

21:11

274,816

AppExtAgent.dll

10.0.26100.4762

7-Jul-25

21:11

346,536

csiagent.dll

10.0.26100.4762

7-Jul-25

21:11

527,272

cmi2migxml.dll

10.0.26100.4762

7-Jul-25

21:11

158,632

msasn1.dll

10.0.26100.4762

7-Jul-25

21:11

52,240

msvcrt.dll

7.0.26100.4762

7-Jul-25

21:11

809,432

nlaapi.dll

10.0.26100.4762

7-Jul-25

21:11

24,064

nlmproxy.dll

10.0.26100.4762

7-Jul-25

21:11

19,456

nlmsprep.dll

10.0.26100.4762

7-Jul-25

21:11

17,920

ntdll.dll

10.0.26100.4762

7-Jul-25

21:11

1,812,536

rpcrt4.dll

10.0.26100.4762

7-Jul-25

21:11

772,200

KerbClientShared.dll

10.0.26100.4762

7-Jul-25

21:11

165,352

sechost.dll

10.0.26100.4762

7-Jul-25

21:11

529,504

fveapibase.dll

10.0.26100.4762

7-Jul-25

21:11

617,472

fveapi.dll

10.0.26100.4762

7-Jul-25

21:11

1,071,616

kerberos.dll

10.0.26100.4762

7-Jul-25

21:11

1,042,432

kerb3961.dll

10.0.26100.4762

7-Jul-25

21:11

145,168

NtlmShared.dll

10.0.26100.4762

7-Jul-25

21:11

59,968

ServicingCommon.dll

10.0.26100.4762

7-Jul-25

21:11

749,512

DiagnosticDataSettings.dll

10.0.26100.4762

7-Jul-25

21:11

38,832

tbs.dll

10.0.26100.4762

7-Jul-25

21:11

78,088

msvcp_win.dll

10.0.26100.4762

7-Jul-25

21:11

505,728

usoapi.dll

10.0.26100.4762

7-Jul-25

21:11

98,304

Windows.Management.Update.dll

10.0.26100.4762

7-Jul-25

21:11

71,168

nsi.dll

10.0.26100.4762

7-Jul-25

21:11

21,792

winnsi.dll

10.0.26100.4762

7-Jul-25

21:11

35,208

ws2_32.dll

10.0.26100.4762

7-Jul-25

21:11

392,064

win32u.dll

10.0.26100.4762

7-Jul-25

21:11

105,896

ReAgent.dll

10.0.26100.4762

7-Jul-25

21:11

650,640

ReInfo.dll

10.0.26100.4762

7-Jul-25

21:11

62,976

File name

File version

Date

Time

File size

storufs.inf

Not versioned

7-Jul-25

21:10

26,264

storufs.sys

10.0.26100.4762

7-Jul-25

21:10

113,024

tpm.inf

Not versioned

7-Jul-25

21:10

11,618

tpm.sys

10.0.26100.4762

7-Jul-25

21:10

350,112

hvloader.dll

10.0.26100.4762

7-Jul-25

21:10

187,264

hvaa64.exe

10.0.26100.4762

7-Jul-25

21:10

1,400,192

skci.dll

10.0.26100.4762

7-Jul-25

21:10

250,704

iumbase.dll

10.0.26100.4762

7-Jul-25

21:10

26,424

iumdll.dll

10.0.26100.4762

7-Jul-25

21:10

16,648

tprtdll.dll

10.0.26100.4762

7-Jul-25

21:10

389,536

vertdll.dll

10.0.26100.4762

7-Jul-25

21:10

180,912

ucrtbase_enclave.dll

10.0.26100.4762

7-Jul-25

21:10

450,456

securekernel.exe

10.0.26100.4762

7-Jul-25

21:10

970,624

VbsSiPolicy.p7b

Not versioned

7-Jul-25

21:10

68,351

SDFHost.dll

10.0.26100.4762

7-Jul-25

21:10

43,984

IumSdk.dll

10.0.26100.4762

7-Jul-25

21:10

23,736

Facilitator.dll

10.0.26100.4762

7-Jul-25

21:10

1,192,864

apisetschema.dll

10.0.26100.4762

7-Jul-25

21:10

139,688

apisetschema.dll

10.0.26100.4762

7-Jul-25

21:10

139,680

tcblaunch.exe

10.0.26100.4762

7-Jul-25

21:10

927,720

tcbloader.dll

10.0.26100.4762

7-Jul-25

21:10

279,456

DrtmAuthArm.wim

Not versioned

7-Jul-25

21:10

6,024

bootux.dll

10.0.26100.4762

7-Jul-25

21:10

4,959,232

winload.efi

10.0.26100.4762

7-Jul-25

21:10

3,121,336

bcrypt.dll

10.0.26100.4762

7-Jul-25

21:10

264,608

bcryptprimitives.dll

10.0.26100.4762

7-Jul-25

21:10

904,536

BootMenuUX.dll

10.0.26100.4762

7-Jul-25

21:10

238,592

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

40,448

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

48,640

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

46,592

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

44,032

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

51,200

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

53,248

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

48,128

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

43,520

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

45,568

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

51,712

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

35,840

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

46,080

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

47,104

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

26,624

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

24,064

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

45,056

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

44,544

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

49,152

bootux.dll.mui

10.0.26100.4762

7-Jul-25

21:10

19,456

driversipolicy.p7b

Not versioned

7-Jul-25

21:10

229,162

ntdll.dll

10.0.26100.4762

7-Jul-25

21:10

2,398,808

cng.sys

10.0.26100.4762

7-Jul-25

21:10

728,888

ci.dll

10.0.26100.4762

7-Jul-25

21:10

972,776

driver.stl

Not versioned

7-Jul-25

21:10

15,114

previous.driver.stl

Not versioned

7-Jul-25

21:10

15,114

cryptbase.dll

10.0.26100.4762

7-Jul-25

21:10

67,864

cryptsp.dll

10.0.26100.4762

7-Jul-25

21:10

177,328

DismCore.dll

10.0.26100.4762

7-Jul-25

21:10

784,792

DismProv.dll

10.0.26100.4762

7-Jul-25

21:10

633,248

DismCorePS.dll

10.0.26100.4762

7-Jul-25

21:10

404,864

LogProvider.dll

10.0.26100.4762

7-Jul-25

21:10

200,096

FolderProvider.dll

10.0.26100.4762

7-Jul-25

21:10

162,712

dhcpcore.dll

10.0.26100.4762

7-Jul-25

21:10

765,312

dhcpcsvc.dll

10.0.26100.4762

7-Jul-25

21:10

272,768

dhcpcore6.dll

10.0.26100.4762

7-Jul-25

21:10

534,912

dhcpcsvc6.dll

10.0.26100.4762

7-Jul-25

21:10

182,160

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:10

19,968

WerFaultSecure.exe.mui

10.0.26100.4762

7-Jul-25

21:10

6,656

faultrep.dll.mui

10.0.26100.4762

7-Jul-25

21:10

6,656

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:10

22,528

WerFaultSecure.exe.mui

10.0.26100.4762

7-Jul-25

21:10

7,168

faultrep.dll.mui

10.0.26100.4762

7-Jul-25

21:10

7,168

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:10

21,504

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:10

20,992

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:10

24,576

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:10

25,600

WerFaultSecure.exe.mui

10.0.26100.4762

7-Jul-25

21:10

8,192

faultrep.dll.mui

10.0.26100.4762

7-Jul-25

21:10

8,192

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:10

20,480

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:10

22,016

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:10

19,456

WerFaultSecure.exe.mui

10.0.26100.4762

7-Jul-25

21:10

7,680

faultrep.dll.mui

10.0.26100.4762

7-Jul-25

21:10

7,680

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:10

18,432

WerFaultSecure.exe.mui

10.0.26100.4762

7-Jul-25

21:10

6,144

faultrep.dll.mui

10.0.26100.4762

7-Jul-25

21:10

6,144

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:10

23,040

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:10

13,312

WerFaultSecure.exe.mui

10.0.26100.4762

7-Jul-25

21:10

5,120

faultrep.dll.mui

10.0.26100.4762

7-Jul-25

21:10

5,120

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:10

12,800

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:10

23,552

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:10

9,728

WerFaultSecure.exe.mui

10.0.26100.4762

7-Jul-25

21:10

4,608

faultrep.dll.mui

10.0.26100.4762

7-Jul-25

21:10

4,608

WerFault.exe.mui

10.0.26100.4762

7-Jul-25

21:10

10,240

wer.dll.mui

10.0.26100.4762

7-Jul-25

21:10

11,264

wer.dll.mui

10.0.26100.4762

7-Jul-25

21:10

12,288

wer.dll.mui

10.0.26100.4762

7-Jul-25

21:10

11,776

wer.dll.mui

10.0.26100.4762

7-Jul-25

21:10

13,312

wer.dll.mui

10.0.26100.4762

7-Jul-25

21:10

12,800

wer.dll.mui

10.0.26100.4762

7-Jul-25

21:10

9,728

wer.dll.mui

10.0.26100.4762

7-Jul-25

21:10

8,192

wer.dll.mui

10.0.26100.4762

7-Jul-25

21:10

10,752

wer.dll.mui

10.0.26100.4762

7-Jul-25

21:10

7,168

wer.dll

10.0.26100.4762

7-Jul-25

21:10

2,007,712

weretw.dll

10.0.26100.4762

7-Jul-25

21:10

516,080

werdiagcontroller.dll

10.0.26100.4762

7-Jul-25

21:10

52,736

wermgr.exe

10.0.26100.4762

7-Jul-25

21:10

294,784

WerFault.exe

10.0.26100.4762

7-Jul-25

21:10

1,111,448

WerFaultSecure.exe

10.0.26100.4762

7-Jul-25

21:10

201,024

Faultrep.dll

10.0.26100.4762

7-Jul-25

21:10

907,608

WerEnc.dll

10.0.26100.4762

7-Jul-25

21:10

34,672

fbwf.sys

10.0.26100.4762

7-Jul-25

21:10

134,408

cmi2migxml.dll

10.0.26100.4762

7-Jul-25

21:10

216,448

csiagent.dll

10.0.26100.4762

7-Jul-25

21:10

739,240

diagER.dll

10.0.26100.4762

7-Jul-25

21:10

77,728

hwcompat.dll

10.0.26100.4762

7-Jul-25

21:10

234,880

hwcompat.txt

Not versioned

7-Jul-25

21:10

218,861

hwexclude.txt

Not versioned

7-Jul-25

21:10

51

icbexclusion.inf

Not versioned

7-Jul-25

21:10

7,222

migapp.xml

Not versioned

7-Jul-25

21:10

654,548

migcore.dll

10.0.26100.4762

7-Jul-25

21:10

9,910,192

mighost.exe

10.0.26100.4762

7-Jul-25

21:10

271,256

migres.dll

10.0.26100.4762

7-Jul-25

21:10

17,320

migisol.dll

10.0.26100.4762

7-Jul-25

21:10

124,832

migstore.dll

10.0.26100.4762

7-Jul-25

21:10

1,425,824

migsys.dll

10.0.26100.4762

7-Jul-25

21:10

483,200

MXEAgent.dll

10.0.26100.4762

7-Jul-25

21:10

395,648

AppExtAgent.dll

10.0.26100.4762

7-Jul-25

21:10

499,624

offline.xml

Not versioned

7-Jul-25

21:10

44,690

oscomps.xml

Not versioned

7-Jul-25

21:10

449,323

osfilter.inf

Not versioned

7-Jul-25

21:10

21,299

pnppropmig.dll

10.0.26100.4762

7-Jul-25

21:10

93,568

ReserveManager.dll

10.0.26100.4762

7-Jul-25

21:10

354,704

setupplatform.cfg

Not versioned

7-Jul-25

21:10

15,971

setupplatform.dll

1.97.26100.4762

7-Jul-25

21:10

10,214,304

setupplatform.exe

1.97.26100.4762

7-Jul-25

21:10

239,000

SFCN.dat

Not versioned

7-Jul-25

21:10

1,824

SFLCID.dat

Not versioned

7-Jul-25

21:10

1,644

SFLISTW7.dat

Not versioned

7-Jul-25

21:10

1,703,368

SFLISTW8.dat

Not versioned

7-Jul-25

21:10

2,608,858

SFLISTWB.dat

Not versioned

7-Jul-25

21:10

3,172,904

SFLISTWT.dat

Not versioned

7-Jul-25

21:10

4,935,402

SFLISTRS1.dat

Not versioned

7-Jul-25

21:10

5,593,182

SFPAT.inf

Not versioned

7-Jul-25

21:10

11,602

SFPATW7.inf

Not versioned

7-Jul-25

21:10

17,396

SFPATW8.inf

Not versioned

7-Jul-25

21:10

79,818

SFPATWB.inf

Not versioned

7-Jul-25

21:10

91,635

SFPATWT.inf

Not versioned

7-Jul-25

21:10

165,729

SFPATRS1.inf

Not versioned

7-Jul-25

21:10

169,730

unbcl.dll

10.0.26100.4762

7-Jul-25

21:10

1,112,976

upgradeagent.dll

10.0.26100.4762

7-Jul-25

21:10

3,451,280

upgradeagent.xml

Not versioned

7-Jul-25

21:10

70,907

upgrade_comp.xml

Not versioned

7-Jul-25

21:10

6,054

upgrade_bulk.xml

Not versioned

7-Jul-25

21:10

211,949

upgrade_data.xml

Not versioned

7-Jul-25

21:10

41,750

upgrade_frmwrk.xml

Not versioned

7-Jul-25

21:10

19,157

upgWow_bulk.xml

Not versioned

7-Jul-25

21:10

114,707

upgWowA32_bulk.xml

Not versioned

7-Jul-25

21:10

114,697

uninstall.xml

Not versioned

7-Jul-25

21:10

4,639

uninstall_data.xml

Not versioned

7-Jul-25

21:10

11,122

wdsutil.dll

10.0.26100.4762

7-Jul-25

21:10

352,656

WinSetupMon.hiv

Not versioned

7-Jul-25

21:10

8,192

WinSetupMon.sys

10.0.26100.4762

7-Jul-25

21:10

145,856

actionqueue.dll

10.0.26100.4762

7-Jul-25

21:10

431,504

appcompat_detailed.xsl

Not versioned

7-Jul-25

21:10

13,608

appcompat_detailed_bidi.xsl

Not versioned

7-Jul-25

21:10

13,732

cdplib.mof

Not versioned

7-Jul-25

21:10

1,976

cdplibuninstall.mof

Not versioned

7-Jul-25

21:10

571

dpx.dll

10.0.26100.4762

7-Jul-25

21:10

1,969,056

UpdateCompression.dll

5.0.1.1

7-Jul-25

21:10

1,104,256

itgtupg.dll

10.0.26100.4762

7-Jul-25

21:10

100,696

migtestplugin.dll

10.0.26100.4762

7-Jul-25

21:10

56,664

msdelta.dll

5.0.1.1

7-Jul-25

21:10

947,584

mspatcha.dll

5.0.1.1

7-Jul-25

21:10

116,096

smiengine.dll

10.0.26100.4762

7-Jul-25

21:10

1,696,640

wcmtypes.xsd

Not versioned

7-Jul-25

21:10

1,047

wdsupgcompl.dll

10.0.26100.4762

7-Jul-25

21:10

26,992

auditetw.dll

10.0.26100.4762

7-Jul-25

21:10

16,272

cmisetupetw.dll

10.0.26100.4762

7-Jul-25

21:10

16,768

etwproviderinstall.vbs

Not versioned

7-Jul-25

21:10

6,868

setupcletw.dll

10.0.26100.4762

7-Jul-25

21:10

20,840

winsetupetw.dll

10.0.26100.4762

7-Jul-25

21:10

68,968

migres.dll.mui

10.0.26100.4762

7-Jul-25

21:10

7,680

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:10

14,240

migres.dll.mui

10.0.26100.4762

7-Jul-25

21:10

8,192

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:10

14,248

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:10

14,224

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:10

14,232

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:10

14,720

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:10

14,760

migres.dll.mui

10.0.26100.4762

7-Jul-25

21:10

8,704

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:10

14,208

migres.dll.mui

10.0.26100.4762

7-Jul-25

21:10

7,168

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:10

13,712

migres.dll.mui

10.0.26100.4762

7-Jul-25

21:10

6,656

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:10

13,200

migres.dll.mui

10.0.26100.4762

7-Jul-25

21:10

6,144

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:10

13,208

migres.dll.mui

10.0.26100.4762

7-Jul-25

21:10

5,632

setupplatform.exe.mui

1.97.26100.4762

7-Jul-25

21:10

13,184

KernelBase.dll

10.0.26100.4762

7-Jul-25

21:10

6,965,208

dxgkrnl.sys

10.0.26100.4762

7-Jul-25

21:10

4,887,424

cdd.dll

10.0.26100.4762

7-Jul-25

21:10

260,608

dxgmms1.sys

10.0.26100.4762

7-Jul-25

21:10

462,208

dxgmms2.sys

10.0.26100.4762

7-Jul-25

21:10

1,076,136

api-ms-win-core-comm-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

22,424

api-ms-win-core-console-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

22,432

api-ms-win-core-datetime-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,408

api-ms-win-core-datetime-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

20,888

api-ms-win-core-debug-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,400

api-ms-win-core-debug-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

21,416

api-ms-win-core-delayload-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

20,896

api-ms-win-core-errorhandling-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,400

api-ms-win-core-errorhandling-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

21,408

api-ms-win-core-fibers-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

20,888

api-ms-win-core-fibers-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

20,864

api-ms-win-core-file-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

29,584

api-ms-win-core-file-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,408

api-ms-win-core-file-l1-2-1.dll

10.0.26100.4762

7-Jul-25

21:10

21,400

api-ms-win-core-handle-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,416

api-ms-win-core-heap-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

22,440

api-ms-win-core-interlocked-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,376

api-ms-win-core-io-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,912

api-ms-win-core-io-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

20,904

api-ms-win-core-libraryloader-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

23,424

api-ms-win-core-libraryloader-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

21,376

api-ms-win-core-localization-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:10

27,552

api-ms-win-core-localization-l1-2-1.dll

10.0.26100.4762

7-Jul-25

21:10

20,896

api-ms-win-core-memory-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

22,424

api-ms-win-core-memory-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

23,424

api-ms-win-core-memory-l1-1-2.dll

10.0.26100.4762

7-Jul-25

21:10

22,424

api-ms-win-core-namedpipe-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,920

api-ms-win-core-processenvironment-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

23,464

api-ms-win-core-processenvironment-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,400

api-ms-win-core-processthreads-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

26,520

api-ms-win-core-processthreads-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

22,936

api-ms-win-core-processthreads-l1-1-2.dll

10.0.26100.4762

7-Jul-25

21:10

21,912

api-ms-win-core-profile-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

20,864

api-ms-win-core-realtime-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,400

api-ms-win-core-registry-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

25,496

api-ms-win-core-rtlsupport-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

22,400

api-ms-win-core-string-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,920

api-ms-win-core-stringloader-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

20,896

api-ms-win-core-synch-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

25,472

api-ms-win-core-synch-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:10

22,936

api-ms-win-core-sysinfo-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

23,456

api-ms-win-core-sysinfo-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,912

api-ms-win-core-sysinfo-l1-2-1.dll

10.0.26100.4762

7-Jul-25

21:10

21,400

api-ms-win-core-threadpool-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:10

26,024

api-ms-win-core-timezone-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

22,944

api-ms-win-core-util-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,376

api-ms-win-core-xstate-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,920

api-ms-win-security-base-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

33,664

api-ms-win-service-core-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,376

api-ms-win-service-core-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

21,416

api-ms-win-service-management-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,408

api-ms-win-service-management-l2-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,888

api-ms-win-service-winsvc-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

23,960

API-MS-Win-core-localization-obsolete-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,888

api-ms-win-core-threadpool-private-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,192

api-ms-win-core-threadpool-legacy-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,912

api-ms-win-core-wow64-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

21,400

api-ms-win-service-private-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

22,936

api-ms-win-service-private-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

23,424

api-ms-win-crt-conio-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

23,976

api-ms-win-crt-convert-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

30,632

api-ms-win-crt-environment-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

22,432

api-ms-win-crt-filesystem-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

26,528

api-ms-win-crt-heap-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

23,440

api-ms-win-crt-locale-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

22,912

api-ms-win-crt-math-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

41,880

api-ms-win-crt-multibyte-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

39,312

api-ms-win-crt-private-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

135,576

api-ms-win-crt-process-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

23,976

api-ms-win-crt-runtime-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

31,632

api-ms-win-crt-stdio-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

35,224

api-ms-win-crt-string-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

35,736

api-ms-win-crt-time-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

27,024

api-ms-win-crt-utility-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

22,952

ucrtbase.dll

10.0.26100.4762

7-Jul-25

21:10

2,262,376

migcore.dll

10.0.26100.4762

7-Jul-25

21:10

9,910,216

migstore.dll

10.0.26100.4762

7-Jul-25

21:10

1,425,792

mighost.exe

10.0.26100.4762

7-Jul-25

21:10

271,272

migres.dll

10.0.26100.4762

7-Jul-25

21:10

17,312

migapp.dll

10.0.26100.4762

7-Jul-25

21:10

334,248

MXEAgent.dll

10.0.26100.4762

7-Jul-25

21:10

395,672

AppExtAgent.dll

10.0.26100.4762

7-Jul-25

21:10

499,584

csiagent.dll

10.0.26100.4762

7-Jul-25

21:10

739,200

cmi2migxml.dll

10.0.26100.4762

7-Jul-25

21:10

216,480

SFLISTXP.dat

Not versioned

7-Jul-25

21:10

1,459,226

SFLISTLH.dat

Not versioned

7-Jul-25

21:10

3,347,940

SFPATXP.inf

Not versioned

7-Jul-25

21:10

4,355

SFPATLH.inf

Not versioned

7-Jul-25

21:10

8,678

msasn1.dll

10.0.26100.4762

7-Jul-25

21:10

140,632

msvcrt.dll

7.0.26100.4762

7-Jul-25

21:10

1,324,392

netio.sys

10.0.26100.4762

7-Jul-25

21:10

678,296

ncsi.dll

10.0.26100.4762

7-Jul-25

21:10

1,290,240

netprofmsvc.dll

10.0.26100.4762

7-Jul-25

21:10

2,222,080

nlaapi.dll

10.0.26100.4762

7-Jul-25

21:10

75,264

nlmproxy.dll

10.0.26100.4762

7-Jul-25

21:10

77,312

nlmsprep.dll

10.0.26100.4762

7-Jul-25

21:10

57,344

ntdll.dll

10.0.26100.4762

7-Jul-25

21:10

4,323,896

ntoskrnl.exe

10.0.26100.4762

7-Jul-25

21:10

11,442,592

rpcrt4.dll

10.0.26100.4762

7-Jul-25

21:10

2,102,840

reagent.adml

Not versioned

7-Jul-25

21:10

1,817

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:10

10,752

wdsimage.dll.mui

10.0.26100.4762

7-Jul-25

21:10

6,144

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:10

12,288

reagent.adml

Not versioned

7-Jul-25

21:10

2,035

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:10

11,264

reagent.adml

Not versioned

7-Jul-25

21:10

2,016

reagent.adml

Not versioned

7-Jul-25

21:10

2,263

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:10

12,800

wdsimage.dll.mui

10.0.26100.4762

7-Jul-25

21:10

6,656

reagent.adml

Not versioned

7-Jul-25

21:10

3,659

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:10

13,312

reagent.adml

Not versioned

7-Jul-25

21:10

2,091

reagent.adml

Not versioned

7-Jul-25

21:10

2,166

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:10

11,776

reagent.adml

Not versioned

7-Jul-25

21:10

2,272

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:10

9,728

reagent.adml

Not versioned

7-Jul-25

21:10

2,348

reagent.adml

Not versioned

7-Jul-25

21:10

2,088

reagent.adml

Not versioned

7-Jul-25

21:10

2,399

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:10

8,192

wdsimage.dll.mui

10.0.26100.4762

7-Jul-25

21:10

4,608

reagent.adml

Not versioned

7-Jul-25

21:10

1,908

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:10

7,680

reagent.adml

Not versioned

7-Jul-25

21:10

2,089

wdsimage.dll.mui

10.0.26100.4762

7-Jul-25

21:10

7,168

reagent.adml

Not versioned

7-Jul-25

21:10

2,099

reagent.adml

Not versioned

7-Jul-25

21:10

2,093

reagent.adml

Not versioned

7-Jul-25

21:10

2,106

reagent.adml

Not versioned

7-Jul-25

21:10

3,348

reagent.adml

Not versioned

7-Jul-25

21:10

2,117

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:10

10,240

reagent.adml

Not versioned

7-Jul-25

21:10

2,133

wdsimage.dll.mui

10.0.26100.4762

7-Jul-25

21:10

5,632

reagent.adml

Not versioned

7-Jul-25

21:10

1,718

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:10

6,144

wdsimage.dll.mui

10.0.26100.4762

7-Jul-25

21:10

4,096

reagent.adml

Not versioned

7-Jul-25

21:10

1,706

reagent.dll.mui

10.0.26100.4762

7-Jul-25

21:10

6,656

reagent.admx

Not versioned

7-Jul-25

21:10

1,240

reagent.dll

10.0.26100.4762

7-Jul-25

21:10

1,241,496

reagent.xml

Not versioned

7-Jul-25

21:10

837

SetupPlatform.cfg

Not versioned

7-Jul-25

21:10

22,987

wdscore.dll

10.0.26100.4762

7-Jul-25

21:10

259,992

WinSetupBoot.hiv

Not versioned

7-Jul-25

21:10

8,192

WinSetupBoot.sys

10.0.26100.4762

7-Jul-25

21:10

91,064

wdsclientapi.dll

10.0.26100.4762

7-Jul-25

21:10

252,248

wdscsl.dll

10.0.26100.4762

7-Jul-25

21:10

94,648

wdsimage.dll

10.0.26100.4762

7-Jul-25

21:10

111,464

wdstptc.dll

10.0.26100.4762

7-Jul-25

21:10

199,048

fvevol.sys

10.0.26100.4762

7-Jul-25

21:10

887,704

dumpfve.sys

10.0.26100.4762

7-Jul-25

21:10

108,152

bcd.dll

10.0.26100.4762

7-Jul-25

21:10

145,176

bootsvc.dll

10.0.26100.4762

7-Jul-25

21:10

282,560

hwreqchk.dll

Not versioned

7-Jul-25

21:10

800,672

ServicingCommon.dll

10.0.26100.4762

7-Jul-25

21:10

1,728,352

utcapi.dll

10.0.26100.4762

7-Jul-25

21:10

46,464

wimgapi.dll

10.0.26100.4762

7-Jul-25

21:10

1,547,136

wdscommonlib.dll

10.0.26100.4762

7-Jul-25

21:10

322,464

dismapi.dll

10.0.26100.4762

7-Jul-25

21:10

2,184,096

dismcore.dll

10.0.26100.4762

7-Jul-25

21:10

784,768

dismcoreps.dll

10.0.26100.4762

7-Jul-25

21:10

219,520

dismprov.dll

10.0.26100.4762

7-Jul-25

21:10

355,224

folderprovider.dll

10.0.26100.4762

7-Jul-25

21:10

162,720

imagingprovider.dll

10.0.26100.4762

7-Jul-25

21:10

470,424

logprovider.dll

10.0.26100.4762

7-Jul-25

21:10

180,096

vhdprovider.dll

10.0.26100.4762

7-Jul-25

21:10

1,090,472

wimprovider.dll

10.0.26100.4762

7-Jul-25

21:10

1,283,496

unattend.dll

10.0.26100.4762

7-Jul-25

21:10

256,408

wpx.dll

10.0.26100.4762

7-Jul-25

21:10

1,553,792

locale.nls

Not versioned

7-Jul-25

21:10

861,992

nlsbres.dll

10.0.26100.4762

7-Jul-25

21:10

94,616

KerbClientShared.dll

10.0.26100.4762

7-Jul-25

21:10

375,200

sechost.dll

10.0.26100.4762

7-Jul-25

21:10

1,164,832

fveapibase.dll

10.0.26100.4762

7-Jul-25

21:10

1,281,536

fveapi.dll

10.0.26100.4762

7-Jul-25

21:10

2,182,656

kerberos.dll

10.0.26100.4762

7-Jul-25

21:10

2,364,928

kerb3961.dll

10.0.26100.4762

7-Jul-25

21:10

326,544

localkdcsvc.dll

10.0.26100.4762

7-Jul-25

21:10

899,072

LsaIso.exe

10.0.26100.4762

7-Jul-25

21:10

367,328

iumcrypt.dll

10.0.26100.4762

7-Jul-25

21:10

141,136

NtlmShared.dll

10.0.26100.4762

7-Jul-25

21:10

155,624

ServicingCommon.dll

10.0.26100.4762

7-Jul-25

21:10

1,728,344

ResetEngine.dll

10.0.26100.4762

7-Jul-25

21:10

3,425,696

ResetTelemetry.dll

10.0.26100.4762

7-Jul-25

21:10

583,040

ResetEngine.exe

10.0.26100.4762

7-Jul-25

21:10

26,520

ResetPluginHost.exe

10.0.26100.4762

7-Jul-25

21:10

41,472

srms.dat

Not versioned

7-Jul-25

21:10

60,394

sysreset.exe

10.0.26100.4762

7-Jul-25

21:10

480,256

ResetEngOnline.dll

10.0.26100.4762

7-Jul-25

21:10

228,352

SysResetErr.exe

10.0.26100.4762

7-Jul-25

21:10

62,904

ResetEngOnline.dll.mui

10.0.26100.4762

7-Jul-25

21:10

2,560

sysreseterr.exe.mui

10.0.26100.4762

7-Jul-25

21:10

3,072

ResetEngine.dll.mui

10.0.26100.4762

7-Jul-25

21:10

4,096

ResetEngOnline.dll.mui

10.0.26100.4762

7-Jul-25

21:10

3,072

ResetEngine.dll.mui

10.0.26100.4762

7-Jul-25

21:10

4,608

sysreseterr.exe.mui

10.0.26100.4762

7-Jul-25

21:10

2,560

ResetEngine.dll.mui

10.0.26100.4762

7-Jul-25

21:10

3,584

tcpip.sys

10.0.26100.4762

7-Jul-25

21:10

3,326,848

FWPKCLNT.SYS

10.0.26100.4762

7-Jul-25

21:10

541,568

tcpipreg.sys

10.0.26100.4762

7-Jul-25

21:10

62,464

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:10

261,632

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:10

269,312

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:10

266,240

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:10

265,216

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:10

267,776

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:10

268,800

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:10

261,120

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:10

267,264

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:10

263,680

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:10

265,728

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:10

259,072

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:10

252,928

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:10

251,904

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:10

264,192

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:10

263,168

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:10

262,656

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:10

266,752

tcpip.sys.mui

10.0.26100.4762

7-Jul-25

21:10

249,344

DiagnosticDataSettings.dll

10.0.26100.4762

7-Jul-25

21:10

94,168

tbs.dll

10.0.26100.4762

7-Jul-25

21:10

171,632

tbs.sys

10.0.26100.4762

7-Jul-25

21:10

44,416

usodocked.dll

10.0.26100.4762

7-Jul-25

21:10

1,499,648

usosvc.dll.mui

10.0.26100.4762

7-Jul-25

21:10

3,584

usosvc.dll.mui

10.0.26100.4762

7-Jul-25

21:10

3,072

8acdd7e8a35f165b675b664e7ef8753ef4782f32.xml

Not versioned

7-Jul-25

21:10

3,314

72aceda3d9ebaa195b776ea9042fdf4dc3d29834.xml

Not versioned

7-Jul-25

21:10

2,496

7bc20c224f17145165aedb3fce9bda4f3c563cd7.xml

Not versioned

7-Jul-25

21:10

2,344

465bb23da8d1bea1a024758ba463bc1a7c487362.xml

Not versioned

7-Jul-25

21:10

2,458

7106fe8ce0b33cfdfee8b58e7e1b0a812935905e.xml

Not versioned

7-Jul-25

21:10

2,344

518f3ea9dc67aa5af7eb2840a6f77c874c2b2a17.xml

Not versioned

7-Jul-25

21:10

2,476

99c5248bd8c3356e9a42f332cab9b22eae3856df.xml

Not versioned

7-Jul-25

21:10

2,488

ef338bad6c4b025dc9c8f4f87a98276b2139d403.xml

Not versioned

7-Jul-25

21:10

2,482

0e0337eedd34f1bed8e9bc3202a2754e48b705af.xml

Not versioned

7-Jul-25

21:10

2,500

4ba05104f3d293466a50d8de04318624ab592070.xml

Not versioned

7-Jul-25

21:10

2,476

81d5c60cdaa2f6bac600452c12eac91e3823d9ef.xml

Not versioned

7-Jul-25

21:10

3,876

90eaab3b92938b566b871d11d7a2c86b081b26d4.xml

Not versioned

7-Jul-25

21:10

2,460

c20df1ed8df28c31d513bd896b58980c00c8b298.xml

Not versioned

7-Jul-25

21:10

878

5c7e9e098d198f0114f76066999378607084a638.xml

Not versioned

7-Jul-25

21:10

1,034

68feea34ca8e40dee5faab63604db4cd1d7a3e77.xml

Not versioned

7-Jul-25

21:10

1,034

56a7d507d06f3d51821e1124e642fa74ff3397af.xml

Not versioned

7-Jul-25

21:10

1,034

3332a645bfab2f45c96ade4c05630863cbdcfbd1.xml

Not versioned

7-Jul-25

21:10

1,034

e4c1f6f26bc4ae6ba77734b6aa93d400b87278bb.xml

Not versioned

7-Jul-25

21:10

1,034

b2617fe77af0e357462c58cb9ab1bbc2a243ab95.xml

Not versioned

7-Jul-25

21:10

1,034

0690201f6b392ef45758aa8180e54b80d4ff1a6a.xml

Not versioned

7-Jul-25

21:10

2,270

3cee7b10553edccb79ba709ba53630469cb48843.xml

Not versioned

7-Jul-25

21:10

1,234

23d343cca2905f5a9d8ed56e2f7308cf612ba7ec.xml

Not versioned

7-Jul-25

21:10

976

43ee7b2a373632f9a701249fd96d0edec2ff1279.xml

Not versioned

7-Jul-25

21:10

4,202

usosvc.dll

10.0.26100.4762

7-Jul-25

21:10

126,464

usosvcimpl.dll

1350.2506.29012.0

7-Jul-25

21:10

1,617,832

MoUsoCoreWorker.exe

1350.2506.29012.0

7-Jul-25

21:10

5,161,392

msvcp_win.dll

10.0.26100.4762

7-Jul-25

21:10

1,331,688

DuCsps.dll

10.0.26100.4762

7-Jul-25

21:10

128,000

usoapi.dll

10.0.26100.4762

7-Jul-25

21:10

379,904

usocoreps.dll

10.0.26100.4762

7-Jul-25

21:10

97,792

Windows.Management.Update.dll

10.0.26100.4762

7-Jul-25

21:10

99,840

nsi.dll

10.0.26100.4762

7-Jul-25

21:10

53,400

winnsi.dll

10.0.26100.4762

7-Jul-25

21:10

98,296

nsisvc.dll

10.0.26100.4762

7-Jul-25

21:10

78,848

nsiproxy.sys

10.0.26100.4762

7-Jul-25

21:10

50,176

ws2_32.dll

10.0.26100.4762

7-Jul-25

21:10

785,784

win32u.dll

10.0.26100.4762

7-Jul-25

21:10

381,272

win32k.sys

10.0.26100.4762

7-Jul-25

21:10

680,320

win32kfull.sys

10.0.26100.4762

7-Jul-25

21:10

3,941,376

win32kbase.sys

10.0.26100.4762

7-Jul-25

21:10

3,062,784

win32kbase_rs.sys

10.0.26100.4762

7-Jul-25

21:10

121,856

winpeshl.exe

10.0.26100.4762

7-Jul-25

21:10

37,888

wpeutil.dll

10.0.26100.4762

7-Jul-25

21:10

201,216

wpeutil.exe

10.0.26100.4762

7-Jul-25

21:10

15,872

wpeinit.exe

10.0.26100.4762

7-Jul-25

21:10

39,424

startnet.cmd

Not versioned

7-Jul-25

21:10

9

winpeshl.exe.mui

10.0.26100.4762

7-Jul-25

21:10

3,584

wpeutil.dll.mui

10.0.26100.4762

7-Jul-25

21:10

10,752

winpeshl.exe.mui

10.0.26100.4762

7-Jul-25

21:10

4,096

wpeutil.dll.mui

10.0.26100.4762

7-Jul-25

21:10

11,264

wpeutil.dll.mui

10.0.26100.4762

7-Jul-25

21:10

11,776

winpeshl.exe.mui

10.0.26100.4762

7-Jul-25

21:10

3,072

wpeutil.dll.mui

10.0.26100.4762

7-Jul-25

21:10

8,704

wpeutil.dll.mui

10.0.26100.4762

7-Jul-25

21:10

7,680

wpeutil.dll.mui

10.0.26100.4762

7-Jul-25

21:10

7,168

CloudRecApi.dll

10.0.26100.4762

7-Jul-25

21:10

72,192

CloudRecSvc.exe

1.0.0.1

7-Jul-25

21:10

97,280

ReAgent.dll

10.0.26100.4762

7-Jul-25

21:10

1,241,512

ReInfo.dll

10.0.26100.4762

7-Jul-25

21:10

176,640

StartRep.exe

10.0.26100.4762

7-Jul-25

21:10

1,286,656

RecHost.exe

10.0.26100.4762

7-Jul-25

21:10

157,600

SrtTel.dll

10.0.26100.4762

7-Jul-25

21:10

1,921,944

RecEnv.exe

10.0.26100.4762

7-Jul-25

21:10

476,032

BootRec.exe

10.0.26100.4762

7-Jul-25

21:10

200,704

DUTProvider.dll

10.0.26100.4762

7-Jul-25

21:10

308,624

WinSetupBak.hiv

Not versioned

7-Jul-25

21:10

8,192

WinSetupBak.sys

10.0.26100.4762

7-Jul-25

21:10

173,472

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:10

36,352

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:10

25,600

BootRec.exe.mui

10.0.26100.4762

7-Jul-25

21:10

4,608

DUTProvider.dll.mui

10.0.26100.4762

7-Jul-25

21:10

5,120

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:10

35,840

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:10

39,936

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:10

27,648

BootRec.exe.mui

10.0.26100.4762

7-Jul-25

21:10

5,120

DUTProvider.dll.mui

10.0.26100.4762

7-Jul-25

21:10

5,632

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:10

43,520

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:10

29,184

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:10

32,768

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:10

24,576

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:10

38,400

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:10

27,136

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:10

40,960

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:10

28,160

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:10

38,912

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:10

26,624

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:10

22,528

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:10

19,456

BootRec.exe.mui

10.0.26100.4762

7-Jul-25

21:10

4,096

DUTProvider.dll.mui

10.0.26100.4762

7-Jul-25

21:10

4,096

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:10

20,992

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:10

18,432

BootRec.exe.mui

10.0.26100.4762

7-Jul-25

21:10

3,584

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:10

35,328

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:10

26,112

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:10

37,888

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:10

40,448

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:10

34,816

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:10

25,088

StartRep.exe.mui

10.0.26100.4762

7-Jul-25

21:10

15,872

RecEnv.exe.mui

10.0.26100.4762

7-Jul-25

21:10

16,896

wow64con.dll

10.0.26100.4762

7-Jul-25

21:10

18,680

bcrypt.dll

10.0.26100.4762

7-Jul-25

21:10

102,288

bcryptprimitives.dll

10.0.26100.4762

7-Jul-25

21:10

427,224

msvcrt.dll

7.0.26100.4762

7-Jul-25

21:10

1,156,688

ucrtbase.dll

10.0.26100.4762

7-Jul-25

21:10

1,574,584

KernelBase.dll

10.0.26100.4762

7-Jul-25

21:10

3,935,000

oleaut32.dll

10.0.26100.4762

7-Jul-25

21:10

1,063,248

rpcrt4.dll

10.0.26100.4762

7-Jul-25

21:10

1,249,640

cryptbase.dll

10.0.26100.4762

7-Jul-25

21:10

33,184

cryptsp.dll

10.0.26100.4762

7-Jul-25

21:10

77,024

DismCore.dll

10.0.26100.4762

7-Jul-25

21:10

371,096

DismProv.dll

10.0.26100.4762

7-Jul-25

21:10

251,808

DismCorePS.dll

10.0.26100.4762

7-Jul-25

21:10

98,720

LogProvider.dll

10.0.26100.4762

7-Jul-25

21:10

76,184

FolderProvider.dll

10.0.26100.4762

7-Jul-25

21:10

59,776

dhcpcore.dll

10.0.26100.4762

7-Jul-25

21:10

368,024

dhcpcsvc.dll

10.0.26100.4762

7-Jul-25

21:10

103,296

dhcpcore6.dll

10.0.26100.4762

7-Jul-25

21:10

257,432

dhcpcsvc6.dll

10.0.26100.4762

7-Jul-25

21:10

88,448

wer.dll

10.0.26100.4762

7-Jul-25

21:10

832,112

weretw.dll

10.0.26100.4762

7-Jul-25

21:10

188,000

werdiagcontroller.dll

10.0.26100.4762

7-Jul-25

21:10

41,984

wermgr.exe

10.0.26100.4762

7-Jul-25

21:10

250,240

WerFault.exe

10.0.26100.4762

7-Jul-25

21:10

548,752

WerFaultSecure.exe

10.0.26100.4762

7-Jul-25

21:10

175,200

Faultrep.dll

10.0.26100.4762

7-Jul-25

21:10

446,320

WerEnc.dll

10.0.26100.4762

7-Jul-25

21:10

27,920

KernelBase.dll

10.0.26100.4762

7-Jul-25

21:10

2,917,280

api-ms-win-core-comm-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,216

api-ms-win-core-console-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,184

api-ms-win-core-datetime-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,672

api-ms-win-core-datetime-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

12,712

api-ms-win-core-debug-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,704

api-ms-win-core-debug-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

12,712

api-ms-win-core-delayload-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,200

api-ms-win-core-errorhandling-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,672

api-ms-win-core-errorhandling-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

12,704

api-ms-win-core-fibers-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,672

api-ms-win-core-fibers-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

12,176

api-ms-win-core-file-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

16,272

api-ms-win-core-file-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,704

api-ms-win-core-file-l1-2-1.dll

10.0.26100.4762

7-Jul-25

21:10

12,696

api-ms-win-core-handle-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,688

api-ms-win-core-heap-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,208

api-ms-win-core-interlocked-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,216

api-ms-win-core-io-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,696

api-ms-win-core-io-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

12,672

api-ms-win-core-libraryloader-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,720

api-ms-win-core-libraryloader-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

12,688

api-ms-win-core-localization-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:10

15,760

api-ms-win-core-localization-l1-2-1.dll

10.0.26100.4762

7-Jul-25

21:10

12,160

api-ms-win-core-memory-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,184

api-ms-win-core-memory-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

13,736

api-ms-win-core-memory-l1-1-2.dll

10.0.26100.4762

7-Jul-25

21:10

13,184

api-ms-win-core-namedpipe-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,672

api-ms-win-core-processenvironment-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,720

api-ms-win-core-processenvironment-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,672

api-ms-win-core-processthreads-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

15,256

api-ms-win-core-processthreads-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

13,216

api-ms-win-core-processthreads-l1-1-2.dll

10.0.26100.4762

7-Jul-25

21:10

12,696

api-ms-win-core-profile-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,688

api-ms-win-core-realtime-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,704

api-ms-win-core-registry-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

14,744

api-ms-win-core-rtlsupport-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,696

api-ms-win-core-string-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,688

api-ms-win-core-stringloader-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

12,704

api-ms-win-core-synch-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

14,760

api-ms-win-core-synch-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,208

api-ms-win-core-sysinfo-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,736

api-ms-win-core-sysinfo-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,688

api-ms-win-core-sysinfo-l1-2-1.dll

10.0.26100.4762

7-Jul-25

21:10

12,688

api-ms-win-core-threadpool-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:10

14,736

api-ms-win-core-timezone-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,184

api-ms-win-core-util-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,712

api-ms-win-core-xstate-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,688

api-ms-win-security-base-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

18,320

api-ms-win-service-core-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,688

api-ms-win-service-core-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

12,704

api-ms-win-service-management-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,672

api-ms-win-service-management-l2-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,688

api-ms-win-service-winsvc-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,696

API-MS-Win-core-localization-obsolete-l1-2-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,184

api-ms-win-core-threadpool-private-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,688

api-ms-win-core-threadpool-legacy-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,704

api-ms-win-core-wow64-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

12,672

api-ms-win-service-private-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,696

api-ms-win-service-private-l1-1-1.dll

10.0.26100.4762

7-Jul-25

21:10

13,728

api-ms-win-crt-conio-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,720

api-ms-win-crt-convert-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

16,768

api-ms-win-crt-environment-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,216

api-ms-win-crt-filesystem-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

15,232

api-ms-win-crt-heap-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,720

api-ms-win-crt-locale-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,224

api-ms-win-crt-math-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

23,456

api-ms-win-crt-multibyte-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

20,888

api-ms-win-crt-private-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

67,480

api-ms-win-crt-process-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,720

api-ms-win-crt-runtime-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

17,816

api-ms-win-crt-stdio-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

18,840

api-ms-win-crt-string-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

19,360

api-ms-win-crt-time-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

15,272

api-ms-win-crt-utility-l1-1-0.dll

10.0.26100.4762

7-Jul-25

21:10

13,224

ucrtbase.dll

10.0.26100.4762

7-Jul-25

21:10

1,114,152

migcore.dll

10.0.26100.4762

7-Jul-25

21:10

7,158,688

migstore.dll

10.0.26100.4762

7-Jul-25

21:10

1,063,296

mighost.exe

10.0.26100.4762

7-Jul-25

21:10

254,872

migres.dll

10.0.26100.4762

7-Jul-25

21:10

17,280

migapp.dll

10.0.26100.4762

7-Jul-25

21:10

231,840

MXEAgent.dll

10.0.26100.4762

7-Jul-25

21:10

274,816

AppExtAgent.dll

10.0.26100.4762

7-Jul-25

21:10

346,536

csiagent.dll

10.0.26100.4762

7-Jul-25

21:10

527,272

cmi2migxml.dll

10.0.26100.4762

7-Jul-25

21:10

158,632

msasn1.dll

10.0.26100.4762

7-Jul-25

21:10

52,240

msvcrt.dll

7.0.26100.4762

7-Jul-25

21:10

809,432

nlaapi.dll

10.0.26100.4762

7-Jul-25

21:10

24,064

nlmproxy.dll

10.0.26100.4762

7-Jul-25

21:10

19,456

nlmsprep.dll

10.0.26100.4762

7-Jul-25

21:10

17,920

ntdll.dll

10.0.26100.4762

7-Jul-25

21:10

1,812,536

rpcrt4.dll

10.0.26100.4762

7-Jul-25

21:10

772,200

KerbClientShared.dll

10.0.26100.4762

7-Jul-25

21:10

165,352

sechost.dll

10.0.26100.4762

7-Jul-25

21:10

529,504

fveapibase.dll

10.0.26100.4762

7-Jul-25

21:10

617,472

fveapi.dll

10.0.26100.4762

7-Jul-25

21:10

1,071,616

kerberos.dll

10.0.26100.4762

7-Jul-25

21:10

1,042,432

kerb3961.dll

10.0.26100.4762

7-Jul-25

21:10

145,168

NtlmShared.dll

10.0.26100.4762

7-Jul-25

21:10

59,968

ServicingCommon.dll

10.0.26100.4762

7-Jul-25

21:10

749,512

DiagnosticDataSettings.dll

10.0.26100.4762

7-Jul-25

21:10

38,832

tbs.dll

10.0.26100.4762

7-Jul-25

21:10

78,088

msvcp_win.dll

10.0.26100.4762

7-Jul-25

21:10

505,728

usoapi.dll

10.0.26100.4762

7-Jul-25

21:10

98,304

Windows.Management.Update.dll

10.0.26100.4762

7-Jul-25

21:10

71,168

nsi.dll

10.0.26100.4762

7-Jul-25

21:10

21,792

winnsi.dll

10.0.26100.4762

7-Jul-25

21:10

35,208

ws2_32.dll

10.0.26100.4762

7-Jul-25

21:10

392,064

win32u.dll

10.0.26100.4762

7-Jul-25

21:10

105,896

ReAgent.dll

10.0.26100.4762

7-Jul-25

21:10

650,640

ReInfo.dll

10.0.26100.4762

7-Jul-25

21:10

62,976

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.