Applies To
Windows 11 SE, version 24H2 Windows 11 Enterprise and Education, version 24H2 Windows 11 Enterprise Multi-Session, version 24H2 Windows 11 Home and Pro, version 24H2 Windows 11 IoT Enterprise, version 24H2 Windows Server 2025

Summary

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

Verify the installation of this update

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

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

9-Aug-25

22:20

26,264

storufs.sys

10.0.26100.5059

9-Aug-25

22:20

148,896

tpm.inf

Not versioned

9-Aug-25

22:20

11,804

tpm.sys

10.0.26100.5059

9-Aug-25

22:20

374,144

hvloader.dll

10.0.26100.5059

9-Aug-25

22:20

230,784

hvax64.exe

10.0.26100.5059

9-Aug-25

22:20

1,971,624

hvix64.exe

10.0.26100.5059

9-Aug-25

22:20

2,053,544

skci.dll

10.0.26100.5059

9-Aug-25

22:20

340,280

iumbase.dll

10.0.26100.5059

9-Aug-25

22:20

51,040

iumdll.dll

10.0.26100.5059

9-Aug-25

22:20

38,672

tprtdll.dll

10.0.26100.5059

9-Aug-25

22:20

456,008

vertdll.dll

10.0.26100.5059

9-Aug-25

22:20

216,344

ucrtbase_enclave.dll

10.0.26100.5059

9-Aug-25

22:20

646,072

securekernel.exe

10.0.26100.5059

9-Aug-25

22:20

1,320,320

VbsSiPolicy.p7b

Not versioned

9-Aug-25

22:20

68,351

SDFHost.dll

10.0.26100.5059

9-Aug-25

22:20

63,464

IumSdk.dll

10.0.26100.5059

9-Aug-25

22:20

30,400

Facilitator.dll

10.0.26100.5059

9-Aug-25

22:20

1,119,656

apisetschema.dll

10.0.26100.5059

9-Aug-25

22:20

148,896

apisetschema.dll

10.0.26100.5059

9-Aug-25

22:20

152,960

chs_boot.ttf

Not versioned

9-Aug-25

22:20

3,696,708

chs_boot_EX.ttf

Not versioned

9-Aug-25

22:20

3,696,724

msyh_boot.ttf

Not versioned

9-Aug-25

22:20

189,924

msyh_boot_EX.ttf

Not versioned

9-Aug-25

22:20

189,924

msyhn_boot.ttf

Not versioned

9-Aug-25

22:20

187,908

msyhn_boot_EX.ttf

Not versioned

9-Aug-25

22:20

187,936

cht_boot.ttf

Not versioned

9-Aug-25

22:20

3,879,416

cht_boot_EX.ttf

Not versioned

9-Aug-25

22:20

3,879,400

msjh_boot.ttf

Not versioned

9-Aug-25

22:20

201,348

msjh_boot_EX.ttf

Not versioned

9-Aug-25

22:20

201,348

msjhn_boot.ttf

Not versioned

9-Aug-25

22:20

199,164

msjhn_boot_EX.ttf

Not versioned

9-Aug-25

22:20

199,200

wgl4_boot.ttf

Not versioned

9-Aug-25

22:20

50,096

wgl4_boot_EX.ttf

Not versioned

9-Aug-25

22:20

50,084

segmono_boot.ttf

Not versioned

9-Aug-25

22:20

45,876

segmono_boot_EX.ttf

Not versioned

9-Aug-25

22:20

45,848

segoe_slboot.ttf

Not versioned

9-Aug-25

22:20

103,008

segoe_slboot_EX.ttf

Not versioned

9-Aug-25

22:20

102,984

segoen_slboot.ttf

Not versioned

9-Aug-25

22:20

102,720

segoen_slboot_EX.ttf

Not versioned

9-Aug-25

22:20

102,704

jpn_boot.ttf

Not versioned

9-Aug-25

22:20

1,986,880

jpn_boot_EX.ttf

Not versioned

9-Aug-25

22:20

1,986,856

meiryo_boot.ttf

Not versioned

9-Aug-25

22:20

176,000

meiryo_boot_EX.ttf

Not versioned

9-Aug-25

22:20

176,000

meiryon_boot.ttf

Not versioned

9-Aug-25

22:20

174,160

meiryon_boot_EX.ttf

Not versioned

9-Aug-25

22:20

174,172

kor_boot.ttf

Not versioned

9-Aug-25

22:20

2,373,992

kor_boot_EX.ttf

Not versioned

9-Aug-25

22:20

2,374,004

malgun_boot.ttf

Not versioned

9-Aug-25

22:20

201,944

malgun_boot_EX.ttf

Not versioned

9-Aug-25

22:20

201,972

malgunn_boot.ttf

Not versioned

9-Aug-25

22:20

199,416

malgunn_boot_EX.ttf

Not versioned

9-Aug-25

22:20

199,444

efisys.bin

Not versioned

9-Aug-25

22:20

1,474,560

efisys_EX.bin

Not versioned

9-Aug-25

22:20

1,474,560

efisys_noprompt.bin

Not versioned

9-Aug-25

22:20

1,474,560

efisys_noprompt_EX.bin

Not versioned

9-Aug-25

22:20

1,474,560

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

94,640

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

94,640

bootmgr.efi.mui

10.0.26100.30227

9-Aug-25

22:20

90,024

bootmgr_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

90,024

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

93,616

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

93,616

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

92,592

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

92,592

bootmgr.efi.mui

10.0.26100.30227

9-Aug-25

22:20

90,000

bootmgr_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

90,000

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

97,200

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

97,200

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

97,712

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

97,712

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

90,032

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

90,032

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

90,056

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

90,056

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

91,056

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

91,056

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

96,712

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

96,712

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

93,640

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

93,640

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

96,688

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

96,688

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

94,152

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

94,152

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

81,328

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

81,328

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

80,816

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

80,816

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

92,104

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

92,104

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

92,080

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

92,080

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

94,664

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

94,664

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

95,664

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

95,664

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

93,104

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

93,104

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

94,128

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

94,128

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

93,128

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

93,128

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

76,208

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

76,208

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:20

76,720

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:20

76,720

tcblaunch.exe

10.0.26100.5059

9-Aug-25

22:20

974,632

tcbloader.dll

10.0.26100.5059

9-Aug-25

22:20

316,824

DrtmAuthTxt.wim

Not versioned

9-Aug-25

22:20

22,364

bootmgfw.efi

10.0.26100.30227

9-Aug-25

22:20

2,855,368

bootmgfw_EX.efi

10.0.26100.30227

9-Aug-25

22:20

2,855,192

SecureBootRecovery.efi

Not versioned

9-Aug-25

22:20

164,752

bootmgr.efi

10.0.26100.30227

9-Aug-25

22:20

2,837,416

bootmgr_EX.efi

10.0.26100.30227

9-Aug-25

22:20

2,837,416

boot.stl

Not versioned

9-Aug-25

22:20

11,030

boot.pnd.stl

Not versioned

9-Aug-25

22:20

11,733

winsipolicy.p7b

Not versioned

9-Aug-25

22:20

10,341

winload.sys

10.0.26100.5059

9-Aug-25

22:20

1,228,680

bootux.dll

10.0.26100.5059

9-Aug-25

22:20

4,964,352

winload.exe

10.0.26100.5059

9-Aug-25

22:20

1,864,600

winload.efi

10.0.26100.5059

9-Aug-25

22:20

3,265,376

bcrypt.dll

10.0.26100.5059

9-Aug-25

22:20

166,744

bcryptprimitives.dll

10.0.26100.5059

9-Aug-25

22:20

641,936

BootMenuUX.dll

10.0.26100.5059

9-Aug-25

22:20

241,664

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

40,448

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

48,640

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

46,592

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

44,032

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

51,200

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

53,248

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

48,128

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

43,520

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

45,568

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

51,712

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

35,840

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

46,080

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

47,104

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

26,624

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

24,064

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

45,056

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

44,544

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

49,152

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:20

19,456

bootim.exe

10.0.26100.5059

9-Aug-25

22:20

53,248

driversipolicy.p7b

Not versioned

9-Aug-25

22:20

229,162

cng.sys

10.0.26100.5059

9-Aug-25

22:20

865,024

ci.dll

10.0.26100.5059

9-Aug-25

22:20

1,096,440

driver.stl

Not versioned

9-Aug-25

22:20

32,631

previous.driver.stl

Not versioned

9-Aug-25

22:20

32,631

cryptbase.dll

10.0.26100.5059

9-Aug-25

22:20

59,344

symcryptk.dll

103.8.1.0

9-Aug-25

22:20

58,752

cryptsp.dll

10.0.26100.5059

9-Aug-25

22:20

121,312

DismCore.dll

10.0.26100.5059

9-Aug-25

22:20

480,672

DismProv.dll

10.0.26100.5059

9-Aug-25

22:20

300,448

DismCorePS.dll

10.0.26100.5059

9-Aug-25

22:20

230,800

LogProvider.dll

10.0.26100.5059

9-Aug-25

22:20

120,216

FolderProvider.dll

10.0.26100.5059

9-Aug-25

22:20

95,640

dhcpcore.dll

10.0.26100.5059

9-Aug-25

22:20

460,176

dhcpcsvc.dll

10.0.26100.5059

9-Aug-25

22:20

152,984

dhcpcore6.dll

10.0.26100.5059

9-Aug-25

22:20

329,088

dhcpcsvc6.dll

10.0.26100.5059

9-Aug-25

22:20

132,480

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:20

19,968

WerFaultSecure.exe.mui

10.0.26100.5059

9-Aug-25

22:20

6,656

faultrep.dll.mui

10.0.26100.5059

9-Aug-25

22:20

6,656

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:20

22,528

WerFaultSecure.exe.mui

10.0.26100.5059

9-Aug-25

22:20

7,168

faultrep.dll.mui

10.0.26100.5059

9-Aug-25

22:20

7,168

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:20

21,504

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:20

20,992

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:20

24,576

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:20

25,600

WerFaultSecure.exe.mui

10.0.26100.5059

9-Aug-25

22:20

8,192

faultrep.dll.mui

10.0.26100.5059

9-Aug-25

22:20

8,192

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:20

20,480

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:20

22,016

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:20

19,456

WerFaultSecure.exe.mui

10.0.26100.5059

9-Aug-25

22:20

7,680

faultrep.dll.mui

10.0.26100.5059

9-Aug-25

22:20

7,680

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:20

18,432

WerFaultSecure.exe.mui

10.0.26100.5059

9-Aug-25

22:20

6,144

faultrep.dll.mui

10.0.26100.5059

9-Aug-25

22:20

6,144

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:20

23,040

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:20

13,312

WerFaultSecure.exe.mui

10.0.26100.5059

9-Aug-25

22:20

5,120

faultrep.dll.mui

10.0.26100.5059

9-Aug-25

22:20

5,120

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:20

12,800

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:20

23,552

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:20

9,728

WerFaultSecure.exe.mui

10.0.26100.5059

9-Aug-25

22:20

4,608

faultrep.dll.mui

10.0.26100.5059

9-Aug-25

22:20

4,608

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:20

10,240

wer.dll.mui

10.0.26100.5059

9-Aug-25

22:20

11,264

wer.dll.mui

10.0.26100.5059

9-Aug-25

22:20

12,288

wer.dll.mui

10.0.26100.5059

9-Aug-25

22:20

11,776

wer.dll.mui

10.0.26100.5059

9-Aug-25

22:20

13,312

wer.dll.mui

10.0.26100.5059

9-Aug-25

22:20

12,800

wer.dll.mui

10.0.26100.5059

9-Aug-25

22:20

9,728

wer.dll.mui

10.0.26100.5059

9-Aug-25

22:20

8,192

wer.dll.mui

10.0.26100.5059

9-Aug-25

22:20

10,752

wer.dll.mui

10.0.26100.5059

9-Aug-25

22:20

7,168

wer.dll

10.0.26100.5059

9-Aug-25

22:20

993,144

weretw.dll

10.0.26100.5059

9-Aug-25

22:20

253,504

werdiagcontroller.dll

10.0.26100.5059

9-Aug-25

22:20

73,728

wermgr.exe

10.0.26100.5059

9-Aug-25

22:20

300,416

WerFault.exe

10.0.26100.5059

9-Aug-25

22:20

640,424

WerFaultSecure.exe

10.0.26100.5059

9-Aug-25

22:20

220,464

Faultrep.dll

10.0.26100.5059

9-Aug-25

22:20

551,016

WerEnc.dll

10.0.26100.5059

9-Aug-25

22:20

55,152

fbwf.sys

10.0.26100.5059

9-Aug-25

22:20

158,448

cmi2migxml.dll

10.0.26100.5059

9-Aug-25

22:20

226,720

csiagent.dll

10.0.26100.5059

9-Aug-25

22:20

718,208

diagER.dll

10.0.26100.5059

9-Aug-25

22:20

99,744

hwcompat.dll

10.0.26100.5059

9-Aug-25

22:20

243,096

hwcompat.txt

Not versioned

9-Aug-25

22:20

957,055

hwexclude.txt

Not versioned

9-Aug-25

22:20

51

icbexclusion.inf

Not versioned

9-Aug-25

22:20

7,222

migapp.xml

Not versioned

9-Aug-25

22:20

654,548

migcore.dll

10.0.26100.5059

9-Aug-25

22:20

9,311,664

mighost.exe

10.0.26100.5059

9-Aug-25

22:20

288,168

migres.dll

10.0.26100.5059

9-Aug-25

22:20

26,016

migisol.dll

10.0.26100.5059

9-Aug-25

22:20

148,864

migstore.dll

10.0.26100.5059

9-Aug-25

22:20

1,369,488

migsys.dll

10.0.26100.5059

9-Aug-25

22:20

464,288

MXEAgent.dll

10.0.26100.5059

9-Aug-25

22:20

386,448

AppExtAgent.dll

10.0.26100.5059

9-Aug-25

22:20

488,832

offline.xml

Not versioned

9-Aug-25

22:20

44,690

oscomps.xml

Not versioned

9-Aug-25

22:20

449,323

osfilter.inf

Not versioned

9-Aug-25

22:20

21,299

pnppropmig.dll

10.0.26100.5059

9-Aug-25

22:20

107,936

ReserveManager.dll

10.0.26100.5059

9-Aug-25

22:20

341,376

setupplatform.cfg

Not versioned

9-Aug-25

22:20

15,971

setupplatform.dll

1.97.26100.5059

9-Aug-25

22:20

9,721,272

setupplatform.exe

1.97.26100.5059

9-Aug-25

22:20

255,360

SFCN.dat

Not versioned

9-Aug-25

22:20

1,824

SFLCID.dat

Not versioned

9-Aug-25

22:20

1,644

SFLISTW7.dat

Not versioned

9-Aug-25

22:20

1,703,368

SFLISTW8.dat

Not versioned

9-Aug-25

22:20

2,608,858

SFLISTWB.dat

Not versioned

9-Aug-25

22:20

3,172,904

SFLISTWT.dat

Not versioned

9-Aug-25

22:20

4,935,402

SFLISTRS1.dat

Not versioned

9-Aug-25

22:20

5,593,182

SFPAT.inf

Not versioned

9-Aug-25

22:20

11,602

SFPATW7.inf

Not versioned

9-Aug-25

22:20

17,396

SFPATW8.inf

Not versioned

9-Aug-25

22:20

79,818

SFPATWB.inf

Not versioned

9-Aug-25

22:20

91,635

SFPATWT.inf

Not versioned

9-Aug-25

22:20

165,729

SFPATRS1.inf

Not versioned

9-Aug-25

22:20

169,730

unbcl.dll

10.0.26100.5059

9-Aug-25

22:20

1,090,960

upgradeagent.dll

10.0.26100.5059

9-Aug-25

22:20

3,302,808

upgradeagent.xml

Not versioned

9-Aug-25

22:20

70,907

upgrade_comp.xml

Not versioned

9-Aug-25

22:20

6,054

upgrade_bulk.xml

Not versioned

9-Aug-25

22:20

211,949

upgrade_data.xml

Not versioned

9-Aug-25

22:20

41,750

upgrade_frmwrk.xml

Not versioned

9-Aug-25

22:20

19,157

upgWow_bulk.xml

Not versioned

9-Aug-25

22:20

114,707

uninstall.xml

Not versioned

9-Aug-25

22:20

4,639

uninstall_data.xml

Not versioned

9-Aug-25

22:20

11,122

wdsutil.dll

10.0.26100.5059

9-Aug-25

22:20

353,704

WinSetupMon.hiv

Not versioned

9-Aug-25

22:20

8,192

WinSetupMon.sys

10.0.26100.5059

9-Aug-25

22:20

169,368

actionqueue.dll

10.0.26100.5059

9-Aug-25

22:20

267,648

appcompat_detailed.xsl

Not versioned

9-Aug-25

22:20

13,608

appcompat_detailed_bidi.xsl

Not versioned

9-Aug-25

22:20

13,732

cdplib.mof

Not versioned

9-Aug-25

22:20

1,976

cdplibuninstall.mof

Not versioned

9-Aug-25

22:20

571

dpx.dll

10.0.26100.5059

9-Aug-25

22:20

1,103,248

UpdateCompression.dll

5.0.1.1

9-Aug-25

22:20

619,904

itgtupg.dll

10.0.26100.5059

9-Aug-25

22:20

117,104

migtestplugin.dll

10.0.26100.5059

9-Aug-25

22:20

76,120

msdelta.dll

5.0.1.1

9-Aug-25

22:20

595,328

mspatcha.dll

5.0.1.1

9-Aug-25

22:20

83,328

smiengine.dll

10.0.26100.5059

9-Aug-25

22:20

927,104

wcmtypes.xsd

Not versioned

9-Aug-25

22:20

1,047

wdsupgcompl.dll

10.0.26100.5059

9-Aug-25

22:20

47,464

auditetw.dll

10.0.26100.5059

9-Aug-25

22:20

26,968

cmisetupetw.dll

10.0.26100.5059

9-Aug-25

22:20

26,992

etwproviderinstall.vbs

Not versioned

9-Aug-25

22:20

6,868

setupcletw.dll

10.0.26100.5059

9-Aug-25

22:20

31,088

winsetupetw.dll

10.0.26100.5059

9-Aug-25

22:20

76,120

migres.dll.mui

10.0.26100.5059

9-Aug-25

22:20

7,680

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:20

14,208

migres.dll.mui

10.0.26100.5059

9-Aug-25

22:20

8,192

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:20

14,248

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:20

14,232

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:20

14,752

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:20

14,736

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:20

14,224

migres.dll.mui

10.0.26100.5059

9-Aug-25

22:20

8,704

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:20

14,240

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:20

14,720

migres.dll.mui

10.0.26100.5059

9-Aug-25

22:20

7,168

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:20

13,728

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:20

14,280

migres.dll.mui

10.0.26100.5059

9-Aug-25

22:20

6,656

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:20

13,216

migres.dll.mui

10.0.26100.5059

9-Aug-25

22:20

6,144

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:20

13,184

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:20

14,264

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:20

14,256

migres.dll.mui

10.0.26100.5059

9-Aug-25

22:20

5,632

KernelBase.dll

10.0.26100.5059

9-Aug-25

22:20

4,154,144

dxgkrnl.sys

10.0.26100.5059

9-Aug-25

22:20

5,162,424

cdd.dll

10.0.26100.5059

9-Aug-25

22:20

339,968

dxgmms1.sys

10.0.26100.5059

9-Aug-25

22:20

546,208

dxgmms2.sys

10.0.26100.5059

9-Aug-25

22:20

1,201,536

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

10.0.26100.5059

9-Aug-25

22:20

21,904

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,920

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,912

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

10.0.26100.5059

9-Aug-25

22:20

21,920

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

10.0.26100.5059

9-Aug-25

22:20

21,904

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,904

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,920

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

10.0.26100.5059

9-Aug-25

22:20

25,984

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

10.0.26100.5059

9-Aug-25

22:20

21,928

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,912

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

10.0.26100.5059

9-Aug-25

22:20

21,904

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

10.0.26100.5059

9-Aug-25

22:20

21,920

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

10.0.26100.5059

9-Aug-25

22:20

21,904

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,928

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,920

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,912

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

10.0.26100.5059

9-Aug-25

22:20

21,904

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

10.0.26100.5059

9-Aug-25

22:20

21,928

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,928

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

10.0.26100.5059

9-Aug-25

22:20

21,912

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,920

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,920

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

10.0.26100.5059

9-Aug-25

22:20

21,920

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,928

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

10.0.26100.5059

9-Aug-25

22:20

21,912

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

10.0.26100.5059

9-Aug-25

22:20

21,904

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

10.0.26100.5059

9-Aug-25

22:20

21,904

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

26,000

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

10.0.26100.5059

9-Aug-25

22:20

21,904

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

10.0.26100.5059

9-Aug-25

22:20

21,904

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

10.0.26100.5059

9-Aug-25

22:20

21,920

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

10.0.26100.5059

9-Aug-25

22:20

21,928

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

10.0.26100.5059

9-Aug-25

22:20

21,928

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

10.0.26100.5059

9-Aug-25

22:20

21,904

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

10.0.26100.5059

9-Aug-25

22:20

21,912

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,904

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,904

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

10.0.26100.5059

9-Aug-25

22:20

21,912

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

10.0.26100.5059

9-Aug-25

22:20

25,984

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,904

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

10.0.26100.5059

9-Aug-25

22:20

21,904

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

10.0.26100.5059

9-Aug-25

22:20

21,904

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

10.0.26100.5059

9-Aug-25

22:20

30,080

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

10.0.26100.5059

9-Aug-25

22:20

30,096

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

10.0.26100.5059

9-Aug-25

22:20

75,136

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

10.0.26100.5059

9-Aug-25

22:20

21,904

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

10.0.26100.5059

9-Aug-25

22:20

26,000

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

10.0.26100.5059

9-Aug-25

22:20

26,024

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

10.0.26100.5059

9-Aug-25

22:20

26,016

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

10.0.26100.5059

9-Aug-25

22:20

21,888

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

10.0.26100.5059

9-Aug-25

22:20

21,888

ucrtbase.dll

10.0.26100.5059

9-Aug-25

22:20

1,373,304

migstore.dll

10.0.26100.5059

9-Aug-25

22:20

1,369,504

mighost.exe

10.0.26100.5059

9-Aug-25

22:20

288,128

migapp.dll

10.0.26100.5059

9-Aug-25

22:20

329,112

MXEAgent.dll

10.0.26100.5059

9-Aug-25

22:20

386,464

csiagent.dll

10.0.26100.5059

9-Aug-25

22:20

718,240

cmi2migxml.dll

10.0.26100.5059

9-Aug-25

22:20

226,688

SFLISTXP.dat

Not versioned

9-Aug-25

22:20

1,459,226

SFLISTLH.dat

Not versioned

9-Aug-25

22:20

3,347,940

SFPATXP.inf

Not versioned

9-Aug-25

22:20

4,355

SFPATLH.inf

Not versioned

9-Aug-25

22:20

8,678

msasn1.dll

10.0.26100.5059

9-Aug-25

22:20

88,256

msvcrt.dll

7.0.26100.5059

9-Aug-25

22:20

699,808

netio.sys

10.0.26100.5059

9-Aug-25

22:20

755,072

ncsi.dll

10.0.26100.5059

9-Aug-25

22:20

700,416

netprofmsvc.dll

10.0.26100.5059

9-Aug-25

22:20

2,142,208

nlaapi.dll

10.0.26100.5059

9-Aug-25

22:20

53,248

nlmproxy.dll

10.0.26100.5059

9-Aug-25

22:20

53,248

nlmsprep.dll

10.0.26100.5059

9-Aug-25

22:20

49,152

ntdll.dll

10.0.26100.5059

9-Aug-25

22:20

2,526,112

ntoskrnl.exe

10.0.26100.5059

9-Aug-25

22:20

12,952,992

rpcrt4.dll

10.0.26100.5059

9-Aug-25

22:20

1,162,576

reagent.adml

Not versioned

9-Aug-25

22:20

1,817

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:20

10,752

wdsimage.dll.mui

10.0.26100.5059

9-Aug-25

22:20

6,144

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:20

12,288

reagent.adml

Not versioned

9-Aug-25

22:20

2,035

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:20

11,264

reagent.adml

Not versioned

9-Aug-25

22:20

2,016

reagent.adml

Not versioned

9-Aug-25

22:20

2,263

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:20

12,800

wdsimage.dll.mui

10.0.26100.5059

9-Aug-25

22:20

6,656

reagent.adml

Not versioned

9-Aug-25

22:20

3,659

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:20

13,312

reagent.adml

Not versioned

9-Aug-25

22:20

2,091

reagent.adml

Not versioned

9-Aug-25

22:20

2,166

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:20

11,776

reagent.adml

Not versioned

9-Aug-25

22:20

2,272

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:20

9,728

reagent.adml

Not versioned

9-Aug-25

22:20

2,348

reagent.adml

Not versioned

9-Aug-25

22:20

2,088

reagent.adml

Not versioned

9-Aug-25

22:20

2,399

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:20

8,192

wdsimage.dll.mui

10.0.26100.5059

9-Aug-25

22:20

4,608

reagent.adml

Not versioned

9-Aug-25

22:20

1,908

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:20

7,680

reagent.adml

Not versioned

9-Aug-25

22:20

2,089

wdsimage.dll.mui

10.0.26100.5059

9-Aug-25

22:20

7,168

reagent.adml

Not versioned

9-Aug-25

22:20

2,099

reagent.adml

Not versioned

9-Aug-25

22:20

2,093

reagent.adml

Not versioned

9-Aug-25

22:20

2,106

reagent.adml

Not versioned

9-Aug-25

22:20

3,348

reagent.adml

Not versioned

9-Aug-25

22:20

2,117

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:20

10,240

reagent.adml

Not versioned

9-Aug-25

22:20

2,133

wdsimage.dll.mui

10.0.26100.5059

9-Aug-25

22:20

5,632

reagent.adml

Not versioned

9-Aug-25

22:20

1,718

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:20

6,144

wdsimage.dll.mui

10.0.26100.5059

9-Aug-25

22:20

4,096

reagent.adml

Not versioned

9-Aug-25

22:20

1,706

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:20

6,656

reagent.admx

Not versioned

9-Aug-25

22:20

1,240

reagent.dll

10.0.26100.5059

9-Aug-25

22:20

742,784

reagent.xml

Not versioned

9-Aug-25

22:20

837

SetupPlatform.cfg

Not versioned

9-Aug-25

22:20

22,987

wdscore.dll

10.0.26100.5059

9-Aug-25

22:20

279,976

WinSetupBoot.hiv

Not versioned

9-Aug-25

22:20

8,192

WinSetupBoot.sys

10.0.26100.5059

9-Aug-25

22:20

112,040

wdsclientapi.dll

10.0.26100.5059

9-Aug-25

22:20

268,632

wdscsl.dll

10.0.26100.5059

9-Aug-25

22:20

112,000

wdsimage.dll

10.0.26100.5059

9-Aug-25

22:20

129,368

wdstptc.dll

10.0.26100.5059

9-Aug-25

22:20

219,504

fvevol.sys

10.0.26100.5059

9-Aug-25

22:20

968,080

dumpfve.sys

10.0.26100.5059

9-Aug-25

22:20

158,456

bcd.dll

10.0.26100.5059

9-Aug-25

22:20

162,584

bootsvc.dll

10.0.26100.5059

9-Aug-25

22:20

303,096

hwreqchk.dll

Not versioned

9-Aug-25

22:20

456,088

ServicingCommon.dll

10.0.26100.5059

9-Aug-25

22:20

914,632

utcapi.dll

10.0.26100.5059

9-Aug-25

22:20

66,944

wimgapi.dll

10.0.26100.5059

9-Aug-25

22:20

910,744

wdscommonlib.dll

10.0.26100.5059

9-Aug-25

22:20

341,392

dismapi.dll

10.0.26100.5059

9-Aug-25

22:20

1,250,688

dismcoreps.dll

10.0.26100.5059

9-Aug-25

22:20

230,816

dismprov.dll

10.0.26100.5059

9-Aug-25

22:20

300,432

folderprovider.dll

10.0.26100.5059

9-Aug-25

22:20

95,656

imagingprovider.dll

10.0.26100.5059

9-Aug-25

22:20

247,192

logprovider.dll

10.0.26100.5059

9-Aug-25

22:20

189,856

vhdprovider.dll

10.0.26100.5059

9-Aug-25

22:20

599,424

wimprovider.dll

10.0.26100.5059

9-Aug-25

22:20

697,768

unattend.dll

10.0.26100.5059

9-Aug-25

22:20

374,184

wpx.dll

10.0.26100.5059

9-Aug-25

22:20

1,422,752

locale.nls

Not versioned

9-Aug-25

22:20

862,800

nlsbres.dll

10.0.26100.5059

9-Aug-25

22:20

103,832

KerbClientShared.dll

10.0.26100.5059

9-Aug-25

22:20

261,776

sechost.dll

10.0.26100.5059

9-Aug-25

22:20

691,528

fveapibase.dll

10.0.26100.5059

9-Aug-25

22:20

749,568

fveapi.dll

10.0.26100.5059

9-Aug-25

22:20

1,323,008

kerberos.dll

10.0.26100.5059

9-Aug-25

22:20

1,380,352

kerb3961.dll

10.0.26100.5059

9-Aug-25

22:20

183,304

localkdcsvc.dll

10.0.26100.5059

9-Aug-25

22:20

888,832

LsaIso.exe

10.0.26100.5059

9-Aug-25

22:20

389,888

iumcrypt.dll

10.0.26100.5059

9-Aug-25

22:20

100,672

NtlmShared.dll

10.0.26100.5059

9-Aug-25

22:20

104,760

ResetEngine.dll

10.0.26100.5059

9-Aug-25

22:20

2,917,760

ResetTelemetry.dll

10.0.26100.5059

9-Aug-25

22:20

570,752

ResetEngine.exe

10.0.26100.5059

9-Aug-25

22:20

42,408

ResetPluginHost.exe

10.0.26100.5059

9-Aug-25

22:20

57,344

srms.dat

Not versioned

9-Aug-25

22:20

60,394

sysreset.exe

10.0.26100.5059

9-Aug-25

22:20

487,424

ResetEngOnline.dll

10.0.26100.5059

9-Aug-25

22:20

229,376

SysResetErr.exe

10.0.26100.5059

9-Aug-25

22:20

75,152

ResetEngOnline.dll.mui

10.0.26100.5059

9-Aug-25

22:20

2,560

sysreseterr.exe.mui

10.0.26100.5059

9-Aug-25

22:20

3,072

ResetEngine.dll.mui

10.0.26100.5059

9-Aug-25

22:20

4,096

ResetEngOnline.dll.mui

10.0.26100.5059

9-Aug-25

22:20

3,072

ResetEngine.dll.mui

10.0.26100.5059

9-Aug-25

22:20

4,608

sysreseterr.exe.mui

10.0.26100.5059

9-Aug-25

22:20

2,560

ResetEngine.dll.mui

10.0.26100.5059

9-Aug-25

22:20

3,584

tcpip.sys

10.0.26100.5059

9-Aug-25

22:20

3,499,416

FWPKCLNT.SYS

10.0.26100.5059

9-Aug-25

22:20

583,040

tcpipreg.sys

10.0.26100.5059

9-Aug-25

22:20

86,016

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:20

261,632

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:20

269,312

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:20

266,240

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:20

265,216

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:20

267,776

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:20

268,800

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:20

261,120

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:20

267,264

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:20

263,680

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:20

265,728

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:20

259,072

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:20

252,928

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:20

251,904

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:20

264,192

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:20

263,168

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:20

262,656

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:20

266,752

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:20

249,344

DiagnosticDataSettings.dll

10.0.26100.5059

9-Aug-25

22:20

71,704

tbs.dll

10.0.26100.5059

9-Aug-25

22:20

113,024

tbs.sys

10.0.26100.5059

9-Aug-25

22:20

79,232

usodocked.dll

10.0.26100.5059

9-Aug-25

22:20

651,264

usosvc.dll.mui

10.0.26100.5059

9-Aug-25

22:20

3,584

usosvc.dll.mui

10.0.26100.5059

9-Aug-25

22:20

3,072

8acdd7e8a35f165b675b664e7ef8753ef4782f32.xml

Not versioned

9-Aug-25

22:20

3,314

72aceda3d9ebaa195b776ea9042fdf4dc3d29834.xml

Not versioned

9-Aug-25

22:20

2,496

7bc20c224f17145165aedb3fce9bda4f3c563cd7.xml

Not versioned

9-Aug-25

22:20

2,344

465bb23da8d1bea1a024758ba463bc1a7c487362.xml

Not versioned

9-Aug-25

22:20

2,458

7106fe8ce0b33cfdfee8b58e7e1b0a812935905e.xml

Not versioned

9-Aug-25

22:20

2,344

518f3ea9dc67aa5af7eb2840a6f77c874c2b2a17.xml

Not versioned

9-Aug-25

22:20

2,476

99c5248bd8c3356e9a42f332cab9b22eae3856df.xml

Not versioned

9-Aug-25

22:20

2,488

ef338bad6c4b025dc9c8f4f87a98276b2139d403.xml

Not versioned

9-Aug-25

22:20

2,482

0e0337eedd34f1bed8e9bc3202a2754e48b705af.xml

Not versioned

9-Aug-25

22:20

2,500

4ba05104f3d293466a50d8de04318624ab592070.xml

Not versioned

9-Aug-25

22:20

2,476

81d5c60cdaa2f6bac600452c12eac91e3823d9ef.xml

Not versioned

9-Aug-25

22:20

3,876

90eaab3b92938b566b871d11d7a2c86b081b26d4.xml

Not versioned

9-Aug-25

22:20

2,460

c20df1ed8df28c31d513bd896b58980c00c8b298.xml

Not versioned

9-Aug-25

22:20

878

5c7e9e098d198f0114f76066999378607084a638.xml

Not versioned

9-Aug-25

22:20

1,034

68feea34ca8e40dee5faab63604db4cd1d7a3e77.xml

Not versioned

9-Aug-25

22:20

1,034

56a7d507d06f3d51821e1124e642fa74ff3397af.xml

Not versioned

9-Aug-25

22:20

1,034

3332a645bfab2f45c96ade4c05630863cbdcfbd1.xml

Not versioned

9-Aug-25

22:20

1,034

e4c1f6f26bc4ae6ba77734b6aa93d400b87278bb.xml

Not versioned

9-Aug-25

22:20

1,034

b2617fe77af0e357462c58cb9ab1bbc2a243ab95.xml

Not versioned

9-Aug-25

22:20

1,034

0690201f6b392ef45758aa8180e54b80d4ff1a6a.xml

Not versioned

9-Aug-25

22:20

2,270

3cee7b10553edccb79ba709ba53630469cb48843.xml

Not versioned

9-Aug-25

22:20

1,234

23d343cca2905f5a9d8ed56e2f7308cf612ba7ec.xml

Not versioned

9-Aug-25

22:20

976

43ee7b2a373632f9a701249fd96d0edec2ff1279.xml

Not versioned

9-Aug-25

22:20

4,202

usosvc.dll

10.0.26100.5059

9-Aug-25

22:20

114,688

usosvcimpl.dll

1450.2508.4042.0

9-Aug-25

22:20

1,416,608

MoUsoCoreWorker.exe

1450.2508.4042.0

9-Aug-25

22:20

5,006,760

msvcp_win.dll

10.0.26100.5059

9-Aug-25

22:20

641,944

DuCsps.dll

10.0.26100.5059

9-Aug-25

22:20

139,264

usoapi.dll

10.0.26100.5059

9-Aug-25

22:20

200,704

usocoreps.dll

10.0.26100.5059

9-Aug-25

22:20

65,536

Windows.Management.Update.dll

10.0.26100.5059

9-Aug-25

22:20

102,400

nsi.dll

10.0.26100.5059

9-Aug-25

22:20

51,048

winnsi.dll

10.0.26100.5059

9-Aug-25

22:20

71,704

nsisvc.dll

10.0.26100.5059

9-Aug-25

22:20

61,440

nsiproxy.sys

10.0.26100.5059

9-Aug-25

22:20

77,824

ws2_32.dll

10.0.26100.5059

9-Aug-25

22:20

489,072

win32u.dll

10.0.26100.5059

9-Aug-25

22:20

170,888

win32k.sys

10.0.26100.5059

9-Aug-25

22:20

808,360

win32kfull.sys

10.0.26100.5059

9-Aug-25

22:20

4,272,128

win32kbase.sys

10.0.26100.5059

9-Aug-25

22:20

3,342,336

win32kbase_rs.sys

10.0.26100.5059

9-Aug-25

22:20

163,840

winpeshl.exe

10.0.26100.5059

9-Aug-25

22:20

57,344

wpeutil.dll

10.0.26100.5059

9-Aug-25

22:20

200,704

wpeutil.exe

10.0.26100.5059

9-Aug-25

22:20

32,768

wpeinit.exe

10.0.26100.5059

9-Aug-25

22:20

61,440

startnet.cmd

Not versioned

9-Aug-25

22:20

9

winpeshl.exe.mui

10.0.26100.5059

9-Aug-25

22:20

3,584

wpeutil.dll.mui

10.0.26100.5059

9-Aug-25

22:20

10,752

winpeshl.exe.mui

10.0.26100.5059

9-Aug-25

22:20

4,096

wpeutil.dll.mui

10.0.26100.5059

9-Aug-25

22:20

11,264

wpeutil.dll.mui

10.0.26100.5059

9-Aug-25

22:20

11,776

winpeshl.exe.mui

10.0.26100.5059

9-Aug-25

22:20

3,072

wpeutil.dll.mui

10.0.26100.5059

9-Aug-25

22:20

8,704

wpeutil.dll.mui

10.0.26100.5059

9-Aug-25

22:20

7,680

wpeutil.dll.mui

10.0.26100.5059

9-Aug-25

22:20

7,168

CloudRecApi.dll

10.0.26100.5059

9-Aug-25

22:20

86,016

CloudRecSvc.exe

1.0.0.1

9-Aug-25

22:20

106,496

ReAgent.dll

10.0.26100.5059

9-Aug-25

22:20

742,816

ReInfo.dll

10.0.26100.5059

9-Aug-25

22:20

102,400

StartRep.exe

10.0.26100.5059

9-Aug-25

22:20

1,269,760

RecHost.exe

10.0.26100.5059

9-Aug-25

22:20

152,976

SrtTel.dll

10.0.26100.5059

9-Aug-25

22:20

1,754,496

RecEnv.exe

10.0.26100.5059

9-Aug-25

22:20

472,448

BootRec.exe

10.0.26100.5059

9-Aug-25

22:20

196,608

DUTProvider.dll

10.0.26100.5059

9-Aug-25

22:20

357,776

WinSetupBak.hiv

Not versioned

9-Aug-25

22:20

8,192

WinSetupBak.sys

10.0.26100.5059

9-Aug-25

22:20

222,632

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:20

36,352

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:20

25,600

BootRec.exe.mui

10.0.26100.5059

9-Aug-25

22:20

4,608

DUTProvider.dll.mui

10.0.26100.5059

9-Aug-25

22:20

5,120

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:20

35,840

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:20

39,936

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:20

27,648

BootRec.exe.mui

10.0.26100.5059

9-Aug-25

22:20

5,120

DUTProvider.dll.mui

10.0.26100.5059

9-Aug-25

22:20

5,632

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:20

43,520

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:20

29,184

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:20

32,768

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:20

24,576

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:20

38,400

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:20

27,136

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:20

40,960

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:20

28,160

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:20

38,912

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:20

26,624

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:20

22,528

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:20

19,456

BootRec.exe.mui

10.0.26100.5059

9-Aug-25

22:20

4,096

DUTProvider.dll.mui

10.0.26100.5059

9-Aug-25

22:20

4,096

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:20

20,992

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:20

18,432

BootRec.exe.mui

10.0.26100.5059

9-Aug-25

22:20

3,584

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:20

35,328

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:20

26,112

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:20

37,888

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:20

40,448

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:20

34,816

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:20

25,088

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:20

15,872

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:20

16,896

wow64con.dll

10.0.26100.5059

9-Aug-25

22:20

108,912

bcrypt.dll

10.0.26100.5059

9-Aug-25

22:20

102,304

bcryptprimitives.dll

10.0.26100.5059

9-Aug-25

22:20

427,712

cryptbase.dll

10.0.26100.5059

9-Aug-25

22:20

32,616

cryptsp.dll

10.0.26100.5059

9-Aug-25

22:20

77,032

DismCore.dll

10.0.26100.5059

9-Aug-25

22:20

371,072

DismProv.dll

10.0.26100.5059

9-Aug-25

22:20

209,312

DismCorePS.dll

10.0.26100.5059

9-Aug-25

22:20

98,712

LogProvider.dll

10.0.26100.5059

9-Aug-25

22:20

76,184

FolderProvider.dll

10.0.26100.5059

9-Aug-25

22:20

59,776

dhcpcore.dll

10.0.26100.5059

9-Aug-25

22:20

368,016

dhcpcsvc.dll

10.0.26100.5059

9-Aug-25

22:20

98,712

dhcpcore6.dll

10.0.26100.5059

9-Aug-25

22:20

256,896

dhcpcsvc6.dll

10.0.26100.5059

9-Aug-25

22:20

85,400

wer.dll

10.0.26100.5059

9-Aug-25

22:20

818,712

weretw.dll

10.0.26100.5059

9-Aug-25

22:20

188,000

werdiagcontroller.dll

10.0.26100.5059

9-Aug-25

22:20

41,984

wermgr.exe

10.0.26100.5059

9-Aug-25

22:20

242,560

WerFault.exe

10.0.26100.5059

9-Aug-25

22:20

531,864

WerFaultSecure.exe

10.0.26100.5059

9-Aug-25

22:20

175,160

Faultrep.dll

10.0.26100.5059

9-Aug-25

22:20

446,328

WerEnc.dll

10.0.26100.5059

9-Aug-25

22:20

27,928

KernelBase.dll

10.0.26100.5059

9-Aug-25

22:20

2,918,824

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

10.0.26100.5059

9-Aug-25

22:20

13,200

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

10.0.26100.5059

9-Aug-25

22:20

13,184

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

10.0.26100.5059

9-Aug-25

22:20

12,672

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

10.0.26100.5059

9-Aug-25

22:20

12,712

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

10.0.26100.5059

9-Aug-25

22:20

12,688

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

10.0.26100.5059

9-Aug-25

22:20

12,696

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

10.0.26100.5059

9-Aug-25

22:20

12,160

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

10.0.26100.5059

9-Aug-25

22:20

12,696

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

10.0.26100.5059

9-Aug-25

22:20

12,704

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

10.0.26100.5059

9-Aug-25

22:20

12,712

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

10.0.26100.5059

9-Aug-25

22:20

12,200

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

10.0.26100.5059

9-Aug-25

22:20

16,280

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

10.0.26100.5059

9-Aug-25

22:20

12,712

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

10.0.26100.5059

9-Aug-25

22:20

12,696

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

10.0.26100.5059

9-Aug-25

22:20

12,672

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

10.0.26100.5059

9-Aug-25

22:20

13,224

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

10.0.26100.5059

9-Aug-25

22:20

13,184

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

10.0.26100.5059

9-Aug-25

22:20

12,696

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

10.0.26100.5059

9-Aug-25

22:20

12,672

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

10.0.26100.5059

9-Aug-25

22:20

13,720

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

10.0.26100.5059

9-Aug-25

22:20

12,712

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

10.0.26100.5059

9-Aug-25

22:20

15,784

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

10.0.26100.5059

9-Aug-25

22:20

12,160

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

10.0.26100.5059

9-Aug-25

22:20

13,184

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

10.0.26100.5059

9-Aug-25

22:20

13,696

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

10.0.26100.5059

9-Aug-25

22:20

13,208

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

10.0.26100.5059

9-Aug-25

22:20

12,672

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

10.0.26100.5059

9-Aug-25

22:20

13,696

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

10.0.26100.5059

9-Aug-25

22:20

12,712

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

10.0.26100.5059

9-Aug-25

22:20

15,264

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

10.0.26100.5059

9-Aug-25

22:20

13,200

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

10.0.26100.5059

9-Aug-25

22:20

12,672

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

10.0.26100.5059

9-Aug-25

22:20

12,672

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

10.0.26100.5059

9-Aug-25

22:20

12,672

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

10.0.26100.5059

9-Aug-25

22:20

14,736

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

10.0.26100.5059

9-Aug-25

22:20

12,672

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

10.0.26100.5059

9-Aug-25

22:20

12,712

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

10.0.26100.5059

9-Aug-25

22:20

12,688

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

10.0.26100.5059

9-Aug-25

22:20

14,736

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

10.0.26100.5059

9-Aug-25

22:20

13,184

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

10.0.26100.5059

9-Aug-25

22:20

13,728

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

10.0.26100.5059

9-Aug-25

22:20

12,672

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

10.0.26100.5059

9-Aug-25

22:20

12,696

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

10.0.26100.5059

9-Aug-25

22:20

14,744

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

10.0.26100.5059

9-Aug-25

22:20

13,208

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

10.0.26100.5059

9-Aug-25

22:20

12,704

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

10.0.26100.5059

9-Aug-25

22:20

12,672

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

10.0.26100.5059

9-Aug-25

22:20

18,304

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

10.0.26100.5059

9-Aug-25

22:20

12,696

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

10.0.26100.5059

9-Aug-25

22:20

12,712

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

10.0.26100.5059

9-Aug-25

22:20

12,696

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

10.0.26100.5059

9-Aug-25

22:20

12,712

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

10.0.26100.5059

9-Aug-25

22:20

13,720

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

10.0.26100.5059

9-Aug-25

22:20

13,184

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

10.0.26100.5059

9-Aug-25

22:20

12,688

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

10.0.26100.5059

9-Aug-25

22:20

12,672

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

10.0.26100.5059

9-Aug-25

22:20

12,672

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

10.0.26100.5059

9-Aug-25

22:20

13,696

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

10.0.26100.5059

9-Aug-25

22:20

13,728

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

10.0.26100.5059

9-Aug-25

22:20

13,736

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

10.0.26100.5059

9-Aug-25

22:20

16,768

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

10.0.26100.5059

9-Aug-25

22:20

13,184

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

10.0.26100.5059

9-Aug-25

22:20

15,232

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

10.0.26100.5059

9-Aug-25

22:20

13,696

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

10.0.26100.5059

9-Aug-25

22:20

13,184

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

10.0.26100.5059

9-Aug-25

22:20

23,424

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

10.0.26100.5059

9-Aug-25

22:20

20,888

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

10.0.26100.5059

9-Aug-25

22:20

67,488

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

10.0.26100.5059

9-Aug-25

22:20

13,696

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

10.0.26100.5059

9-Aug-25

22:20

17,816

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

10.0.26100.5059

9-Aug-25

22:20

18,856

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

10.0.26100.5059

9-Aug-25

22:20

19,360

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

10.0.26100.5059

9-Aug-25

22:20

15,264

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

10.0.26100.5059

9-Aug-25

22:20

13,208

ucrtbase.dll

10.0.26100.5059

9-Aug-25

22:20

1,114,176

migcore.dll

10.0.26100.5059

9-Aug-25

22:20

7,157,664

migstore.dll

10.0.26100.5059

9-Aug-25

22:20

1,046,416

mighost.exe

10.0.26100.5059

9-Aug-25

22:20

254,848

migres.dll

10.0.26100.5059

9-Aug-25

22:20

17,312

migapp.dll

10.0.26100.5059

9-Aug-25

22:20

231,832

MXEAgent.dll

10.0.26100.5059

9-Aug-25

22:20

274,816

AppExtAgent.dll

10.0.26100.5059

9-Aug-25

22:20

346,496

csiagent.dll

10.0.26100.5059

9-Aug-25

22:20

527,232

cmi2migxml.dll

10.0.26100.5059

9-Aug-25

22:20

158,624

msasn1.dll

10.0.26100.5059

9-Aug-25

22:20

52,232

msvcrt.dll

7.0.26100.5059

9-Aug-25

22:20

809,408

nlaapi.dll

10.0.26100.5059

9-Aug-25

22:20

24,064

nlmproxy.dll

10.0.26100.5059

9-Aug-25

22:20

19,456

nlmsprep.dll

10.0.26100.5059

9-Aug-25

22:20

17,920

ntdll.dll

10.0.26100.5059

9-Aug-25

22:20

1,818,696

rpcrt4.dll

10.0.26100.5059

9-Aug-25

22:20

772,184

KerbClientShared.dll

10.0.26100.5059

9-Aug-25

22:20

165,352

sechost.dll

10.0.26100.5059

9-Aug-25

22:20

529,496

fveapibase.dll

10.0.26100.5059

9-Aug-25

22:20

625,152

fveapi.dll

10.0.26100.5059

9-Aug-25

22:20

1,079,296

kerberos.dll

10.0.26100.5059

9-Aug-25

22:20

1,021,952

kerb3961.dll

10.0.26100.5059

9-Aug-25

22:20

133,808

NtlmShared.dll

10.0.26100.5059

9-Aug-25

22:20

61,536

ServicingCommon.dll

10.0.26100.5059

9-Aug-25

22:20

732,944

DiagnosticDataSettings.dll

10.0.26100.5059

9-Aug-25

22:20

38,824

tbs.dll

10.0.26100.5059

9-Aug-25

22:20

80,152

msvcp_win.dll

10.0.26100.5059

9-Aug-25

22:20

505,736

usoapi.dll

10.0.26100.5059

9-Aug-25

22:20

98,304

Windows.Management.Update.dll

10.0.26100.5059

9-Aug-25

22:20

71,168

nsi.dll

10.0.26100.5059

9-Aug-25

22:20

21,776

winnsi.dll

10.0.26100.5059

9-Aug-25

22:20

35,208

ws2_32.dll

10.0.26100.5059

9-Aug-25

22:20

392,120

win32u.dll

10.0.26100.5059

9-Aug-25

22:20

105,928

ReAgent.dll

10.0.26100.5059

9-Aug-25

22:20

635,776

ReInfo.dll

10.0.26100.5059

9-Aug-25

22:20

62,976

File name

File version

Date

Time

File size

storufs.inf

Not versioned

9-Aug-25

22:17

26,264

storufs.sys

10.0.26100.5059

9-Aug-25

22:17

113,560

tpm.inf

Not versioned

9-Aug-25

22:17

11,618

tpm.sys

10.0.26100.5059

9-Aug-25

22:17

350,608

hvloader.dll

10.0.26100.5059

9-Aug-25

22:17

187,304

hvaa64.exe

10.0.26100.5059

9-Aug-25

22:17

1,400,224

skci.dll

10.0.26100.5059

9-Aug-25

22:17

251,752

iumbase.dll

10.0.26100.5059

9-Aug-25

22:17

26,416

iumdll.dll

10.0.26100.5059

9-Aug-25

22:17

16,656

tprtdll.dll

10.0.26100.5059

9-Aug-25

22:17

390,048

vertdll.dll

10.0.26100.5059

9-Aug-25

22:17

180,888

ucrtbase_enclave.dll

10.0.26100.5059

9-Aug-25

22:17

450,480

securekernel.exe

10.0.26100.5059

9-Aug-25

22:17

970,664

VbsSiPolicy.p7b

Not versioned

9-Aug-25

22:17

68,351

SDFHost.dll

10.0.26100.5059

9-Aug-25

22:17

44,000

IumSdk.dll

10.0.26100.5059

9-Aug-25

22:17

23,720

Facilitator.dll

10.0.26100.5059

9-Aug-25

22:17

1,171,840

apisetschema.dll

10.0.26100.5059

9-Aug-25

22:17

139,680

apisetschema.dll

10.0.26100.5059

9-Aug-25

22:17

139,648

chs_boot.ttf

Not versioned

9-Aug-25

22:17

3,696,712

chs_boot_EX.ttf

Not versioned

9-Aug-25

22:17

3,696,752

msyh_boot.ttf

Not versioned

9-Aug-25

22:17

189,960

msyh_boot_EX.ttf

Not versioned

9-Aug-25

22:17

189,944

cht_boot.ttf

Not versioned

9-Aug-25

22:17

3,879,428

cht_boot_EX.ttf

Not versioned

9-Aug-25

22:17

3,879,424

msjh_boot.ttf

Not versioned

9-Aug-25

22:17

201,344

msjh_boot_EX.ttf

Not versioned

9-Aug-25

22:17

201,324

wgl4_boot.ttf

Not versioned

9-Aug-25

22:17

50,120

wgl4_boot_EX.ttf

Not versioned

9-Aug-25

22:17

50,108

segmono_boot.ttf

Not versioned

9-Aug-25

22:17

45,876

segmono_boot_EX.ttf

Not versioned

9-Aug-25

22:17

45,876

segoe_slboot.ttf

Not versioned

9-Aug-25

22:17

103,008

segoe_slboot_EX.ttf

Not versioned

9-Aug-25

22:17

103,004

jpn_boot.ttf

Not versioned

9-Aug-25

22:17

1,986,880

jpn_boot_EX.ttf

Not versioned

9-Aug-25

22:17

1,986,872

meiryo_boot.ttf

Not versioned

9-Aug-25

22:17

176,016

meiryo_boot_EX.ttf

Not versioned

9-Aug-25

22:17

176,012

kor_boot.ttf

Not versioned

9-Aug-25

22:17

2,374,012

kor_boot_EX.ttf

Not versioned

9-Aug-25

22:17

2,374,012

malgun_boot.ttf

Not versioned

9-Aug-25

22:17

201,988

malgun_boot_EX.ttf

Not versioned

9-Aug-25

22:17

201,988

efisys.bin

Not versioned

9-Aug-25

22:17

1,720,320

efisys_EX.bin

Not versioned

9-Aug-25

22:17

1,720,320

efisys_noprompt.bin

Not versioned

9-Aug-25

22:17

1,720,320

efisys_noprompt_EX.bin

Not versioned

9-Aug-25

22:17

1,720,320

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

94,664

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

94,664

bootmgr.efi.mui

10.0.26100.30227

9-Aug-25

22:17

90,024

bootmgr_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

90,024

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

93,616

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

93,616

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

92,616

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

92,616

bootmgr.efi.mui

10.0.26100.30227

9-Aug-25

22:17

90,000

bootmgr_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

90,000

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

97,224

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

97,224

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

97,736

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

97,736

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

90,056

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

90,056

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

94,640

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

94,640

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

91,056

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

91,056

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

96,688

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

96,688

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

93,640

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

93,640

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

96,712

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

96,712

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

94,152

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

94,152

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

81,328

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

81,328

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

80,840

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

80,840

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

92,592

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

92,592

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

92,104

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

92,104

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

95,664

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

95,664

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

94,128

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

94,128

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

93,128

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

93,128

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

76,208

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

76,208

bootmgfw.efi.mui

10.0.26100.30227

9-Aug-25

22:17

76,744

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Aug-25

22:17

76,744

tcblaunch.exe

10.0.26100.5059

9-Aug-25

22:17

888,424

tcbloader.dll

10.0.26100.5059

9-Aug-25

22:17

279,448

DrtmAuthArm.wim

Not versioned

9-Aug-25

22:17

6,497

bootmgfw.efi

10.0.26100.30227

9-Aug-25

22:17

2,698,184

bootmgfw_EX.efi

10.0.26100.30227

9-Aug-25

22:17

2,698,040

SecureBootRecovery.efi

Not versioned

9-Aug-25

22:17

172,968

bootmgr.efi

10.0.26100.30227

9-Aug-25

22:17

2,680,744

bootmgr_EX.efi

10.0.26100.30227

9-Aug-25

22:17

2,680,744

boot.stl

Not versioned

9-Aug-25

22:17

10,853

boot.pnd.stl

Not versioned

9-Aug-25

22:17

11,556

winsipolicy.p7b

Not versioned

9-Aug-25

22:17

10,341

bootux.dll

10.0.26100.5059

9-Aug-25

22:17

4,940,800

winload.efi

10.0.26100.5059

9-Aug-25

22:17

3,083,600

bcrypt.dll

10.0.26100.5059

9-Aug-25

22:17

264,608

bcryptprimitives.dll

10.0.26100.5059

9-Aug-25

22:17

904,536

BootMenuUX.dll

10.0.26100.5059

9-Aug-25

22:17

220,672

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

40,448

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

48,640

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

46,592

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

44,032

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

51,200

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

53,248

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

48,128

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

43,520

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

45,568

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

51,712

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

35,840

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

46,080

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

47,104

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

26,624

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

24,064

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

45,056

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

44,544

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

49,152

bootux.dll.mui

10.0.26100.5059

9-Aug-25

22:17

19,456

bootim.exe

10.0.26100.5059

9-Aug-25

22:17

34,816

driversipolicy.p7b

Not versioned

9-Aug-25

22:17

229,162

ntdll.dll

10.0.26100.5059

9-Aug-25

22:17

2,418,928

cng.sys

10.0.26100.5059

9-Aug-25

22:17

718,536

ci.dll

10.0.26100.5059

9-Aug-25

22:17

973,808

driver.stl

Not versioned

9-Aug-25

22:17

15,114

previous.driver.stl

Not versioned

9-Aug-25

22:17

15,114

cryptbase.dll

10.0.26100.5059

9-Aug-25

22:17

76,144

symcryptk.dll

103.8.1.0

9-Aug-25

22:17

36,760

cryptsp.dll

10.0.26100.5059

9-Aug-25

22:17

176,792

DismCore.dll

10.0.26100.5059

9-Aug-25

22:17

784,808

DismProv.dll

10.0.26100.5059

9-Aug-25

22:17

526,208

DismCorePS.dll

10.0.26100.5059

9-Aug-25

22:17

404,888

LogProvider.dll

10.0.26100.5059

9-Aug-25

22:17

200,064

FolderProvider.dll

10.0.26100.5059

9-Aug-25

22:17

162,704

dhcpcore.dll

10.0.26100.5059

9-Aug-25

22:17

765,328

dhcpcsvc.dll

10.0.26100.5059

9-Aug-25

22:17

256,400

dhcpcore6.dll

10.0.26100.5059

9-Aug-25

22:17

534,928

dhcpcsvc6.dll

10.0.26100.5059

9-Aug-25

22:17

173,952

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:17

19,968

WerFaultSecure.exe.mui

10.0.26100.5059

9-Aug-25

22:17

6,656

faultrep.dll.mui

10.0.26100.5059

9-Aug-25

22:17

6,656

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:17

22,528

WerFaultSecure.exe.mui

10.0.26100.5059

9-Aug-25

22:17

7,168

faultrep.dll.mui

10.0.26100.5059

9-Aug-25

22:17

7,168

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:17

21,504

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:17

20,992

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:17

24,576

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:17

25,600

WerFaultSecure.exe.mui

10.0.26100.5059

9-Aug-25

22:17

8,192

faultrep.dll.mui

10.0.26100.5059

9-Aug-25

22:17

8,192

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:17

20,480

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:17

22,016

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:17

19,456

WerFaultSecure.exe.mui

10.0.26100.5059

9-Aug-25

22:17

7,680

faultrep.dll.mui

10.0.26100.5059

9-Aug-25

22:17

7,680

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:17

18,432

WerFaultSecure.exe.mui

10.0.26100.5059

9-Aug-25

22:17

6,144

faultrep.dll.mui

10.0.26100.5059

9-Aug-25

22:17

6,144

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:17

23,040

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:17

13,312

WerFaultSecure.exe.mui

10.0.26100.5059

9-Aug-25

22:17

5,120

faultrep.dll.mui

10.0.26100.5059

9-Aug-25

22:17

5,120

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:17

12,800

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:17

23,552

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:17

9,728

WerFaultSecure.exe.mui

10.0.26100.5059

9-Aug-25

22:17

4,608

faultrep.dll.mui

10.0.26100.5059

9-Aug-25

22:17

4,608

WerFault.exe.mui

10.0.26100.5059

9-Aug-25

22:17

10,240

wer.dll.mui

10.0.26100.5059

9-Aug-25

22:17

11,264

wer.dll.mui

10.0.26100.5059

9-Aug-25

22:17

12,288

wer.dll.mui

10.0.26100.5059

9-Aug-25

22:17

11,776

wer.dll.mui

10.0.26100.5059

9-Aug-25

22:17

13,312

wer.dll.mui

10.0.26100.5059

9-Aug-25

22:17

12,800

wer.dll.mui

10.0.26100.5059

9-Aug-25

22:17

9,728

wer.dll.mui

10.0.26100.5059

9-Aug-25

22:17

8,192

wer.dll.mui

10.0.26100.5059

9-Aug-25

22:17

10,752

wer.dll.mui

10.0.26100.5059

9-Aug-25

22:17

7,168

wer.dll

10.0.26100.5059

9-Aug-25

22:17

1,977,200

weretw.dll

10.0.26100.5059

9-Aug-25

22:17

516,112

werdiagcontroller.dll

10.0.26100.5059

9-Aug-25

22:17

52,736

wermgr.exe

10.0.26100.5059

9-Aug-25

22:17

287,120

WerFault.exe

10.0.26100.5059

9-Aug-25

22:17

1,078,160

WerFaultSecure.exe

10.0.26100.5059

9-Aug-25

22:17

201,024

Faultrep.dll

10.0.26100.5059

9-Aug-25

22:17

907,600

WerEnc.dll

10.0.26100.5059

9-Aug-25

22:17

34,688

fbwf.sys

10.0.26100.5059

9-Aug-25

22:17

134,408

cmi2migxml.dll

10.0.26100.5059

9-Aug-25

22:17

216,480

csiagent.dll

10.0.26100.5059

9-Aug-25

22:17

739,240

diagER.dll

10.0.26100.5059

9-Aug-25

22:17

77,728

hwcompat.dll

10.0.26100.5059

9-Aug-25

22:17

234,936

hwcompat.txt

Not versioned

9-Aug-25

22:17

218,909

hwexclude.txt

Not versioned

9-Aug-25

22:17

51

icbexclusion.inf

Not versioned

9-Aug-25

22:17

7,222

migapp.xml

Not versioned

9-Aug-25

22:17

654,548

migcore.dll

10.0.26100.5059

9-Aug-25

22:17

9,908,664

mighost.exe

10.0.26100.5059

9-Aug-25

22:17

271,280

migres.dll

10.0.26100.5059

9-Aug-25

22:17

17,280

migisol.dll

10.0.26100.5059

9-Aug-25

22:17

124,800

migstore.dll

10.0.26100.5059

9-Aug-25

22:17

1,407,872

migsys.dll

10.0.26100.5059

9-Aug-25

22:17

483,256

MXEAgent.dll

10.0.26100.5059

9-Aug-25

22:17

395,696

AppExtAgent.dll

10.0.26100.5059

9-Aug-25

22:17

499,608

offline.xml

Not versioned

9-Aug-25

22:17

44,690

oscomps.xml

Not versioned

9-Aug-25

22:17

449,323

osfilter.inf

Not versioned

9-Aug-25

22:17

21,299

pnppropmig.dll

10.0.26100.5059

9-Aug-25

22:17

93,600

ReserveManager.dll

10.0.26100.5059

9-Aug-25

22:17

339,856

setupplatform.cfg

Not versioned

9-Aug-25

22:17

15,971

setupplatform.dll

1.97.26100.5059

9-Aug-25

22:17

10,192,800

setupplatform.exe

1.97.26100.5059

9-Aug-25

22:17

239,008

SFCN.dat

Not versioned

9-Aug-25

22:17

1,824

SFLCID.dat

Not versioned

9-Aug-25

22:17

1,644

SFLISTW7.dat

Not versioned

9-Aug-25

22:17

1,703,368

SFLISTW8.dat

Not versioned

9-Aug-25

22:17

2,608,858

SFLISTWB.dat

Not versioned

9-Aug-25

22:17

3,172,904

SFLISTWT.dat

Not versioned

9-Aug-25

22:17

4,935,402

SFLISTRS1.dat

Not versioned

9-Aug-25

22:17

5,593,182

SFPAT.inf

Not versioned

9-Aug-25

22:17

11,602

SFPATW7.inf

Not versioned

9-Aug-25

22:17

17,396

SFPATW8.inf

Not versioned

9-Aug-25

22:17

79,818

SFPATWB.inf

Not versioned

9-Aug-25

22:17

91,635

SFPATWT.inf

Not versioned

9-Aug-25

22:17

165,729

SFPATRS1.inf

Not versioned

9-Aug-25

22:17

169,730

unbcl.dll

10.0.26100.5059

9-Aug-25

22:17

1,112,960

upgradeagent.dll

10.0.26100.5059

9-Aug-25

22:17

3,451,280

upgradeagent.xml

Not versioned

9-Aug-25

22:17

70,907

upgrade_comp.xml

Not versioned

9-Aug-25

22:17

6,054

upgrade_bulk.xml

Not versioned

9-Aug-25

22:17

211,949

upgrade_data.xml

Not versioned

9-Aug-25

22:17

41,750

upgrade_frmwrk.xml

Not versioned

9-Aug-25

22:17

19,157

upgWow_bulk.xml

Not versioned

9-Aug-25

22:17

114,707

upgWowA32_bulk.xml

Not versioned

9-Aug-25

22:17

114,697

uninstall.xml

Not versioned

9-Aug-25

22:17

4,639

uninstall_data.xml

Not versioned

9-Aug-25

22:17

11,122

wdsutil.dll

10.0.26100.5059

9-Aug-25

22:17

352,664

WinSetupMon.hiv

Not versioned

9-Aug-25

22:17

8,192

WinSetupMon.sys

10.0.26100.5059

9-Aug-25

22:17

145,832

actionqueue.dll

10.0.26100.5059

9-Aug-25

22:17

431,488

appcompat_detailed.xsl

Not versioned

9-Aug-25

22:17

13,608

appcompat_detailed_bidi.xsl

Not versioned

9-Aug-25

22:17

13,732

cdplib.mof

Not versioned

9-Aug-25

22:17

1,976

cdplibuninstall.mof

Not versioned

9-Aug-25

22:17

571

dpx.dll

10.0.26100.5059

9-Aug-25

22:17

1,938,816

UpdateCompression.dll

5.0.1.1

9-Aug-25

22:17

1,075,104

itgtupg.dll

10.0.26100.5059

9-Aug-25

22:17

100,696

migtestplugin.dll

10.0.26100.5059

9-Aug-25

22:17

56,688

msdelta.dll

5.0.1.1

9-Aug-25

22:17

947,616

mspatcha.dll

5.0.1.1

9-Aug-25

22:17

116,120

smiengine.dll

10.0.26100.5059

9-Aug-25

22:17

1,696,656

wcmtypes.xsd

Not versioned

9-Aug-25

22:17

1,047

wdsupgcompl.dll

10.0.26100.5059

9-Aug-25

22:17

26,992

auditetw.dll

10.0.26100.5059

9-Aug-25

22:17

16,256

cmisetupetw.dll

10.0.26100.5059

9-Aug-25

22:17

16,752

etwproviderinstall.vbs

Not versioned

9-Aug-25

22:17

6,868

setupcletw.dll

10.0.26100.5059

9-Aug-25

22:17

20,824

winsetupetw.dll

10.0.26100.5059

9-Aug-25

22:17

68,952

migres.dll.mui

10.0.26100.5059

9-Aug-25

22:17

7,680

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:17

14,224

migres.dll.mui

10.0.26100.5059

9-Aug-25

22:17

8,192

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:17

14,208

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:17

14,720

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:17

14,256

migres.dll.mui

10.0.26100.5059

9-Aug-25

22:17

8,704

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:17

14,240

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:17

14,248

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:17

14,752

migres.dll.mui

10.0.26100.5059

9-Aug-25

22:17

7,168

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:17

13,720

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:17

14,736

migres.dll.mui

10.0.26100.5059

9-Aug-25

22:17

6,656

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:17

13,200

migres.dll.mui

10.0.26100.5059

9-Aug-25

22:17

6,144

migres.dll.mui

10.0.26100.5059

9-Aug-25

22:17

5,632

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:17

13,208

setupplatform.exe.mui

1.97.26100.5059

9-Aug-25

22:17

13,184

KernelBase.dll

10.0.26100.5059

9-Aug-25

22:17

7,047,264

dxgkrnl.sys

10.0.26100.5059

9-Aug-25

22:17

4,905,344

cdd.dll

10.0.26100.5059

9-Aug-25

22:17

260,608

dxgmms1.sys

10.0.26100.5059

9-Aug-25

22:17

462,736

dxgmms2.sys

10.0.26100.5059

9-Aug-25

22:17

1,073,536

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

10.0.26100.5059

9-Aug-25

22:17

22,400

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

10.0.26100.5059

9-Aug-25

22:17

22,400

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

10.0.26100.5059

9-Aug-25

22:17

21,376

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

10.0.26100.5059

9-Aug-25

22:17

20,904

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

10.0.26100.5059

9-Aug-25

22:17

21,400

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

10.0.26100.5059

9-Aug-25

22:17

21,376

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

10.0.26100.5059

9-Aug-25

22:17

20,864

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

10.0.26100.5059

9-Aug-25

22:17

21,376

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

10.0.26100.5059

9-Aug-25

22:17

21,400

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

10.0.26100.5059

9-Aug-25

22:17

20,864

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

10.0.26100.5059

9-Aug-25

22:17

20,904

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

10.0.26100.5059

9-Aug-25

22:17

29,592

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

10.0.26100.5059

9-Aug-25

22:17

21,400

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

10.0.26100.5059

9-Aug-25

22:17

21,392

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

10.0.26100.5059

9-Aug-25

22:17

21,376

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

10.0.26100.5059

9-Aug-25

22:17

22,416

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

10.0.26100.5059

9-Aug-25

22:17

21,416

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

10.0.26100.5059

9-Aug-25

22:17

21,888

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

10.0.26100.5059

9-Aug-25

22:17

20,888

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

10.0.26100.5059

9-Aug-25

22:17

23,440

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

10.0.26100.5059

9-Aug-25

22:17

21,392

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

10.0.26100.5059

9-Aug-25

22:17

27,544

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

10.0.26100.5059

9-Aug-25

22:17

20,904

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

10.0.26100.5059

9-Aug-25

22:17

22,440

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

10.0.26100.5059

9-Aug-25

22:17

23,456

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

10.0.26100.5059

9-Aug-25

22:17

22,432

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

10.0.26100.5059

9-Aug-25

22:17

21,888

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

10.0.26100.5059

9-Aug-25

22:17

23,448

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

10.0.26100.5059

9-Aug-25

22:17

21,416

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

10.0.26100.5059

9-Aug-25

22:17

26,512

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

10.0.26100.5059

9-Aug-25

22:17

22,936

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

10.0.26100.5059

9-Aug-25

22:17

21,904

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

10.0.26100.5059

9-Aug-25

22:17

20,888

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

10.0.26100.5059

9-Aug-25

22:17

21,416

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

10.0.26100.5059

9-Aug-25

22:17

25,472

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

10.0.26100.5059

9-Aug-25

22:17

22,424

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

10.0.26100.5059

9-Aug-25

22:17

21,904

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

10.0.26100.5059

9-Aug-25

22:17

20,904

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

10.0.26100.5059

9-Aug-25

22:17

25,504

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

10.0.26100.5059

9-Aug-25

22:17

22,952

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

10.0.26100.5059

9-Aug-25

22:17

23,464

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

10.0.26100.5059

9-Aug-25

22:17

21,928

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

10.0.26100.5059

9-Aug-25

22:17

21,376

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

10.0.26100.5059

9-Aug-25

22:17

25,984

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

10.0.26100.5059

9-Aug-25

22:17

22,912

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

10.0.26100.5059

9-Aug-25

22:17

21,400

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

10.0.26100.5059

9-Aug-25

22:17

21,888

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

10.0.26100.5059

9-Aug-25

22:17

33,664

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

10.0.26100.5059

9-Aug-25

22:17

21,392

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

10.0.26100.5059

9-Aug-25

22:17

21,400

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

10.0.26100.5059

9-Aug-25

22:17

21,392

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

10.0.26100.5059

9-Aug-25

22:17

21,912

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

10.0.26100.5059

9-Aug-25

22:17

23,952

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

10.0.26100.5059

9-Aug-25

22:17

21,912

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

10.0.26100.5059

9-Aug-25

22:17

12,160

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

10.0.26100.5059

9-Aug-25

22:17

21,888

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

10.0.26100.5059

9-Aug-25

22:17

21,376

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

10.0.26100.5059

9-Aug-25

22:17

22,936

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

10.0.26100.5059

9-Aug-25

22:17

23,448

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

10.0.26100.5059

9-Aug-25

22:17

23,976

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

10.0.26100.5059

9-Aug-25

22:17

30,624

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

10.0.26100.5059

9-Aug-25

22:17

22,424

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

10.0.26100.5059

9-Aug-25

22:17

26,496

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

10.0.26100.5059

9-Aug-25

22:17

23,464

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

10.0.26100.5059

9-Aug-25

22:17

22,912

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

10.0.26100.5059

9-Aug-25

22:17

41,880

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

10.0.26100.5059

9-Aug-25

22:17

39,296

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

10.0.26100.5059

9-Aug-25

22:17

135,552

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

10.0.26100.5059

9-Aug-25

22:17

23,968

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

10.0.26100.5059

9-Aug-25

22:17

31,656

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

10.0.26100.5059

9-Aug-25

22:17

35,200

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

10.0.26100.5059

9-Aug-25

22:17

35,736

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

10.0.26100.5059

9-Aug-25

22:17

27,008

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

10.0.26100.5059

9-Aug-25

22:17

22,936

ucrtbase.dll

10.0.26100.5059

9-Aug-25

22:17

2,262,376

migcore.dll

10.0.26100.5059

9-Aug-25

22:17

9,908,640

migstore.dll

10.0.26100.5059

9-Aug-25

22:17

1,407,928

mighost.exe

10.0.26100.5059

9-Aug-25

22:17

271,264

migres.dll

10.0.26100.5059

9-Aug-25

22:17

17,304

migapp.dll

10.0.26100.5059

9-Aug-25

22:17

334,208

MXEAgent.dll

10.0.26100.5059

9-Aug-25

22:17

395,688

AppExtAgent.dll

10.0.26100.5059

9-Aug-25

22:17

499,616

csiagent.dll

10.0.26100.5059

9-Aug-25

22:17

739,216

cmi2migxml.dll

10.0.26100.5059

9-Aug-25

22:17

216,496

SFLISTXP.dat

Not versioned

9-Aug-25

22:17

1,459,226

SFLISTLH.dat

Not versioned

9-Aug-25

22:17

3,347,940

SFPATXP.inf

Not versioned

9-Aug-25

22:17

4,355

SFPATLH.inf

Not versioned

9-Aug-25

22:17

8,678

msasn1.dll

10.0.26100.5059

9-Aug-25

22:17

140,648

msvcrt.dll

7.0.26100.5059

9-Aug-25

22:17

1,324,408

netio.sys

10.0.26100.5059

9-Aug-25

22:17

676,736

ncsi.dll

10.0.26100.5059

9-Aug-25

22:17

1,239,040

netprofmsvc.dll

10.0.26100.5059

9-Aug-25

22:17

2,194,432

nlaapi.dll

10.0.26100.5059

9-Aug-25

22:17

75,264

nlmproxy.dll

10.0.26100.5059

9-Aug-25

22:17

77,312

nlmsprep.dll

10.0.26100.5059

9-Aug-25

22:17

57,344

ntdll.dll

10.0.26100.5059

9-Aug-25

22:17

4,340,936

ntoskrnl.exe

10.0.26100.5059

9-Aug-25

22:17

11,438,008

rpcrt4.dll

10.0.26100.5059

9-Aug-25

22:17

2,102,816

reagent.adml

Not versioned

9-Aug-25

22:17

1,817

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:17

10,752

wdsimage.dll.mui

10.0.26100.5059

9-Aug-25

22:17

6,144

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:17

12,288

reagent.adml

Not versioned

9-Aug-25

22:17

2,035

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:17

11,264

reagent.adml

Not versioned

9-Aug-25

22:17

2,016

reagent.adml

Not versioned

9-Aug-25

22:17

2,263

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:17

12,800

wdsimage.dll.mui

10.0.26100.5059

9-Aug-25

22:17

6,656

reagent.adml

Not versioned

9-Aug-25

22:17

3,659

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:17

13,312

reagent.adml

Not versioned

9-Aug-25

22:17

2,091

reagent.adml

Not versioned

9-Aug-25

22:17

2,166

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:17

11,776

reagent.adml

Not versioned

9-Aug-25

22:17

2,272

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:17

9,728

reagent.adml

Not versioned

9-Aug-25

22:17

2,348

reagent.adml

Not versioned

9-Aug-25

22:17

2,088

reagent.adml

Not versioned

9-Aug-25

22:17

2,399

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:17

8,192

wdsimage.dll.mui

10.0.26100.5059

9-Aug-25

22:17

4,608

reagent.adml

Not versioned

9-Aug-25

22:17

1,908

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:17

7,680

reagent.adml

Not versioned

9-Aug-25

22:17

2,089

wdsimage.dll.mui

10.0.26100.5059

9-Aug-25

22:17

7,168

reagent.adml

Not versioned

9-Aug-25

22:17

2,099

reagent.adml

Not versioned

9-Aug-25

22:17

2,093

reagent.adml

Not versioned

9-Aug-25

22:17

2,106

reagent.adml

Not versioned

9-Aug-25

22:17

3,348

reagent.adml

Not versioned

9-Aug-25

22:17

2,117

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:17

10,240

reagent.adml

Not versioned

9-Aug-25

22:17

2,133

wdsimage.dll.mui

10.0.26100.5059

9-Aug-25

22:17

5,632

reagent.adml

Not versioned

9-Aug-25

22:17

1,718

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:17

6,144

wdsimage.dll.mui

10.0.26100.5059

9-Aug-25

22:17

4,096

reagent.adml

Not versioned

9-Aug-25

22:17

1,706

reagent.dll.mui

10.0.26100.5059

9-Aug-25

22:17

6,656

reagent.admx

Not versioned

9-Aug-25

22:17

1,240

reagent.dll

10.0.26100.5059

9-Aug-25

22:17

1,207,720

reagent.xml

Not versioned

9-Aug-25

22:17

837

SetupPlatform.cfg

Not versioned

9-Aug-25

22:17

22,987

wdscore.dll

10.0.26100.5059

9-Aug-25

22:17

259,968

WinSetupBoot.hiv

Not versioned

9-Aug-25

22:17

8,192

WinSetupBoot.sys

10.0.26100.5059

9-Aug-25

22:17

91,024

wdsclientapi.dll

10.0.26100.5059

9-Aug-25

22:17

252,248

wdscsl.dll

10.0.26100.5059

9-Aug-25

22:17

94,624

wdsimage.dll

10.0.26100.5059

9-Aug-25

22:17

111,520

wdstptc.dll

10.0.26100.5059

9-Aug-25

22:17

199,000

fvevol.sys

10.0.26100.5059

9-Aug-25

22:17

889,752

dumpfve.sys

10.0.26100.5059

9-Aug-25

22:17

108,664

bcd.dll

10.0.26100.5059

9-Aug-25

22:17

145,176

bootsvc.dll

10.0.26100.5059

9-Aug-25

22:17

282,576

hwreqchk.dll

Not versioned

9-Aug-25

22:17

808,320

ServicingCommon.dll

10.0.26100.5059

9-Aug-25

22:17

1,690,656

utcapi.dll

10.0.26100.5059

9-Aug-25

22:17

46,504

wimgapi.dll

10.0.26100.5059

9-Aug-25

22:17

1,547,136

wdscommonlib.dll

10.0.26100.5059

9-Aug-25

22:17

322,432

dismapi.dll

10.0.26100.5059

9-Aug-25

22:17

2,149,784

dismcore.dll

10.0.26100.5059

9-Aug-25

22:17

784,784

dismcoreps.dll

10.0.26100.5059

9-Aug-25

22:17

219,552

dismprov.dll

10.0.26100.5059

9-Aug-25

22:17

298,384

folderprovider.dll

10.0.26100.5059

9-Aug-25

22:17

162,728

imagingprovider.dll

10.0.26100.5059

9-Aug-25

22:17

470,400

logprovider.dll

10.0.26100.5059

9-Aug-25

22:17

180,096

vhdprovider.dll

10.0.26100.5059

9-Aug-25

22:17

1,090,432

wimprovider.dll

10.0.26100.5059

9-Aug-25

22:17

1,283,456

unattend.dll

10.0.26100.5059

9-Aug-25

22:17

353,680

wpx.dll

10.0.26100.5059

9-Aug-25

22:17

1,553,792

locale.nls

Not versioned

9-Aug-25

22:17

862,800

nlsbres.dll

10.0.26100.5059

9-Aug-25

22:17

94,592

KerbClientShared.dll

10.0.26100.5059

9-Aug-25

22:17

375,168

sechost.dll

10.0.26100.5059

9-Aug-25

22:17

1,164,832

fveapibase.dll

10.0.26100.5059

9-Aug-25

22:17

1,298,432

fveapi.dll

10.0.26100.5059

9-Aug-25

22:17

2,203,648

kerberos.dll

10.0.26100.5059

9-Aug-25

22:17

2,313,728

kerb3961.dll

10.0.26100.5059

9-Aug-25

22:17

304,872

localkdcsvc.dll

10.0.26100.5059

9-Aug-25

22:17

872,960

LsaIso.exe

10.0.26100.5059

9-Aug-25

22:17

367,344

iumcrypt.dll

10.0.26100.5059

9-Aug-25

22:17

141,168

NtlmShared.dll

10.0.26100.5059

9-Aug-25

22:17

160,280

ServicingCommon.dll

10.0.26100.5059

9-Aug-25

22:17

1,690,616

ResetEngine.dll

10.0.26100.5059

9-Aug-25

22:17

3,414,936

ResetTelemetry.dll

10.0.26100.5059

9-Aug-25

22:17

583,040

ResetEngine.exe

10.0.26100.5059

9-Aug-25

22:17

26,496

ResetPluginHost.exe

10.0.26100.5059

9-Aug-25

22:17

41,472

srms.dat

Not versioned

9-Aug-25

22:17

60,394

sysreset.exe

10.0.26100.5059

9-Aug-25

22:17

480,256

ResetEngOnline.dll

10.0.26100.5059

9-Aug-25

22:17

228,352

SysResetErr.exe

10.0.26100.5059

9-Aug-25

22:17

62,848

ResetEngOnline.dll.mui

10.0.26100.5059

9-Aug-25

22:17

2,560

sysreseterr.exe.mui

10.0.26100.5059

9-Aug-25

22:17

3,072

ResetEngine.dll.mui

10.0.26100.5059

9-Aug-25

22:17

4,096

ResetEngOnline.dll.mui

10.0.26100.5059

9-Aug-25

22:17

3,072

ResetEngine.dll.mui

10.0.26100.5059

9-Aug-25

22:17

4,608

sysreseterr.exe.mui

10.0.26100.5059

9-Aug-25

22:17

2,560

ResetEngine.dll.mui

10.0.26100.5059

9-Aug-25

22:17

3,584

tcpip.sys

10.0.26100.5059

9-Aug-25

22:17

3,300,736

FWPKCLNT.SYS

10.0.26100.5059

9-Aug-25

22:17

542,120

tcpipreg.sys

10.0.26100.5059

9-Aug-25

22:17

62,464

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:17

261,632

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:17

269,312

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:17

266,240

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:17

265,216

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:17

267,776

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:17

268,800

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:17

261,120

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:17

267,264

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:17

263,680

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:17

265,728

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:17

259,072

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:17

252,928

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:17

251,904

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:17

264,192

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:17

263,168

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:17

262,656

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:17

266,752

tcpip.sys.mui

10.0.26100.5059

9-Aug-25

22:17

249,344

DiagnosticDataSettings.dll

10.0.26100.5059

9-Aug-25

22:17

94,168

tbs.dll

10.0.26100.5059

9-Aug-25

22:17

173,232

tbs.sys

10.0.26100.5059

9-Aug-25

22:17

44,416

usodocked.dll

10.0.26100.5059

9-Aug-25

22:17

1,448,960

usosvc.dll.mui

10.0.26100.5059

9-Aug-25

22:17

3,584

usosvc.dll.mui

10.0.26100.5059

9-Aug-25

22:17

3,072

8acdd7e8a35f165b675b664e7ef8753ef4782f32.xml

Not versioned

9-Aug-25

22:17

3,314

72aceda3d9ebaa195b776ea9042fdf4dc3d29834.xml

Not versioned

9-Aug-25

22:17

2,496

7bc20c224f17145165aedb3fce9bda4f3c563cd7.xml

Not versioned

9-Aug-25

22:17

2,344

465bb23da8d1bea1a024758ba463bc1a7c487362.xml

Not versioned

9-Aug-25

22:17

2,458

7106fe8ce0b33cfdfee8b58e7e1b0a812935905e.xml

Not versioned

9-Aug-25

22:17

2,344

518f3ea9dc67aa5af7eb2840a6f77c874c2b2a17.xml

Not versioned

9-Aug-25

22:17

2,476

99c5248bd8c3356e9a42f332cab9b22eae3856df.xml

Not versioned

9-Aug-25

22:17

2,488

ef338bad6c4b025dc9c8f4f87a98276b2139d403.xml

Not versioned

9-Aug-25

22:17

2,482

0e0337eedd34f1bed8e9bc3202a2754e48b705af.xml

Not versioned

9-Aug-25

22:17

2,500

4ba05104f3d293466a50d8de04318624ab592070.xml

Not versioned

9-Aug-25

22:17

2,476

81d5c60cdaa2f6bac600452c12eac91e3823d9ef.xml

Not versioned

9-Aug-25

22:17

3,876

90eaab3b92938b566b871d11d7a2c86b081b26d4.xml

Not versioned

9-Aug-25

22:17

2,460

c20df1ed8df28c31d513bd896b58980c00c8b298.xml

Not versioned

9-Aug-25

22:17

878

5c7e9e098d198f0114f76066999378607084a638.xml

Not versioned

9-Aug-25

22:17

1,034

68feea34ca8e40dee5faab63604db4cd1d7a3e77.xml

Not versioned

9-Aug-25

22:17

1,034

56a7d507d06f3d51821e1124e642fa74ff3397af.xml

Not versioned

9-Aug-25

22:17

1,034

3332a645bfab2f45c96ade4c05630863cbdcfbd1.xml

Not versioned

9-Aug-25

22:17

1,034

e4c1f6f26bc4ae6ba77734b6aa93d400b87278bb.xml

Not versioned

9-Aug-25

22:17

1,034

b2617fe77af0e357462c58cb9ab1bbc2a243ab95.xml

Not versioned

9-Aug-25

22:17

1,034

0690201f6b392ef45758aa8180e54b80d4ff1a6a.xml

Not versioned

9-Aug-25

22:17

2,270

3cee7b10553edccb79ba709ba53630469cb48843.xml

Not versioned

9-Aug-25

22:17

1,234

23d343cca2905f5a9d8ed56e2f7308cf612ba7ec.xml

Not versioned

9-Aug-25

22:17

976

43ee7b2a373632f9a701249fd96d0edec2ff1279.xml

Not versioned

9-Aug-25

22:17

4,202

usosvc.dll

10.0.26100.5059

9-Aug-25

22:17

99,840

usosvcimpl.dll

1450.2508.4042.0

9-Aug-25

22:17

1,619,880

MoUsoCoreWorker.exe

1450.2508.4042.0

9-Aug-25

22:17

5,838,792

msvcp_win.dll

10.0.26100.5059

9-Aug-25

22:17

1,331,704

DuCsps.dll

10.0.26100.5059

9-Aug-25

22:17

128,000

usoapi.dll

10.0.26100.5059

9-Aug-25

22:17

379,904

usocoreps.dll

10.0.26100.5059

9-Aug-25

22:17

97,792

Windows.Management.Update.dll

10.0.26100.5059

9-Aug-25

22:17

99,840

nsi.dll

10.0.26100.5059

9-Aug-25

22:17

53,408

winnsi.dll

10.0.26100.5059

9-Aug-25

22:17

98,296

nsisvc.dll

10.0.26100.5059

9-Aug-25

22:17

78,848

nsiproxy.sys

10.0.26100.5059

9-Aug-25

22:17

50,176

ws2_32.dll

10.0.26100.5059

9-Aug-25

22:17

782,672

win32u.dll

10.0.26100.5059

9-Aug-25

22:17

381,272

win32k.sys

10.0.26100.5059

9-Aug-25

22:17

682,384

win32kfull.sys

10.0.26100.5059

9-Aug-25

22:17

3,932,672

win32kbase.sys

10.0.26100.5059

9-Aug-25

22:17

3,072,512

win32kbase_rs.sys

10.0.26100.5059

9-Aug-25

22:17

121,344

winpeshl.exe

10.0.26100.5059

9-Aug-25

22:17

37,888

wpeutil.dll

10.0.26100.5059

9-Aug-25

22:17

182,784

wpeutil.exe

10.0.26100.5059

9-Aug-25

22:17

15,872

wpeinit.exe

10.0.26100.5059

9-Aug-25

22:17

39,424

startnet.cmd

Not versioned

9-Aug-25

22:17

9

winpeshl.exe.mui

10.0.26100.5059

9-Aug-25

22:17

3,584

wpeutil.dll.mui

10.0.26100.5059

9-Aug-25

22:17

10,752

winpeshl.exe.mui

10.0.26100.5059

9-Aug-25

22:17

4,096

wpeutil.dll.mui

10.0.26100.5059

9-Aug-25

22:17

11,264

wpeutil.dll.mui

10.0.26100.5059

9-Aug-25

22:17

11,776

winpeshl.exe.mui

10.0.26100.5059

9-Aug-25

22:17

3,072

wpeutil.dll.mui

10.0.26100.5059

9-Aug-25

22:17

8,704

wpeutil.dll.mui

10.0.26100.5059

9-Aug-25

22:17

7,680

wpeutil.dll.mui

10.0.26100.5059

9-Aug-25

22:17

7,168

CloudRecApi.dll

10.0.26100.5059

9-Aug-25

22:17

72,192

CloudRecSvc.exe

1.0.0.1

9-Aug-25

22:17

97,280

ReAgent.dll

10.0.26100.5059

9-Aug-25

22:17

1,207,680

ReInfo.dll

10.0.26100.5059

9-Aug-25

22:17

176,640

StartRep.exe

10.0.26100.5059

9-Aug-25

22:17

1,303,040

RecHost.exe

10.0.26100.5059

9-Aug-25

22:17

139,648

SrtTel.dll

10.0.26100.5059

9-Aug-25

22:17

1,906,048

RecEnv.exe

10.0.26100.5059

9-Aug-25

22:17

456,080

BootRec.exe

10.0.26100.5059

9-Aug-25

22:17

181,760

DUTProvider.dll

10.0.26100.5059

9-Aug-25

22:17

354,176

WinSetupBak.hiv

Not versioned

9-Aug-25

22:17

8,192

WinSetupBak.sys

10.0.26100.5059

9-Aug-25

22:17

192,400

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:17

36,352

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:17

25,600

BootRec.exe.mui

10.0.26100.5059

9-Aug-25

22:17

4,608

DUTProvider.dll.mui

10.0.26100.5059

9-Aug-25

22:17

5,120

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:17

35,840

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:17

39,936

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:17

27,648

BootRec.exe.mui

10.0.26100.5059

9-Aug-25

22:17

5,120

DUTProvider.dll.mui

10.0.26100.5059

9-Aug-25

22:17

5,632

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:17

43,520

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:17

29,184

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:17

32,768

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:17

24,576

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:17

38,400

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:17

27,136

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:17

40,960

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:17

28,160

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:17

38,912

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:17

26,624

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:17

22,528

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:17

19,456

BootRec.exe.mui

10.0.26100.5059

9-Aug-25

22:17

4,096

DUTProvider.dll.mui

10.0.26100.5059

9-Aug-25

22:17

4,096

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:17

20,992

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:17

18,432

BootRec.exe.mui

10.0.26100.5059

9-Aug-25

22:17

3,584

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:17

35,328

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:17

26,112

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:17

37,888

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:17

40,448

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:17

34,816

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:17

25,088

StartRep.exe.mui

10.0.26100.5059

9-Aug-25

22:17

15,872

RecEnv.exe.mui

10.0.26100.5059

9-Aug-25

22:17

16,896

wow64con.dll

10.0.26100.5059

9-Aug-25

22:17

18,704

bcrypt.dll

10.0.26100.5059

9-Aug-25

22:17

102,304

bcryptprimitives.dll

10.0.26100.5059

9-Aug-25

22:17

427,712

msvcrt.dll

7.0.26100.5059

9-Aug-25

22:17

1,156,688

ucrtbase.dll

10.0.26100.5059

9-Aug-25

22:17

1,574,584

KernelBase.dll

10.0.26100.5059

9-Aug-25

22:17

3,929,264

oleaut32.dll

10.0.26100.5059

9-Aug-25

22:17

1,033,272

rpcrt4.dll

10.0.26100.5059

9-Aug-25

22:17

1,249,656

cryptbase.dll

10.0.26100.5059

9-Aug-25

22:17

32,616

cryptsp.dll

10.0.26100.5059

9-Aug-25

22:17

77,032

DismCore.dll

10.0.26100.5059

9-Aug-25

22:17

371,072

DismProv.dll

10.0.26100.5059

9-Aug-25

22:17

209,312

DismCorePS.dll

10.0.26100.5059

9-Aug-25

22:17

98,712

LogProvider.dll

10.0.26100.5059

9-Aug-25

22:17

76,184

FolderProvider.dll

10.0.26100.5059

9-Aug-25

22:17

59,776

dhcpcore.dll

10.0.26100.5059

9-Aug-25

22:17

368,016

dhcpcsvc.dll

10.0.26100.5059

9-Aug-25

22:17

98,712

dhcpcore6.dll

10.0.26100.5059

9-Aug-25

22:17

256,896

dhcpcsvc6.dll

10.0.26100.5059

9-Aug-25

22:17

85,400

wer.dll

10.0.26100.5059

9-Aug-25

22:17

818,712

weretw.dll

10.0.26100.5059

9-Aug-25

22:17

188,000

werdiagcontroller.dll

10.0.26100.5059

9-Aug-25

22:17

41,984

wermgr.exe

10.0.26100.5059

9-Aug-25

22:17

242,560

WerFault.exe

10.0.26100.5059

9-Aug-25

22:17

531,864

WerFaultSecure.exe

10.0.26100.5059

9-Aug-25

22:17

175,160

Faultrep.dll

10.0.26100.5059

9-Aug-25

22:17

446,328

WerEnc.dll

10.0.26100.5059

9-Aug-25

22:17

27,928

KernelBase.dll

10.0.26100.5059

9-Aug-25

22:17

2,918,824

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

10.0.26100.5059

9-Aug-25

22:17

13,200

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

10.0.26100.5059

9-Aug-25

22:17

13,184

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

10.0.26100.5059

9-Aug-25

22:17

12,672

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

10.0.26100.5059

9-Aug-25

22:17

12,712

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

10.0.26100.5059

9-Aug-25

22:17

12,688

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

10.0.26100.5059

9-Aug-25

22:17

12,696

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

10.0.26100.5059

9-Aug-25

22:17

12,160

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

10.0.26100.5059

9-Aug-25

22:17

12,696

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

10.0.26100.5059

9-Aug-25

22:17

12,704

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

10.0.26100.5059

9-Aug-25

22:17

12,712

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

10.0.26100.5059

9-Aug-25

22:17

12,200

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

10.0.26100.5059

9-Aug-25

22:17

16,280

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

10.0.26100.5059

9-Aug-25

22:17

12,712

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

10.0.26100.5059

9-Aug-25

22:17

12,696

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

10.0.26100.5059

9-Aug-25

22:17

12,672

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

10.0.26100.5059

9-Aug-25

22:17

13,224

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

10.0.26100.5059

9-Aug-25

22:17

13,184

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

10.0.26100.5059

9-Aug-25

22:17

12,696

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

10.0.26100.5059

9-Aug-25

22:17

12,672

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

10.0.26100.5059

9-Aug-25

22:17

13,720

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

10.0.26100.5059

9-Aug-25

22:17

12,712

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

10.0.26100.5059

9-Aug-25

22:17

15,784

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

10.0.26100.5059

9-Aug-25

22:17

12,160

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

10.0.26100.5059

9-Aug-25

22:17

13,184

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

10.0.26100.5059

9-Aug-25

22:17

13,696

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

10.0.26100.5059

9-Aug-25

22:17

13,208

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

10.0.26100.5059

9-Aug-25

22:17

12,672

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

10.0.26100.5059

9-Aug-25

22:17

13,696

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

10.0.26100.5059

9-Aug-25

22:17

12,712

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

10.0.26100.5059

9-Aug-25

22:17

15,264

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

10.0.26100.5059

9-Aug-25

22:17

13,200

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

10.0.26100.5059

9-Aug-25

22:17

12,672

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

10.0.26100.5059

9-Aug-25

22:17

12,672

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

10.0.26100.5059

9-Aug-25

22:17

12,672

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

10.0.26100.5059

9-Aug-25

22:17

14,736

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

10.0.26100.5059

9-Aug-25

22:17

12,672

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

10.0.26100.5059

9-Aug-25

22:17

12,712

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

10.0.26100.5059

9-Aug-25

22:17

12,688

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

10.0.26100.5059

9-Aug-25

22:17

14,736

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

10.0.26100.5059

9-Aug-25

22:17

13,184

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

10.0.26100.5059

9-Aug-25

22:17

13,728

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

10.0.26100.5059

9-Aug-25

22:17

12,672

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

10.0.26100.5059

9-Aug-25

22:17

12,696

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

10.0.26100.5059

9-Aug-25

22:17

14,744

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

10.0.26100.5059

9-Aug-25

22:17

13,208

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

10.0.26100.5059

9-Aug-25

22:17

12,704

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

10.0.26100.5059

9-Aug-25

22:17

12,672

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

10.0.26100.5059

9-Aug-25

22:17

18,304

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

10.0.26100.5059

9-Aug-25

22:17

12,696

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

10.0.26100.5059

9-Aug-25

22:17

12,712

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

10.0.26100.5059

9-Aug-25

22:17

12,696

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

10.0.26100.5059

9-Aug-25

22:17

12,712

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

10.0.26100.5059

9-Aug-25

22:17

13,720

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

10.0.26100.5059

9-Aug-25

22:17

13,184

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

10.0.26100.5059

9-Aug-25

22:17

12,688

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

10.0.26100.5059

9-Aug-25

22:17

12,672

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

10.0.26100.5059

9-Aug-25

22:17

12,672

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

10.0.26100.5059

9-Aug-25

22:17

13,696

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

10.0.26100.5059

9-Aug-25

22:17

13,728

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

10.0.26100.5059

9-Aug-25

22:17

13,736

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

10.0.26100.5059

9-Aug-25

22:17

16,768

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

10.0.26100.5059

9-Aug-25

22:17

13,184

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

10.0.26100.5059

9-Aug-25

22:17

15,232

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

10.0.26100.5059

9-Aug-25

22:17

13,696

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

10.0.26100.5059

9-Aug-25

22:17

13,184

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

10.0.26100.5059

9-Aug-25

22:17

23,424

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

10.0.26100.5059

9-Aug-25

22:17

20,888

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

10.0.26100.5059

9-Aug-25

22:17

67,488

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

10.0.26100.5059

9-Aug-25

22:17

13,696

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

10.0.26100.5059

9-Aug-25

22:17

17,816

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

10.0.26100.5059

9-Aug-25

22:17

18,856

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

10.0.26100.5059

9-Aug-25

22:17

19,360

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

10.0.26100.5059

9-Aug-25

22:17

15,264

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

10.0.26100.5059

9-Aug-25

22:17

13,208

ucrtbase.dll

10.0.26100.5059

9-Aug-25

22:17

1,114,176

migcore.dll

10.0.26100.5059

9-Aug-25

22:17

7,157,664

migstore.dll

10.0.26100.5059

9-Aug-25

22:17

1,046,416

mighost.exe

10.0.26100.5059

9-Aug-25

22:17

254,848

migres.dll

10.0.26100.5059

9-Aug-25

22:17

17,312

migapp.dll

10.0.26100.5059

9-Aug-25

22:17

231,832

MXEAgent.dll

10.0.26100.5059

9-Aug-25

22:17

274,816

AppExtAgent.dll

10.0.26100.5059

9-Aug-25

22:17

346,496

csiagent.dll

10.0.26100.5059

9-Aug-25

22:17

527,232

cmi2migxml.dll

10.0.26100.5059

9-Aug-25

22:17

158,624

msasn1.dll

10.0.26100.5059

9-Aug-25

22:17

52,232

msvcrt.dll

7.0.26100.5059

9-Aug-25

22:17

809,408

nlaapi.dll

10.0.26100.5059

9-Aug-25

22:17

24,064

nlmproxy.dll

10.0.26100.5059

9-Aug-25

22:17

19,456

nlmsprep.dll

10.0.26100.5059

9-Aug-25

22:17

17,920

ntdll.dll

10.0.26100.5059

9-Aug-25

22:17

1,818,696

rpcrt4.dll

10.0.26100.5059

9-Aug-25

22:17

772,184

KerbClientShared.dll

10.0.26100.5059

9-Aug-25

22:17

165,352

sechost.dll

10.0.26100.5059

9-Aug-25

22:17

529,496

fveapibase.dll

10.0.26100.5059

9-Aug-25

22:17

625,152

fveapi.dll

10.0.26100.5059

9-Aug-25

22:17

1,079,296

kerberos.dll

10.0.26100.5059

9-Aug-25

22:17

1,021,952

kerb3961.dll

10.0.26100.5059

9-Aug-25

22:17

133,808

NtlmShared.dll

10.0.26100.5059

9-Aug-25

22:17

61,536

ServicingCommon.dll

10.0.26100.5059

9-Aug-25

22:17

732,944

DiagnosticDataSettings.dll

10.0.26100.5059

9-Aug-25

22:17

38,824

tbs.dll

10.0.26100.5059

9-Aug-25

22:17

80,152

msvcp_win.dll

10.0.26100.5059

9-Aug-25

22:17

505,736

usoapi.dll

10.0.26100.5059

9-Aug-25

22:17

98,304

Windows.Management.Update.dll

10.0.26100.5059

9-Aug-25

22:17

71,168

nsi.dll

10.0.26100.5059

9-Aug-25

22:17

21,776

winnsi.dll

10.0.26100.5059

9-Aug-25

22:17

35,208

ws2_32.dll

10.0.26100.5059

9-Aug-25

22:17

392,120

win32u.dll

10.0.26100.5059

9-Aug-25

22:17

105,928

ReAgent.dll

10.0.26100.5059

9-Aug-25

22:17

635,776

ReInfo.dll

10.0.26100.5059

9-Aug-25

22:17

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.