適用先
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 in Windows 11, version 24H2 and Windows Server 2025. Additionally, this update fixes an issue in which USB-C was not working correctly on Arm64-based devices because of a missing UCMUCSI device. ​​​​​​​

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

Verify the installation of this update

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

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

5-Jul-25

2:26

26,264

storufs.sys

10.0.26100.4648

5-Jul-25

2:26

148,864

tpm.inf

Not versioned

5-Jul-25

2:26

11,804

tpm.sys

10.0.26100.4648

5-Jul-25

2:26

374,160

hvloader.dll

10.0.26100.4648

5-Jul-25

2:26

226,688

hvax64.exe

10.0.26100.4648

5-Jul-25

2:26

1,963,392

hvix64.exe

10.0.26100.4648

5-Jul-25

2:26

2,049,440

skci.dll

10.0.26100.4648

5-Jul-25

2:26

340,280

iumbase.dll

10.0.26100.4648

5-Jul-25

2:26

51,064

iumdll.dll

10.0.26100.4648

5-Jul-25

2:26

38,648

tprtdll.dll

10.0.26100.4648

5-Jul-25

2:26

451,848

vertdll.dll

10.0.26100.4648

5-Jul-25

2:26

216,352

ucrtbase_enclave.dll

10.0.26100.4648

5-Jul-25

2:26

646,080

securekernel.exe

10.0.26100.4648

5-Jul-25

2:26

1,320,320

VbsSiPolicy.p7b

Not versioned

5-Jul-25

2:26

68,351

SDFHost.dll

10.0.26100.4648

5-Jul-25

2:26

63,464

IumSdk.dll

10.0.26100.4648

5-Jul-25

2:26

30,392

Facilitator.dll

10.0.26100.4648

5-Jul-25

2:26

1,144,192

apisetschema.dll

10.0.26100.4648

5-Jul-25

2:26

148,888

apisetschema.dll

10.0.26100.4648

5-Jul-25

2:26

152,960

tcblaunch.exe

10.0.26100.4648

5-Jul-25

2:26

1,010,264

tcbloader.dll

10.0.26100.4648

5-Jul-25

2:26

312,704

DrtmAuthTxt.wim

Not versioned

5-Jul-25

2:26

21,811

winload.sys

10.0.26100.4648

5-Jul-25

2:26

1,195,664

winload.exe

10.0.26100.4648

5-Jul-25

2:26

1,890,024

winload.efi

10.0.26100.4648

5-Jul-25

2:26

3,267,528

bcrypt.dll

10.0.26100.4648

5-Jul-25

2:26

166,760

bcryptprimitives.dll

10.0.26100.4648

5-Jul-25

2:26

641,960

BootMenuUX.dll

10.0.26100.4648

5-Jul-25

2:26

262,144

driversipolicy.p7b

Not versioned

5-Jul-25

2:26

229,162

cng.sys

10.0.26100.4648

5-Jul-25

2:26

873,288

ci.dll

10.0.26100.4648

5-Jul-25

2:26

1,092,304

driver.stl

Not versioned

5-Jul-25

2:26

32,631

previous.driver.stl

Not versioned

5-Jul-25

2:26

32,631

cryptbase.dll

10.0.26100.4648

5-Jul-25

2:26

59,320

cryptsp.dll

10.0.26100.4648

5-Jul-25

2:26

121,328

DismCore.dll

10.0.26100.4648

5-Jul-25

2:26

480,640

DismProv.dll

10.0.26100.4648

5-Jul-25

2:26

353,664

DismCorePS.dll

10.0.26100.4648

5-Jul-25

2:26

230,824

LogProvider.dll

10.0.26100.4648

5-Jul-25

2:26

120,208

FolderProvider.dll

10.0.26100.4648

5-Jul-25

2:26

95,648

dhcpcore.dll

10.0.26100.4648

5-Jul-25

2:26

456,088

dhcpcsvc.dll

10.0.26100.4648

5-Jul-25

2:26

161,152

dhcpcore6.dll

10.0.26100.4648

5-Jul-25

2:26

333,216

dhcpcsvc6.dll

10.0.26100.4648

5-Jul-25

2:26

136,576

fbwf.sys

10.0.26100.4648

5-Jul-25

2:26

150,200

cmi2migxml.dll

10.0.26100.4648

5-Jul-25

2:26

226,688

csiagent.dll

10.0.26100.4648

5-Jul-25

2:26

718,208

diagER.dll

10.0.26100.4648

5-Jul-25

2:26

99,728

hwcompat.dll

10.0.26100.4648

5-Jul-25

2:26

243,072

hwcompat.txt

Not versioned

5-Jul-25

2:26

956,829

hwexclude.txt

Not versioned

5-Jul-25

2:26

51

icbexclusion.inf

Not versioned

5-Jul-25

2:26

7,222

migapp.xml

Not versioned

5-Jul-25

2:26

654,548

migcore.dll

10.0.26100.4648

5-Jul-25

2:26

9,311,672

mighost.exe

10.0.26100.4648

5-Jul-25

2:26

288,128

migres.dll

10.0.26100.4648

5-Jul-25

2:26

26,008

migisol.dll

10.0.26100.4648

5-Jul-25

2:26

148,864

migstore.dll

10.0.26100.4648

5-Jul-25

2:26

1,389,952

migsys.dll

10.0.26100.4648

5-Jul-25

2:26

464,256

MXEAgent.dll

10.0.26100.4648

5-Jul-25

2:26

386,432

AppExtAgent.dll

10.0.26100.4648

5-Jul-25

2:26

488,856

offline.xml

Not versioned

5-Jul-25

2:26

44,690

oscomps.xml

Not versioned

5-Jul-25

2:26

449,323

osfilter.inf

Not versioned

5-Jul-25

2:26

21,299

pnppropmig.dll

10.0.26100.4648

5-Jul-25

2:26

107,944

ReserveManager.dll

10.0.26100.4648

5-Jul-25

2:26

361,856

setupplatform.cfg

Not versioned

5-Jul-25

2:26

15,971

setupplatform.dll

1.97.26100.4648

5-Jul-25

2:26

9,729,440

setupplatform.exe

1.97.26100.4648

5-Jul-25

2:26

255,376

SFCN.dat

Not versioned

5-Jul-25

2:26

1,824

SFLCID.dat

Not versioned

5-Jul-25

2:26

1,644

SFLISTW7.dat

Not versioned

5-Jul-25

2:26

1,703,368

SFLISTW8.dat

Not versioned

5-Jul-25

2:26

2,608,858

SFLISTWB.dat

Not versioned

5-Jul-25

2:26

3,172,904

SFLISTWT.dat

Not versioned

5-Jul-25

2:26

4,935,402

SFLISTRS1.dat

Not versioned

5-Jul-25

2:26

5,593,182

SFPAT.inf

Not versioned

5-Jul-25

2:26

11,602

SFPATW7.inf

Not versioned

5-Jul-25

2:26

17,396

SFPATW8.inf

Not versioned

5-Jul-25

2:26

79,818

SFPATWB.inf

Not versioned

5-Jul-25

2:26

91,635

SFPATWT.inf

Not versioned

5-Jul-25

2:26

165,729

SFPATRS1.inf

Not versioned

5-Jul-25

2:26

169,730

unbcl.dll

10.0.26100.4648

5-Jul-25

2:26

1,090,944

upgradeagent.dll

10.0.26100.4648

5-Jul-25

2:26

3,302,784

upgradeagent.xml

Not versioned

5-Jul-25

2:26

70,907

upgrade_comp.xml

Not versioned

5-Jul-25

2:26

6,054

upgrade_bulk.xml

Not versioned

5-Jul-25

2:26

211,949

upgrade_data.xml

Not versioned

5-Jul-25

2:26

41,750

upgrade_frmwrk.xml

Not versioned

5-Jul-25

2:26

19,157

upgWow_bulk.xml

Not versioned

5-Jul-25

2:26

114,707

uninstall.xml

Not versioned

5-Jul-25

2:26

4,639

uninstall_data.xml

Not versioned

5-Jul-25

2:26

11,122

wdsutil.dll

10.0.26100.4648

5-Jul-25

2:26

353,696

WinSetupMon.hiv

Not versioned

5-Jul-25

2:26

8,192

WinSetupMon.sys

10.0.26100.4648

5-Jul-25

2:26

169,360

actionqueue.dll

10.0.26100.4648

5-Jul-25

2:26

267,648

appcompat_detailed.xsl

Not versioned

5-Jul-25

2:26

13,608

appcompat_detailed_bidi.xsl

Not versioned

5-Jul-25

2:26

13,732

cdplib.mof

Not versioned

5-Jul-25

2:26

1,976

cdplibuninstall.mof

Not versioned

5-Jul-25

2:26

571

dpx.dll

10.0.26100.4648

5-Jul-25

2:26

1,119,616

UpdateCompression.dll

5.0.1.1

5-Jul-25

2:26

632,208

itgtupg.dll

10.0.26100.4648

5-Jul-25

2:26

117,104

migtestplugin.dll

10.0.26100.4648

5-Jul-25

2:26

76,136

msdelta.dll

5.0.1.1

5-Jul-25

2:26

595,360

mspatcha.dll

5.0.1.1

5-Jul-25

2:26

83,328

smiengine.dll

10.0.26100.4648

5-Jul-25

2:26

927,128

wcmtypes.xsd

Not versioned

5-Jul-25

2:26

1,047

wdsupgcompl.dll

10.0.26100.4648

5-Jul-25

2:26

47,472

auditetw.dll

10.0.26100.4648

5-Jul-25

2:26

26,968

cmisetupetw.dll

10.0.26100.4648

5-Jul-25

2:26

26,992

etwproviderinstall.vbs

Not versioned

5-Jul-25

2:26

6,868

setupcletw.dll

10.0.26100.4648

5-Jul-25

2:26

31,064

winsetupetw.dll

10.0.26100.4648

5-Jul-25

2:26

76,144

migres.dll.mui

10.0.26100.4648

5-Jul-25

2:26

7,680

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:26

14,248

migres.dll.mui

10.0.26100.4648

5-Jul-25

2:26

8,192

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:26

14,208

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:26

14,240

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:26

14,224

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:26

14,720

migres.dll.mui

10.0.26100.4648

5-Jul-25

2:26

8,704

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:26

14,232

migres.dll.mui

10.0.26100.4648

5-Jul-25

2:26

7,168

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:26

13,736

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:26

14,744

migres.dll.mui

10.0.26100.4648

5-Jul-25

2:26

6,656

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:26

13,208

migres.dll.mui

10.0.26100.4648

5-Jul-25

2:26

6,144

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:26

13,224

migres.dll.mui

10.0.26100.4648

5-Jul-25

2:26

5,632

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:26

13,184

KernelBase.dll

10.0.26100.4648

5-Jul-25

2:26

4,129,352

dxgkrnl.sys

10.0.26100.4648

5-Jul-25

2:26

5,146,040

cdd.dll

10.0.26100.4648

5-Jul-25

2:26

339,968

dxgmms1.sys

10.0.26100.4648

5-Jul-25

2:26

550,296

dxgmms2.sys

10.0.26100.4648

5-Jul-25

2:26

1,209,728

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

10.0.26100.4648

5-Jul-25

2:26

21,928

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

10.0.26100.4648

5-Jul-25

2:26

21,920

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,928

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

10.0.26100.4648

5-Jul-25

2:26

21,904

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

10.0.26100.4648

5-Jul-25

2:26

21,920

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

10.0.26100.4648

5-Jul-25

2:26

21,920

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

10.0.26100.4648

5-Jul-25

2:26

21,920

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

10.0.26100.4648

5-Jul-25

2:26

21,904

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

10.0.26100.4648

5-Jul-25

2:26

21,904

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

26,000

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,912

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,920

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

10.0.26100.4648

5-Jul-25

2:26

21,912

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

10.0.26100.4648

5-Jul-25

2:26

21,920

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

10.0.26100.4648

5-Jul-25

2:26

21,920

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,912

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

10.0.26100.4648

5-Jul-25

2:26

21,904

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,904

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

10.0.26100.4648

5-Jul-25

2:26

21,904

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

10.0.26100.4648

5-Jul-25

2:26

21,904

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

10.0.26100.4648

5-Jul-25

2:26

21,928

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

10.0.26100.4648

5-Jul-25

2:26

21,928

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,904

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

10.0.26100.4648

5-Jul-25

2:26

21,920

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,912

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,920

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

10.0.26100.4648

5-Jul-25

2:26

21,928

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,904

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

10.0.26100.4648

5-Jul-25

2:26

21,928

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

10.0.26100.4648

5-Jul-25

2:26

25,984

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

10.0.26100.4648

5-Jul-25

2:26

21,912

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

10.0.26100.4648

5-Jul-25

2:26

21,920

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,920

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

10.0.26100.4648

5-Jul-25

2:26

21,912

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

10.0.26100.4648

5-Jul-25

2:26

21,904

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

10.0.26100.4648

5-Jul-25

2:26

21,912

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

10.0.26100.4648

5-Jul-25

2:26

21,912

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

10.0.26100.4648

5-Jul-25

2:26

21,912

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,904

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

10.0.26100.4648

5-Jul-25

2:26

21,920

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

10.0.26100.4648

5-Jul-25

2:26

25,984

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

10.0.26100.4648

5-Jul-25

2:26

21,912

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,928

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

10.0.26100.4648

5-Jul-25

2:26

30,080

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

10.0.26100.4648

5-Jul-25

2:26

30,112

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

10.0.26100.4648

5-Jul-25

2:26

75,136

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

25,984

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

10.0.26100.4648

5-Jul-25

2:26

25,984

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

10.0.26100.4648

5-Jul-25

2:26

25,984

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

10.0.26100.4648

5-Jul-25

2:26

21,888

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

10.0.26100.4648

5-Jul-25

2:26

21,888

ucrtbase.dll

10.0.26100.4648

5-Jul-25

2:26

1,373,312

migcore.dll

10.0.26100.4648

5-Jul-25

2:26

9,311,648

migstore.dll

10.0.26100.4648

5-Jul-25

2:26

1,389,968

mighost.exe

10.0.26100.4648

5-Jul-25

2:26

288,160

migres.dll

10.0.26100.4648

5-Jul-25

2:26

26,000

migapp.dll

10.0.26100.4648

5-Jul-25

2:26

329,128

MXEAgent.dll

10.0.26100.4648

5-Jul-25

2:26

386,448

AppExtAgent.dll

10.0.26100.4648

5-Jul-25

2:26

488,848

cmi2migxml.dll

10.0.26100.4648

5-Jul-25

2:26

226,704

SFLISTXP.dat

Not versioned

5-Jul-25

2:26

1,459,226

SFLISTLH.dat

Not versioned

5-Jul-25

2:26

3,347,940

SFPATXP.inf

Not versioned

5-Jul-25

2:26

4,355

SFPATLH.inf

Not versioned

5-Jul-25

2:26

8,678

msasn1.dll

10.0.26100.4648

5-Jul-25

2:26

88,256

msvcrt.dll

7.0.26100.4648

5-Jul-25

2:26

699,792

netio.sys

10.0.26100.4648

5-Jul-25

2:26

746,912

ncsi.dll

10.0.26100.4648

5-Jul-25

2:26

724,992

netprofmsvc.dll

10.0.26100.4648

5-Jul-25

2:26

1,974,272

nlaapi.dll

10.0.26100.4648

5-Jul-25

2:26

53,248

nlmproxy.dll

10.0.26100.4648

5-Jul-25

2:26

53,248

nlmsprep.dll

10.0.26100.4648

5-Jul-25

2:26

49,152

ntdll.dll

10.0.26100.4648

5-Jul-25

2:26

2,521,984

ntoskrnl.exe

10.0.26100.4648

5-Jul-25

2:26

12,989,880

rpcrt4.dll

10.0.26100.4648

5-Jul-25

2:26

1,162,576

reagent.adml

Not versioned

5-Jul-25

2:26

1,817

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:26

10,752

wdsimage.dll.mui

10.0.26100.4648

5-Jul-25

2:26

6,144

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:26

12,288

reagent.adml

Not versioned

5-Jul-25

2:26

2,035

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:26

11,264

reagent.adml

Not versioned

5-Jul-25

2:26

2,016

reagent.adml

Not versioned

5-Jul-25

2:26

2,263

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:26

12,800

wdsimage.dll.mui

10.0.26100.4648

5-Jul-25

2:26

6,656

reagent.adml

Not versioned

5-Jul-25

2:26

3,659

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:26

13,312

reagent.adml

Not versioned

5-Jul-25

2:26

2,091

reagent.adml

Not versioned

5-Jul-25

2:26

2,166

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:26

11,776

reagent.adml

Not versioned

5-Jul-25

2:26

2,272

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:26

9,728

reagent.adml

Not versioned

5-Jul-25

2:26

2,348

reagent.adml

Not versioned

5-Jul-25

2:26

2,088

reagent.adml

Not versioned

5-Jul-25

2:26

2,399

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:26

8,192

wdsimage.dll.mui

10.0.26100.4648

5-Jul-25

2:26

4,608

reagent.adml

Not versioned

5-Jul-25

2:26

1,908

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:26

7,680

reagent.adml

Not versioned

5-Jul-25

2:26

2,089

wdsimage.dll.mui

10.0.26100.4648

5-Jul-25

2:26

7,168

reagent.adml

Not versioned

5-Jul-25

2:26

2,099

reagent.adml

Not versioned

5-Jul-25

2:26

2,093

reagent.adml

Not versioned

5-Jul-25

2:26

2,106

reagent.adml

Not versioned

5-Jul-25

2:26

3,348

reagent.adml

Not versioned

5-Jul-25

2:26

2,117

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:26

10,240

reagent.adml

Not versioned

5-Jul-25

2:26

2,133

wdsimage.dll.mui

10.0.26100.4648

5-Jul-25

2:26

5,632

reagent.adml

Not versioned

5-Jul-25

2:26

1,718

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:26

6,144

wdsimage.dll.mui

10.0.26100.4648

5-Jul-25

2:26

4,096

reagent.adml

Not versioned

5-Jul-25

2:26

1,706

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:26

6,656

reagent.admx

Not versioned

5-Jul-25

2:26

1,240

reagent.dll

10.0.26100.4648

5-Jul-25

2:26

755,072

reagent.xml

Not versioned

5-Jul-25

2:26

837

SetupPlatform.cfg

Not versioned

5-Jul-25

2:26

22,987

wdscore.dll

10.0.26100.4648

5-Jul-25

2:26

279,936

WinSetupBoot.hiv

Not versioned

5-Jul-25

2:26

8,192

WinSetupBoot.sys

10.0.26100.4648

5-Jul-25

2:26

112,016

wdsclientapi.dll

10.0.26100.4648

5-Jul-25

2:26

268,632

wdscsl.dll

10.0.26100.4648

5-Jul-25

2:26

112,024

wdsimage.dll

10.0.26100.4648

5-Jul-25

2:26

129,384

wdstptc.dll

10.0.26100.4648

5-Jul-25

2:26

219,496

fvevol.sys

10.0.26100.4648

5-Jul-25

2:26

959,872

dumpfve.sys

10.0.26100.4648

5-Jul-25

2:26

158,480

bcd.dll

10.0.26100.4648

5-Jul-25

2:26

162,600

bootsvc.dll

10.0.26100.4648

5-Jul-25

2:26

303,096

hwreqchk.dll

Not versioned

5-Jul-25

2:26

427,416

ServicingCommon.dll

10.0.26100.4648

5-Jul-25

2:26

935,288

utcapi.dll

10.0.26100.4648

5-Jul-25

2:26

66,960

wimgapi.dll

10.0.26100.4648

5-Jul-25

2:26

910,736

wdscommonlib.dll

10.0.26100.4648

5-Jul-25

2:26

341,392

dismapi.dll

10.0.26100.4648

5-Jul-25

2:26

1,271,208

dismcoreps.dll

10.0.26100.4648

5-Jul-25

2:26

230,808

dismprov.dll

10.0.26100.4648

5-Jul-25

2:26

353,704

folderprovider.dll

10.0.26100.4648

5-Jul-25

2:26

95,632

imagingprovider.dll

10.0.26100.4648

5-Jul-25

2:26

247,184

logprovider.dll

10.0.26100.4648

5-Jul-25

2:26

189,824

vhdprovider.dll

10.0.26100.4648

5-Jul-25

2:26

599,424

wimprovider.dll

10.0.26100.4648

5-Jul-25

2:26

697,744

unattend.dll

10.0.26100.4648

5-Jul-25

2:26

275,840

wpx.dll

10.0.26100.4648

5-Jul-25

2:26

1,422,760

locale.nls

Not versioned

5-Jul-25

2:26

861,992

nlsbres.dll

10.0.26100.4648

5-Jul-25

2:26

103,840

KerbClientShared.dll

10.0.26100.4648

5-Jul-25

2:26

261,792

sechost.dll

10.0.26100.4648

5-Jul-25

2:26

691,504

fveapibase.dll

10.0.26100.4648

5-Jul-25

2:26

671,744

fveapi.dll

10.0.26100.4648

5-Jul-25

2:26

1,249,280

kerberos.dll

10.0.26100.4648

5-Jul-25

2:26

1,396,736

kerb3961.dll

10.0.26100.4648

5-Jul-25

2:26

162,648

localkdcsvc.dll

10.0.26100.4648

5-Jul-25

2:26

884,736

LsaIso.exe

10.0.26100.4648

5-Jul-25

2:26

389,872

iumcrypt.dll

10.0.26100.4648

5-Jul-25

2:26

100,624

NtlmShared.dll

10.0.26100.4648

5-Jul-25

2:26

104,776

ServicingCommon.dll

10.0.26100.4648

5-Jul-25

2:26

935,272

ResetEngine.dll

10.0.26100.4648

5-Jul-25

2:26

2,921,896

ResetTelemetry.dll

10.0.26100.4648

5-Jul-25

2:26

570,776

ResetEngine.exe

10.0.26100.4648

5-Jul-25

2:26

42,384

ResetPluginHost.exe

10.0.26100.4648

5-Jul-25

2:26

57,344

srms.dat

Not versioned

5-Jul-25

2:26

60,394

sysreset.exe

10.0.26100.4648

5-Jul-25

2:26

487,424

ResetEngOnline.dll

10.0.26100.4648

5-Jul-25

2:26

212,992

SysResetErr.exe

10.0.26100.4648

5-Jul-25

2:26

75,152

tcpip.sys

10.0.26100.4648

5-Jul-25

2:26

3,569,024

FWPKCLNT.SYS

10.0.26100.4648

5-Jul-25

2:26

583,072

tcpipreg.sys

10.0.26100.4648

5-Jul-25

2:26

86,016

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:26

261,632

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:26

269,312

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:26

266,240

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:26

265,216

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:26

267,776

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:26

268,800

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:26

261,120

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:26

267,264

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:26

263,680

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:26

265,728

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:26

259,072

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:26

252,928

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:26

251,904

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:26

264,192

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:26

263,168

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:26

262,656

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:26

266,752

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:26

249,344

tbs.dll

10.0.26100.4648

5-Jul-25

2:26

113,064

tbs.sys

10.0.26100.4648

5-Jul-25

2:26

79,232

msvcp_win.dll

10.0.26100.4648

5-Jul-25

2:26

641,944

nsi.dll

10.0.26100.4648

5-Jul-25

2:26

51,064

winnsi.dll

10.0.26100.4648

5-Jul-25

2:26

71,696

nsisvc.dll

10.0.26100.4648

5-Jul-25

2:26

61,440

nsiproxy.sys

10.0.26100.4648

5-Jul-25

2:26

77,824

ws2_32.dll

10.0.26100.4648

5-Jul-25

2:26

489,056

win32u.dll

10.0.26100.4648

5-Jul-25

2:26

170,888

win32k.sys

10.0.26100.4648

5-Jul-25

2:26

804,248

win32kfull.sys

10.0.26100.4648

5-Jul-25

2:26

4,276,224

win32kbase.sys

10.0.26100.4648

5-Jul-25

2:26

3,342,336

win32kbase_rs.sys

10.0.26100.4648

5-Jul-25

2:26

167,936

winpeshl.exe

10.0.26100.4648

5-Jul-25

2:26

57,344

wpeutil.dll

10.0.26100.4648

5-Jul-25

2:26

200,704

wpeutil.exe

10.0.26100.4648

5-Jul-25

2:26

32,768

wpeinit.exe

10.0.26100.4648

5-Jul-25

2:26

61,440

startnet.cmd

Not versioned

5-Jul-25

2:26

9

ReInfo.dll

10.0.26100.4648

5-Jul-25

2:26

102,400

StartRep.exe

10.0.26100.4648

5-Jul-25

2:26

1,236,992

RecHost.exe

10.0.26100.4648

5-Jul-25

2:26

152,960

SrtTel.dll

10.0.26100.4648

5-Jul-25

2:26

1,754,536

RecEnv.exe

10.0.26100.4648

5-Jul-25

2:26

472,448

BootRec.exe

10.0.26100.4648

5-Jul-25

2:26

196,608

DUTProvider.dll

10.0.26100.4648

5-Jul-25

2:26

312,736

WinSetupBak.hiv

Not versioned

5-Jul-25

2:26

8,192

WinSetupBak.sys

10.0.26100.4648

5-Jul-25

2:26

202,112

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:26

36,352

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:26

25,600

BootRec.exe.mui

10.0.26100.4648

5-Jul-25

2:26

4,608

DUTProvider.dll.mui

10.0.26100.4648

5-Jul-25

2:26

5,120

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:26

35,840

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:26

39,936

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:26

27,648

BootRec.exe.mui

10.0.26100.4648

5-Jul-25

2:26

5,120

DUTProvider.dll.mui

10.0.26100.4648

5-Jul-25

2:26

5,632

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:26

43,520

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:26

29,184

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:26

32,768

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:26

24,576

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:26

38,400

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:26

27,136

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:26

40,960

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:26

28,160

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:26

38,912

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:26

26,624

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:26

22,528

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:26

19,456

BootRec.exe.mui

10.0.26100.4648

5-Jul-25

2:26

4,096

DUTProvider.dll.mui

10.0.26100.4648

5-Jul-25

2:26

4,096

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:26

20,992

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:26

18,432

BootRec.exe.mui

10.0.26100.4648

5-Jul-25

2:26

3,584

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:26

35,328

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:26

26,112

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:26

37,888

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:26

40,448

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:26

34,816

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:26

25,088

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:26

15,872

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:26

16,896

wow64con.dll

10.0.26100.4648

5-Jul-25

2:26

108,896

bcrypt.dll

10.0.26100.4648

5-Jul-25

2:26

102,288

bcryptprimitives.dll

10.0.26100.4648

5-Jul-25

2:26

427,216

cryptbase.dll

10.0.26100.4648

5-Jul-25

2:26

33,184

cryptsp.dll

10.0.26100.4648

5-Jul-25

2:26

77,536

DismCore.dll

10.0.26100.4648

5-Jul-25

2:26

371,112

DismProv.dll

10.0.26100.4648

5-Jul-25

2:26

251,792

DismCorePS.dll

10.0.26100.4648

5-Jul-25

2:26

98,704

LogProvider.dll

10.0.26100.4648

5-Jul-25

2:26

76,176

FolderProvider.dll

10.0.26100.4648

5-Jul-25

2:26

59,792

dhcpcore.dll

10.0.26100.4648

5-Jul-25

2:26

363,416

dhcpcsvc.dll

10.0.26100.4648

5-Jul-25

2:26

103,840

dhcpcore6.dll

10.0.26100.4648

5-Jul-25

2:26

255,888

dhcpcsvc6.dll

10.0.26100.4648

5-Jul-25

2:26

88,448

KernelBase.dll

10.0.26100.4648

5-Jul-25

2:26

2,908,528

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

10.0.26100.4648

5-Jul-25

2:26

13,224

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

10.0.26100.4648

5-Jul-25

2:26

13,200

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

10.0.26100.4648

5-Jul-25

2:26

12,688

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

10.0.26100.4648

5-Jul-25

2:26

12,672

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

10.0.26100.4648

5-Jul-25

2:26

12,688

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

10.0.26100.4648

5-Jul-25

2:26

12,712

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

10.0.26100.4648

5-Jul-25

2:26

12,192

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

10.0.26100.4648

5-Jul-25

2:26

12,672

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

10.0.26100.4648

5-Jul-25

2:26

12,696

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

10.0.26100.4648

5-Jul-25

2:26

12,672

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

10.0.26100.4648

5-Jul-25

2:26

12,192

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

10.0.26100.4648

5-Jul-25

2:26

16,256

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

10.0.26100.4648

5-Jul-25

2:26

12,696

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

10.0.26100.4648

5-Jul-25

2:26

12,688

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

10.0.26100.4648

5-Jul-25

2:26

12,704

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

10.0.26100.4648

5-Jul-25

2:26

13,216

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

10.0.26100.4648

5-Jul-25

2:26

13,184

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

10.0.26100.4648

5-Jul-25

2:26

12,672

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

10.0.26100.4648

5-Jul-25

2:26

12,704

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

10.0.26100.4648

5-Jul-25

2:26

13,696

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

10.0.26100.4648

5-Jul-25

2:26

12,704

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

10.0.26100.4648

5-Jul-25

2:26

15,744

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

10.0.26100.4648

5-Jul-25

2:26

12,160

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

10.0.26100.4648

5-Jul-25

2:26

13,208

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

10.0.26100.4648

5-Jul-25

2:26

13,712

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

10.0.26100.4648

5-Jul-25

2:26

13,184

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

10.0.26100.4648

5-Jul-25

2:26

12,688

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

10.0.26100.4648

5-Jul-25

2:26

13,696

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

10.0.26100.4648

5-Jul-25

2:26

12,672

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

10.0.26100.4648

5-Jul-25

2:26

15,232

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

10.0.26100.4648

5-Jul-25

2:26

13,184

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

10.0.26100.4648

5-Jul-25

2:26

12,672

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

10.0.26100.4648

5-Jul-25

2:26

12,672

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

10.0.26100.4648

5-Jul-25

2:26

12,704

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

10.0.26100.4648

5-Jul-25

2:26

14,720

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

10.0.26100.4648

5-Jul-25

2:26

12,704

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

10.0.26100.4648

5-Jul-25

2:26

12,704

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

10.0.26100.4648

5-Jul-25

2:26

12,672

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

10.0.26100.4648

5-Jul-25

2:26

14,720

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

10.0.26100.4648

5-Jul-25

2:26

13,200

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

10.0.26100.4648

5-Jul-25

2:26

13,696

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

10.0.26100.4648

5-Jul-25

2:26

12,704

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

10.0.26100.4648

5-Jul-25

2:26

12,672

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

10.0.26100.4648

5-Jul-25

2:26

14,720

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

10.0.26100.4648

5-Jul-25

2:26

13,224

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

10.0.26100.4648

5-Jul-25

2:26

12,672

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

10.0.26100.4648

5-Jul-25

2:26

12,712

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

10.0.26100.4648

5-Jul-25

2:26

18,304

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

10.0.26100.4648

5-Jul-25

2:26

12,688

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

10.0.26100.4648

5-Jul-25

2:26

12,672

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

10.0.26100.4648

5-Jul-25

2:26

12,672

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

10.0.26100.4648

5-Jul-25

2:26

12,688

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

10.0.26100.4648

5-Jul-25

2:26

13,736

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

10.0.26100.4648

5-Jul-25

2:26

13,224

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

10.0.26100.4648

5-Jul-25

2:26

12,672

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

10.0.26100.4648

5-Jul-25

2:26

12,672

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

10.0.26100.4648

5-Jul-25

2:26

12,704

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

10.0.26100.4648

5-Jul-25

2:26

13,728

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

10.0.26100.4648

5-Jul-25

2:26

13,696

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

10.0.26100.4648

5-Jul-25

2:26

13,696

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

10.0.26100.4648

5-Jul-25

2:26

16,768

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

10.0.26100.4648

5-Jul-25

2:26

13,224

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

10.0.26100.4648

5-Jul-25

2:26

15,264

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

10.0.26100.4648

5-Jul-25

2:26

13,696

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

10.0.26100.4648

5-Jul-25

2:26

13,224

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

10.0.26100.4648

5-Jul-25

2:26

23,440

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

10.0.26100.4648

5-Jul-25

2:26

20,864

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

10.0.26100.4648

5-Jul-25

2:26

67,472

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

10.0.26100.4648

5-Jul-25

2:26

13,728

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

10.0.26100.4648

5-Jul-25

2:26

17,792

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

10.0.26100.4648

5-Jul-25

2:26

18,848

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

10.0.26100.4648

5-Jul-25

2:26

19,352

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

10.0.26100.4648

5-Jul-25

2:26

15,232

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

10.0.26100.4648

5-Jul-25

2:26

13,216

ucrtbase.dll

10.0.26100.4648

5-Jul-25

2:26

1,114,136

migcore.dll

10.0.26100.4648

5-Jul-25

2:26

7,159,200

migstore.dll

10.0.26100.4648

5-Jul-25

2:26

1,063,328

mighost.exe

10.0.26100.4648

5-Jul-25

2:26

254,848

migres.dll

10.0.26100.4648

5-Jul-25

2:26

17,312

migapp.dll

10.0.26100.4648

5-Jul-25

2:26

231,848

MXEAgent.dll

10.0.26100.4648

5-Jul-25

2:26

274,816

AppExtAgent.dll

10.0.26100.4648

5-Jul-25

2:26

346,536

csiagent.dll

10.0.26100.4648

5-Jul-25

2:26

527,256

cmi2migxml.dll

10.0.26100.4648

5-Jul-25

2:26

158,616

msasn1.dll

10.0.26100.4648

5-Jul-25

2:26

52,232

msvcrt.dll

7.0.26100.4648

5-Jul-25

2:26

809,392

nlaapi.dll

10.0.26100.4648

5-Jul-25

2:26

24,064

nlmproxy.dll

10.0.26100.4648

5-Jul-25

2:26

19,456

nlmsprep.dll

10.0.26100.4648

5-Jul-25

2:26

17,920

ntdll.dll

10.0.26100.4648

5-Jul-25

2:26

1,807,896

rpcrt4.dll

10.0.26100.4648

5-Jul-25

2:26

772,696

KerbClientShared.dll

10.0.26100.4648

5-Jul-25

2:26

165,376

sechost.dll

10.0.26100.4648

5-Jul-25

2:26

529,496

fveapibase.dll

10.0.26100.4648

5-Jul-25

2:26

561,152

fveapi.dll

10.0.26100.4648

5-Jul-25

2:26

985,088

kerberos.dll

10.0.26100.4648

5-Jul-25

2:26

1,034,240

kerb3961.dll

10.0.26100.4648

5-Jul-25

2:26

111,048

NtlmShared.dll

10.0.26100.4648

5-Jul-25

2:26

63,088

ServicingCommon.dll

10.0.26100.4648

5-Jul-25

2:26

751,040

tbs.dll

10.0.26100.4648

5-Jul-25

2:26

78,080

msvcp_win.dll

10.0.26100.4648

5-Jul-25

2:26

505,736

nsi.dll

10.0.26100.4648

5-Jul-25

2:26

21,752

winnsi.dll

10.0.26100.4648

5-Jul-25

2:26

35,712

ws2_32.dll

10.0.26100.4648

5-Jul-25

2:26

392,080

win32u.dll

10.0.26100.4648

5-Jul-25

2:26

105,888

ReAgent.dll

10.0.26100.4648

5-Jul-25

2:26

646,584

ReInfo.dll

10.0.26100.4648

5-Jul-25

2:26

62,976

File name

File version

Date

Time

File size

storufs.inf

Not versioned

5-Jul-25

2:02

26,264

storufs.sys

10.0.26100.4648

5-Jul-25

2:02

114,072

tpm.inf

Not versioned

5-Jul-25

2:02

11,618

tpm.sys

10.0.26100.4648

5-Jul-25

2:02

349,080

hvloader.dll

10.0.26100.4648

5-Jul-25

2:02

187,280

hvaa64.exe

10.0.26100.4648

5-Jul-25

2:02

1,395,608

skci.dll

10.0.26100.4648

5-Jul-25

2:02

250,728

iumbase.dll

10.0.26100.4648

5-Jul-25

2:02

26,432

iumdll.dll

10.0.26100.4648

5-Jul-25

2:02

16,656

tprtdll.dll

10.0.26100.4648

5-Jul-25

2:02

389,560

vertdll.dll

10.0.26100.4648

5-Jul-25

2:02

180,392

ucrtbase_enclave.dll

10.0.26100.4648

5-Jul-25

2:02

450,480

securekernel.exe

10.0.26100.4648

5-Jul-25

2:02

970,640

VbsSiPolicy.p7b

Not versioned

5-Jul-25

2:02

68,351

SDFHost.dll

10.0.26100.4648

5-Jul-25

2:02

43,984

IumSdk.dll

10.0.26100.4648

5-Jul-25

2:02

23,768

Facilitator.dll

10.0.26100.4648

5-Jul-25

2:02

1,198,976

apisetschema.dll

10.0.26100.4648

5-Jul-25

2:02

139,648

apisetschema.dll

10.0.26100.4648

5-Jul-25

2:02

139,672

tcblaunch.exe

10.0.26100.4648

5-Jul-25

2:02

927,224

tcbloader.dll

10.0.26100.4648

5-Jul-25

2:02

279,456

DrtmAuthArm.wim

Not versioned

5-Jul-25

2:02

6,038

winload.efi

10.0.26100.4648

5-Jul-25

2:02

3,097,576

bcrypt.dll

10.0.26100.4648

5-Jul-25

2:02

264,616

bcryptprimitives.dll

10.0.26100.4648

5-Jul-25

2:02

904,536

BootMenuUX.dll

10.0.26100.4648

5-Jul-25

2:02

237,056

driversipolicy.p7b

Not versioned

5-Jul-25

2:02

229,162

ntdll.dll

10.0.26100.4648

5-Jul-25

2:02

2,392,648

cng.sys

10.0.26100.4648

5-Jul-25

2:02

728,888

ci.dll

10.0.26100.4648

5-Jul-25

2:02

969,240

driver.stl

Not versioned

5-Jul-25

2:02

15,114

previous.driver.stl

Not versioned

5-Jul-25

2:02

15,114

cryptbase.dll

10.0.26100.4648

5-Jul-25

2:02

67,872

cryptsp.dll

10.0.26100.4648

5-Jul-25

2:02

177,320

DismCore.dll

10.0.26100.4648

5-Jul-25

2:02

784,768

DismProv.dll

10.0.26100.4648

5-Jul-25

2:02

633,216

DismCorePS.dll

10.0.26100.4648

5-Jul-25

2:02

404,896

LogProvider.dll

10.0.26100.4648

5-Jul-25

2:02

200,096

FolderProvider.dll

10.0.26100.4648

5-Jul-25

2:02

162,688

dhcpcore.dll

10.0.26100.4648

5-Jul-25

2:02

751,488

dhcpcsvc.dll

10.0.26100.4648

5-Jul-25

2:02

272,768

dhcpcore6.dll

10.0.26100.4648

5-Jul-25

2:02

530,840

dhcpcsvc6.dll

10.0.26100.4648

5-Jul-25

2:02

182,176

fbwf.sys

10.0.26100.4648

5-Jul-25

2:02

127,696

cmi2migxml.dll

10.0.26100.4648

5-Jul-25

2:02

216,448

csiagent.dll

10.0.26100.4648

5-Jul-25

2:02

739,240

diagER.dll

10.0.26100.4648

5-Jul-25

2:02

77,696

hwcompat.dll

10.0.26100.4648

5-Jul-25

2:02

234,896

hwcompat.txt

Not versioned

5-Jul-25

2:02

218,683

hwexclude.txt

Not versioned

5-Jul-25

2:02

51

icbexclusion.inf

Not versioned

5-Jul-25

2:02

7,222

migapp.xml

Not versioned

5-Jul-25

2:02

654,548

migcore.dll

10.0.26100.4648

5-Jul-25

2:02

9,910,200

mighost.exe

10.0.26100.4648

5-Jul-25

2:02

271,232

migres.dll

10.0.26100.4648

5-Jul-25

2:02

17,280

migisol.dll

10.0.26100.4648

5-Jul-25

2:02

124,816

migstore.dll

10.0.26100.4648

5-Jul-25

2:02

1,425,824

migsys.dll

10.0.26100.4648

5-Jul-25

2:02

483,232

MXEAgent.dll

10.0.26100.4648

5-Jul-25

2:02

395,648

AppExtAgent.dll

10.0.26100.4648

5-Jul-25

2:02

499,600

offline.xml

Not versioned

5-Jul-25

2:02

44,690

oscomps.xml

Not versioned

5-Jul-25

2:02

449,323

osfilter.inf

Not versioned

5-Jul-25

2:02

21,299

pnppropmig.dll

10.0.26100.4648

5-Jul-25

2:02

93,568

ReserveManager.dll

10.0.26100.4648

5-Jul-25

2:02

354,728

setupplatform.cfg

Not versioned

5-Jul-25

2:02

15,971

setupplatform.dll

1.97.26100.4648

5-Jul-25

2:02

10,208,672

setupplatform.exe

1.97.26100.4648

5-Jul-25

2:02

238,976

SFCN.dat

Not versioned

5-Jul-25

2:02

1,824

SFLCID.dat

Not versioned

5-Jul-25

2:02

1,644

SFLISTW7.dat

Not versioned

5-Jul-25

2:02

1,703,368

SFLISTW8.dat

Not versioned

5-Jul-25

2:02

2,608,858

SFLISTWB.dat

Not versioned

5-Jul-25

2:02

3,172,904

SFLISTWT.dat

Not versioned

5-Jul-25

2:02

4,935,402

SFLISTRS1.dat

Not versioned

5-Jul-25

2:02

5,593,182

SFPAT.inf

Not versioned

5-Jul-25

2:02

11,602

SFPATW7.inf

Not versioned

5-Jul-25

2:02

17,396

SFPATW8.inf

Not versioned

5-Jul-25

2:02

79,818

SFPATWB.inf

Not versioned

5-Jul-25

2:02

91,635

SFPATWT.inf

Not versioned

5-Jul-25

2:02

165,729

SFPATRS1.inf

Not versioned

5-Jul-25

2:02

169,730

unbcl.dll

10.0.26100.4648

5-Jul-25

2:02

1,112,984

upgradeagent.dll

10.0.26100.4648

5-Jul-25

2:02

3,451,264

upgradeagent.xml

Not versioned

5-Jul-25

2:02

70,907

upgrade_comp.xml

Not versioned

5-Jul-25

2:02

6,054

upgrade_bulk.xml

Not versioned

5-Jul-25

2:02

211,949

upgrade_data.xml

Not versioned

5-Jul-25

2:02

41,750

upgrade_frmwrk.xml

Not versioned

5-Jul-25

2:02

19,157

upgWow_bulk.xml

Not versioned

5-Jul-25

2:02

114,707

upgWowA32_bulk.xml

Not versioned

5-Jul-25

2:02

114,697

uninstall.xml

Not versioned

5-Jul-25

2:02

4,639

uninstall_data.xml

Not versioned

5-Jul-25

2:02

11,122

wdsutil.dll

10.0.26100.4648

5-Jul-25

2:02

352,656

WinSetupMon.hiv

Not versioned

5-Jul-25

2:02

8,192

WinSetupMon.sys

10.0.26100.4648

5-Jul-25

2:02

145,808

actionqueue.dll

10.0.26100.4648

5-Jul-25

2:02

431,520

appcompat_detailed.xsl

Not versioned

5-Jul-25

2:02

13,608

appcompat_detailed_bidi.xsl

Not versioned

5-Jul-25

2:02

13,732

cdplib.mof

Not versioned

5-Jul-25

2:02

1,976

cdplibuninstall.mof

Not versioned

5-Jul-25

2:02

571

dpx.dll

10.0.26100.4648

5-Jul-25

2:02

1,969,024

UpdateCompression.dll

5.0.1.1

5-Jul-25

2:02

1,104,256

itgtupg.dll

10.0.26100.4648

5-Jul-25

2:02

100,696

migtestplugin.dll

10.0.26100.4648

5-Jul-25

2:02

56,704

msdelta.dll

5.0.1.1

5-Jul-25

2:02

947,624

mspatcha.dll

5.0.1.1

5-Jul-25

2:02

116,096

smiengine.dll

10.0.26100.4648

5-Jul-25

2:02

1,696,656

wcmtypes.xsd

Not versioned

5-Jul-25

2:02

1,047

wdsupgcompl.dll

10.0.26100.4648

5-Jul-25

2:02

27,008

auditetw.dll

10.0.26100.4648

5-Jul-25

2:02

16,240

cmisetupetw.dll

10.0.26100.4648

5-Jul-25

2:02

16,728

etwproviderinstall.vbs

Not versioned

5-Jul-25

2:02

6,868

setupcletw.dll

10.0.26100.4648

5-Jul-25

2:02

20,824

winsetupetw.dll

10.0.26100.4648

5-Jul-25

2:02

68,952

migres.dll.mui

10.0.26100.4648

5-Jul-25

2:02

7,680

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:02

14,208

migres.dll.mui

10.0.26100.4648

5-Jul-25

2:02

8,192

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:02

14,240

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:02

14,224

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:02

14,760

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:02

14,752

migres.dll.mui

10.0.26100.4648

5-Jul-25

2:02

8,704

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:02

14,232

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:02

14,720

migres.dll.mui

10.0.26100.4648

5-Jul-25

2:02

7,168

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:02

13,696

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:02

14,248

migres.dll.mui

10.0.26100.4648

5-Jul-25

2:02

6,656

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:02

13,184

migres.dll.mui

10.0.26100.4648

5-Jul-25

2:02

6,144

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:02

13,216

migres.dll.mui

10.0.26100.4648

5-Jul-25

2:02

5,632

setupplatform.exe.mui

1.97.26100.4648

5-Jul-25

2:02

13,200

KernelBase.dll

10.0.26100.4648

5-Jul-25

2:02

6,942,392

dxgkrnl.sys

10.0.26100.4648

5-Jul-25

2:02

4,886,944

cdd.dll

10.0.26100.4648

5-Jul-25

2:02

260,608

dxgmms1.sys

10.0.26100.4648

5-Jul-25

2:02

462,744

dxgmms2.sys

10.0.26100.4648

5-Jul-25

2:02

1,091,456

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

10.0.26100.4648

5-Jul-25

2:02

22,416

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

10.0.26100.4648

5-Jul-25

2:02

22,432

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

10.0.26100.4648

5-Jul-25

2:02

21,392

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

10.0.26100.4648

5-Jul-25

2:02

20,864

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

10.0.26100.4648

5-Jul-25

2:02

21,376

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

10.0.26100.4648

5-Jul-25

2:02

21,400

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

10.0.26100.4648

5-Jul-25

2:02

20,864

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

10.0.26100.4648

5-Jul-25

2:02

21,448

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

10.0.26100.4648

5-Jul-25

2:02

21,416

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

10.0.26100.4648

5-Jul-25

2:02

20,880

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

10.0.26100.4648

5-Jul-25

2:02

20,864

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

10.0.26100.4648

5-Jul-25

2:02

29,624

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

10.0.26100.4648

5-Jul-25

2:02

21,400

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

10.0.26100.4648

5-Jul-25

2:02

21,416

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

10.0.26100.4648

5-Jul-25

2:02

21,400

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

10.0.26100.4648

5-Jul-25

2:02

22,400

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

10.0.26100.4648

5-Jul-25

2:02

21,392

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

10.0.26100.4648

5-Jul-25

2:02

21,888

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

10.0.26100.4648

5-Jul-25

2:02

20,896

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

10.0.26100.4648

5-Jul-25

2:02

23,456

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

10.0.26100.4648

5-Jul-25

2:02

21,416

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

10.0.26100.4648

5-Jul-25

2:02

27,520

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

10.0.26100.4648

5-Jul-25

2:02

20,896

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

10.0.26100.4648

5-Jul-25

2:02

22,432

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

10.0.26100.4648

5-Jul-25

2:02

23,424

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

10.0.26100.4648

5-Jul-25

2:02

22,424

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

10.0.26100.4648

5-Jul-25

2:02

21,928

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

10.0.26100.4648

5-Jul-25

2:02

23,464

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

10.0.26100.4648

5-Jul-25

2:02

21,408

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

10.0.26100.4648

5-Jul-25

2:02

26,496

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

10.0.26100.4648

5-Jul-25

2:02

22,928

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

10.0.26100.4648

5-Jul-25

2:02

21,920

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

10.0.26100.4648

5-Jul-25

2:02

20,888

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

10.0.26100.4648

5-Jul-25

2:02

21,408

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

10.0.26100.4648

5-Jul-25

2:02

25,472

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

10.0.26100.4648

5-Jul-25

2:02

22,400

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

10.0.26100.4648

5-Jul-25

2:02

21,920

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

10.0.26100.4648

5-Jul-25

2:02

20,896

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

10.0.26100.4648

5-Jul-25

2:02

25,472

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

10.0.26100.4648

5-Jul-25

2:02

22,912

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

10.0.26100.4648

5-Jul-25

2:02

23,424

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

10.0.26100.4648

5-Jul-25

2:02

21,928

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

10.0.26100.4648

5-Jul-25

2:02

21,392

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

10.0.26100.4648

5-Jul-25

2:02

25,984

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

10.0.26100.4648

5-Jul-25

2:02

22,952

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

10.0.26100.4648

5-Jul-25

2:02

21,392

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

10.0.26100.4648

5-Jul-25

2:02

21,944

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

10.0.26100.4648

5-Jul-25

2:02

33,664

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

10.0.26100.4648

5-Jul-25

2:02

21,392

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

10.0.26100.4648

5-Jul-25

2:02

21,376

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

10.0.26100.4648

5-Jul-25

2:02

21,392

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

10.0.26100.4648

5-Jul-25

2:02

21,944

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

10.0.26100.4648

5-Jul-25

2:02

23,968

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

10.0.26100.4648

5-Jul-25

2:02

21,888

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

10.0.26100.4648

5-Jul-25

2:02

12,184

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

10.0.26100.4648

5-Jul-25

2:02

21,888

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

10.0.26100.4648

5-Jul-25

2:02

21,416

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

10.0.26100.4648

5-Jul-25

2:02

22,928

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

10.0.26100.4648

5-Jul-25

2:02

23,440

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

10.0.26100.4648

5-Jul-25

2:02

23,976

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

10.0.26100.4648

5-Jul-25

2:02

30,664

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

10.0.26100.4648

5-Jul-25

2:02

22,400

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

10.0.26100.4648

5-Jul-25

2:02

26,552

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

10.0.26100.4648

5-Jul-25

2:02

23,424

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

10.0.26100.4648

5-Jul-25

2:02

22,944

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

10.0.26100.4648

5-Jul-25

2:02

41,856

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

10.0.26100.4648

5-Jul-25

2:02

39,312

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

10.0.26100.4648

5-Jul-25

2:02

135,552

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

10.0.26100.4648

5-Jul-25

2:02

23,936

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

10.0.26100.4648

5-Jul-25

2:02

31,648

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

10.0.26100.4648

5-Jul-25

2:02

35,240

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

10.0.26100.4648

5-Jul-25

2:02

35,744

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

10.0.26100.4648

5-Jul-25

2:02

27,040

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

10.0.26100.4648

5-Jul-25

2:02

22,952

ucrtbase.dll

10.0.26100.4648

5-Jul-25

2:02

2,262,352

migstore.dll

10.0.26100.4648

5-Jul-25

2:02

1,425,792

migapp.dll

10.0.26100.4648

5-Jul-25

2:02

334,208

AppExtAgent.dll

10.0.26100.4648

5-Jul-25

2:02

499,616

csiagent.dll

10.0.26100.4648

5-Jul-25

2:02

739,200

SFLISTXP.dat

Not versioned

5-Jul-25

2:02

1,459,226

SFLISTLH.dat

Not versioned

5-Jul-25

2:02

3,347,940

SFPATXP.inf

Not versioned

5-Jul-25

2:02

4,355

SFPATLH.inf

Not versioned

5-Jul-25

2:02

8,678

msasn1.dll

10.0.26100.4648

5-Jul-25

2:02

140,632

msvcrt.dll

7.0.26100.4648

5-Jul-25

2:02

1,324,416

netio.sys

10.0.26100.4648

5-Jul-25

2:02

669,568

ncsi.dll

10.0.26100.4648

5-Jul-25

2:02

1,277,440

netprofmsvc.dll

10.0.26100.4648

5-Jul-25

2:02

2,032,640

nlaapi.dll

10.0.26100.4648

5-Jul-25

2:02

75,264

nlmproxy.dll

10.0.26100.4648

5-Jul-25

2:02

77,312

nlmsprep.dll

10.0.26100.4648

5-Jul-25

2:02

57,344

ntdll.dll

10.0.26100.4648

5-Jul-25

2:02

4,314,128

ntoskrnl.exe

10.0.26100.4648

5-Jul-25

2:02

11,435,448

rpcrt4.dll

10.0.26100.4648

5-Jul-25

2:02

2,102,816

reagent.adml

Not versioned

5-Jul-25

2:02

1,817

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:02

10,752

wdsimage.dll.mui

10.0.26100.4648

5-Jul-25

2:02

6,144

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:02

12,288

reagent.adml

Not versioned

5-Jul-25

2:02

2,035

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:02

11,264

reagent.adml

Not versioned

5-Jul-25

2:02

2,016

reagent.adml

Not versioned

5-Jul-25

2:02

2,263

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:02

12,800

wdsimage.dll.mui

10.0.26100.4648

5-Jul-25

2:02

6,656

reagent.adml

Not versioned

5-Jul-25

2:02

3,659

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:02

13,312

reagent.adml

Not versioned

5-Jul-25

2:02

2,091

reagent.adml

Not versioned

5-Jul-25

2:02

2,166

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:02

11,776

reagent.adml

Not versioned

5-Jul-25

2:02

2,272

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:02

9,728

reagent.adml

Not versioned

5-Jul-25

2:02

2,348

reagent.adml

Not versioned

5-Jul-25

2:02

2,088

reagent.adml

Not versioned

5-Jul-25

2:02

2,399

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:02

8,192

wdsimage.dll.mui

10.0.26100.4648

5-Jul-25

2:02

4,608

reagent.adml

Not versioned

5-Jul-25

2:02

1,908

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:02

7,680

reagent.adml

Not versioned

5-Jul-25

2:02

2,089

wdsimage.dll.mui

10.0.26100.4648

5-Jul-25

2:02

7,168

reagent.adml

Not versioned

5-Jul-25

2:02

2,099

reagent.adml

Not versioned

5-Jul-25

2:02

2,093

reagent.adml

Not versioned

5-Jul-25

2:02

2,106

reagent.adml

Not versioned

5-Jul-25

2:02

3,348

reagent.adml

Not versioned

5-Jul-25

2:02

2,117

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:02

10,240

reagent.adml

Not versioned

5-Jul-25

2:02

2,133

wdsimage.dll.mui

10.0.26100.4648

5-Jul-25

2:02

5,632

reagent.adml

Not versioned

5-Jul-25

2:02

1,718

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:02

6,144

wdsimage.dll.mui

10.0.26100.4648

5-Jul-25

2:02

4,096

reagent.adml

Not versioned

5-Jul-25

2:02

1,706

reagent.dll.mui

10.0.26100.4648

5-Jul-25

2:02

6,656

reagent.admx

Not versioned

5-Jul-25

2:02

1,240

reagent.dll

10.0.26100.4648

5-Jul-25

2:02

1,232,768

reagent.xml

Not versioned

5-Jul-25

2:02

837

SetupPlatform.cfg

Not versioned

5-Jul-25

2:02

22,987

wdscore.dll

10.0.26100.4648

5-Jul-25

2:02

259,992

WinSetupBoot.hiv

Not versioned

5-Jul-25

2:02

8,192

WinSetupBoot.sys

10.0.26100.4648

5-Jul-25

2:02

91,008

wdsclientapi.dll

10.0.26100.4648

5-Jul-25

2:02

252,248

wdscsl.dll

10.0.26100.4648

5-Jul-25

2:02

94,592

wdsimage.dll

10.0.26100.4648

5-Jul-25

2:02

111,448

wdstptc.dll

10.0.26100.4648

5-Jul-25

2:02

199,000

fvevol.sys

10.0.26100.4648

5-Jul-25

2:02

884,640

dumpfve.sys

10.0.26100.4648

5-Jul-25

2:02

108,176

bcd.dll

10.0.26100.4648

5-Jul-25

2:02

145,200

bootsvc.dll

10.0.26100.4648

5-Jul-25

2:02

282,576

hwreqchk.dll

Not versioned

5-Jul-25

2:02

757,632

ServicingCommon.dll

10.0.26100.4648

5-Jul-25

2:02

1,732,488

utcapi.dll

10.0.26100.4648

5-Jul-25

2:02

46,480

wimgapi.dll

10.0.26100.4648

5-Jul-25

2:02

1,547,168

wdscommonlib.dll

10.0.26100.4648

5-Jul-25

2:02

322,448

dismapi.dll

10.0.26100.4648

5-Jul-25

2:02

2,188,160

dismcore.dll

10.0.26100.4648

5-Jul-25

2:02

784,784

dismcoreps.dll

10.0.26100.4648

5-Jul-25

2:02

219,552

dismprov.dll

10.0.26100.4648

5-Jul-25

2:02

355,216

imagingprovider.dll

10.0.26100.4648

5-Jul-25

2:02

470,440

logprovider.dll

10.0.26100.4648

5-Jul-25

2:02

180,112

vhdprovider.dll

10.0.26100.4648

5-Jul-25

2:02

1,090,472

wimprovider.dll

10.0.26100.4648

5-Jul-25

2:02

1,283,488

unattend.dll

10.0.26100.4648

5-Jul-25

2:02

256,384

wpx.dll

10.0.26100.4648

5-Jul-25

2:02

1,553,808

locale.nls

Not versioned

5-Jul-25

2:02

861,992

nlsbres.dll

10.0.26100.4648

5-Jul-25

2:02

94,592

KerbClientShared.dll

10.0.26100.4648

5-Jul-25

2:02

375,208

sechost.dll

10.0.26100.4648

5-Jul-25

2:02

1,164,856

fveapibase.dll

10.0.26100.4648

5-Jul-25

2:02

1,156,096

fveapi.dll

10.0.26100.4648

5-Jul-25

2:02

2,020,864

kerberos.dll

10.0.26100.4648

5-Jul-25

2:02

2,343,936

kerb3961.dll

10.0.26100.4648

5-Jul-25

2:02

267,168

localkdcsvc.dll

10.0.26100.4648

5-Jul-25

2:02

869,888

LsaIso.exe

10.0.26100.4648

5-Jul-25

2:02

366,304

iumcrypt.dll

10.0.26100.4648

5-Jul-25

2:02

141,176

NtlmShared.dll

10.0.26100.4648

5-Jul-25

2:02

159,776

ServicingCommon.dll

10.0.26100.4648

5-Jul-25

2:02

1,732,464

ResetEngine.dll

10.0.26100.4648

5-Jul-25

2:02

3,421,080

ResetTelemetry.dll

10.0.26100.4648

5-Jul-25

2:02

583,064

ResetEngine.exe

10.0.26100.4648

5-Jul-25

2:02

26,496

ResetPluginHost.exe

10.0.26100.4648

5-Jul-25

2:02

41,472

srms.dat

Not versioned

5-Jul-25

2:02

60,394

sysreset.exe

10.0.26100.4648

5-Jul-25

2:02

480,256

ResetEngOnline.dll

10.0.26100.4648

5-Jul-25

2:02

212,992

SysResetErr.exe

10.0.26100.4648

5-Jul-25

2:02

62,872

tcpip.sys

10.0.26100.4648

5-Jul-25

2:02

3,363,224

FWPKCLNT.SYS

10.0.26100.4648

5-Jul-25

2:02

540,544

tcpipreg.sys

10.0.26100.4648

5-Jul-25

2:02

62,464

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:02

261,632

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:02

269,312

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:02

266,240

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:02

265,216

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:02

267,776

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:02

268,800

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:02

261,120

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:02

267,264

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:02

263,680

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:02

265,728

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:02

259,072

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:02

252,928

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:02

251,904

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:02

264,192

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:02

263,168

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:02

262,656

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:02

266,752

tcpip.sys.mui

10.0.26100.4648

5-Jul-25

2:02

249,344

tbs.dll

10.0.26100.4648

5-Jul-25

2:02

171,640

tbs.sys

10.0.26100.4648

5-Jul-25

2:02

44,928

msvcp_win.dll

10.0.26100.4648

5-Jul-25

2:02

1,331,696

nsi.dll

10.0.26100.4648

5-Jul-25

2:02

53,376

winnsi.dll

10.0.26100.4648

5-Jul-25

2:02

98,320

nsisvc.dll

10.0.26100.4648

5-Jul-25

2:02

78,848

nsiproxy.sys

10.0.26100.4648

5-Jul-25

2:02

50,176

ws2_32.dll

10.0.26100.4648

5-Jul-25

2:02

785,792

win32u.dll

10.0.26100.4648

5-Jul-25

2:02

381,312

win32k.sys

10.0.26100.4648

5-Jul-25

2:02

680,344

win32kfull.sys

10.0.26100.4648

5-Jul-25

2:02

3,941,376

win32kbase.sys

10.0.26100.4648

5-Jul-25

2:02

3,066,368

win32kbase_rs.sys

10.0.26100.4648

5-Jul-25

2:02

121,344

winpeshl.exe

10.0.26100.4648

5-Jul-25

2:02

37,888

wpeutil.dll

10.0.26100.4648

5-Jul-25

2:02

182,784

wpeutil.exe

10.0.26100.4648

5-Jul-25

2:02

15,872

wpeinit.exe

10.0.26100.4648

5-Jul-25

2:02

39,424

startnet.cmd

Not versioned

5-Jul-25

2:02

9

ReAgent.dll

10.0.26100.4648

5-Jul-25

2:02

1,232,800

ReInfo.dll

10.0.26100.4648

5-Jul-25

2:02

176,640

StartRep.exe

10.0.26100.4648

5-Jul-25

2:02

1,266,688

RecHost.exe

10.0.26100.4648

5-Jul-25

2:02

139,648

SrtTel.dll

10.0.26100.4648

5-Jul-25

2:02

1,904,032

RecEnv.exe

10.0.26100.4648

5-Jul-25

2:02

453,536

BootRec.exe

10.0.26100.4648

5-Jul-25

2:02

181,760

DUTProvider.dll

10.0.26100.4648

5-Jul-25

2:02

308,640

WinSetupBak.hiv

Not versioned

5-Jul-25

2:02

8,192

WinSetupBak.sys

10.0.26100.4648

5-Jul-25

2:02

173,456

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:02

36,352

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:02

25,600

BootRec.exe.mui

10.0.26100.4648

5-Jul-25

2:02

4,608

DUTProvider.dll.mui

10.0.26100.4648

5-Jul-25

2:02

5,120

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:02

35,840

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:02

39,936

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:02

27,648

BootRec.exe.mui

10.0.26100.4648

5-Jul-25

2:02

5,120

DUTProvider.dll.mui

10.0.26100.4648

5-Jul-25

2:02

5,632

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:02

43,520

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:02

29,184

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:02

32,768

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:02

24,576

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:02

38,400

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:02

27,136

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:02

40,960

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:02

28,160

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:02

38,912

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:02

26,624

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:02

22,528

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:02

19,456

BootRec.exe.mui

10.0.26100.4648

5-Jul-25

2:02

4,096

DUTProvider.dll.mui

10.0.26100.4648

5-Jul-25

2:02

4,096

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:02

20,992

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:02

18,432

BootRec.exe.mui

10.0.26100.4648

5-Jul-25

2:02

3,584

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:02

35,328

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:02

26,112

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:02

37,888

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:02

40,448

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:02

34,816

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:02

25,088

StartRep.exe.mui

10.0.26100.4648

5-Jul-25

2:02

15,872

RecEnv.exe.mui

10.0.26100.4648

5-Jul-25

2:02

16,896

wow64con.dll

10.0.26100.4648

5-Jul-25

2:02

18,704

bcrypt.dll

10.0.26100.4648

5-Jul-25

2:02

102,288

bcryptprimitives.dll

10.0.26100.4648

5-Jul-25

2:02

427,216

msvcrt.dll

7.0.26100.4648

5-Jul-25

2:02

1,156,656

ucrtbase.dll

10.0.26100.4648

5-Jul-25

2:02

1,574,576

KernelBase.dll

10.0.26100.4648

5-Jul-25

2:02

3,921,024

oleaut32.dll

10.0.26100.4648

5-Jul-25

2:02

1,063,256

rpcrt4.dll

10.0.26100.4648

5-Jul-25

2:02

1,250,168

cryptbase.dll

10.0.26100.4648

5-Jul-25

2:02

33,184

cryptsp.dll

10.0.26100.4648

5-Jul-25

2:02

77,536

DismCore.dll

10.0.26100.4648

5-Jul-25

2:02

371,112

DismProv.dll

10.0.26100.4648

5-Jul-25

2:02

251,792

DismCorePS.dll

10.0.26100.4648

5-Jul-25

2:02

98,704

LogProvider.dll

10.0.26100.4648

5-Jul-25

2:02

76,176

FolderProvider.dll

10.0.26100.4648

5-Jul-25

2:02

59,792

dhcpcore.dll

10.0.26100.4648

5-Jul-25

2:02

363,416

dhcpcsvc.dll

10.0.26100.4648

5-Jul-25

2:02

103,840

dhcpcore6.dll

10.0.26100.4648

5-Jul-25

2:02

255,888

dhcpcsvc6.dll

10.0.26100.4648

5-Jul-25

2:02

88,448

KernelBase.dll

10.0.26100.4648

5-Jul-25

2:02

2,908,528

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

10.0.26100.4648

5-Jul-25

2:02

13,224

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

10.0.26100.4648

5-Jul-25

2:02

13,200

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

10.0.26100.4648

5-Jul-25

2:02

12,688

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

10.0.26100.4648

5-Jul-25

2:02

12,672

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

10.0.26100.4648

5-Jul-25

2:02

12,688

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

10.0.26100.4648

5-Jul-25

2:02

12,712

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

10.0.26100.4648

5-Jul-25

2:02

12,192

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

10.0.26100.4648

5-Jul-25

2:02

12,672

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

10.0.26100.4648

5-Jul-25

2:02

12,696

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

10.0.26100.4648

5-Jul-25

2:02

12,672

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

10.0.26100.4648

5-Jul-25

2:02

12,192

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

10.0.26100.4648

5-Jul-25

2:02

16,256

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

10.0.26100.4648

5-Jul-25

2:02

12,696

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

10.0.26100.4648

5-Jul-25

2:02

12,688

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

10.0.26100.4648

5-Jul-25

2:02

12,704

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

10.0.26100.4648

5-Jul-25

2:02

13,216

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

10.0.26100.4648

5-Jul-25

2:02

13,184

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

10.0.26100.4648

5-Jul-25

2:02

12,672

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

10.0.26100.4648

5-Jul-25

2:02

12,704

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

10.0.26100.4648

5-Jul-25

2:02

13,696

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

10.0.26100.4648

5-Jul-25

2:02

12,704

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

10.0.26100.4648

5-Jul-25

2:02

15,744

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

10.0.26100.4648

5-Jul-25

2:02

12,160

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

10.0.26100.4648

5-Jul-25

2:02

13,208

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

10.0.26100.4648

5-Jul-25

2:02

13,712

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

10.0.26100.4648

5-Jul-25

2:02

13,184

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

10.0.26100.4648

5-Jul-25

2:02

12,688

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

10.0.26100.4648

5-Jul-25

2:02

13,696

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

10.0.26100.4648

5-Jul-25

2:02

12,672

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

10.0.26100.4648

5-Jul-25

2:02

15,232

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

10.0.26100.4648

5-Jul-25

2:02

13,184

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

10.0.26100.4648

5-Jul-25

2:02

12,672

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

10.0.26100.4648

5-Jul-25

2:02

12,672

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

10.0.26100.4648

5-Jul-25

2:02

12,704

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

10.0.26100.4648

5-Jul-25

2:02

14,720

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

10.0.26100.4648

5-Jul-25

2:02

12,704

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

10.0.26100.4648

5-Jul-25

2:02

12,704

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

10.0.26100.4648

5-Jul-25

2:02

12,672

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

10.0.26100.4648

5-Jul-25

2:02

14,720

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

10.0.26100.4648

5-Jul-25

2:02

13,200

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

10.0.26100.4648

5-Jul-25

2:02

13,696

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

10.0.26100.4648

5-Jul-25

2:02

12,704

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

10.0.26100.4648

5-Jul-25

2:02

12,672

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

10.0.26100.4648

5-Jul-25

2:02

14,720

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

10.0.26100.4648

5-Jul-25

2:02

13,224

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

10.0.26100.4648

5-Jul-25

2:02

12,672

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

10.0.26100.4648

5-Jul-25

2:02

12,712

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

10.0.26100.4648

5-Jul-25

2:02

18,304

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

10.0.26100.4648

5-Jul-25

2:02

12,688

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

10.0.26100.4648

5-Jul-25

2:02

12,672

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

10.0.26100.4648

5-Jul-25

2:02

12,672

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

10.0.26100.4648

5-Jul-25

2:02

12,688

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

10.0.26100.4648

5-Jul-25

2:02

13,736

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

10.0.26100.4648

5-Jul-25

2:02

13,224

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

10.0.26100.4648

5-Jul-25

2:02

12,672

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

10.0.26100.4648

5-Jul-25

2:02

12,672

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

10.0.26100.4648

5-Jul-25

2:02

12,704

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

10.0.26100.4648

5-Jul-25

2:02

13,728

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

10.0.26100.4648

5-Jul-25

2:02

13,696

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

10.0.26100.4648

5-Jul-25

2:02

13,696

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

10.0.26100.4648

5-Jul-25

2:02

16,768

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

10.0.26100.4648

5-Jul-25

2:02

13,224

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

10.0.26100.4648

5-Jul-25

2:02

15,264

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

10.0.26100.4648

5-Jul-25

2:02

13,696

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

10.0.26100.4648

5-Jul-25

2:02

13,224

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

10.0.26100.4648

5-Jul-25

2:02

23,440

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

10.0.26100.4648

5-Jul-25

2:02

20,864

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

10.0.26100.4648

5-Jul-25

2:02

67,472

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

10.0.26100.4648

5-Jul-25

2:02

13,728

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

10.0.26100.4648

5-Jul-25

2:02

17,792

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

10.0.26100.4648

5-Jul-25

2:02

18,848

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

10.0.26100.4648

5-Jul-25

2:02

19,352

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

10.0.26100.4648

5-Jul-25

2:02

15,232

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

10.0.26100.4648

5-Jul-25

2:02

13,216

ucrtbase.dll

10.0.26100.4648

5-Jul-25

2:02

1,114,136

migcore.dll

10.0.26100.4648

5-Jul-25

2:02

7,159,200

migstore.dll

10.0.26100.4648

5-Jul-25

2:02

1,063,328

mighost.exe

10.0.26100.4648

5-Jul-25

2:02

254,848

migres.dll

10.0.26100.4648

5-Jul-25

2:02

17,312

migapp.dll

10.0.26100.4648

5-Jul-25

2:02

231,848

MXEAgent.dll

10.0.26100.4648

5-Jul-25

2:02

274,816

AppExtAgent.dll

10.0.26100.4648

5-Jul-25

2:02

346,536

csiagent.dll

10.0.26100.4648

5-Jul-25

2:02

527,256

cmi2migxml.dll

10.0.26100.4648

5-Jul-25

2:02

158,616

msasn1.dll

10.0.26100.4648

5-Jul-25

2:02

52,232

msvcrt.dll

7.0.26100.4648

5-Jul-25

2:02

809,392

nlaapi.dll

10.0.26100.4648

5-Jul-25

2:02

24,064

nlmproxy.dll

10.0.26100.4648

5-Jul-25

2:02

19,456

nlmsprep.dll

10.0.26100.4648

5-Jul-25

2:02

17,920

ntdll.dll

10.0.26100.4648

5-Jul-25

2:02

1,807,896

rpcrt4.dll

10.0.26100.4648

5-Jul-25

2:02

772,696

KerbClientShared.dll

10.0.26100.4648

5-Jul-25

2:02

165,376

sechost.dll

10.0.26100.4648

5-Jul-25

2:02

529,496

fveapibase.dll

10.0.26100.4648

5-Jul-25

2:02

561,152

fveapi.dll

10.0.26100.4648

5-Jul-25

2:02

985,088

kerberos.dll

10.0.26100.4648

5-Jul-25

2:02

1,034,240

kerb3961.dll

10.0.26100.4648

5-Jul-25

2:02

111,048

NtlmShared.dll

10.0.26100.4648

5-Jul-25

2:02

63,088

ServicingCommon.dll

10.0.26100.4648

5-Jul-25

2:02

751,040

tbs.dll

10.0.26100.4648

5-Jul-25

2:02

78,080

msvcp_win.dll

10.0.26100.4648

5-Jul-25

2:02

505,736

nsi.dll

10.0.26100.4648

5-Jul-25

2:02

21,752

winnsi.dll

10.0.26100.4648

5-Jul-25

2:02

35,712

ws2_32.dll

10.0.26100.4648

5-Jul-25

2:02

392,080

win32u.dll

10.0.26100.4648

5-Jul-25

2:02

105,888

ReAgent.dll

10.0.26100.4648

5-Jul-25

2:02

646,584

ReInfo.dll

10.0.26100.4648

5-Jul-25

2:02

62,976

References

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

Query words: safeos du

ヘルプを表示

その他のオプションが必要ですか?

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