Applies To
Windows 11 version 24H2, all editions Windows 11 version 25H2, all editions Windows Server 2025

Windows Secure Boot certificate expiration 

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

Summary

This update makes improvements to the Windows recovery environment (WinRE) in Windows 11, version 24H2, Windows 11, version 25H2 and Windows Server 2025.

The following is a summary of the issues that this update addresses when you install this update. The bold text within the brackets indicates the item or area of the change we are documenting.

  • [Windows Preinstallation Environment (WinPE)] New! If WinPE is unable to start an application, a message box will now be displayed instead of the debug command prompt that previously appeared.

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

Verify the installation of this update

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

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

3:59

26,264

storufs.sys

10.0.26100.6891

9-Oct-25

3:59

148,880

tpm.inf

Not versioned

9-Oct-25

3:59

11,804

tpm.sys

10.0.26100.6891

9-Oct-25

3:59

374,160

usb.inf

Not versioned

9-Oct-25

3:59

41,432

usbccgp.sys

10.0.26100.6891

9-Oct-25

3:59

222,592

usbhub3.inf

Not versioned

9-Oct-25

3:59

11,296

USBHUB3.SYS

10.0.26100.6891

9-Oct-25

3:59

746,896

usbport.inf

Not versioned

9-Oct-25

3:59

77,436

usbohci.sys

10.0.26100.6891

9-Oct-25

3:59

69,632

usbport.sys

10.0.26100.6891

9-Oct-25

3:59

509,312

usbhub.sys

10.0.26100.6891

9-Oct-25

3:59

570,768

usbehci.sys

10.0.26100.6891

9-Oct-25

3:59

128,400

usbuhci.sys

10.0.26100.6891

9-Oct-25

3:59

73,728

usbd.sys

10.0.26100.6891

9-Oct-25

3:59

75,136

hvloader.dll

10.0.26100.6891

9-Oct-25

3:59

230,784

hvax64.exe

10.0.26100.6891

9-Oct-25

3:59

1,971,600

hvix64.exe

10.0.26100.6891

9-Oct-25

3:59

2,053,520

skci.dll

10.0.26100.6891

9-Oct-25

3:59

340,256

iumbase.dll

10.0.26100.6891

9-Oct-25

3:59

51,040

iumdll.dll

10.0.26100.6891

9-Oct-25

3:59

38,648

tprtdll.dll

10.0.26100.6891

9-Oct-25

3:59

455,984

vertdll.dll

10.0.26100.6891

9-Oct-25

3:59

216,320

ucrtbase_enclave.dll

10.0.26100.6891

9-Oct-25

3:59

646,056

securekernel.exe

10.0.26100.6891

9-Oct-25

3:59

1,320,320

VbsSiPolicy.p7b

Not versioned

9-Oct-25

3:59

68,351

SDFHost.dll

10.0.26100.6891

9-Oct-25

3:59

63,456

IumSdk.dll

10.0.26100.6891

9-Oct-25

3:59

30,376

Facilitator.dll

10.0.26100.6891

9-Oct-25

3:59

1,119,616

apisetschema.dll

10.0.26100.6891

9-Oct-25

3:59

152,960

apisetschema.dll

10.0.26100.6891

9-Oct-25

3:59

152,976

chs_boot.ttf

Not versioned

9-Oct-25

3:59

3,696,708

chs_boot_EX.ttf

Not versioned

9-Oct-25

3:59

3,696,708

msyh_boot.ttf

Not versioned

9-Oct-25

3:59

189,924

msyh_boot_EX.ttf

Not versioned

9-Oct-25

3:59

189,936

msyhn_boot.ttf

Not versioned

9-Oct-25

3:59

187,908

msyhn_boot_EX.ttf

Not versioned

9-Oct-25

3:59

187,924

cht_boot.ttf

Not versioned

9-Oct-25

3:59

3,879,416

cht_boot_EX.ttf

Not versioned

9-Oct-25

3:59

3,879,400

msjh_boot.ttf

Not versioned

9-Oct-25

3:59

201,336

msjh_boot_EX.ttf

Not versioned

9-Oct-25

3:59

201,320

msjhn_boot.ttf

Not versioned

9-Oct-25

3:59

199,164

msjhn_boot_EX.ttf

Not versioned

9-Oct-25

3:59

199,160

wgl4_boot.ttf

Not versioned

9-Oct-25

3:59

50,084

wgl4_boot_EX.ttf

Not versioned

9-Oct-25

3:59

50,084

segmono_boot.ttf

Not versioned

9-Oct-25

3:59

45,852

segmono_boot_EX.ttf

Not versioned

9-Oct-25

3:59

45,848

segoe_slboot.ttf

Not versioned

9-Oct-25

3:59

102,996

segoe_slboot_EX.ttf

Not versioned

9-Oct-25

3:59

102,980

segoen_slboot.ttf

Not versioned

9-Oct-25

3:59

102,708

segoen_slboot_EX.ttf

Not versioned

9-Oct-25

3:59

102,720

jpn_boot.ttf

Not versioned

9-Oct-25

3:59

1,986,856

jpn_boot_EX.ttf

Not versioned

9-Oct-25

3:59

1,986,856

meiryo_boot.ttf

Not versioned

9-Oct-25

3:59

175,972

meiryo_boot_EX.ttf

Not versioned

9-Oct-25

3:59

175,988

meiryon_boot.ttf

Not versioned

9-Oct-25

3:59

174,140

meiryon_boot_EX.ttf

Not versioned

9-Oct-25

3:59

174,148

kor_boot.ttf

Not versioned

9-Oct-25

3:59

2,374,000

kor_boot_EX.ttf

Not versioned

9-Oct-25

3:59

2,373,988

malgun_boot.ttf

Not versioned

9-Oct-25

3:59

201,948

malgun_boot_EX.ttf

Not versioned

9-Oct-25

3:59

201,944

malgunn_boot.ttf

Not versioned

9-Oct-25

3:59

199,400

malgunn_boot_EX.ttf

Not versioned

9-Oct-25

3:59

199,416

efisys.bin

Not versioned

9-Oct-25

3:59

1,474,560

efisys_EX.bin

Not versioned

9-Oct-25

3:59

1,474,560

efisys_noprompt.bin

Not versioned

9-Oct-25

3:59

1,474,560

efisys_noprompt_EX.bin

Not versioned

9-Oct-25

3:59

1,474,560

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

94,640

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

94,640

bootmgr.efi.mui

10.0.26100.30227

9-Oct-25

3:59

90,024

bootmgr_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

90,024

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

93,616

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

93,616

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

92,592

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

92,592

bootmgr.efi.mui

10.0.26100.30227

9-Oct-25

3:59

90,000

bootmgr_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

90,000

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

97,200

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

97,200

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

97,712

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

97,712

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

90,032

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

90,032

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

90,056

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

90,056

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

91,056

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

91,056

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

96,712

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

96,712

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

93,640

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

93,640

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

96,688

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

96,688

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

94,152

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

94,152

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

81,328

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

81,328

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

80,816

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

80,816

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

92,104

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

92,104

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

92,080

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

92,080

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

94,664

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

94,664

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

95,664

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

95,664

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

93,104

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

93,104

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

94,128

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

94,128

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

93,128

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

93,128

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

76,208

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

76,208

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

3:59

76,720

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

3:59

76,720

tcblaunch.exe

10.0.26100.6891

9-Oct-25

3:59

974,616

tcbloader.dll

10.0.26100.6891

9-Oct-25

3:59

316,800

DrtmAuthTxt.wim

Not versioned

9-Oct-25

3:59

22,307

bootmgfw.efi

10.0.26100.30227

9-Oct-25

3:59

2,855,368

bootmgfw_EX.efi

10.0.26100.30227

9-Oct-25

3:59

2,855,192

SecureBootRecovery.efi

Not versioned

9-Oct-25

3:59

164,752

bootmgr.efi

10.0.26100.30227

9-Oct-25

3:59

2,837,416

bootmgr_EX.efi

10.0.26100.30227

9-Oct-25

3:59

2,837,416

boot.stl

Not versioned

9-Oct-25

3:59

11,030

boot.pnd.stl

Not versioned

9-Oct-25

3:59

11,733

winsipolicy.p7b

Not versioned

9-Oct-25

3:59

10,341

winload.sys

10.0.26100.6891

9-Oct-25

3:59

1,228,672

bootux.dll

10.0.26100.6891

9-Oct-25

3:59

4,964,352

winload.exe

10.0.26100.6891

9-Oct-25

3:59

1,865,168

winload.efi

10.0.26100.6891

9-Oct-25

3:59

3,266,880

bcrypt.dll

10.0.26100.6891

9-Oct-25

3:59

166,744

bcryptprimitives.dll

10.0.26100.6891

9-Oct-25

3:59

637,784

BootMenuUX.dll

10.0.26100.6891

9-Oct-25

3:59

241,664

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

40,448

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

48,640

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

46,592

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

44,032

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

51,200

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

53,248

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

48,128

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

43,520

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

45,568

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

51,712

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

35,840

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

46,080

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

47,104

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

26,624

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

24,064

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

45,056

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

44,544

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

49,152

bootux.dll.mui

10.0.26100.6891

9-Oct-25

3:59

19,456

bootim.exe

10.0.26100.6891

9-Oct-25

3:59

53,248

driversipolicy.p7b

Not versioned

9-Oct-25

3:59

229,162

cng.sys

10.0.26100.6891

9-Oct-25

3:59

865,040

ci.dll

10.0.26100.6891

9-Oct-25

3:59

1,100,544

driver.stl

Not versioned

9-Oct-25

3:59

33,360

previous.driver.stl

Not versioned

9-Oct-25

3:59

33,360

cryptbase.dll

10.0.26100.6891

9-Oct-25

3:59

59,312

symcryptk.dll

103.8.1.0

9-Oct-25

3:59

58,752

cryptsp.dll

10.0.26100.6891

9-Oct-25

3:59

121,288

DismCore.dll

10.0.26100.6891

9-Oct-25

3:59

480,656

DismProv.dll

10.0.26100.6891

9-Oct-25

3:59

300,416

DismCorePS.dll

10.0.26100.6891

9-Oct-25

3:59

230,784

LogProvider.dll

10.0.26100.6891

9-Oct-25

3:59

120,192

FolderProvider.dll

10.0.26100.6891

9-Oct-25

3:59

95,632

dhcpcore.dll

10.0.26100.6891

9-Oct-25

3:59

460,176

dhcpcsvc.dll

10.0.26100.6891

9-Oct-25

3:59

152,960

dhcpcore6.dll

10.0.26100.6891

9-Oct-25

3:59

329,088

dhcpcsvc6.dll

10.0.26100.6891

9-Oct-25

3:59

132,496

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

3:59

19,968

WerFaultSecure.exe.mui

10.0.26100.6891

9-Oct-25

3:59

6,656

faultrep.dll.mui

10.0.26100.6891

9-Oct-25

3:59

6,656

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

3:59

22,528

WerFaultSecure.exe.mui

10.0.26100.6891

9-Oct-25

3:59

7,168

faultrep.dll.mui

10.0.26100.6891

9-Oct-25

3:59

7,168

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

3:59

21,504

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

3:59

20,992

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

3:59

24,576

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

3:59

25,600

WerFaultSecure.exe.mui

10.0.26100.6891

9-Oct-25

3:59

8,192

faultrep.dll.mui

10.0.26100.6891

9-Oct-25

3:59

8,192

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

3:59

20,480

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

3:59

22,016

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

3:59

19,456

WerFaultSecure.exe.mui

10.0.26100.6891

9-Oct-25

3:59

7,680

faultrep.dll.mui

10.0.26100.6891

9-Oct-25

3:59

7,680

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

3:59

18,432

WerFaultSecure.exe.mui

10.0.26100.6891

9-Oct-25

3:59

6,144

faultrep.dll.mui

10.0.26100.6891

9-Oct-25

3:59

6,144

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

3:59

23,040

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

3:59

13,312

WerFaultSecure.exe.mui

10.0.26100.6891

9-Oct-25

3:59

5,120

faultrep.dll.mui

10.0.26100.6891

9-Oct-25

3:59

5,120

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

3:59

12,800

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

3:59

23,552

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

3:59

9,728

WerFaultSecure.exe.mui

10.0.26100.6891

9-Oct-25

3:59

4,608

faultrep.dll.mui

10.0.26100.6891

9-Oct-25

3:59

4,608

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

3:59

10,240

wer.dll.mui

10.0.26100.6891

9-Oct-25

3:59

11,264

wer.dll.mui

10.0.26100.6891

9-Oct-25

3:59

12,288

wer.dll.mui

10.0.26100.6891

9-Oct-25

3:59

11,776

wer.dll.mui

10.0.26100.6891

9-Oct-25

3:59

13,312

wer.dll.mui

10.0.26100.6891

9-Oct-25

3:59

12,800

wer.dll.mui

10.0.26100.6891

9-Oct-25

3:59

9,728

wer.dll.mui

10.0.26100.6891

9-Oct-25

3:59

8,192

wer.dll.mui

10.0.26100.6891

9-Oct-25

3:59

10,752

wer.dll.mui

10.0.26100.6891

9-Oct-25

3:59

7,168

wer.dll

10.0.26100.6891

9-Oct-25

3:59

988,984

weretw.dll

10.0.26100.6891

9-Oct-25

3:59

253,504

werdiagcontroller.dll

10.0.26100.6891

9-Oct-25

3:59

73,728

wermgr.exe

10.0.26100.6891

9-Oct-25

3:59

296,336

WerFault.exe

10.0.26100.6891

9-Oct-25

3:59

648,576

WerFaultSecure.exe

10.0.26100.6891

9-Oct-25

3:59

232,864

Faultrep.dll

10.0.26100.6891

9-Oct-25

3:59

563,384

WerEnc.dll

10.0.26100.6891

9-Oct-25

3:59

55,152

fbwf.sys

10.0.26100.6891

9-Oct-25

3:59

158,464

cmi2migxml.dll

10.0.26100.6891

9-Oct-25

3:59

226,704

csiagent.dll

10.0.26100.6891

9-Oct-25

3:59

718,208

diagER.dll

10.0.26100.6891

9-Oct-25

3:59

99,728

hwcompat.dll

10.0.26100.6891

9-Oct-25

3:59

243,072

hwcompat.txt

Not versioned

9-Oct-25

3:59

957,123

hwexclude.txt

Not versioned

9-Oct-25

3:59

51

icbexclusion.inf

Not versioned

9-Oct-25

3:59

7,222

migapp.xml

Not versioned

9-Oct-25

3:59

654,548

migcore.dll

10.0.26100.6891

9-Oct-25

3:59

9,311,648

mighost.exe

10.0.26100.6891

9-Oct-25

3:59

288,136

migres.dll

10.0.26100.6891

9-Oct-25

3:59

25,984

migisol.dll

10.0.26100.6891

9-Oct-25

3:59

148,864

migstore.dll

10.0.26100.6891

9-Oct-25

4:00

1,369,488

migsys.dll

10.0.26100.6891

9-Oct-25

3:59

464,256

MXEAgent.dll

10.0.26100.6891

9-Oct-25

3:59

386,432

AppExtAgent.dll

10.0.26100.6891

9-Oct-25

3:59

488,832

offline.xml

Not versioned

9-Oct-25

3:59

44,831

oscomps.xml

Not versioned

9-Oct-25

3:59

449,323

osfilter.inf

Not versioned

9-Oct-25

3:59

21,299

pnppropmig.dll

10.0.26100.6891

9-Oct-25

3:59

107,904

ReserveManager.dll

10.0.26100.6891

9-Oct-25

3:59

345,472

setupplatform.cfg

Not versioned

9-Oct-25

3:59

15,971

setupplatform.dll

1.97.26100.6891

9-Oct-25

3:59

9,827,744

setupplatform.exe

1.97.26100.6891

9-Oct-25

3:59

255,360

SFCN.dat

Not versioned

9-Oct-25

3:59

1,824

SFLCID.dat

Not versioned

9-Oct-25

3:59

1,644

SFLISTW7.dat

Not versioned

9-Oct-25

4:00

1,703,368

SFLISTW8.dat

Not versioned

9-Oct-25

3:59

2,608,858

SFLISTWB.dat

Not versioned

9-Oct-25

3:59

3,172,904

SFLISTWT.dat

Not versioned

9-Oct-25

4:00

4,935,402

SFLISTRS1.dat

Not versioned

9-Oct-25

3:59

5,593,182

SFPAT.inf

Not versioned

9-Oct-25

3:59

11,602

SFPATW7.inf

Not versioned

9-Oct-25

3:59

17,396

SFPATW8.inf

Not versioned

9-Oct-25

3:59

79,818

SFPATWB.inf

Not versioned

9-Oct-25

3:59

91,635

SFPATWT.inf

Not versioned

9-Oct-25

3:59

165,729

SFPATRS1.inf

Not versioned

9-Oct-25

3:59

169,730

unbcl.dll

10.0.26100.6891

9-Oct-25

3:59

1,090,944

upgradeagent.dll

10.0.26100.6891

9-Oct-25

3:59

3,306,880

upgradeagent.xml

Not versioned

9-Oct-25

3:59

70,907

upgrade_comp.xml

Not versioned

9-Oct-25

3:59

6,054

upgrade_bulk.xml

Not versioned

9-Oct-25

3:59

211,949

upgrade_data.xml

Not versioned

9-Oct-25

3:59

41,750

upgrade_frmwrk.xml

Not versioned

9-Oct-25

3:59

19,157

upgWow_bulk.xml

Not versioned

9-Oct-25

3:59

114,707

uninstall.xml

Not versioned

9-Oct-25

3:59

4,639

uninstall_data.xml

Not versioned

9-Oct-25

3:59

11,122

wdsutil.dll

10.0.26100.6891

9-Oct-25

3:59

353,664

WinSetupMon.hiv

Not versioned

9-Oct-25

3:59

8,192

WinSetupMon.sys

10.0.26100.6891

9-Oct-25

3:59

169,368

actionqueue.dll

10.0.26100.6891

9-Oct-25

3:59

267,648

appcompat_detailed.xsl

Not versioned

9-Oct-25

3:59

13,608

appcompat_detailed_bidi.xsl

Not versioned

9-Oct-25

3:59

13,732

cdplib.mof

Not versioned

9-Oct-25

3:59

1,976

cdplibuninstall.mof

Not versioned

9-Oct-25

3:59

571

dpx.dll

10.0.26100.6891

9-Oct-25

3:59

1,103,232

UpdateCompression.dll

5.0.1.1

9-Oct-25

3:59

619,904

itgtupg.dll

10.0.26100.6891

9-Oct-25

3:59

117,080

migtestplugin.dll

10.0.26100.6891

9-Oct-25

3:59

76,120

msdelta.dll

5.0.1.1

9-Oct-25

3:59

595,328

mspatcha.dll

5.0.1.1

9-Oct-25

3:59

83,328

sflistw7.dat

Not versioned

9-Oct-25

3:59

1,703,368

sflistwt.dat

Not versioned

9-Oct-25

3:59

4,935,402

smiengine.dll

10.0.26100.6891

9-Oct-25

3:59

927,104

migstore.dll

10.0.26100.6891

9-Oct-25

3:59

1,369,488

wcmtypes.xsd

Not versioned

9-Oct-25

3:59

1,047

wdsupgcompl.dll

10.0.26100.6891

9-Oct-25

3:59

47,448

auditetw.dll

10.0.26100.6891

9-Oct-25

3:59

26,968

cmisetupetw.dll

10.0.26100.6891

9-Oct-25

3:59

26,984

etwproviderinstall.vbs

Not versioned

9-Oct-25

3:59

6,868

setupcletw.dll

10.0.26100.6891

9-Oct-25

3:59

31,080

winsetupetw.dll

10.0.26100.6891

9-Oct-25

3:59

76,120

migres.dll.mui

10.0.26100.6891

9-Oct-25

3:59

7,680

setupplatform.exe.mui

1.97.26100.6891

9-Oct-25

3:59

14,224

migres.dll.mui

10.0.26100.6891

9-Oct-25

3:59

8,192

setupplatform.exe.mui

1.97.26100.6891

9-Oct-25

3:59

14,216

setupplatform.exe.mui

1.97.26100.6891

9-Oct-25

3:59

14,736

setupplatform.exe.mui

1.97.26100.6891

9-Oct-25

3:59

14,720

setupplatform.exe.mui

1.97.26100.6891

9-Oct-25

3:59

14,208

migres.dll.mui

10.0.26100.6891

9-Oct-25

3:59

8,704

migres.dll.mui

10.0.26100.6891

9-Oct-25

3:59

7,168

setupplatform.exe.mui

1.97.26100.6891

9-Oct-25

3:59

13,704

migres.dll.mui

10.0.26100.6891

9-Oct-25

3:59

6,656

setupplatform.exe.mui

1.97.26100.6891

9-Oct-25

3:59

13,200

migres.dll.mui

10.0.26100.6891

9-Oct-25

3:59

6,144

setupplatform.exe.mui

1.97.26100.6891

9-Oct-25

3:59

13,184

migres.dll.mui

10.0.26100.6891

9-Oct-25

3:59

5,632

iertutil.dll

11.0.26100.6891

9-Oct-25

3:59

2,922,760

msIso.dll

11.0.26100.6891

9-Oct-25

3:59

286,720

edgeIso.dll

11.0.26100.6891

9-Oct-25

3:59

438,272

KernelBase.dll

10.0.26100.6891

9-Oct-25

3:59

4,150,008

dxgkrnl.sys

10.0.26100.6891

9-Oct-25

3:59

5,178,800

cdd.dll

10.0.26100.6891

9-Oct-25

3:59

335,872

dxgmms1.sys

10.0.26100.6891

9-Oct-25

3:59

546,192

dxgmms2.sys

10.0.26100.6891

9-Oct-25

3:59

1,205,648

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

25,984

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,896

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,896

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

25,984

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

25,984

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

21,888

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

10.0.26100.6891

9-Oct-25

3:59

30,096

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

10.0.26100.6891

9-Oct-25

3:59

30,096

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

10.0.26100.6891

9-Oct-25

3:59

75,152

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

25,992

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

10.0.26100.6891

9-Oct-25

3:59

25,984

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

10.0.26100.6891

9-Oct-25

3:59

25,984

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

10.0.26100.6891

9-Oct-25

3:59

21,904

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

10.0.26100.6891

9-Oct-25

3:59

21,888

ucrtbase.dll

10.0.26100.6891

9-Oct-25

3:59

1,373,288

migcore.dll

10.0.26100.6891

9-Oct-25

4:00

9,311,648

migstore.dll

10.0.26100.6891

9-Oct-25

3:59

1,369,472

mighost.exe

10.0.26100.6891

9-Oct-25

3:59

288,144

migapp.dll

10.0.26100.6891

9-Oct-25

3:59

329,088

cmi2migxml.dll

10.0.26100.6891

9-Oct-25

3:59

226,696

SFLISTXP.dat

Not versioned

9-Oct-25

3:59

1,459,226

SFLISTLH.dat

Not versioned

9-Oct-25

3:59

3,347,940

SFPATXP.inf

Not versioned

9-Oct-25

3:59

4,355

SFPATLH.inf

Not versioned

9-Oct-25

3:59

8,678

msasn1.dll

10.0.26100.6891

9-Oct-25

3:59

88,232

msvcrt.dll

7.0.26100.6891

9-Oct-25

3:59

699,784

netio.sys

10.0.26100.6891

9-Oct-25

3:59

755,088

ncsi.dll

10.0.26100.6891

9-Oct-25

3:59

704,512

netprofmsvc.dll

10.0.26100.6891

9-Oct-25

3:59

2,138,112

nlaapi.dll

10.0.26100.6891

9-Oct-25

3:59

53,248

nlmproxy.dll

10.0.26100.6891

9-Oct-25

3:59

53,248

nlmsprep.dll

10.0.26100.6891

9-Oct-25

3:59

49,152

ntdll.dll

10.0.26100.6891

9-Oct-25

3:59

2,521,984

ntoskrnl.exe

10.0.26100.6891

9-Oct-25

3:59

12,948,912

rpcrt4.dll

10.0.26100.6891

9-Oct-25

3:59

1,162,552

reagent.adml

Not versioned

9-Oct-25

3:59

1,817

reagent.dll.mui

10.0.26100.6891

9-Oct-25

3:59

10,752

wdsimage.dll.mui

10.0.26100.6891

9-Oct-25

3:59

6,144

reagent.dll.mui

10.0.26100.6891

9-Oct-25

3:59

12,288

reagent.adml

Not versioned

9-Oct-25

3:59

2,035

reagent.dll.mui

10.0.26100.6891

9-Oct-25

3:59

11,264

reagent.adml

Not versioned

9-Oct-25

3:59

2,016

reagent.adml

Not versioned

9-Oct-25

3:59

2,263

reagent.dll.mui

10.0.26100.6891

9-Oct-25

3:59

12,800

wdsimage.dll.mui

10.0.26100.6891

9-Oct-25

3:59

6,656

reagent.adml

Not versioned

9-Oct-25

3:59

3,659

reagent.dll.mui

10.0.26100.6891

9-Oct-25

3:59

13,312

reagent.adml

Not versioned

9-Oct-25

3:59

2,091

reagent.adml

Not versioned

9-Oct-25

3:59

2,166

reagent.dll.mui

10.0.26100.6891

9-Oct-25

3:59

11,776

reagent.adml

Not versioned

9-Oct-25

3:59

2,272

reagent.dll.mui

10.0.26100.6891

9-Oct-25

3:59

9,728

reagent.adml

Not versioned

9-Oct-25

3:59

2,348

reagent.adml

Not versioned

9-Oct-25

3:59

2,088

reagent.adml

Not versioned

9-Oct-25

3:59

2,399

reagent.dll.mui

10.0.26100.6891

9-Oct-25

3:59

8,192

wdsimage.dll.mui

10.0.26100.6891

9-Oct-25

3:59

4,608

reagent.adml

Not versioned

9-Oct-25

3:59

1,908

reagent.dll.mui

10.0.26100.6891

9-Oct-25

3:59

7,680

reagent.adml

Not versioned

9-Oct-25

3:59

2,089

wdsimage.dll.mui

10.0.26100.6891

9-Oct-25

3:59

7,168

reagent.adml

Not versioned

9-Oct-25

3:59

2,099

reagent.adml

Not versioned

9-Oct-25

3:59

2,093

reagent.adml

Not versioned

9-Oct-25

3:59

2,106

reagent.adml

Not versioned

9-Oct-25

3:59

3,348

reagent.adml

Not versioned

9-Oct-25

3:59

2,117

reagent.dll.mui

10.0.26100.6891

9-Oct-25

3:59

10,240

reagent.adml

Not versioned

9-Oct-25

3:59

2,133

wdsimage.dll.mui

10.0.26100.6891

9-Oct-25

3:59

5,632

reagent.adml

Not versioned

9-Oct-25

3:59

1,718

reagent.dll.mui

10.0.26100.6891

9-Oct-25

3:59

6,144

wdsimage.dll.mui

10.0.26100.6891

9-Oct-25

3:59

4,096

reagent.adml

Not versioned

9-Oct-25

3:59

1,706

reagent.dll.mui

10.0.26100.6891

9-Oct-25

3:59

6,656

reagent.admx

Not versioned

9-Oct-25

3:59

1,240

reagent.dll

10.0.26100.6891

9-Oct-25

3:59

742,800

reagent.xml

Not versioned

9-Oct-25

3:59

837

SetupPlatform.cfg

Not versioned

9-Oct-25

3:59

22,945

wdscore.dll

10.0.26100.6891

9-Oct-25

3:59

279,936

WinSetupBoot.hiv

Not versioned

9-Oct-25

3:59

8,192

WinSetupBoot.sys

10.0.26100.6891

9-Oct-25

3:59

112,000

wdsclientapi.dll

10.0.26100.6891

9-Oct-25

3:59

268,632

wdscsl.dll

10.0.26100.6891

9-Oct-25

3:59

112,000

wdsimage.dll

10.0.26100.6891

9-Oct-25

3:59

129,384

wdstptc.dll

10.0.26100.6891

9-Oct-25

3:59

219,496

fvevol.sys

10.0.26100.6891

9-Oct-25

3:59

972,160

dumpfve.sys

10.0.26100.6891

9-Oct-25

3:59

158,448

bcd.dll

10.0.26100.6891

9-Oct-25

3:59

162,600

bootsvc.dll

10.0.26100.6891

9-Oct-25

3:59

303,088

hwreqchk.dll

Not versioned

9-Oct-25

3:59

460,160

ServicingCommon.dll

10.0.26100.6891

9-Oct-25

3:59

955,928

utcapi.dll

10.0.26100.6891

9-Oct-25

3:59

66,944

wimgapi.dll

10.0.26100.6891

9-Oct-25

3:59

910,736

wdscommonlib.dll

10.0.26100.6891

9-Oct-25

3:59

341,376

dismapi.dll

10.0.26100.6891

9-Oct-25

3:59

1,250,704

dismcore.dll

10.0.26100.6891

9-Oct-25

3:59

480,640

dismcoreps.dll

10.0.26100.6891

9-Oct-25

3:59

230,792

folderprovider.dll

10.0.26100.6891

9-Oct-25

3:59

95,616

imagingprovider.dll

10.0.26100.6891

9-Oct-25

3:59

247,168

logprovider.dll

10.0.26100.6891

9-Oct-25

3:59

189,824

vhdprovider.dll

10.0.26100.6891

9-Oct-25

3:59

599,440

wimprovider.dll

10.0.26100.6891

9-Oct-25

3:59

697,744

unattend.dll

10.0.26100.6891

9-Oct-25

3:59

374,144

wpx.dll

10.0.26100.6891

9-Oct-25

3:59

1,422,720

locale.nls

Not versioned

9-Oct-25

3:59

862,800

nlsbres.dll

10.0.26100.6891

9-Oct-25

3:59

103,808

KerbClientShared.dll

10.0.26100.6891

9-Oct-25

3:59

261,776

sechost.dll

10.0.26100.6891

9-Oct-25

3:59

691,504

fveapibase.dll

10.0.26100.6891

9-Oct-25

3:59

749,568

fveapi.dll

10.0.26100.6891

9-Oct-25

3:59

1,323,008

kerberos.dll

10.0.26100.6891

9-Oct-25

3:59

1,396,736

kerb3961.dll

10.0.26100.6891

9-Oct-25

3:59

183,264

localkdcsvc.dll

10.0.26100.6891

9-Oct-25

3:59

884,736

LsaIso.exe

10.0.26100.6891

9-Oct-25

3:59

394,000

iumcrypt.dll

10.0.26100.6891

9-Oct-25

3:59

100,640

NtlmShared.dll

10.0.26100.6891

9-Oct-25

3:59

113,024

ResetEngine.dll

10.0.26100.6891

9-Oct-25

3:59

2,917,760

ResetTelemetry.dll

10.0.26100.6891

9-Oct-25

3:59

570,760

ResetEngine.exe

10.0.26100.6891

9-Oct-25

3:59

42,384

ResetPluginHost.exe

10.0.26100.6891

9-Oct-25

3:59

57,344

srms.dat

Not versioned

9-Oct-25

3:59

60,961

sysreset.exe

10.0.26100.6891

9-Oct-25

3:59

487,424

ResetEngOnline.dll

10.0.26100.6891

9-Oct-25

3:59

229,376

SysResetErr.exe

10.0.26100.6891

9-Oct-25

3:59

75,136

ResetEngOnline.dll.mui

10.0.26100.6891

9-Oct-25

3:59

2,560

sysreseterr.exe.mui

10.0.26100.6891

9-Oct-25

3:59

3,072

ResetEngine.dll.mui

10.0.26100.6891

9-Oct-25

3:59

4,096

ResetEngOnline.dll.mui

10.0.26100.6891

9-Oct-25

3:59

3,072

ResetEngine.dll.mui

10.0.26100.6891

9-Oct-25

3:59

4,608

sysreseterr.exe.mui

10.0.26100.6891

9-Oct-25

3:59

2,560

ResetEngine.dll.mui

10.0.26100.6891

9-Oct-25

3:59

3,584

tcpip.sys

10.0.26100.6891

9-Oct-25

4:00

3,499,408

FWPKCLNT.SYS

10.0.26100.6891

9-Oct-25

3:59

583,056

tcpipreg.sys

10.0.26100.6891

9-Oct-25

3:59

86,016

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

3:59

261,632

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

3:59

269,312

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

3:59

266,240

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

3:59

265,216

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

3:59

267,776

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

3:59

268,800

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

3:59

261,120

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

3:59

267,264

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

3:59

263,680

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

3:59

265,728

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

3:59

259,072

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

3:59

252,928

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

3:59

251,904

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

3:59

264,192

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

3:59

263,168

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

3:59

262,656

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

3:59

266,752

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

3:59

249,344

DiagnosticDataSettings.dll

10.0.26100.6891

9-Oct-25

3:59

71,696

tbs.dll

10.0.26100.6891

9-Oct-25

3:59

113,024

tbs.sys

10.0.26100.6891

9-Oct-25

3:59

79,248

usodocked.dll

10.0.26100.6891

9-Oct-25

3:59

655,360

usosvc.dll.mui

10.0.26100.6891

9-Oct-25

3:59

3,584

usosvc.dll.mui

10.0.26100.6891

9-Oct-25

3:59

3,072

8acdd7e8a35f165b675b664e7ef8753ef4782f32.xml

Not versioned

9-Oct-25

3:59

3,314

72aceda3d9ebaa195b776ea9042fdf4dc3d29834.xml

Not versioned

9-Oct-25

3:59

2,496

7bc20c224f17145165aedb3fce9bda4f3c563cd7.xml

Not versioned

9-Oct-25

3:59

2,344

465bb23da8d1bea1a024758ba463bc1a7c487362.xml

Not versioned

9-Oct-25

3:59

2,458

7106fe8ce0b33cfdfee8b58e7e1b0a812935905e.xml

Not versioned

9-Oct-25

3:59

2,344

518f3ea9dc67aa5af7eb2840a6f77c874c2b2a17.xml

Not versioned

9-Oct-25

3:59

2,476

99c5248bd8c3356e9a42f332cab9b22eae3856df.xml

Not versioned

9-Oct-25

3:59

2,488

ef338bad6c4b025dc9c8f4f87a98276b2139d403.xml

Not versioned

9-Oct-25

3:59

2,482

0e0337eedd34f1bed8e9bc3202a2754e48b705af.xml

Not versioned

9-Oct-25

3:59

2,500

4ba05104f3d293466a50d8de04318624ab592070.xml

Not versioned

9-Oct-25

3:59

2,476

81d5c60cdaa2f6bac600452c12eac91e3823d9ef.xml

Not versioned

9-Oct-25

3:59

3,876

90eaab3b92938b566b871d11d7a2c86b081b26d4.xml

Not versioned

9-Oct-25

3:59

2,460

c20df1ed8df28c31d513bd896b58980c00c8b298.xml

Not versioned

9-Oct-25

3:59

878

5c7e9e098d198f0114f76066999378607084a638.xml

Not versioned

9-Oct-25

3:59

1,034

68feea34ca8e40dee5faab63604db4cd1d7a3e77.xml

Not versioned

9-Oct-25

3:59

1,034

56a7d507d06f3d51821e1124e642fa74ff3397af.xml

Not versioned

9-Oct-25

3:59

1,034

3332a645bfab2f45c96ade4c05630863cbdcfbd1.xml

Not versioned

9-Oct-25

3:59

1,034

e4c1f6f26bc4ae6ba77734b6aa93d400b87278bb.xml

Not versioned

9-Oct-25

3:59

1,034

b2617fe77af0e357462c58cb9ab1bbc2a243ab95.xml

Not versioned

9-Oct-25

3:59

1,034

0690201f6b392ef45758aa8180e54b80d4ff1a6a.xml

Not versioned

9-Oct-25

3:59

2,270

3cee7b10553edccb79ba709ba53630469cb48843.xml

Not versioned

9-Oct-25

3:59

1,234

23d343cca2905f5a9d8ed56e2f7308cf612ba7ec.xml

Not versioned

9-Oct-25

3:59

976

43ee7b2a373632f9a701249fd96d0edec2ff1279.xml

Not versioned

9-Oct-25

3:59

4,202

usosvc.dll

10.0.26100.6891

9-Oct-25

3:59

110,592

usosvcimpl.dll

1450.2508.27012.0

9-Oct-25

3:59

1,422,720

MoUsoCoreWorker.exe

1450.2508.27012.0

9-Oct-25

3:59

5,132,704

msvcp_win.dll

10.0.26100.6891

9-Oct-25

3:59

641,936

DuCsps.dll

10.0.26100.6891

9-Oct-25

3:59

139,264

usoapi.dll

10.0.26100.6891

9-Oct-25

3:59

200,704

usocoreps.dll

10.0.26100.6891

9-Oct-25

3:59

65,536

Windows.Management.Update.dll

10.0.26100.6891

9-Oct-25

3:59

266,240

nsi.dll

10.0.26100.6891

9-Oct-25

3:59

51,040

winnsi.dll

10.0.26100.6891

9-Oct-25

3:59

71,680

nsisvc.dll

10.0.26100.6891

9-Oct-25

3:59

61,440

nsiproxy.sys

10.0.26100.6891

9-Oct-25

3:59

77,824

ws2_32.dll

10.0.26100.6891

9-Oct-25

3:59

489,040

win32u.dll

10.0.26100.6891

9-Oct-25

3:59

170,888

win32k.sys

10.0.26100.6891

9-Oct-25

3:59

808,320

win32kfull.sys

10.0.26100.6891

9-Oct-25

3:59

4,272,128

win32kbase.sys

10.0.26100.6891

9-Oct-25

3:59

3,338,240

win32kbase_rs.sys

10.0.26100.6891

9-Oct-25

3:59

163,840

WindowsCodecs.dll

10.0.26100.6891

9-Oct-25

3:59

2,319,488

winpeshl.exe

10.0.26100.6891

9-Oct-25

3:59

98,304

wpeutil.dll

10.0.26100.6891

9-Oct-25

3:59

200,704

wpeutil.exe

10.0.26100.6891

9-Oct-25

3:59

32,768

wpeinit.exe

10.0.26100.6891

9-Oct-25

3:59

61,440

startnet.cmd

Not versioned

9-Oct-25

3:59

9

winpeshl.exe.mui

10.0.26100.6891

9-Oct-25

3:59

3,584

wpeutil.dll.mui

10.0.26100.6891

9-Oct-25

3:59

10,752

winpeshl.exe.mui

10.0.26100.6891

9-Oct-25

3:59

4,096

wpeutil.dll.mui

10.0.26100.6891

9-Oct-25

3:59

11,264

wpeutil.dll.mui

10.0.26100.6891

9-Oct-25

3:59

11,776

winpeshl.exe.mui

10.0.26100.6891

9-Oct-25

3:59

3,072

wpeutil.dll.mui

10.0.26100.6891

9-Oct-25

3:59

8,704

wpeutil.dll.mui

10.0.26100.6891

9-Oct-25

3:59

7,680

wpeutil.dll.mui

10.0.26100.6891

9-Oct-25

3:59

7,168

CloudRecApi.dll

10.0.26100.6891

9-Oct-25

3:59

86,016

CloudRecSvc.exe

1.0.0.1

9-Oct-25

3:59

106,496

ReInfo.dll

10.0.26100.6891

9-Oct-25

3:59

102,400

StartRep.exe

10.0.26100.6891

9-Oct-25

3:59

1,269,760

RecHost.exe

10.0.26100.6891

9-Oct-25

3:59

152,976

SrtTel.dll

10.0.26100.6891

9-Oct-25

3:59

1,754,512

RecEnv.exe

10.0.26100.6891

9-Oct-25

3:59

476,560

BootRec.exe

10.0.26100.6891

9-Oct-25

3:59

196,608

DUTProvider.dll

10.0.26100.6891

9-Oct-25

3:59

365,952

WinSetupBak.hiv

Not versioned

9-Oct-25

3:59

8,192

WinSetupBak.sys

10.0.26100.6891

9-Oct-25

3:59

226,688

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

3:59

36,352

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

3:59

25,600

BootRec.exe.mui

10.0.26100.6891

9-Oct-25

3:59

4,608

DUTProvider.dll.mui

10.0.26100.6891

9-Oct-25

3:59

5,120

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

3:59

35,840

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

3:59

39,936

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

3:59

27,648

BootRec.exe.mui

10.0.26100.6891

9-Oct-25

3:59

5,120

DUTProvider.dll.mui

10.0.26100.6891

9-Oct-25

3:59

5,632

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

3:59

43,520

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

3:59

29,184

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

3:59

32,768

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

3:59

24,576

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

3:59

38,400

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

3:59

27,136

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

3:59

40,960

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

3:59

28,160

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

3:59

38,912

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

3:59

26,624

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

3:59

22,528

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

3:59

19,456

BootRec.exe.mui

10.0.26100.6891

9-Oct-25

3:59

4,096

DUTProvider.dll.mui

10.0.26100.6891

9-Oct-25

3:59

4,096

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

3:59

20,992

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

3:59

18,432

BootRec.exe.mui

10.0.26100.6891

9-Oct-25

3:59

3,584

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

3:59

35,328

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

3:59

26,112

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

3:59

37,888

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

3:59

40,448

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

3:59

34,816

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

3:59

25,088

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

3:59

15,872

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

3:59

16,896

wow64con.dll

10.0.26100.6891

9-Oct-25

3:59

108,896

bcrypt.dll

10.0.26100.6891

9-Oct-25

3:59

102,280

bcryptprimitives.dll

10.0.26100.6891

9-Oct-25

3:59

427,728

cryptbase.dll

10.0.26100.6891

9-Oct-25

3:59

32,632

cryptsp.dll

10.0.26100.6891

9-Oct-25

3:59

77,000

DismCore.dll

10.0.26100.6891

9-Oct-25

3:59

371,072

DismProv.dll

10.0.26100.6891

9-Oct-25

3:59

209,280

DismCorePS.dll

10.0.26100.6891

9-Oct-25

3:59

98,688

LogProvider.dll

10.0.26100.6891

9-Oct-25

3:59

76,160

FolderProvider.dll

10.0.26100.6891

9-Oct-25

3:59

59,792

dhcpcore.dll

10.0.26100.6891

9-Oct-25

3:59

369,040

dhcpcsvc.dll

10.0.26100.6891

9-Oct-25

3:59

98,704

dhcpcore6.dll

10.0.26100.6891

9-Oct-25

3:59

257,920

dhcpcsvc6.dll

10.0.26100.6891

9-Oct-25

3:59

85,392

wer.dll

10.0.26100.6891

9-Oct-25

3:59

815,072

weretw.dll

10.0.26100.6891

9-Oct-25

3:59

188,008

werdiagcontroller.dll

10.0.26100.6891

9-Oct-25

3:59

41,984

wermgr.exe

10.0.26100.6891

9-Oct-25

3:59

241,536

WerFault.exe

10.0.26100.6891

9-Oct-25

3:59

539,520

WerFaultSecure.exe

10.0.26100.6891

9-Oct-25

3:59

187,568

Faultrep.dll

10.0.26100.6891

9-Oct-25

3:59

458,696

WerEnc.dll

10.0.26100.6891

9-Oct-25

3:59

27,928

iertutil.dll

11.0.26100.6891

9-Oct-25

3:59

2,357,880

msIso.dll

11.0.26100.6891

9-Oct-25

3:59

205,312

edgeIso.dll

11.0.26100.6891

9-Oct-25

3:59

373,248

KernelBase.dll

10.0.26100.6891

9-Oct-25

3:59

2,921,352

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

10.0.26100.6891

9-Oct-25

3:59

13,200

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

10.0.26100.6891

9-Oct-25

3:59

13,200

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

10.0.26100.6891

9-Oct-25

3:59

12,688

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

12,688

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

10.0.26100.6891

9-Oct-25

3:59

12,176

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

12,688

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

10.0.26100.6891

9-Oct-25

3:59

12,688

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

10.0.26100.6891

9-Oct-25

3:59

12,160

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

10.0.26100.6891

9-Oct-25

3:59

16,272

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

12,688

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

13,184

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

10.0.26100.6891

9-Oct-25

3:59

13,200

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

12,688

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

10.0.26100.6891

9-Oct-25

3:59

13,696

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

10.0.26100.6891

9-Oct-25

3:59

12,688

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

10.0.26100.6891

9-Oct-25

3:59

15,744

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

10.0.26100.6891

9-Oct-25

3:59

12,176

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

10.0.26100.6891

9-Oct-25

3:59

13,184

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

10.0.26100.6891

9-Oct-25

3:59

13,696

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

10.0.26100.6891

9-Oct-25

3:59

13,200

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

13,696

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

15,232

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

10.0.26100.6891

9-Oct-25

3:59

13,200

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

10.0.26100.6891

9-Oct-25

3:59

12,688

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

14,736

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

14,720

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

10.0.26100.6891

9-Oct-25

3:59

13,184

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

10.0.26100.6891

9-Oct-25

3:59

13,712

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

10.0.26100.6891

9-Oct-25

3:59

12,688

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

14,720

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

10.0.26100.6891

9-Oct-25

3:59

13,200

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

10.0.26100.6891

9-Oct-25

3:59

12,688

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

18,320

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

12,688

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

10.0.26100.6891

9-Oct-25

3:59

12,688

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

10.0.26100.6891

9-Oct-25

3:59

12,688

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

10.0.26100.6891

9-Oct-25

3:59

13,696

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

10.0.26100.6891

9-Oct-25

3:59

13,200

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

12,672

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

10.0.26100.6891

9-Oct-25

3:59

13,696

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

10.0.26100.6891

9-Oct-25

3:59

13,696

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

10.0.26100.6891

9-Oct-25

3:59

13,712

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

10.0.26100.6891

9-Oct-25

3:59

16,768

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

10.0.26100.6891

9-Oct-25

3:59

13,184

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

10.0.26100.6891

9-Oct-25

3:59

15,232

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

10.0.26100.6891

9-Oct-25

3:59

13,696

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

10.0.26100.6891

9-Oct-25

3:59

13,200

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

10.0.26100.6891

9-Oct-25

3:59

23,424

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

10.0.26100.6891

9-Oct-25

3:59

20,880

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

10.0.26100.6891

9-Oct-25

3:59

67,456

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

10.0.26100.6891

9-Oct-25

3:59

13,712

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

10.0.26100.6891

9-Oct-25

3:59

17,792

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

10.0.26100.6891

9-Oct-25

3:59

18,816

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

10.0.26100.6891

9-Oct-25

3:59

19,328

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

10.0.26100.6891

9-Oct-25

3:59

15,248

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

10.0.26100.6891

9-Oct-25

3:59

13,184

ucrtbase.dll

10.0.26100.6891

9-Oct-25

3:59

1,114,136

migcore.dll

10.0.26100.6891

9-Oct-25

3:59

7,157,664

migstore.dll

10.0.26100.6891

9-Oct-25

3:59

1,046,400

mighost.exe

10.0.26100.6891

9-Oct-25

3:59

254,848

migres.dll

10.0.26100.6891

9-Oct-25

3:59

17,280

migapp.dll

10.0.26100.6891

9-Oct-25

3:59

231,808

MXEAgent.dll

10.0.26100.6891

9-Oct-25

3:59

274,832

AppExtAgent.dll

10.0.26100.6891

9-Oct-25

3:59

346,512

csiagent.dll

10.0.26100.6891

9-Oct-25

3:59

527,232

cmi2migxml.dll

10.0.26100.6891

9-Oct-25

3:59

158,592

msasn1.dll

10.0.26100.6891

9-Oct-25

3:59

52,216

msvcrt.dll

7.0.26100.6891

9-Oct-25

3:59

809,392

nlaapi.dll

10.0.26100.6891

9-Oct-25

3:59

24,064

nlmproxy.dll

10.0.26100.6891

9-Oct-25

3:59

19,456

nlmsprep.dll

10.0.26100.6891

9-Oct-25

3:59

17,920

ntdll.dll

10.0.26100.6891

9-Oct-25

3:59

1,819,240

rpcrt4.dll

10.0.26100.6891

9-Oct-25

3:59

772,200

KerbClientShared.dll

10.0.26100.6891

9-Oct-25

3:59

165,896

sechost.dll

10.0.26100.6891

9-Oct-25

3:59

529,472

fveapibase.dll

10.0.26100.6891

9-Oct-25

3:59

627,712

fveapi.dll

10.0.26100.6891

9-Oct-25

3:59

1,083,392

kerberos.dll

10.0.26100.6891

9-Oct-25

3:59

1,042,432

kerb3961.dll

10.0.26100.6891

9-Oct-25

3:59

134,360

NtlmShared.dll

10.0.26100.6891

9-Oct-25

3:59

68,240

ServicingCommon.dll

10.0.26100.6891

9-Oct-25

3:59

763,456

DiagnosticDataSettings.dll

10.0.26100.6891

9-Oct-25

3:59

38,800

tbs.dll

10.0.26100.6891

9-Oct-25

3:59

80,144

msvcp_win.dll

10.0.26100.6891

9-Oct-25

3:59

505,728

usoapi.dll

10.0.26100.6891

9-Oct-25

3:59

98,816

Windows.Management.Update.dll

10.0.26100.6891

9-Oct-25

3:59

217,600

nsi.dll

10.0.26100.6891

9-Oct-25

3:59

21,768

winnsi.dll

10.0.26100.6891

9-Oct-25

3:59

35,696

ws2_32.dll

10.0.26100.6891

9-Oct-25

3:59

392,096

win32u.dll

10.0.26100.6891

9-Oct-25

3:59

106,400

WindowsCodecs.dll

10.0.26100.6891

9-Oct-25

3:59

1,982,360

ReAgent.dll

10.0.26100.6891

9-Oct-25

3:59

638,336

ReInfo.dll

10.0.26100.6891

9-Oct-25

3:59

62,976

File name

File version

Date

Time

File size

storufs.inf

Not versioned

9-Oct-25

4:00

26,264

storufs.sys

10.0.26100.6891

9-Oct-25

4:00

113,536

tpm.inf

Not versioned

9-Oct-25

4:00

11,618

tpm.sys

10.0.26100.6891

9-Oct-25

4:00

351,104

usb.inf

Not versioned

9-Oct-25

4:00

41,432

usbccgp.sys

10.0.26100.6891

9-Oct-25

4:00

176,008

usbhub3.inf

Not versioned

9-Oct-25

4:00

11,296

USBHUB3.SYS

10.0.26100.6891

9-Oct-25

4:00

695,168

usbport.inf

Not versioned

9-Oct-25

4:00

31,662

usbehci.sys

10.0.26100.6891

9-Oct-25

4:00

112,512

usbport.sys

10.0.26100.6891

9-Oct-25

4:00

466,816

usbhub.sys

10.0.26100.6891

9-Oct-25

4:00

439,176

usbd.sys

10.0.26100.6891

9-Oct-25

4:00

43,392

hvloader.dll

10.0.26100.6891

9-Oct-25

4:00

187,264

hvaa64.exe

10.0.26100.6891

9-Oct-25

4:00

1,400,208

skci.dll

10.0.26100.6891

9-Oct-25

4:00

251,744

iumbase.dll

10.0.26100.6891

9-Oct-25

4:00

26,416

iumdll.dll

10.0.26100.6891

9-Oct-25

4:00

16,632

tprtdll.dll

10.0.26100.6891

9-Oct-25

4:00

390,048

vertdll.dll

10.0.26100.6891

9-Oct-25

4:00

180,888

ucrtbase_enclave.dll

10.0.26100.6891

9-Oct-25

4:00

450,472

securekernel.exe

10.0.26100.6891

9-Oct-25

4:00

970,640

VbsSiPolicy.p7b

Not versioned

9-Oct-25

4:00

68,351

SDFHost.dll

10.0.26100.6891

9-Oct-25

4:00

44,000

IumSdk.dll

10.0.26100.6891

9-Oct-25

4:00

23,720

Facilitator.dll

10.0.26100.6891

9-Oct-25

4:00

1,172,352

apisetschema.dll

10.0.26100.6891

9-Oct-25

4:00

139,648

apisetschema.dll

10.0.26100.6891

9-Oct-25

4:00

140,160

chs_boot.ttf

Not versioned

9-Oct-25

4:00

3,696,712

chs_boot_EX.ttf

Not versioned

9-Oct-25

4:00

3,696,708

msyh_boot.ttf

Not versioned

9-Oct-25

4:00

189,924

msyh_boot_EX.ttf

Not versioned

9-Oct-25

4:00

189,920

cht_boot.ttf

Not versioned

9-Oct-25

4:00

3,879,400

cht_boot_EX.ttf

Not versioned

9-Oct-25

4:00

3,879,412

msjh_boot.ttf

Not versioned

9-Oct-25

4:00

201,324

msjh_boot_EX.ttf

Not versioned

9-Oct-25

4:00

201,324

wgl4_boot.ttf

Not versioned

9-Oct-25

4:00

50,080

wgl4_boot_EX.ttf

Not versioned

9-Oct-25

4:00

50,084

segmono_boot.ttf

Not versioned

9-Oct-25

4:00

45,852

segmono_boot_EX.ttf

Not versioned

9-Oct-25

4:00

45,864

segoe_slboot.ttf

Not versioned

9-Oct-25

4:00

102,996

segoe_slboot_EX.ttf

Not versioned

9-Oct-25

4:00

102,984

jpn_boot.ttf

Not versioned

9-Oct-25

4:00

1,986,860

jpn_boot_EX.ttf

Not versioned

9-Oct-25

4:00

1,986,872

meiryo_boot.ttf

Not versioned

9-Oct-25

4:00

175,976

meiryo_boot_EX.ttf

Not versioned

9-Oct-25

4:00

175,972

kor_boot.ttf

Not versioned

9-Oct-25

4:00

2,374,004

kor_boot_EX.ttf

Not versioned

9-Oct-25

4:00

2,373,988

malgun_boot.ttf

Not versioned

9-Oct-25

4:00

201,948

malgun_boot_EX.ttf

Not versioned

9-Oct-25

4:00

201,948

efisys.bin

Not versioned

9-Oct-25

4:00

1,720,320

efisys_EX.bin

Not versioned

9-Oct-25

4:00

1,720,320

efisys_noprompt.bin

Not versioned

9-Oct-25

4:00

1,720,320

efisys_noprompt_EX.bin

Not versioned

9-Oct-25

4:00

1,720,320

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

94,664

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

94,664

bootmgr.efi.mui

10.0.26100.30227

9-Oct-25

4:00

90,024

bootmgr_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

90,024

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

93,616

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

93,616

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

92,616

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

92,616

bootmgr.efi.mui

10.0.26100.30227

9-Oct-25

4:00

90,000

bootmgr_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

90,000

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

97,224

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

97,224

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

97,736

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

97,736

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

90,056

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

90,056

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

94,640

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

94,640

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

91,056

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

91,056

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

96,688

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

96,688

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

93,640

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

93,640

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

96,712

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

96,712

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

94,152

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

94,152

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

81,328

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

81,328

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

80,840

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

80,840

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

92,592

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

92,592

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

92,104

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

92,104

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

95,664

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

95,664

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

94,128

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

94,128

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

93,128

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

93,128

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

76,208

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

76,208

bootmgfw.efi.mui

10.0.26100.30227

9-Oct-25

4:00

76,744

bootmgfw_EX.efi.mui

10.0.26100.30227

9-Oct-25

4:00

76,744

tcblaunch.exe

10.0.26100.6891

9-Oct-25

4:00

888,440

tcbloader.dll

10.0.26100.6891

9-Oct-25

4:00

279,952

DrtmAuthArm.wim

Not versioned

9-Oct-25

4:00

6,535

bootmgfw.efi

10.0.26100.30227

9-Oct-25

4:00

2,698,184

bootmgfw_EX.efi

10.0.26100.30227

9-Oct-25

4:00

2,698,040

SecureBootRecovery.efi

Not versioned

9-Oct-25

4:00

172,968

bootmgr.efi

10.0.26100.30227

9-Oct-25

4:00

2,680,744

bootmgr_EX.efi

10.0.26100.30227

9-Oct-25

4:00

2,680,744

boot.stl

Not versioned

9-Oct-25

4:00

10,853

boot.pnd.stl

Not versioned

9-Oct-25

4:00

11,556

winsipolicy.p7b

Not versioned

9-Oct-25

4:00

10,341

bootux.dll

10.0.26100.6891

9-Oct-25

4:00

4,940,800

winload.efi

10.0.26100.6891

9-Oct-25

4:00

3,083,576

bcrypt.dll

10.0.26100.6891

9-Oct-25

4:00

264,608

bcryptprimitives.dll

10.0.26100.6891

9-Oct-25

4:00

904,536

BootMenuUX.dll

10.0.26100.6891

9-Oct-25

4:00

220,672

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

40,448

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

48,640

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

46,592

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

44,032

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

51,200

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

53,248

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

48,128

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

43,520

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

45,568

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

51,712

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

35,840

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

46,080

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

47,104

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

26,624

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

24,064

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

45,056

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

44,544

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

49,152

bootux.dll.mui

10.0.26100.6891

9-Oct-25

4:00

19,456

bootim.exe

10.0.26100.6891

9-Oct-25

4:00

34,816

driversipolicy.p7b

Not versioned

9-Oct-25

4:00

229,162

ntdll.dll

10.0.26100.6891

9-Oct-25

4:00

2,419,480

cng.sys

10.0.26100.6891

9-Oct-25

4:00

718,552

ci.dll

10.0.26100.6891

9-Oct-25

4:00

973,808

driver.stl

Not versioned

9-Oct-25

4:00

15,113

previous.driver.stl

Not versioned

9-Oct-25

4:00

15,113

cryptbase.dll

10.0.26100.6891

9-Oct-25

4:00

76,128

symcryptk.dll

103.8.1.0

9-Oct-25

4:00

36,752

cryptsp.dll

10.0.26100.6891

9-Oct-25

4:00

176,808

DismCore.dll

10.0.26100.6891

9-Oct-25

4:00

784,768

DismProv.dll

10.0.26100.6891

9-Oct-25

4:00

526,224

DismCorePS.dll

10.0.26100.6891

9-Oct-25

4:00

404,864

LogProvider.dll

10.0.26100.6891

9-Oct-25

4:00

200,064

FolderProvider.dll

10.0.26100.6891

9-Oct-25

4:00

162,688

dhcpcore.dll

10.0.26100.6891

9-Oct-25

4:00

769,936

dhcpcsvc.dll

10.0.26100.6891

9-Oct-25

4:00

256,384

dhcpcore6.dll

10.0.26100.6891

9-Oct-25

4:00

534,912

dhcpcsvc6.dll

10.0.26100.6891

9-Oct-25

4:00

173,968

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

4:00

19,968

WerFaultSecure.exe.mui

10.0.26100.6891

9-Oct-25

4:00

6,656

faultrep.dll.mui

10.0.26100.6891

9-Oct-25

4:00

6,656

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

4:00

22,528

WerFaultSecure.exe.mui

10.0.26100.6891

9-Oct-25

4:00

7,168

faultrep.dll.mui

10.0.26100.6891

9-Oct-25

4:00

7,168

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

4:00

21,504

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

4:00

20,992

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

4:00

24,576

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

4:00

25,600

WerFaultSecure.exe.mui

10.0.26100.6891

9-Oct-25

4:00

8,192

faultrep.dll.mui

10.0.26100.6891

9-Oct-25

4:00

8,192

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

4:00

20,480

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

4:00

22,016

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

4:00

19,456

WerFaultSecure.exe.mui

10.0.26100.6891

9-Oct-25

4:00

7,680

faultrep.dll.mui

10.0.26100.6891

9-Oct-25

4:00

7,680

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

4:00

18,432

WerFaultSecure.exe.mui

10.0.26100.6891

9-Oct-25

4:00

6,144

faultrep.dll.mui

10.0.26100.6891

9-Oct-25

4:00

6,144

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

4:00

23,040

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

4:00

13,312

WerFaultSecure.exe.mui

10.0.26100.6891

9-Oct-25

4:00

5,120

faultrep.dll.mui

10.0.26100.6891

9-Oct-25

4:00

5,120

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

4:00

12,800

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

4:00

23,552

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

4:00

9,728

WerFaultSecure.exe.mui

10.0.26100.6891

9-Oct-25

4:00

4,608

faultrep.dll.mui

10.0.26100.6891

9-Oct-25

4:00

4,608

WerFault.exe.mui

10.0.26100.6891

9-Oct-25

4:00

10,240

wer.dll.mui

10.0.26100.6891

9-Oct-25

4:00

11,264

wer.dll.mui

10.0.26100.6891

9-Oct-25

4:00

12,288

wer.dll.mui

10.0.26100.6891

9-Oct-25

4:00

11,776

wer.dll.mui

10.0.26100.6891

9-Oct-25

4:00

13,312

wer.dll.mui

10.0.26100.6891

9-Oct-25

4:00

12,800

wer.dll.mui

10.0.26100.6891

9-Oct-25

4:00

9,728

wer.dll.mui

10.0.26100.6891

9-Oct-25

4:00

8,192

wer.dll.mui

10.0.26100.6891

9-Oct-25

4:00

10,752

wer.dll.mui

10.0.26100.6891

9-Oct-25

4:00

7,168

wer.dll

10.0.26100.6891

9-Oct-25

4:00

1,968,416

weretw.dll

10.0.26100.6891

9-Oct-25

4:00

516,064

werdiagcontroller.dll

10.0.26100.6891

9-Oct-25

4:00

52,736

wermgr.exe

10.0.26100.6891

9-Oct-25

4:00

285,584

WerFault.exe

10.0.26100.6891

9-Oct-25

4:00

1,099,136

WerFaultSecure.exe

10.0.26100.6891

9-Oct-25

4:00

215,504

Faultrep.dll

10.0.26100.6891

9-Oct-25

4:00

933,400

WerEnc.dll

10.0.26100.6891

9-Oct-25

4:00

34,688

fbwf.sys

10.0.26100.6891

9-Oct-25

4:00

134,384

cmi2migxml.dll

10.0.26100.6891

9-Oct-25

4:00

216,448

csiagent.dll

10.0.26100.6891

9-Oct-25

4:00

739,216

diagER.dll

10.0.26100.6891

9-Oct-25

4:00

77,712

hwcompat.dll

10.0.26100.6891

9-Oct-25

4:00

234,880

hwcompat.txt

Not versioned

9-Oct-25

4:00

218,977

hwexclude.txt

Not versioned

9-Oct-25

4:00

51

icbexclusion.inf

Not versioned

9-Oct-25

4:00

7,222

migapp.xml

Not versioned

9-Oct-25

4:00

654,548

migcore.dll

10.0.26100.6891

9-Oct-25

4:00

9,909,168

mighost.exe

10.0.26100.6891

9-Oct-25

4:00

271,232

migres.dll

10.0.26100.6891

9-Oct-25

4:00

17,296

migisol.dll

10.0.26100.6891

9-Oct-25

4:00

124,800

migstore.dll

10.0.26100.6891

9-Oct-25

4:00

1,407,872

migsys.dll

10.0.26100.6891

9-Oct-25

4:00

483,200

MXEAgent.dll

10.0.26100.6891

9-Oct-25

4:00

395,648

AppExtAgent.dll

10.0.26100.6891

9-Oct-25

4:00

499,600

offline.xml

Not versioned

9-Oct-25

4:00

44,831

oscomps.xml

Not versioned

9-Oct-25

4:00

449,323

osfilter.inf

Not versioned

9-Oct-25

4:00

21,299

pnppropmig.dll

10.0.26100.6891

9-Oct-25

4:00

93,584

ReserveManager.dll

10.0.26100.6891

9-Oct-25

4:00

340,864

setupplatform.cfg

Not versioned

9-Oct-25

4:00

15,971

setupplatform.dll

1.97.26100.6891

9-Oct-25

4:00

10,305,456

setupplatform.exe

1.97.26100.6891

9-Oct-25

4:00

238,976

SFCN.dat

Not versioned

9-Oct-25

4:00

1,824

SFLCID.dat

Not versioned

9-Oct-25

4:00

1,644

SFLISTW7.dat

Not versioned

9-Oct-25

4:00

1,703,368

SFLISTW8.dat

Not versioned

9-Oct-25

4:00

2,608,858

SFLISTWB.dat

Not versioned

9-Oct-25

4:00

3,172,904

SFLISTWT.dat

Not versioned

9-Oct-25

4:00

4,935,402

SFLISTRS1.dat

Not versioned

9-Oct-25

4:00

5,593,182

SFPAT.inf

Not versioned

9-Oct-25

4:00

11,602

SFPATW7.inf

Not versioned

9-Oct-25

4:00

17,396

SFPATW8.inf

Not versioned

9-Oct-25

4:00

79,818

SFPATWB.inf

Not versioned

9-Oct-25

4:00

91,635

SFPATWT.inf

Not versioned

9-Oct-25

4:00

165,729

SFPATRS1.inf

Not versioned

9-Oct-25

4:00

169,730

unbcl.dll

10.0.26100.6891

9-Oct-25

4:00

1,112,960

upgradeagent.dll

10.0.26100.6891

9-Oct-25

4:00

3,451,264

upgradeagent.xml

Not versioned

9-Oct-25

4:00

70,907

upgrade_comp.xml

Not versioned

9-Oct-25

4:00

6,054

upgrade_bulk.xml

Not versioned

9-Oct-25

4:00

211,949

upgrade_data.xml

Not versioned

9-Oct-25

4:00

41,750

upgrade_frmwrk.xml

Not versioned

9-Oct-25

4:00

19,157

upgWow_bulk.xml

Not versioned

9-Oct-25

4:00

114,707

upgWowA32_bulk.xml

Not versioned

9-Oct-25

4:00

114,697

uninstall.xml

Not versioned

9-Oct-25

4:00

4,639

uninstall_data.xml

Not versioned

9-Oct-25

4:00

11,122

wdsutil.dll

10.0.26100.6891

9-Oct-25

4:00

352,640

WinSetupMon.hiv

Not versioned

9-Oct-25

4:00

8,192

WinSetupMon.sys

10.0.26100.6891

9-Oct-25

4:00

145,808

actionqueue.dll

10.0.26100.6891

9-Oct-25

4:00

431,488

appcompat_detailed.xsl

Not versioned

9-Oct-25

4:00

13,608

appcompat_detailed_bidi.xsl

Not versioned

9-Oct-25

4:00

13,732

cdplib.mof

Not versioned

9-Oct-25

4:00

1,976

cdplibuninstall.mof

Not versioned

9-Oct-25

4:00

571

dpx.dll

10.0.26100.6891

9-Oct-25

4:00

1,938,816

UpdateCompression.dll

5.0.1.1

9-Oct-25

4:00

1,075,088

itgtupg.dll

10.0.26100.6891

9-Oct-25

4:00

100,696

migtestplugin.dll

10.0.26100.6891

9-Oct-25

4:00

56,664

msdelta.dll

5.0.1.1

9-Oct-25

4:00

947,584

mspatcha.dll

5.0.1.1

9-Oct-25

4:00

116,096

smiengine.dll

10.0.26100.6891

9-Oct-25

4:00

1,696,640

wcmtypes.xsd

Not versioned

9-Oct-25

4:00

1,047

wdsupgcompl.dll

10.0.26100.6891

9-Oct-25

4:00

26,968

auditetw.dll

10.0.26100.6891

9-Oct-25

4:00

16,232

cmisetupetw.dll

10.0.26100.6891

9-Oct-25

4:00

16,728

etwproviderinstall.vbs

Not versioned

9-Oct-25

4:00

6,868

setupcletw.dll

10.0.26100.6891

9-Oct-25

4:00

20,824

winsetupetw.dll

10.0.26100.6891

9-Oct-25

4:00

68,968

migres.dll.mui

10.0.26100.6891

9-Oct-25

4:00

7,680

setupplatform.exe.mui

1.97.26100.6891

9-Oct-25

4:00

14,208

migres.dll.mui

10.0.26100.6891

9-Oct-25

4:00

8,192

setupplatform.exe.mui

1.97.26100.6891

9-Oct-25

4:00

14,720

setupplatform.exe.mui

1.97.26100.6891

9-Oct-25

4:00

14,736

migres.dll.mui

10.0.26100.6891

9-Oct-25

4:00

8,704

setupplatform.exe.mui

1.97.26100.6891

9-Oct-25

4:00

14,224

setupplatform.exe.mui

1.97.26100.6891

9-Oct-25

4:00

14,216

migres.dll.mui

10.0.26100.6891

9-Oct-25

4:00

7,168

setupplatform.exe.mui

1.97.26100.6891

9-Oct-25

4:00

13,712

migres.dll.mui

10.0.26100.6891

9-Oct-25

4:00

6,656

setupplatform.exe.mui

1.97.26100.6891

9-Oct-25

4:00

13,184

migres.dll.mui

10.0.26100.6891

9-Oct-25

4:00

6,144

migres.dll.mui

10.0.26100.6891

9-Oct-25

4:00

5,632

iertutil.dll

11.0.26100.6891

9-Oct-25

4:00

3,478,728

msIso.dll

11.0.26100.6891

9-Oct-25

4:00

529,920

edgeIso.dll

11.0.26100.6891

9-Oct-25

4:00

827,904

KernelBase.dll

10.0.26100.6891

9-Oct-25

4:00

7,043,648

dxgkrnl.sys

10.0.26100.6891

9-Oct-25

4:00

4,917,632

cdd.dll

10.0.26100.6891

9-Oct-25

4:00

260,608

dxgmms1.sys

10.0.26100.6891

9-Oct-25

4:00

462,736

dxgmms2.sys

10.0.26100.6891

9-Oct-25

4:00

1,076,624

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

10.0.26100.6891

9-Oct-25

4:00

22,400

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

10.0.26100.6891

9-Oct-25

4:00

22,400

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

10.0.26100.6891

9-Oct-25

4:00

21,376

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

10.0.26100.6891

9-Oct-25

4:00

20,880

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

10.0.26100.6891

9-Oct-25

4:00

21,392

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

10.0.26100.6891

9-Oct-25

4:00

21,376

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

10.0.26100.6891

9-Oct-25

4:00

20,864

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

10.0.26100.6891

9-Oct-25

4:00

21,392

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

10.0.26100.6891

9-Oct-25

4:00

21,392

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

10.0.26100.6891

9-Oct-25

4:00

20,872

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

10.0.26100.6891

9-Oct-25

4:00

20,864

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

10.0.26100.6891

9-Oct-25

4:00

29,568

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

10.0.26100.6891

9-Oct-25

4:00

21,376

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

10.0.26100.6891

9-Oct-25

4:00

21,376

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

10.0.26100.6891

9-Oct-25

4:00

21,376

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

10.0.26100.6891

9-Oct-25

4:00

22,400

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

10.0.26100.6891

9-Oct-25

4:00

21,376

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

10.0.26100.6891

9-Oct-25

4:00

21,888

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

10.0.26100.6891

9-Oct-25

4:00

20,864

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

10.0.26100.6891

9-Oct-25

4:00

23,440

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

10.0.26100.6891

9-Oct-25

4:00

21,376

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

10.0.26100.6891

9-Oct-25

4:00

27,536

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

10.0.26100.6891

9-Oct-25

4:00

20,864

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

10.0.26100.6891

9-Oct-25

4:00

22,400

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

10.0.26100.6891

9-Oct-25

4:00

23,440

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

10.0.26100.6891

9-Oct-25

4:00

22,400

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

10.0.26100.6891

9-Oct-25

4:00

21,888

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

10.0.26100.6891

9-Oct-25

4:00

23,440

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

10.0.26100.6891

9-Oct-25

4:00

21,392

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

10.0.26100.6891

9-Oct-25

4:00

26,512

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

10.0.26100.6891

9-Oct-25

4:00

22,912

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

10.0.26100.6891

9-Oct-25

4:00

21,888

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

10.0.26100.6891

9-Oct-25

4:00

20,864

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

10.0.26100.6891

9-Oct-25

4:00

21,392

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

10.0.26100.6891

9-Oct-25

4:00

25,472

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

10.0.26100.6891

9-Oct-25

4:00

22,400

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

10.0.26100.6891

9-Oct-25

4:00

21,888

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

10.0.26100.6891

9-Oct-25

4:00

20,864

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

10.0.26100.6891

9-Oct-25

4:00

25,472

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

10.0.26100.6891

9-Oct-25

4:00

22,912

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

10.0.26100.6891

9-Oct-25

4:00

23,440

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

10.0.26100.6891

9-Oct-25

4:00

21,904

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

10.0.26100.6891

9-Oct-25

4:00

21,392

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

10.0.26100.6891

9-Oct-25

4:00

25,992

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

10.0.26100.6891

9-Oct-25

4:00

22,912

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

10.0.26100.6891

9-Oct-25

4:00

21,376

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

10.0.26100.6891

9-Oct-25

4:00

21,888

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

10.0.26100.6891

9-Oct-25

4:00

33,664

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

10.0.26100.6891

9-Oct-25

4:00

21,392

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

10.0.26100.6891

9-Oct-25

4:00

21,376

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

10.0.26100.6891

9-Oct-25

4:00

21,376

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

10.0.26100.6891

9-Oct-25

4:00

21,888

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

10.0.26100.6891

9-Oct-25

4:00

23,936

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

10.0.26100.6891

9-Oct-25

4:00

21,888

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

10.0.26100.6891

9-Oct-25

4:00

12,176

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

10.0.26100.6891

9-Oct-25

4:00

21,888

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

10.0.26100.6891

9-Oct-25

4:00

21,392

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

10.0.26100.6891

9-Oct-25

4:00

22,912

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

10.0.26100.6891

9-Oct-25

4:00

23,432

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

10.0.26100.6891

9-Oct-25

4:00

23,936

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

10.0.26100.6891

9-Oct-25

4:00

30,592

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

10.0.26100.6891

9-Oct-25

4:00

22,400

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

10.0.26100.6891

9-Oct-25

4:00

26,496

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

10.0.26100.6891

9-Oct-25

4:00

23,424

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

10.0.26100.6891

9-Oct-25

4:00

22,912

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

10.0.26100.6891

9-Oct-25

4:00

41,872

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

10.0.26100.6891

9-Oct-25

4:00

39,296

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

10.0.26100.6891

9-Oct-25

4:00

135,552

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

10.0.26100.6891

9-Oct-25

4:00

23,936

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

10.0.26100.6891

9-Oct-25

4:00

31,616

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

10.0.26100.6891

9-Oct-25

4:00

35,200

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

10.0.26100.6891

9-Oct-25

4:00

35,712

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

10.0.26100.6891

9-Oct-25

4:00

27,008

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

10.0.26100.6891

9-Oct-25

4:00

22,928

ucrtbase.dll

10.0.26100.6891

9-Oct-25

4:00

2,262,352

migcore.dll

10.0.26100.6891

9-Oct-25

4:00

9,909,152

migres.dll

10.0.26100.6891

9-Oct-25

4:00

17,280

migapp.dll

10.0.26100.6891

9-Oct-25

4:00

334,208

SFLISTXP.dat

Not versioned

9-Oct-25

4:00

1,459,226

SFLISTLH.dat

Not versioned

9-Oct-25

4:00

3,347,940

SFPATXP.inf

Not versioned

9-Oct-25

4:00

4,355

SFPATLH.inf

Not versioned

9-Oct-25

4:00

8,678

msasn1.dll

10.0.26100.6891

9-Oct-25

4:00

140,648

msvcrt.dll

7.0.26100.6891

9-Oct-25

4:00

1,324,392

netio.sys

10.0.26100.6891

9-Oct-25

4:00

675,728

ncsi.dll

10.0.26100.6891

9-Oct-25

4:00

1,243,648

netprofmsvc.dll

10.0.26100.6891

9-Oct-25

4:00

2,193,920

nlaapi.dll

10.0.26100.6891

9-Oct-25

4:00

75,264

nlmproxy.dll

10.0.26100.6891

9-Oct-25

4:00

77,312

nlmsprep.dll

10.0.26100.6891

9-Oct-25

4:00

57,344

ntdll.dll

10.0.26100.6891

9-Oct-25

4:00

4,341,480

ntoskrnl.exe

10.0.26100.6891

9-Oct-25

4:00

11,438,496

rpcrt4.dll

10.0.26100.6891

9-Oct-25

4:00

2,102,832

reagent.adml

Not versioned

9-Oct-25

4:00

1,817

reagent.dll.mui

10.0.26100.6891

9-Oct-25

4:00

10,752

wdsimage.dll.mui

10.0.26100.6891

9-Oct-25

4:00

6,144

reagent.dll.mui

10.0.26100.6891

9-Oct-25

4:00

12,288

reagent.adml

Not versioned

9-Oct-25

4:00

2,035

reagent.dll.mui

10.0.26100.6891

9-Oct-25

4:00

11,264

reagent.adml

Not versioned

9-Oct-25

4:00

2,016

reagent.adml

Not versioned

9-Oct-25

4:00

2,263

reagent.dll.mui

10.0.26100.6891

9-Oct-25

4:00

12,800

wdsimage.dll.mui

10.0.26100.6891

9-Oct-25

4:00

6,656

reagent.adml

Not versioned

9-Oct-25

4:00

3,659

reagent.dll.mui

10.0.26100.6891

9-Oct-25

4:00

13,312

reagent.adml

Not versioned

9-Oct-25

4:00

2,091

reagent.adml

Not versioned

9-Oct-25

4:00

2,166

reagent.dll.mui

10.0.26100.6891

9-Oct-25

4:00

11,776

reagent.adml

Not versioned

9-Oct-25

4:00

2,272

reagent.dll.mui

10.0.26100.6891

9-Oct-25

4:00

9,728

reagent.adml

Not versioned

9-Oct-25

4:00

2,348

reagent.adml

Not versioned

9-Oct-25

4:00

2,088

reagent.adml

Not versioned

9-Oct-25

4:00

2,399

reagent.dll.mui

10.0.26100.6891

9-Oct-25

4:00

8,192

wdsimage.dll.mui

10.0.26100.6891

9-Oct-25

4:00

4,608

reagent.adml

Not versioned

9-Oct-25

4:00

1,908

reagent.dll.mui

10.0.26100.6891

9-Oct-25

4:00

7,680

reagent.adml

Not versioned

9-Oct-25

4:00

2,089

wdsimage.dll.mui

10.0.26100.6891

9-Oct-25

4:00

7,168

reagent.adml

Not versioned

9-Oct-25

4:00

2,099

reagent.adml

Not versioned

9-Oct-25

4:00

2,093

reagent.adml

Not versioned

9-Oct-25

4:00

2,106

reagent.adml

Not versioned

9-Oct-25

4:00

3,348

reagent.adml

Not versioned

9-Oct-25

4:00

2,117

reagent.dll.mui

10.0.26100.6891

9-Oct-25

4:00

10,240

reagent.adml

Not versioned

9-Oct-25

4:00

2,133

wdsimage.dll.mui

10.0.26100.6891

9-Oct-25

4:00

5,632

reagent.adml

Not versioned

9-Oct-25

4:00

1,718

reagent.dll.mui

10.0.26100.6891

9-Oct-25

4:00

6,144

wdsimage.dll.mui

10.0.26100.6891

9-Oct-25

4:00

4,096

reagent.adml

Not versioned

9-Oct-25

4:00

1,706

reagent.dll.mui

10.0.26100.6891

9-Oct-25

4:00

6,656

reagent.admx

Not versioned

9-Oct-25

4:00

1,240

reagent.dll

10.0.26100.6891

9-Oct-25

4:00

1,207,680

reagent.xml

Not versioned

9-Oct-25

4:00

837

SetupPlatform.cfg

Not versioned

9-Oct-25

4:00

22,945

wdscore.dll

10.0.26100.6891

9-Oct-25

4:00

259,968

WinSetupBoot.hiv

Not versioned

9-Oct-25

4:00

8,192

WinSetupBoot.sys

10.0.26100.6891

9-Oct-25

4:00

91,024

wdsclientapi.dll

10.0.26100.6891

9-Oct-25

4:00

252,248

wdscsl.dll

10.0.26100.6891

9-Oct-25

4:00

94,608

wdsimage.dll

10.0.26100.6891

9-Oct-25

4:00

111,448

wdstptc.dll

10.0.26100.6891

9-Oct-25

4:00

199,000

fvevol.sys

10.0.26100.6891

9-Oct-25

4:00

890,256

dumpfve.sys

10.0.26100.6891

9-Oct-25

4:00

108,664

bcd.dll

10.0.26100.6891

9-Oct-25

4:00

145,176

bootsvc.dll

10.0.26100.6891

9-Oct-25

4:00

282,560

hwreqchk.dll

Not versioned

9-Oct-25

4:00

812,928

ServicingCommon.dll

10.0.26100.6891

9-Oct-25

4:00

1,771,224

utcapi.dll

10.0.26100.6891

9-Oct-25

4:00

46,464

wimgapi.dll

10.0.26100.6891

9-Oct-25

4:00

1,547,136

wdscommonlib.dll

10.0.26100.6891

9-Oct-25

4:00

322,448

dismapi.dll

10.0.26100.6891

9-Oct-25

4:00

2,149,776

dismcore.dll

10.0.26100.6891

9-Oct-25

4:00

784,784

dismcoreps.dll

10.0.26100.6891

9-Oct-25

4:00

219,520

dismprov.dll

10.0.26100.6891

9-Oct-25

4:00

298,368

folderprovider.dll

10.0.26100.6891

9-Oct-25

4:00

162,696

imagingprovider.dll

10.0.26100.6891

9-Oct-25

4:00

470,400

logprovider.dll

10.0.26100.6891

9-Oct-25

4:00

180,096

vhdprovider.dll

10.0.26100.6891

9-Oct-25

4:00

1,090,432

wimprovider.dll

10.0.26100.6891

9-Oct-25

4:00

1,283,456

unattend.dll

10.0.26100.6891

9-Oct-25

4:00

353,680

wpx.dll

10.0.26100.6891

9-Oct-25

4:00

1,553,792

locale.nls

Not versioned

9-Oct-25

4:00

862,800

nlsbres.dll

10.0.26100.6891

9-Oct-25

4:00

94,608

KerbClientShared.dll

10.0.26100.6891

9-Oct-25

4:00

375,160

sechost.dll

10.0.26100.6891

9-Oct-25

4:00

1,164,816

fveapibase.dll

10.0.26100.6891

9-Oct-25

4:00

1,302,528

fveapi.dll

10.0.26100.6891

9-Oct-25

4:00

2,208,256

kerberos.dll

10.0.26100.6891

9-Oct-25

4:00

2,351,616

kerb3961.dll

10.0.26100.6891

9-Oct-25

4:00

304,848

localkdcsvc.dll

10.0.26100.6891

9-Oct-25

4:00

872,960

LsaIso.exe

10.0.26100.6891

9-Oct-25

4:00

375,056

iumcrypt.dll

10.0.26100.6891

9-Oct-25

4:00

141,144

NtlmShared.dll

10.0.26100.6891

9-Oct-25

4:00

177,304

ServicingCommon.dll

10.0.26100.6891

9-Oct-25

4:00

1,771,208

ResetEngine.dll

10.0.26100.6891

9-Oct-25

4:00

3,414,912

ResetTelemetry.dll

10.0.26100.6891

9-Oct-25

4:00

583,048

ResetEngine.exe

10.0.26100.6891

9-Oct-25

4:00

26,496

ResetPluginHost.exe

10.0.26100.6891

9-Oct-25

4:00

41,472

srms.dat

Not versioned

9-Oct-25

4:00

60,961

sysreset.exe

10.0.26100.6891

9-Oct-25

4:00

480,256

ResetEngOnline.dll

10.0.26100.6891

9-Oct-25

4:00

228,352

SysResetErr.exe

10.0.26100.6891

9-Oct-25

4:00

62,864

ResetEngOnline.dll.mui

10.0.26100.6891

9-Oct-25

4:00

2,560

sysreseterr.exe.mui

10.0.26100.6891

9-Oct-25

4:00

3,072

ResetEngine.dll.mui

10.0.26100.6891

9-Oct-25

4:00

4,096

ResetEngOnline.dll.mui

10.0.26100.6891

9-Oct-25

4:00

3,072

ResetEngine.dll.mui

10.0.26100.6891

9-Oct-25

4:00

4,608

sysreseterr.exe.mui

10.0.26100.6891

9-Oct-25

4:00

2,560

ResetEngine.dll.mui

10.0.26100.6891

9-Oct-25

4:00

3,584

tcpip.sys

10.0.26100.6891

9-Oct-25

4:00

3,300,752

FWPKCLNT.SYS

10.0.26100.6891

9-Oct-25

4:00

541,584

tcpipreg.sys

10.0.26100.6891

9-Oct-25

4:00

62,976

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

4:00

261,632

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

4:00

269,312

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

4:00

266,240

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

4:00

265,216

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

4:00

267,776

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

4:00

268,800

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

4:00

261,120

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

4:00

267,264

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

4:00

263,680

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

4:00

265,728

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

4:00

259,072

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

4:00

252,928

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

4:00

251,904

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

4:00

264,192

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

4:00

263,168

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

4:00

262,656

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

4:00

266,752

tcpip.sys.mui

10.0.26100.6891

9-Oct-25

4:00

249,344

DiagnosticDataSettings.dll

10.0.26100.6891

9-Oct-25

4:00

94,168

tbs.dll

10.0.26100.6891

9-Oct-25

4:00

172,696

tbs.sys

10.0.26100.6891

9-Oct-25

4:00

44,416

usodocked.dll

10.0.26100.6891

9-Oct-25

4:00

1,453,568

usosvc.dll.mui

10.0.26100.6891

9-Oct-25

4:00

3,584

usosvc.dll.mui

10.0.26100.6891

9-Oct-25

4:00

3,072

8acdd7e8a35f165b675b664e7ef8753ef4782f32.xml

Not versioned

9-Oct-25

4:00

3,314

72aceda3d9ebaa195b776ea9042fdf4dc3d29834.xml

Not versioned

9-Oct-25

4:00

2,496

7bc20c224f17145165aedb3fce9bda4f3c563cd7.xml

Not versioned

9-Oct-25

4:00

2,344

465bb23da8d1bea1a024758ba463bc1a7c487362.xml

Not versioned

9-Oct-25

4:00

2,458

7106fe8ce0b33cfdfee8b58e7e1b0a812935905e.xml

Not versioned

9-Oct-25

4:00

2,344

518f3ea9dc67aa5af7eb2840a6f77c874c2b2a17.xml

Not versioned

9-Oct-25

4:00

2,476

99c5248bd8c3356e9a42f332cab9b22eae3856df.xml

Not versioned

9-Oct-25

4:00

2,488

ef338bad6c4b025dc9c8f4f87a98276b2139d403.xml

Not versioned

9-Oct-25

4:00

2,482

0e0337eedd34f1bed8e9bc3202a2754e48b705af.xml

Not versioned

9-Oct-25

4:00

2,500

4ba05104f3d293466a50d8de04318624ab592070.xml

Not versioned

9-Oct-25

4:00

2,476

81d5c60cdaa2f6bac600452c12eac91e3823d9ef.xml

Not versioned

9-Oct-25

4:00

3,876

90eaab3b92938b566b871d11d7a2c86b081b26d4.xml

Not versioned

9-Oct-25

4:00

2,460

c20df1ed8df28c31d513bd896b58980c00c8b298.xml

Not versioned

9-Oct-25

4:00

878

5c7e9e098d198f0114f76066999378607084a638.xml

Not versioned

9-Oct-25

4:00

1,034

68feea34ca8e40dee5faab63604db4cd1d7a3e77.xml

Not versioned

9-Oct-25

4:00

1,034

56a7d507d06f3d51821e1124e642fa74ff3397af.xml

Not versioned

9-Oct-25

4:00

1,034

3332a645bfab2f45c96ade4c05630863cbdcfbd1.xml

Not versioned

9-Oct-25

4:00

1,034

e4c1f6f26bc4ae6ba77734b6aa93d400b87278bb.xml

Not versioned

9-Oct-25

4:00

1,034

b2617fe77af0e357462c58cb9ab1bbc2a243ab95.xml

Not versioned

9-Oct-25

4:00

1,034

0690201f6b392ef45758aa8180e54b80d4ff1a6a.xml

Not versioned

9-Oct-25

4:00

2,270

3cee7b10553edccb79ba709ba53630469cb48843.xml

Not versioned

9-Oct-25

4:00

1,234

23d343cca2905f5a9d8ed56e2f7308cf612ba7ec.xml

Not versioned

9-Oct-25

4:00

976

43ee7b2a373632f9a701249fd96d0edec2ff1279.xml

Not versioned

9-Oct-25

4:00

4,202

usosvc.dll

10.0.26100.6891

9-Oct-25

4:00

98,816

usosvcimpl.dll

1450.2508.27012.0

9-Oct-25

4:00

1,626,496

MoUsoCoreWorker.exe

1450.2508.27012.0

9-Oct-25

4:00

5,986,208

msvcp_win.dll

10.0.26100.6891

9-Oct-25

4:00

1,331,680

DuCsps.dll

10.0.26100.6891

9-Oct-25

4:00

128,000

usoapi.dll

10.0.26100.6891

9-Oct-25

4:00

380,416

usocoreps.dll

10.0.26100.6891

9-Oct-25

4:00

101,888

Windows.Management.Update.dll

10.0.26100.6891

9-Oct-25

4:00

293,888

nsi.dll

10.0.26100.6891

9-Oct-25

4:00

53,400

winnsi.dll

10.0.26100.6891

9-Oct-25

4:00

98,296

nsisvc.dll

10.0.26100.6891

9-Oct-25

4:00

78,848

nsiproxy.sys

10.0.26100.6891

9-Oct-25

4:00

50,176

ws2_32.dll

10.0.26100.6891

9-Oct-25

4:00

782,664

win32u.dll

10.0.26100.6891

9-Oct-25

4:00

381,272

win32k.sys

10.0.26100.6891

9-Oct-25

4:00

683,392

win32kfull.sys

10.0.26100.6891

9-Oct-25

4:00

3,934,208

win32kbase.sys

10.0.26100.6891

9-Oct-25

4:00

3,072,000

win32kbase_rs.sys

10.0.26100.6891

9-Oct-25

4:00

120,832

WindowsCodecs.dll

10.0.26100.6891

9-Oct-25

4:00

3,940,520

winpeshl.exe

10.0.26100.6891

9-Oct-25

4:00

72,704

wpeutil.dll

10.0.26100.6891

9-Oct-25

4:00

182,784

wpeutil.exe

10.0.26100.6891

9-Oct-25

4:00

15,872

wpeinit.exe

10.0.26100.6891

9-Oct-25

4:00

39,424

startnet.cmd

Not versioned

9-Oct-25

4:00

9

winpeshl.exe.mui

10.0.26100.6891

9-Oct-25

4:00

3,584

wpeutil.dll.mui

10.0.26100.6891

9-Oct-25

4:00

10,752

winpeshl.exe.mui

10.0.26100.6891

9-Oct-25

4:00

4,096

wpeutil.dll.mui

10.0.26100.6891

9-Oct-25

4:00

11,264

wpeutil.dll.mui

10.0.26100.6891

9-Oct-25

4:00

11,776

winpeshl.exe.mui

10.0.26100.6891

9-Oct-25

4:00

3,072

wpeutil.dll.mui

10.0.26100.6891

9-Oct-25

4:00

8,704

wpeutil.dll.mui

10.0.26100.6891

9-Oct-25

4:00

7,680

wpeutil.dll.mui

10.0.26100.6891

9-Oct-25

4:00

7,168

CloudRecApi.dll

10.0.26100.6891

9-Oct-25

4:00

72,192

CloudRecSvc.exe

1.0.0.1

9-Oct-25

4:00

97,280

ReAgent.dll

10.0.26100.6891

9-Oct-25

4:00

1,207,696

ReInfo.dll

10.0.26100.6891

9-Oct-25

4:00

176,640

StartRep.exe

10.0.26100.6891

9-Oct-25

4:00

1,303,040

RecHost.exe

10.0.26100.6891

9-Oct-25

4:00

139,648

SrtTel.dll

10.0.26100.6891

9-Oct-25

4:00

1,905,536

RecEnv.exe

10.0.26100.6891

9-Oct-25

4:00

461,184

BootRec.exe

10.0.26100.6891

9-Oct-25

4:00

181,760

DUTProvider.dll

10.0.26100.6891

9-Oct-25

4:00

361,872

WinSetupBak.hiv

Not versioned

9-Oct-25

4:00

8,192

WinSetupBak.sys

10.0.26100.6891

9-Oct-25

4:00

196,992

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

4:00

36,352

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

4:00

25,600

BootRec.exe.mui

10.0.26100.6891

9-Oct-25

4:00

4,608

DUTProvider.dll.mui

10.0.26100.6891

9-Oct-25

4:00

5,120

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

4:00

35,840

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

4:00

39,936

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

4:00

27,648

BootRec.exe.mui

10.0.26100.6891

9-Oct-25

4:00

5,120

DUTProvider.dll.mui

10.0.26100.6891

9-Oct-25

4:00

5,632

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

4:00

43,520

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

4:00

29,184

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

4:00

32,768

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

4:00

24,576

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

4:00

38,400

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

4:00

27,136

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

4:00

40,960

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

4:00

28,160

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

4:00

38,912

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

4:00

26,624

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

4:00

22,528

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

4:00

19,456

BootRec.exe.mui

10.0.26100.6891

9-Oct-25

4:00

4,096

DUTProvider.dll.mui

10.0.26100.6891

9-Oct-25

4:00

4,096

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

4:00

20,992

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

4:00

18,432

BootRec.exe.mui

10.0.26100.6891

9-Oct-25

4:00

3,584

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

4:00

35,328

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

4:00

26,112

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

4:00

37,888

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

4:00

40,448

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

4:00

34,816

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

4:00

25,088

StartRep.exe.mui

10.0.26100.6891

9-Oct-25

4:00

15,872

RecEnv.exe.mui

10.0.26100.6891

9-Oct-25

4:00

16,896

wow64con.dll

10.0.26100.6891

9-Oct-25

4:00

18,680

bcrypt.dll

10.0.26100.6891

9-Oct-25

4:00

102,280

bcryptprimitives.dll

10.0.26100.6891

9-Oct-25

4:00

427,728

msvcrt.dll

7.0.26100.6891

9-Oct-25

4:00

1,156,656

ucrtbase.dll

10.0.26100.6891

9-Oct-25

4:00

1,574,576

d2d1.dll

10.0.26100.6891

9-Oct-25

4:00

7,036,520

d3d9on12.dll

10.0.26100.6891

9-Oct-25

4:00

981,504

d3d10warp.dll

10.0.26100.6891

9-Oct-25

4:00

9,694,088

d3d11.dll

10.0.26100.6891

9-Oct-25

4:00

3,431,832

d3d11on12.dll

10.0.26100.6891

9-Oct-25

4:00

788,984

d3d12.dll

10.0.26100.6891

9-Oct-25

4:00

188,304

DWrite.dll

10.0.26100.6891

9-Oct-25

4:00

2,943,488

gdi32.dll

10.0.26100.6891

9-Oct-25

4:00

280,816

iertutil.dll

11.0.26100.6891

9-Oct-25

4:00

2,749,160

jscript9.dll

11.0.26100.6891

9-Oct-25

4:00

6,512,640

msftedit.dll

10.0.26100.6891

9-Oct-25

4:00

4,263,936

mshtml.dll

11.0.26100.6891

9-Oct-25

4:00

28,167,680

msIso.dll

11.0.26100.6891

9-Oct-25

4:00

381,440

opengl32.dll

10.0.26100.6891

9-Oct-25

4:00

1,281,536

urlmon.dll

11.0.26100.6891

9-Oct-25

4:00

2,325,504

windows.storage.dll

10.0.26100.6891

9-Oct-25

4:00

12,475,984

WindowsCodecs.dll

10.0.26100.6891

9-Oct-25

4:00

2,807,040

wininet.dll

11.0.26100.6891

9-Oct-25

4:00

3,078,632

KernelBase.dll

10.0.26100.6891

9-Oct-25

4:00

3,933,944

oleaut32.dll

10.0.26100.6891

9-Oct-25

4:00

1,032,736

rpcrt4.dll

10.0.26100.6891

9-Oct-25

4:00

1,249,656

cryptbase.dll

10.0.26100.6891

9-Oct-25

4:00

32,632

cryptsp.dll

10.0.26100.6891

9-Oct-25

4:00

77,000

DismCore.dll

10.0.26100.6891

9-Oct-25

4:00

371,072

DismProv.dll

10.0.26100.6891

9-Oct-25

4:00

209,280

DismCorePS.dll

10.0.26100.6891

9-Oct-25

4:00

98,688

LogProvider.dll

10.0.26100.6891

9-Oct-25

4:00

76,160

FolderProvider.dll

10.0.26100.6891

9-Oct-25

4:00

59,792

dhcpcore.dll

10.0.26100.6891

9-Oct-25

4:00

369,040

dhcpcsvc.dll

10.0.26100.6891

9-Oct-25

4:00

98,704

dhcpcore6.dll

10.0.26100.6891

9-Oct-25

4:00

257,920

dhcpcsvc6.dll

10.0.26100.6891

9-Oct-25

4:00

85,392

wer.dll

10.0.26100.6891

9-Oct-25

4:00

815,072

weretw.dll

10.0.26100.6891

9-Oct-25

4:00

188,008

werdiagcontroller.dll

10.0.26100.6891

9-Oct-25

4:00

41,984

wermgr.exe

10.0.26100.6891

9-Oct-25

4:00

241,536

WerFault.exe

10.0.26100.6891

9-Oct-25

4:00

539,520

WerFaultSecure.exe

10.0.26100.6891

9-Oct-25

4:00

187,568

Faultrep.dll

10.0.26100.6891

9-Oct-25

4:00

458,696

WerEnc.dll

10.0.26100.6891

9-Oct-25

4:00

27,928

iertutil.dll

11.0.26100.6891

9-Oct-25

4:00

2,357,880

msIso.dll

11.0.26100.6891

9-Oct-25

4:00

205,312

edgeIso.dll

11.0.26100.6891

9-Oct-25

4:00

373,248

KernelBase.dll

10.0.26100.6891

9-Oct-25

4:00

2,921,352

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

10.0.26100.6891

9-Oct-25

4:00

13,200

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

10.0.26100.6891

9-Oct-25

4:00

13,200

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

10.0.26100.6891

9-Oct-25

4:00

12,688

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

12,688

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

10.0.26100.6891

9-Oct-25

4:00

12,176

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

12,688

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

10.0.26100.6891

9-Oct-25

4:00

12,688

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

10.0.26100.6891

9-Oct-25

4:00

12,160

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

10.0.26100.6891

9-Oct-25

4:00

16,272

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

12,688

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

13,184

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

10.0.26100.6891

9-Oct-25

4:00

13,200

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

12,688

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

10.0.26100.6891

9-Oct-25

4:00

13,696

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

10.0.26100.6891

9-Oct-25

4:00

12,688

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

10.0.26100.6891

9-Oct-25

4:00

15,744

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

10.0.26100.6891

9-Oct-25

4:00

12,176

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

10.0.26100.6891

9-Oct-25

4:00

13,184

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

10.0.26100.6891

9-Oct-25

4:00

13,696

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

10.0.26100.6891

9-Oct-25

4:00

13,200

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

13,696

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

15,232

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

10.0.26100.6891

9-Oct-25

4:00

13,200

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

10.0.26100.6891

9-Oct-25

4:00

12,688

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

14,736

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

14,720

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

10.0.26100.6891

9-Oct-25

4:00

13,184

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

10.0.26100.6891

9-Oct-25

4:00

13,712

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

10.0.26100.6891

9-Oct-25

4:00

12,688

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

14,720

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

10.0.26100.6891

9-Oct-25

4:00

13,200

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

10.0.26100.6891

9-Oct-25

4:00

12,688

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

18,320

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

12,688

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

10.0.26100.6891

9-Oct-25

4:00

12,688

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

10.0.26100.6891

9-Oct-25

4:00

12,688

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

10.0.26100.6891

9-Oct-25

4:00

13,696

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

10.0.26100.6891

9-Oct-25

4:00

13,200

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

12,672

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

10.0.26100.6891

9-Oct-25

4:00

13,696

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

10.0.26100.6891

9-Oct-25

4:00

13,696

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

10.0.26100.6891

9-Oct-25

4:00

13,712

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

10.0.26100.6891

9-Oct-25

4:00

16,768

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

10.0.26100.6891

9-Oct-25

4:00

13,184

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

10.0.26100.6891

9-Oct-25

4:00

15,232

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

10.0.26100.6891

9-Oct-25

4:00

13,696

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

10.0.26100.6891

9-Oct-25

4:00

13,200

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

10.0.26100.6891

9-Oct-25

4:00

23,424

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

10.0.26100.6891

9-Oct-25

4:00

20,880

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

10.0.26100.6891

9-Oct-25

4:00

67,456

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

10.0.26100.6891

9-Oct-25

4:00

13,712

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

10.0.26100.6891

9-Oct-25

4:00

17,792

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

10.0.26100.6891

9-Oct-25

4:00

18,816

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

10.0.26100.6891

9-Oct-25

4:00

19,328

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

10.0.26100.6891

9-Oct-25

4:00

15,248

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

10.0.26100.6891

9-Oct-25

4:00

13,184

ucrtbase.dll

10.0.26100.6891

9-Oct-25

4:00

1,114,136

migcore.dll

10.0.26100.6891

9-Oct-25

4:00

7,157,664

migstore.dll

10.0.26100.6891

9-Oct-25

4:00

1,046,400

mighost.exe

10.0.26100.6891

9-Oct-25

4:00

254,848

migapp.dll

10.0.26100.6891

9-Oct-25

4:00

231,808

MXEAgent.dll

10.0.26100.6891

9-Oct-25

4:00

274,832

AppExtAgent.dll

10.0.26100.6891

9-Oct-25

4:00

346,512

csiagent.dll

10.0.26100.6891

9-Oct-25

4:00

527,232

cmi2migxml.dll

10.0.26100.6891

9-Oct-25

4:00

158,592

msasn1.dll

10.0.26100.6891

9-Oct-25

4:00

52,216

msvcrt.dll

7.0.26100.6891

9-Oct-25

4:00

809,392

nlaapi.dll

10.0.26100.6891

9-Oct-25

4:00

24,064

nlmproxy.dll

10.0.26100.6891

9-Oct-25

4:00

19,456

nlmsprep.dll

10.0.26100.6891

9-Oct-25

4:00

17,920

ntdll.dll

10.0.26100.6891

9-Oct-25

4:00

1,819,240

rpcrt4.dll

10.0.26100.6891

9-Oct-25

4:00

772,200

KerbClientShared.dll

10.0.26100.6891

9-Oct-25

4:00

165,896

sechost.dll

10.0.26100.6891

9-Oct-25

4:00

529,472

fveapibase.dll

10.0.26100.6891

9-Oct-25

4:00

627,712

fveapi.dll

10.0.26100.6891

9-Oct-25

4:00

1,083,392

kerberos.dll

10.0.26100.6891

9-Oct-25

4:00

1,042,432

kerb3961.dll

10.0.26100.6891

9-Oct-25

4:00

134,360

NtlmShared.dll

10.0.26100.6891

9-Oct-25

4:00

68,240

ServicingCommon.dll

10.0.26100.6891

9-Oct-25

4:00

763,456

DiagnosticDataSettings.dll

10.0.26100.6891

9-Oct-25

4:00

38,800

tbs.dll

10.0.26100.6891

9-Oct-25

4:00

80,144

msvcp_win.dll

10.0.26100.6891

9-Oct-25

4:00

505,728

usoapi.dll

10.0.26100.6891

9-Oct-25

4:00

98,816

Windows.Management.Update.dll

10.0.26100.6891

9-Oct-25

4:00

217,600

nsi.dll

10.0.26100.6891

9-Oct-25

4:00

21,768

winnsi.dll

10.0.26100.6891

9-Oct-25

4:00

35,696

ws2_32.dll

10.0.26100.6891

9-Oct-25

4:00

392,096

win32u.dll

10.0.26100.6891

9-Oct-25

4:00

106,400

WindowsCodecs.dll

10.0.26100.6891

9-Oct-25

4:00

1,982,360

ReAgent.dll

10.0.26100.6891

9-Oct-25

4:00

638,336

ReInfo.dll

10.0.26100.6891

9-Oct-25

4:00

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.