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

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 for Windows devices, see Windows Secure Boot certificate expiration and CA updates.

For details and preparation steps for Windows Servers, see the following resources:

Summary

This update makes improvements to the Windows recovery environment (WinRE).

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

Verify the installation of this update

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

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

17-Feb-26

23:53

26,264

storufs.sys

10.0.26100.7920

17-Feb-26

23:53

148,936

tpm.inf

Not versioned

17-Feb-26

23:53

11,804

tpm.sys

10.0.26100.7920

17-Feb-26

23:53

370,080

usb.inf

Not versioned

17-Feb-26

23:53

41,432

usbccgp.sys

10.0.26100.7920

17-Feb-26

23:53

222,624

usbhub3.inf

Not versioned

17-Feb-26

23:53

11,296

USBHUB3.SYS

10.0.26100.7920

17-Feb-26

23:53

746,952

usbport.inf

Not versioned

17-Feb-26

23:53

77,436

usbohci.sys

10.0.26100.7920

17-Feb-26

23:53

69,632

usbport.sys

10.0.26100.7920

17-Feb-26

23:53

509,384

usbhub.sys

10.0.26100.7920

17-Feb-26

23:53

570,784

usbehci.sys

10.0.26100.7920

17-Feb-26

23:53

128,416

usbuhci.sys

10.0.26100.7920

17-Feb-26

23:53

73,728

usbd.sys

10.0.26100.7920

17-Feb-26

23:53

75,168

usbxhci.inf

Not versioned

17-Feb-26

23:53

8,444

USBXHCI.SYS

10.0.26100.7920

17-Feb-26

23:53

726,432

UsbXhciCompanion.dll

10.0.26100.7920

17-Feb-26

23:53

179,168

hvloader.dll

10.0.26100.7920

17-Feb-26

23:53

230,816

hvax64.exe

10.0.26100.7920

17-Feb-26

23:53

1,979,808

hvix64.exe

10.0.26100.7920

17-Feb-26

23:53

2,053,576

{60FD87F8-4593-44A0-91B0-2E0DA022F248}.cip

Not versioned

17-Feb-26

23:53

9,172

driver.stl

Not versioned

17-Feb-26

23:53

33,360

previous.driver.stl

Not versioned

17-Feb-26

23:53

33,360

skci.dll

10.0.26100.7920

17-Feb-26

23:53

344,424

iumbase.dll

10.0.26100.7920

17-Feb-26

23:53

51,072

iumdll.dll

10.0.26100.7920

17-Feb-26

23:53

38,720

tprtdll.dll

10.0.26100.7920

17-Feb-26

23:53

456,008

vertdll.dll

10.0.26100.7920

17-Feb-26

23:53

216,352

ucrtbase_enclave.dll

10.0.26100.7920

17-Feb-26

23:53

646,080

veinterop.dll

10.0.26100.7920

17-Feb-26

23:53

46,984

securekernel.exe

10.0.26100.7920

17-Feb-26

23:53

1,332,640

VbsSiPolicy.p7b

Not versioned

17-Feb-26

23:53

81,434

SDFHost.dll

10.0.26100.7920

17-Feb-26

23:53

63,472

IumSdk.dll

10.0.26100.7920

17-Feb-26

23:53

30,408

Facilitator.dll

10.0.26100.7920

17-Feb-26

23:53

1,123,744

apisetschema.dll

10.0.26100.7920

17-Feb-26

23:53

193,952

chs_boot.ttf

Not versioned

17-Feb-26

23:53

3,696,780

chs_boot_EX.ttf

Not versioned

17-Feb-26

23:53

3,696,740

msyh_boot.ttf

Not versioned

17-Feb-26

23:53

189,948

msyh_boot_EX.ttf

Not versioned

17-Feb-26

23:53

189,992

msyhn_boot.ttf

Not versioned

17-Feb-26

23:53

187,980

msyhn_boot_EX.ttf

Not versioned

17-Feb-26

23:53

187,936

cht_boot.ttf

Not versioned

17-Feb-26

23:53

3,879,468

cht_boot_EX.ttf

Not versioned

17-Feb-26

23:53

3,879,432

msjh_boot.ttf

Not versioned

17-Feb-26

23:53

201,392

msjh_boot_EX.ttf

Not versioned

17-Feb-26

23:53

201,348

msjhn_boot.ttf

Not versioned

17-Feb-26

23:53

199,188

msjhn_boot_EX.ttf

Not versioned

17-Feb-26

23:53

199,188

wgl4_boot.ttf

Not versioned

17-Feb-26

23:53

50,108

wgl4_boot_EX.ttf

Not versioned

17-Feb-26

23:53

50,108

segmono_boot.ttf

Not versioned

17-Feb-26

23:53

45,920

segmono_boot_EX.ttf

Not versioned

17-Feb-26

23:53

45,920

segoe_slboot.ttf

Not versioned

17-Feb-26

23:53

103,008

segoe_slboot_EX.ttf

Not versioned

17-Feb-26

23:53

103,052

segoen_slboot.ttf

Not versioned

17-Feb-26

23:53

102,732

segoen_slboot_EX.ttf

Not versioned

17-Feb-26

23:53

102,732

jpn_boot.ttf

Not versioned

17-Feb-26

23:53

1,986,884

jpn_boot_EX.ttf

Not versioned

17-Feb-26

23:53

1,986,884

meiryo_boot.ttf

Not versioned

17-Feb-26

23:53

176,044

meiryo_boot_EX.ttf

Not versioned

17-Feb-26

23:53

176,044

meiryon_boot.ttf

Not versioned

17-Feb-26

23:53

174,172

meiryon_boot_EX.ttf

Not versioned

17-Feb-26

23:53

174,216

kor_boot.ttf

Not versioned

17-Feb-26

23:53

2,374,020

kor_boot_EX.ttf

Not versioned

17-Feb-26

23:53

2,374,016

malgun_boot.ttf

Not versioned

17-Feb-26

23:53

201,972

malgun_boot_EX.ttf

Not versioned

17-Feb-26

23:53

201,972

malgunn_boot.ttf

Not versioned

17-Feb-26

23:53

199,428

malgunn_boot_EX.ttf

Not versioned

17-Feb-26

23:53

199,472

kdnet.dll

10.0.26100.7920

17-Feb-26

23:53

157,088

kdstub.dll

10.0.26100.7920

17-Feb-26

23:53

87,456

efisys.bin

Not versioned

17-Feb-26

23:53

1,474,560

efisys_EX.bin

Not versioned

17-Feb-26

23:53

1,474,560

efisys_noprompt.bin

Not versioned

17-Feb-26

23:53

1,474,560

efisys_noprompt_EX.bin

Not versioned

17-Feb-26

23:53

1,474,560

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

94,624

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

94,624

bootmgr.efi.mui

10.0.28000.317

17-Feb-26

23:53

90,016

bootmgr_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

90,016

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

93,600

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

93,600

bootmgr.efi.mui

10.0.28000.317

17-Feb-26

23:53

90,056

bootmgr_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

90,056

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

92,616

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

92,616

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

97,224

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

97,224

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

97,736

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

97,736

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

90,056

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

90,056

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

90,016

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

90,016

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

91,040

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

91,040

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

97,184

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

97,184

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

96,672

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

96,672

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

96,712

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

96,712

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

94,112

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

94,112

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

81,312

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

81,312

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

80,800

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

80,800

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

92,576

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

92,576

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

92,064

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

92,064

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

94,664

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

94,664

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

95,688

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

95,688

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

93,088

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

93,088

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

93,128

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

93,128

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

93,640

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

93,640

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

76,192

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

76,192

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:53

76,704

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:53

76,704

tcblaunch.exe

10.0.26100.7920

17-Feb-26

23:53

986,056

tcbloader.dll

10.0.26100.7920

17-Feb-26

23:53

316,832

DrtmAuthTxt.wim

Not versioned

17-Feb-26

23:53

23,227

bootmgfw.efi

10.0.28000.317

17-Feb-26

23:53

3,008,968

bootmgfw_EX.efi

10.0.28000.317

17-Feb-26

23:53

3,008,824

SecureBootRecovery.efi

Not versioned

17-Feb-26

23:53

173,512

bootmgr.efi

10.0.28000.317

17-Feb-26

23:53

2,991,008

bootmgr_EX.efi

10.0.28000.317

17-Feb-26

23:53

2,991,008

boot.stl

Not versioned

17-Feb-26

23:53

11,030

boot.pnd.stl

Not versioned

17-Feb-26

23:53

11,733

winsipolicy.p7b

Not versioned

17-Feb-26

23:53

10,341

bootux.dll

10.0.26100.7920

17-Feb-26

23:53

5,210,112

winload.exe

10.0.26100.7920

17-Feb-26

23:53

1,873,952

winload.efi

10.0.26100.7920

17-Feb-26

23:53

3,344,440

bfsvc.exe

10.0.26100.7920

17-Feb-26

23:53

126,976

bootsvc.dll

10.0.26100.7920

17-Feb-26

23:53

307,232

bcrypt.dll

10.0.26100.7920

17-Feb-26

23:53

183,296

bcryptprimitives.dll

10.0.26100.7920

17-Feb-26

23:53

691,576

BootMenuUX.dll

10.0.26100.7920

17-Feb-26

23:53

278,528

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

44,544

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

54,784

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

51,712

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

49,152

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

57,344

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

59,392

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

45,056

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

53,760

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

48,128

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

50,688

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

57,856

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

39,936

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

51,200

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

52,736

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

29,184

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

27,136

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

50,176

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

49,664

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

48,640

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

20,992

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:53

21,504

bootim.exe

10.0.26100.7920

17-Feb-26

23:53

53,248

driversipolicy.p7b

Not versioned

17-Feb-26

23:53

229,162

cng.sys

10.0.26100.7920

17-Feb-26

23:53

931,168

ci.dll

10.0.26100.7920

17-Feb-26

23:53

1,141,896

cryptbase.dll

10.0.26100.7920

17-Feb-26

23:53

59,336

symcryptk.dll

103.9.1.0

17-Feb-26

23:53

58,784

cryptsp.dll

10.0.26100.7920

17-Feb-26

23:53

121,320

dosvc.dll.mui

10.0.26100.7920

17-Feb-26

23:53

3,584

dosvc.dll.mui

10.0.26100.7920

17-Feb-26

23:53

3,072

DismCore.dll

10.0.26100.7920

17-Feb-26

23:53

480,712

DismProv.dll

10.0.26100.7920

17-Feb-26

23:53

300,448

DismCorePS.dll

10.0.26100.7920

17-Feb-26

23:53

234,912

LogProvider.dll

10.0.26100.7920

17-Feb-26

23:53

120,224

FolderProvider.dll

10.0.26100.7920

17-Feb-26

23:53

95,688

doclient.dll

1451.2601.23012.0

17-Feb-26

23:53

1,723,808

dosvc.dll

10.0.26100.7920

17-Feb-26

23:53

98,304

2213703c9c64cc61ba900531652e23c84728d2a2.xml

Not versioned

17-Feb-26

23:53

4,106

8921b5587b25ac906f6851660e78916b20b2b8d6.xml

Not versioned

17-Feb-26

23:53

1,542

7b9b1ea12d1b4fc12ccbc5aeda559b08838bf86a.xml

Not versioned

17-Feb-26

23:53

2,522

dhcpcore.dll

10.0.26100.7920

17-Feb-26

23:53

464,288

dhcpcsvc.dll

10.0.26100.7920

17-Feb-26

23:53

152,992

dhcpcore6.dll

10.0.26100.7920

17-Feb-26

23:53

333,216

dhcpcsvc6.dll

10.0.26100.7920

17-Feb-26

23:53

128,416

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:53

19,968

WerFaultSecure.exe.mui

10.0.26100.7920

17-Feb-26

23:53

6,656

faultrep.dll.mui

10.0.26100.7920

17-Feb-26

23:53

6,656

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:53

22,528

WerFaultSecure.exe.mui

10.0.26100.7920

17-Feb-26

23:53

7,168

faultrep.dll.mui

10.0.26100.7920

17-Feb-26

23:53

7,168

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:53

21,504

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:53

20,992

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:53

24,576

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:53

25,600

WerFaultSecure.exe.mui

10.0.26100.7920

17-Feb-26

23:53

8,192

faultrep.dll.mui

10.0.26100.7920

17-Feb-26

23:53

8,192

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:53

20,480

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:53

22,016

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:53

19,456

WerFaultSecure.exe.mui

10.0.26100.7920

17-Feb-26

23:53

7,680

faultrep.dll.mui

10.0.26100.7920

17-Feb-26

23:53

7,680

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:53

18,432

WerFaultSecure.exe.mui

10.0.26100.7920

17-Feb-26

23:53

6,144

faultrep.dll.mui

10.0.26100.7920

17-Feb-26

23:53

6,144

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:53

23,040

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:53

13,312

WerFaultSecure.exe.mui

10.0.26100.7920

17-Feb-26

23:53

5,120

faultrep.dll.mui

10.0.26100.7920

17-Feb-26

23:53

5,120

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:53

12,800

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:53

23,552

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:53

9,728

WerFaultSecure.exe.mui

10.0.26100.7920

17-Feb-26

23:53

4,608

faultrep.dll.mui

10.0.26100.7920

17-Feb-26

23:53

4,608

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:53

10,240

wer.dll.mui

10.0.26100.7920

17-Feb-26

23:53

11,264

wer.dll.mui

10.0.26100.7920

17-Feb-26

23:53

12,288

wer.dll.mui

10.0.26100.7920

17-Feb-26

23:53

11,776

wer.dll.mui

10.0.26100.7920

17-Feb-26

23:53

13,312

wer.dll.mui

10.0.26100.7920

17-Feb-26

23:53

12,800

wer.dll.mui

10.0.26100.7920

17-Feb-26

23:53

9,728

wer.dll.mui

10.0.26100.7920

17-Feb-26

23:53

8,192

wer.dll.mui

10.0.26100.7920

17-Feb-26

23:53

10,752

wer.dll.mui

10.0.26100.7920

17-Feb-26

23:53

7,168

wer.dll

10.0.26100.7920

17-Feb-26

23:53

984,880

weretw.dll

10.0.26100.7920

17-Feb-26

23:53

253,520

werdiagcontroller.dll

10.0.26100.7920

17-Feb-26

23:53

73,728

wermgr.exe

10.0.26100.7920

17-Feb-26

23:53

292,256

WerFault.exe

10.0.26100.7920

17-Feb-26

23:53

644,512

WerFaultSecure.exe

10.0.26100.7920

17-Feb-26

23:53

224,624

Faultrep.dll

10.0.26100.7920

17-Feb-26

23:53

555,152

WerEnc.dll

10.0.26100.7920

17-Feb-26

23:53

55,184

fbwf.sys

10.0.26100.7920

17-Feb-26

23:53

162,616

FlightSettings.dll

10.0.26100.7920

17-Feb-26

23:53

1,154,336

ctac.json

Not versioned

17-Feb-26

23:53

83,946

cmi2migxml.dll

10.0.26100.7920

17-Feb-26

23:53

226,760

csiagent.dll

10.0.26100.7920

17-Feb-26

23:53

718,240

diagER.dll

10.0.26100.7920

17-Feb-26

23:53

99,784

hwcompat.dll

10.0.26100.7920

17-Feb-26

23:53

243,104

hwcompat.txt

Not versioned

17-Feb-26

23:53

957,106

hwexclude.txt

Not versioned

17-Feb-26

23:53

51

icbexclusion.inf

Not versioned

17-Feb-26

23:53

7,222

migapp.xml

Not versioned

17-Feb-26

23:53

654,548

migcore.dll

10.0.26100.7920

17-Feb-26

23:53

9,311,648

mighost.exe

10.0.26100.7920

17-Feb-26

23:53

288,160

migres.dll

10.0.26100.7920

17-Feb-26

23:53

26,056

migisol.dll

10.0.26100.7920

17-Feb-26

23:53

148,936

migstore.dll

10.0.26100.7920

17-Feb-26

23:53

1,369,504

migsys.dll

10.0.26100.7920

17-Feb-26

23:53

464,328

MXEAgent.dll

10.0.26100.7920

17-Feb-26

23:53

386,504

AppExtAgent.dll

10.0.26100.7920

17-Feb-26

23:53

488,864

offline.xml

Not versioned

17-Feb-26

23:53

44,831

oscomps.xml

Not versioned

17-Feb-26

23:53

449,323

osfilter.inf

Not versioned

17-Feb-26

23:53

21,299

pnppropmig.dll

10.0.26100.7920

17-Feb-26

23:53

107,936

ReserveManager.dll

10.0.26100.7920

17-Feb-26

23:53

349,640

setupplatform.cfg

Not versioned

17-Feb-26

23:53

15,971

setupplatform.dll

1.97.26100.7920

17-Feb-26

23:53

9,840,032

setupplatform.exe

1.97.26100.7920

17-Feb-26

23:53

255,392

SFCN.dat

Not versioned

17-Feb-26

23:53

1,824

SFLCID.dat

Not versioned

17-Feb-26

23:53

1,644

SFLISTW7.dat

Not versioned

17-Feb-26

23:53

1,703,368

SFLISTW8.dat

Not versioned

17-Feb-26

23:53

2,608,858

SFLISTWB.dat

Not versioned

17-Feb-26

23:53

3,172,904

SFLISTWT.dat

Not versioned

17-Feb-26

23:53

4,935,402

SFLISTRS1.dat

Not versioned

17-Feb-26

23:53

5,593,182

SFPAT.inf

Not versioned

17-Feb-26

23:53

11,602

SFPATW7.inf

Not versioned

17-Feb-26

23:53

17,396

SFPATW8.inf

Not versioned

17-Feb-26

23:53

79,818

SFPATWB.inf

Not versioned

17-Feb-26

23:53

91,635

SFPATWT.inf

Not versioned

17-Feb-26

23:53

165,729

SFPATRS1.inf

Not versioned

17-Feb-26

23:53

169,730

unbcl.dll

10.0.26100.7920

17-Feb-26

23:53

1,090,976

upgradeagent.dll

10.0.26100.7920

17-Feb-26

23:53

3,302,816

upgradeagent.xml

Not versioned

17-Feb-26

23:53

70,907

upgrade_comp.xml

Not versioned

17-Feb-26

23:53

6,054

upgrade_bulk.xml

Not versioned

17-Feb-26

23:53

211,949

upgrade_data.xml

Not versioned

17-Feb-26

23:53

41,750

upgrade_frmwrk.xml

Not versioned

17-Feb-26

23:53

19,157

upgWow_bulk.xml

Not versioned

17-Feb-26

23:53

114,707

uninstall.xml

Not versioned

17-Feb-26

23:53

4,639

uninstall_data.xml

Not versioned

17-Feb-26

23:53

11,122

wdsutil.dll

10.0.26100.7920

17-Feb-26

23:53

353,736

WinSetupMon.hiv

Not versioned

17-Feb-26

23:53

8,192

WinSetupMon.sys

10.0.26100.7920

17-Feb-26

23:53

169,392

drupdate.dll

10.0.26100.7920

17-Feb-26

23:53

439,712

oobeldretw.dll

10.0.26100.7920

17-Feb-26

23:53

27,000

setupugcetw.dll

10.0.26100.7920

17-Feb-26

23:53

27,000

sysprepetw.dll

10.0.26100.7920

17-Feb-26

23:53

31,096

windeployetw.dll

10.0.26100.7920

17-Feb-26

23:53

27,040

esscli.dll

10.0.26100.7920

17-Feb-26

23:53

439,712

fastprox.dll

10.0.26100.7920

17-Feb-26

23:53

984,480

mofd.dll

10.0.26100.7920

17-Feb-26

23:53

390,600

mofinstall.dll

10.0.26100.7920

17-Feb-26

23:53

128,456

repdrvfs.dll

10.0.26100.7920

17-Feb-26

23:53

427,424

wbemcomn.dll

10.0.26100.7920

17-Feb-26

23:53

517,536

wbemcore.dll

10.0.26100.7920

17-Feb-26

23:53

1,963,424

wbemprox.dll

10.0.26100.7920

17-Feb-26

23:53

71,112

wmi_tracing.mof

Not versioned

17-Feb-26

23:53

1,682

wmiutils.dll

10.0.26100.7920

17-Feb-26

23:53

144,840

actionqueue.dll

10.0.26100.7920

17-Feb-26

23:53

267,720

appcompat_detailed.xsl

Not versioned

17-Feb-26

23:53

13,608

appcompat_detailed_bidi.xsl

Not versioned

17-Feb-26

23:53

13,732

cdplib.mof

Not versioned

17-Feb-26

23:53

1,976

cdplibuninstall.mof

Not versioned

17-Feb-26

23:53

571

dpx.dll

10.0.26100.7920

17-Feb-26

23:53

1,103,304

UpdateCompression.dll

5.0.1.1

17-Feb-26

23:53

619,936

itgtupg.dll

10.0.26100.7920

17-Feb-26

23:53

117,112

migtestplugin.dll

10.0.26100.7920

17-Feb-26

23:53

76,192

msdelta.dll

5.0.1.1

17-Feb-26

23:53

595,360

mspatcha.dll

5.0.1.1

17-Feb-26

23:53

83,360

smiengine.dll

10.0.26100.7920

17-Feb-26

23:53

927,136

wcmtypes.xsd

Not versioned

17-Feb-26

23:53

1,047

wdsupgcompl.dll

10.0.26100.7920

17-Feb-26

23:53

47,480

auditetw.dll

10.0.26100.7920

17-Feb-26

23:53

27,000

cmisetupetw.dll

10.0.26100.7920

17-Feb-26

23:53

27,000

etwproviderinstall.vbs

Not versioned

17-Feb-26

23:53

6,868

setupcletw.dll

10.0.26100.7920

17-Feb-26

23:53

31,136

winsetupetw.dll

10.0.26100.7920

17-Feb-26

23:53

76,152

migres.dll.mui

10.0.26100.7920

17-Feb-26

23:53

7,680

setupplatform.exe.mui

1.97.26100.7920

17-Feb-26

23:53

14,280

migres.dll.mui

10.0.26100.7920

17-Feb-26

23:53

8,192

setupplatform.exe.mui

1.97.26100.7920

17-Feb-26

23:53

14,240

setupplatform.exe.mui

1.97.26100.7920

17-Feb-26

23:53

14,752

migres.dll.mui

10.0.26100.7920

17-Feb-26

23:53

8,704

migres.dll.mui

10.0.26100.7920

17-Feb-26

23:53

7,168

setupplatform.exe.mui

1.97.26100.7920

17-Feb-26

23:53

13,728

migres.dll.mui

10.0.26100.7920

17-Feb-26

23:53

6,656

setupplatform.exe.mui

1.97.26100.7920

17-Feb-26

23:53

13,216

migres.dll.mui

10.0.26100.7920

17-Feb-26

23:53

6,144

migres.dll.mui

10.0.26100.7920

17-Feb-26

23:53

5,632

setupplatform.exe.mui

1.97.26100.7920

17-Feb-26

23:53

13,256

iertutil.dll

11.0.26100.7920

17-Feb-26

23:53

2,918,696

msIso.dll

11.0.26100.7920

17-Feb-26

23:53

286,720

edgeIso.dll

11.0.26100.7920

17-Feb-26

23:53

438,272

kernel.appcore.dll

10.0.26100.7920

17-Feb-26

23:53

121,296

kernel32.dll

10.0.26100.7920

17-Feb-26

23:53

836,152

KernelBase.dll

10.0.26100.7920

17-Feb-26

23:53

4,141,768

dxgkrnl.sys

10.0.26100.7920

17-Feb-26

23:53

5,182,920

cdd.dll

10.0.26100.7920

17-Feb-26

23:53

331,776

dxgmms1.sys

10.0.26100.7920

17-Feb-26

23:53

550,304

dxgmms2.sys

10.0.26100.7920

17-Feb-26

23:53

1,201,608

dxgkrnl.sys.mui

10.0.26100.7920

17-Feb-26

23:53

117,760

dxgmms2.sys.mui

10.0.26100.7920

17-Feb-26

23:53

5,120

cdd.dll.mui

10.0.26100.7920

17-Feb-26

23:53

3,072

dxgmms2.sys.mui

10.0.26100.7920

17-Feb-26

23:53

5,632

cdd.dll.mui

10.0.26100.7920

17-Feb-26

23:53

2,560

dxgkrnl.sys.mui

10.0.26100.7920

17-Feb-26

23:53

119,296

dxgkrnl.sys.mui

10.0.26100.7920

17-Feb-26

23:53

116,224

dxgmms2.sys.mui

10.0.26100.7920

17-Feb-26

23:53

4,608

dxgkrnl.sys.mui

10.0.26100.7920

17-Feb-26

23:53

115,712

dxgkrnl.sys.mui

10.0.26100.7920

17-Feb-26

23:53

118,784

dxgkrnl.sys.mui

10.0.26100.7920

17-Feb-26

23:53

115,200

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

26,056

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

21,912

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

26,056

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

26,016

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

21,920

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

10.0.26100.7920

17-Feb-26

23:53

30,152

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

10.0.26100.7920

17-Feb-26

23:53

30,152

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

10.0.26100.7920

17-Feb-26

23:53

75,168

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

26,016

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

10.0.26100.7920

17-Feb-26

23:53

26,016

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

10.0.26100.7920

17-Feb-26

23:53

26,016

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

10.0.26100.7920

17-Feb-26

23:53

21,960

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

10.0.26100.7920

17-Feb-26

23:53

21,920

ucrtbase.dll

10.0.26100.7920

17-Feb-26

23:53

1,373,312

migcore.dll

10.0.26100.7920

17-Feb-26

23:53

9,311,688

mighost.exe

10.0.26100.7920

17-Feb-26

23:53

288,200

migres.dll

10.0.26100.7920

17-Feb-26

23:53

26,016

migapp.dll

10.0.26100.7920

17-Feb-26

23:53

329,120

csiagent.dll

10.0.26100.7920

17-Feb-26

23:53

718,280

cmi2migxml.dll

10.0.26100.7920

17-Feb-26

23:53

226,720

SFLISTXP.dat

Not versioned

17-Feb-26

23:53

1,459,226

SFLISTLH.dat

Not versioned

17-Feb-26

23:53

3,347,940

SFPATXP.inf

Not versioned

17-Feb-26

23:53

4,355

SFPATLH.inf

Not versioned

17-Feb-26

23:53

8,678

msasn1.dll

10.0.26100.7920

17-Feb-26

23:53

88,256

msvcrt.dll

7.0.26100.7920

17-Feb-26

23:53

699,840

Narrator.exe

10.0.26100.7920

17-Feb-26

23:53

1,241,088

DetailedReading-Default.xml

Not versioned

17-Feb-26

23:53

3,944

Narrator.lnk

Not versioned

17-Feb-26

23:53

1,108

netio.sys

10.0.26100.7920

17-Feb-26

23:53

755,104

ncsi.dll

10.0.26100.7920

17-Feb-26

23:53

700,416

netprofmsvc.dll

10.0.26100.7920

17-Feb-26

23:53

2,117,632

nlaapi.dll

10.0.26100.7920

17-Feb-26

23:53

53,248

nlmproxy.dll

10.0.26100.7920

17-Feb-26

23:53

53,248

nlmsprep.dll

10.0.26100.7920

17-Feb-26

23:53

49,152

ntdll.dll

10.0.26100.7920

17-Feb-26

23:53

2,522,008

windows.storage.dll

10.0.26100.7920

17-Feb-26

23:53

8,860,544

ntoskrnl.exe

10.0.26100.7920

17-Feb-26

23:53

13,039,048

ntkrla57.exe

10.0.26100.7920

17-Feb-26

23:53

11,838,920

pcrpf.dll

10.0.26100.7920

17-Feb-26

23:53

344,064

pcrpf.dll.mui

10.0.26100.7920

17-Feb-26

23:53

6,144

pdc.sys

10.0.26100.7920

17-Feb-26

23:53

226,720

kmpdc.sys

10.0.26100.7920

17-Feb-26

23:53

79,264

rpcrt4.dll

10.0.26100.7920

17-Feb-26

23:53

1,162,584

reagent.adml

Not versioned

17-Feb-26

23:53

1,817

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:53

10,752

wdsimage.dll.mui

10.0.26100.7920

17-Feb-26

23:53

6,144

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:53

12,288

reagent.adml

Not versioned

17-Feb-26

23:53

2,035

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:53

11,264

reagent.adml

Not versioned

17-Feb-26

23:53

2,016

reagent.adml

Not versioned

17-Feb-26

23:53

2,263

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:53

12,800

wdsimage.dll.mui

10.0.26100.7920

17-Feb-26

23:53

6,656

reagent.adml

Not versioned

17-Feb-26

23:53

3,659

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:53

13,312

reagent.adml

Not versioned

17-Feb-26

23:53

2,091

reagent.adml

Not versioned

17-Feb-26

23:53

2,166

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:53

11,776

reagent.adml

Not versioned

17-Feb-26

23:53

2,272

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:53

9,728

reagent.adml

Not versioned

17-Feb-26

23:53

2,348

reagent.adml

Not versioned

17-Feb-26

23:53

2,088

reagent.adml

Not versioned

17-Feb-26

23:53

2,399

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:53

8,192

wdsimage.dll.mui

10.0.26100.7920

17-Feb-26

23:53

4,608

reagent.adml

Not versioned

17-Feb-26

23:53

1,908

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:53

7,680

reagent.adml

Not versioned

17-Feb-26

23:53

2,089

wdsimage.dll.mui

10.0.26100.7920

17-Feb-26

23:53

7,168

reagent.adml

Not versioned

17-Feb-26

23:53

2,099

reagent.adml

Not versioned

17-Feb-26

23:53

2,093

reagent.adml

Not versioned

17-Feb-26

23:53

2,106

reagent.adml

Not versioned

17-Feb-26

23:53

3,348

reagent.adml

Not versioned

17-Feb-26

23:53

2,117

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:53

10,240

reagent.adml

Not versioned

17-Feb-26

23:53

2,133

wdsimage.dll.mui

10.0.26100.7920

17-Feb-26

23:53

5,632

reagent.adml

Not versioned

17-Feb-26

23:53

1,718

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:53

6,144

wdsimage.dll.mui

10.0.26100.7920

17-Feb-26

23:53

4,096

reagent.adml

Not versioned

17-Feb-26

23:53

1,706

reagent.admx

Not versioned

17-Feb-26

23:53

1,240

reagent.dll

10.0.26100.7920

17-Feb-26

23:53

775,584

reagent.xml

Not versioned

17-Feb-26

23:53

837

SetupPlatform.cfg

Not versioned

17-Feb-26

23:53

22,945

wdscore.dll

10.0.26100.7920

17-Feb-26

23:53

279,968

WinSetupBoot.hiv

Not versioned

17-Feb-26

23:53

8,192

WinSetupBoot.sys

10.0.26100.7920

17-Feb-26

23:53

132,512

wdsclientapi.dll

10.0.26100.7920

17-Feb-26

23:53

268,656

wdscsl.dll

10.0.26100.7920

17-Feb-26

23:53

112,032

wdsimage.dll

10.0.26100.7920

17-Feb-26

23:53

129,400

wdstptc.dll

10.0.26100.7920

17-Feb-26

23:53

219,512

fvevol.sys

10.0.26100.7920

17-Feb-26

23:53

968,096

dumpfve.sys

10.0.26100.7920

17-Feb-26

23:53

158,520

fverecoverux.dll

10.0.26100.7920

17-Feb-26

23:53

139,264

bcd.dll

10.0.26100.7920

17-Feb-26

23:53

162,608

bootsvc.dll

10.0.26100.7920

17-Feb-26

23:53

307,272

hwreqchk.dll

Not versioned

17-Feb-26

23:53

443,808

ServicingCommon.dll

10.0.26100.7920

17-Feb-26

23:53

1,026,200

utcapi.dll

10.0.26100.7920

17-Feb-26

23:53

67,016

wimgapi.dll

10.0.26100.7920

17-Feb-26

23:53

910,792

wdscommonlib.dll

10.0.26100.7920

17-Feb-26

23:53

341,448

dismapi.dll

10.0.26100.7920

17-Feb-26

23:53

1,271,240

dismcore.dll

10.0.26100.7920

17-Feb-26

23:53

480,672

dismprov.dll

10.0.26100.7920

17-Feb-26

23:53

300,488

folderprovider.dll

10.0.26100.7920

17-Feb-26

23:53

95,648

imagingprovider.dll

10.0.26100.7920

17-Feb-26

23:53

247,240

logprovider.dll

10.0.26100.7920

17-Feb-26

23:53

189,856

vhdprovider.dll

10.0.26100.7920

17-Feb-26

23:53

599,456

wimprovider.dll

10.0.26100.7920

17-Feb-26

23:53

697,760

unattend.dll

10.0.26100.7920

17-Feb-26

23:53

374,216

wpx.dll

10.0.26100.7920

17-Feb-26

23:53

1,426,848

locale.nls

Not versioned

17-Feb-26

23:53

862,800

nlsbres.dll

10.0.26100.7920

17-Feb-26

23:53

103,840

KerbClientShared.dll

10.0.26100.7920

17-Feb-26

23:53

274,200

sechost.dll

10.0.26100.7920

17-Feb-26

23:53

695,704

fveapibase.dll

10.0.26100.7920

17-Feb-26

23:53

745,472

fveapi.dll

10.0.26100.7920

17-Feb-26

23:53

1,318,912

kerberos.dll

10.0.26100.7920

17-Feb-26

23:53

1,417,216

kerb3961.dll

10.0.26100.7920

17-Feb-26

23:53

187,432

localkdcsvc.dll

10.0.26100.7920

17-Feb-26

23:53

892,928

LsaIso.exe

10.0.26100.7920

17-Feb-26

23:53

389,896

iumcrypt.dll

10.0.26100.7920

17-Feb-26

23:53

100,696

NtlmShared.dll

10.0.26100.7920

17-Feb-26

23:53

104,832

schannel.dll

10.0.26100.7920

17-Feb-26

23:53

794,624

ResetEngine.dll

10.0.26100.7920

17-Feb-26

23:53

2,934,176

ResetTelemetry.dll

10.0.26100.7920

17-Feb-26

23:53

570,784

ResetEngine.exe

10.0.26100.7920

17-Feb-26

23:53

42,400

ResetPluginHost.exe

10.0.26100.7920

17-Feb-26

23:53

57,344

srms.dat

Not versioned

17-Feb-26

23:53

60,961

sysreset.exe

10.0.26100.7920

17-Feb-26

23:53

487,424

ResetEngOnline.dll

10.0.26100.7920

17-Feb-26

23:53

229,376

SysResetErr.exe

10.0.26100.7920

17-Feb-26

23:53

75,168

ResetEngOnline.dll.mui

10.0.26100.7920

17-Feb-26

23:53

2,560

sysreseterr.exe.mui

10.0.26100.7920

17-Feb-26

23:53

3,072

ResetEngine.dll.mui

10.0.26100.7920

17-Feb-26

23:53

4,096

ResetEngOnline.dll.mui

10.0.26100.7920

17-Feb-26

23:53

3,072

ResetEngine.dll.mui

10.0.26100.7920

17-Feb-26

23:53

4,608

sysreseterr.exe.mui

10.0.26100.7920

17-Feb-26

23:53

2,560

ResetEngine.dll.mui

10.0.26100.7920

17-Feb-26

23:53

3,584

tcpip.sys

10.0.26100.7920

17-Feb-26

23:53

3,503,520

FWPKCLNT.SYS

10.0.26100.7920

17-Feb-26

23:53

578,976

tcpipreg.sys

10.0.26100.7920

17-Feb-26

23:53

86,016

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

264,704

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

275,456

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

270,336

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

268,800

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

271,872

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

274,432

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

263,680

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

267,776

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

269,824

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

261,120

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

273,408

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

269,312

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

250,368

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

247,296

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

268,288

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

266,240

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

274,944

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

272,384

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

271,360

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

267,264

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:53

243,200

DiagnosticDataSettings.dll

10.0.26100.7920

17-Feb-26

23:53

71,712

tbs.dll

10.0.26100.7920

17-Feb-26

23:53

117,184

tbs.sys

10.0.26100.7920

17-Feb-26

23:53

75,168

usodocked.dll

10.0.26100.7920

17-Feb-26

23:53

663,552

usosvc.dll.mui

10.0.26100.7920

17-Feb-26

23:53

3,584

usosvc.dll.mui

10.0.26100.7920

17-Feb-26

23:53

4,096

usosvc.dll.mui

10.0.26100.7920

17-Feb-26

23:53

3,072

8acdd7e8a35f165b675b664e7ef8753ef4782f32.xml

Not versioned

17-Feb-26

23:53

3,314

72aceda3d9ebaa195b776ea9042fdf4dc3d29834.xml

Not versioned

17-Feb-26

23:53

2,496

7bc20c224f17145165aedb3fce9bda4f3c563cd7.xml

Not versioned

17-Feb-26

23:53

2,344

465bb23da8d1bea1a024758ba463bc1a7c487362.xml

Not versioned

17-Feb-26

23:53

2,458

7106fe8ce0b33cfdfee8b58e7e1b0a812935905e.xml

Not versioned

17-Feb-26

23:53

2,344

518f3ea9dc67aa5af7eb2840a6f77c874c2b2a17.xml

Not versioned

17-Feb-26

23:53

2,476

99c5248bd8c3356e9a42f332cab9b22eae3856df.xml

Not versioned

17-Feb-26

23:53

2,488

ef338bad6c4b025dc9c8f4f87a98276b2139d403.xml

Not versioned

17-Feb-26

23:53

2,482

0e0337eedd34f1bed8e9bc3202a2754e48b705af.xml

Not versioned

17-Feb-26

23:53

2,500

4ba05104f3d293466a50d8de04318624ab592070.xml

Not versioned

17-Feb-26

23:53

2,476

81d5c60cdaa2f6bac600452c12eac91e3823d9ef.xml

Not versioned

17-Feb-26

23:53

3,876

90eaab3b92938b566b871d11d7a2c86b081b26d4.xml

Not versioned

17-Feb-26

23:53

2,460

c20df1ed8df28c31d513bd896b58980c00c8b298.xml

Not versioned

17-Feb-26

23:53

878

5c7e9e098d198f0114f76066999378607084a638.xml

Not versioned

17-Feb-26

23:53

1,034

68feea34ca8e40dee5faab63604db4cd1d7a3e77.xml

Not versioned

17-Feb-26

23:53

1,034

56a7d507d06f3d51821e1124e642fa74ff3397af.xml

Not versioned

17-Feb-26

23:53

1,034

3332a645bfab2f45c96ade4c05630863cbdcfbd1.xml

Not versioned

17-Feb-26

23:53

1,034

e4c1f6f26bc4ae6ba77734b6aa93d400b87278bb.xml

Not versioned

17-Feb-26

23:53

1,034

b2617fe77af0e357462c58cb9ab1bbc2a243ab95.xml

Not versioned

17-Feb-26

23:53

1,034

0690201f6b392ef45758aa8180e54b80d4ff1a6a.xml

Not versioned

17-Feb-26

23:53

2,270

3cee7b10553edccb79ba709ba53630469cb48843.xml

Not versioned

17-Feb-26

23:53

1,234

23d343cca2905f5a9d8ed56e2f7308cf612ba7ec.xml

Not versioned

17-Feb-26

23:53

976

43ee7b2a373632f9a701249fd96d0edec2ff1279.xml

Not versioned

17-Feb-26

23:53

4,202

usosvc.dll

10.0.26100.7920

17-Feb-26

23:53

106,496

usosvcimpl.dll

1451.2601.23012.0

17-Feb-26

23:53

1,428,936

MoUsoCoreWorker.exe

1451.2601.23012.0

17-Feb-26

23:53

5,154,760

msvcp_win.dll

10.0.26100.7920

17-Feb-26

23:53

641,992

Ucx01000.sys

10.0.26100.7920

17-Feb-26

23:53

308,680

DuCsps.dll

10.0.26100.7920

17-Feb-26

23:53

139,264

usoapi.dll

10.0.26100.7920

17-Feb-26

23:53

212,992

usocoreps.dll

10.0.26100.7920

17-Feb-26

23:53

65,536

uusp.json

Not versioned

17-Feb-26

23:53

24,215

UusBrain.dll

1451.2601.23012.0

17-Feb-26

23:53

439,200

Windows.Management.Update.dll

10.0.26100.7920

17-Feb-26

23:53

270,336

updatepolicy.dll

1451.2601.23012.0

17-Feb-26

23:53

139,720

updatepolicycore.dll

1451.2601.23012.0

17-Feb-26

23:53

300,448

UpdatePolicy.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

3,072

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

9,216

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

12,288

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

11,264

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

10,240

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

11,776

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

10,752

UpdatePolicy.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

2,560

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

8,704

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

6,144

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

9,728

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

4,608

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

5,120

nsi.dll

10.0.26100.7920

17-Feb-26

23:53

51,112

winnsi.dll

10.0.26100.7920

17-Feb-26

23:53

67,576

nsisvc.dll

10.0.26100.7920

17-Feb-26

23:53

61,440

nsiproxy.sys

10.0.26100.7920

17-Feb-26

23:53

77,824

wuuhdrv.dll

1451.2601.23012.0

17-Feb-26

23:53

516,000

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

10,240

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

10,752

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

11,776

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

12,800

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

12,288

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

13,312

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

12,288

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

12,800

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

13,824

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

11,264

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

11,776

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

9,728

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

10,240

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

7,680

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

8,192

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

10,752

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

11,264

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

6,144

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

6,656

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

6,656

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

7,168

wuapi.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

3,584

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

9,728

wuapi.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

4,096

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

11,264

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

11,776

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

10,752

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

10,240

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

8,704

wuapi.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

3,072

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

8,192

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

7,168

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:53

7,680

ws2_32.dll

10.0.26100.7920

17-Feb-26

23:53

489,064

wuuhosdeployment.dll

1451.2601.23012.0

17-Feb-26

23:53

474,528

wups.dll

1451.2601.23012.0

17-Feb-26

23:53

150,944

wupscore.dll

1451.2601.23012.0

17-Feb-26

23:53

220,576

wuapicore.dll

1451.2601.23012.0

17-Feb-26

23:53

1,166,752

wuapi.dll

1451.2601.23012.0

17-Feb-26

23:53

235,424

wutrust.dll

1451.2601.23012.0

17-Feb-26

23:53

243,656

wusys.dll

10.0.26100.7920

17-Feb-26

23:53

308,640

wuauengcore.dll

1451.2601.23012.0

17-Feb-26

23:53

3,631,520

wups2.dll

1451.2601.23012.0

17-Feb-26

23:53

150,944

wups2core.dll

1451.2601.23012.0

17-Feb-26

23:53

114,592

wuauclt.exe

1451.2601.23012.0

17-Feb-26

23:53

156,064

wuaucltcore.exe

1451.2601.23012.0

17-Feb-26

23:53

175,048

UpdateDeploy.dll

1451.2601.23012.0

17-Feb-26

23:53

665,032

wuaueng.dll

1451.2601.23012.0

17-Feb-26

23:53

184,736

0cf49350999533e06203e66617b9a479c64e3b98.xml

Not versioned

17-Feb-26

23:53

1,244

c85a6c184c03a4fd97b09fa8d3b2686d19f086b7.xml

Not versioned

17-Feb-26

23:53

1,306

37c83a61220fca54f4cc65a0ff815d308fbddba2.xml

Not versioned

17-Feb-26

23:53

2,262

b3bb6b55513607cc90be39c910e062da5f216e15.xml

Not versioned

17-Feb-26

23:53

2,324

021ace09768704303e8cd92cc2d7c5ea94b53731.xml

Not versioned

17-Feb-26

23:53

2,452

fc310fd3e8f7901e37586b5e985d8c86a827a838.xml

Not versioned

17-Feb-26

23:53

3,728

7d06486ae99beb45ced199480ddff358d347c849.xml

Not versioned

17-Feb-26

23:53

2,236

4ce89f83f5d24acf7f9e6396fb5d65851e57bd8b.xml

Not versioned

17-Feb-26

23:53

2,448

eb8a9128946e6df63483662e5eab8367dfcb7a1e.xml

Not versioned

17-Feb-26

23:53

946

004c9a69d6903d92746f7670fcbc4e3dd4716681.xml

Not versioned

17-Feb-26

23:53

942

4b53860889d3f3c448fc514d2ea0120100076816.xml

Not versioned

17-Feb-26

23:53

2,308

52b78fa9544605e886641d0eb008d4faf901c673.xml

Not versioned

17-Feb-26

23:53

956

9a00328f787b0683a05c2e7a16ef7858adfa8068.xml

Not versioned

17-Feb-26

23:53

978

24a2f8789b154b699940ad9ab7d39aaa2e9892f2.xml

Not versioned

17-Feb-26

23:53

796

9393330d1e6341c9b25e57fc21d87a9cba313d8a.xml

Not versioned

17-Feb-26

23:53

2,474

a1026e97d46e89c55e97134de3823210f59708cb.xml

Not versioned

17-Feb-26

23:53

2,124

d9514f22230add819ddde709de315f0165b36a8e.xml

Not versioned

17-Feb-26

23:53

2,592

975b69eb30393cebd6885b635d2336e84c986366.xml

Not versioned

17-Feb-26

23:53

2,592

500b17b3dff5e249f7fa450bb272a5c0938ade70.xml

Not versioned

17-Feb-26

23:53

2,596

fe879c763d5196b26d4907df181c4357c07c5aaa.xml

Not versioned

17-Feb-26

23:53

2,608

116da488502c96511736970b304a7e240fc0ba8b.xml

Not versioned

17-Feb-26

23:53

2,640

582d25b6760e7c9f0771f88c3b89cb14b708df42.xml

Not versioned

17-Feb-26

23:53

2,112

b4c45249d60a77639b177e565616ae1d11f9e3d5.xml

Not versioned

17-Feb-26

23:53

2,952

fd6598122489ab56bffaf7f6676165c57428611a.xml

Not versioned

17-Feb-26

23:53

2,970

cedc3b4fce38a37147e150db36103e809d106cbb.xml

Not versioned

17-Feb-26

23:53

2,972

74461450967a334ea27548db66c8db015e4c4b86.xml

Not versioned

17-Feb-26

23:53

2,714

dfd9063b031c70d0c87310b16c4132522b447dda.xml

Not versioned

17-Feb-26

23:53

2,970

b7815cc1f204e86977f8af4ac2e1db35a3785601.xml

Not versioned

17-Feb-26

23:53

3,000

14a3f9e824793931d34f7f786a538bbc9ef1f0d6.xml

Not versioned

17-Feb-26

23:53

4,212

win32u.dll

10.0.26100.7920

17-Feb-26

23:53

170,904

win32k.sys

10.0.26100.7920

17-Feb-26

23:53

808,352

win32kfull.sys

10.0.26100.7920

17-Feb-26

23:53

4,259,840

win32kbase.sys

10.0.26100.7920

17-Feb-26

23:53

3,325,952

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:53

20,992

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:53

23,040

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:53

22,016

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:53

23,552

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:53

21,504

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:53

24,064

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:53

20,480

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:53

22,528

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:53

18,432

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:53

17,920

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:53

16,384

win32kbase_rs.sys

10.0.26100.7920

17-Feb-26

23:53

155,648

WindowsCodecs.dll

10.0.26100.7920

17-Feb-26

23:53

2,307,160

winpeshl.exe

10.0.26100.7920

17-Feb-26

23:53

61,440

wpeutil.dll

10.0.26100.7920

17-Feb-26

23:53

200,704

wpeutil.exe

10.0.26100.7920

17-Feb-26

23:53

32,768

wpeinit.exe

10.0.26100.7920

17-Feb-26

23:53

61,440

startnet.cmd

Not versioned

17-Feb-26

23:53

9

winpeshl.exe.mui

10.0.26100.7920

17-Feb-26

23:53

3,584

wpeutil.dll.mui

10.0.26100.7920

17-Feb-26

23:53

10,752

winpeshl.exe.mui

10.0.26100.7920

17-Feb-26

23:53

4,096

wpeutil.dll.mui

10.0.26100.7920

17-Feb-26

23:53

11,264

wpeutil.dll.mui

10.0.26100.7920

17-Feb-26

23:53

11,776

winpeshl.exe.mui

10.0.26100.7920

17-Feb-26

23:53

3,072

wpeutil.dll.mui

10.0.26100.7920

17-Feb-26

23:53

8,704

wpeutil.dll.mui

10.0.26100.7920

17-Feb-26

23:53

7,680

wpeutil.dll.mui

10.0.26100.7920

17-Feb-26

23:53

7,168

CloudRecApi.dll

10.0.26100.7920

17-Feb-26

23:53

86,016

CloudRecSvc.exe

1.0.0.1

17-Feb-26

23:53

106,496

ReAgent.dll

10.0.26100.7920

17-Feb-26

23:53

775,624

ReInfo.dll

10.0.26100.7920

17-Feb-26

23:53

110,592

StartRep.exe

10.0.26100.7920

17-Feb-26

23:53

1,462,272

RecHost.exe

10.0.26100.7920

17-Feb-26

23:53

161,184

SrtTel.dll

10.0.26100.7920

17-Feb-26

23:53

1,754,568

RecEnv.exe

10.0.26100.7920

17-Feb-26

23:53

1,050,016

BootRec.exe

10.0.26100.7920

17-Feb-26

23:53

192,512

PITRestore.exe

10.0.26100.7920

17-Feb-26

23:53

335,872

DUTProvider.dll

10.0.26100.7920

17-Feb-26

23:53

357,792

WinSetupBak.hiv

Not versioned

17-Feb-26

23:53

8,192

WinSetupBak.sys

10.0.26100.7920

17-Feb-26

23:53

251,296

WinSetupBak.DiffFilter.txt

Not versioned

17-Feb-26

23:53

124

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:53

33,280

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:53

24,576

BootRec.exe.mui

10.0.26100.7920

17-Feb-26

23:53

4,608

PITRestore.exe.mui

10.0.26100.7920

17-Feb-26

23:53

3,072

DUTProvider.dll.mui

10.0.26100.7920

17-Feb-26

23:53

5,120

PITRestore.exe.mui

10.0.26100.7920

17-Feb-26

23:53

3,584

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:53

36,352

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:53

25,600

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:53

35,840

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:53

39,936

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:53

27,648

BootRec.exe.mui

10.0.26100.7920

17-Feb-26

23:53

5,120

DUTProvider.dll.mui

10.0.26100.7920

17-Feb-26

23:53

5,632

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:53

44,032

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:53

29,184

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:53

38,912

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:53

27,136

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:53

40,960

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:53

28,160

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:53

26,624

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:53

39,424

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:53

22,528

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:53

19,456

BootRec.exe.mui

10.0.26100.7920

17-Feb-26

23:53

4,096

DUTProvider.dll.mui

10.0.26100.7920

17-Feb-26

23:53

4,096

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:53

21,504

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:53

18,432

BootRec.exe.mui

10.0.26100.7920

17-Feb-26

23:53

3,584

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:53

35,328

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:53

26,112

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:53

37,888

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:53

40,448

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:53

34,816

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:53

25,088

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:53

15,872

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:53

16,896

winsqlite3.dll

3.51.1.0

17-Feb-26

23:53

1,115,904

fastprox.dll

10.0.26100.7920

17-Feb-26

23:53

978,944

wbemcomn.dll

10.0.26100.7920

17-Feb-26

23:53

495,616

wbemcore.dll

10.0.26100.7920

17-Feb-26

23:53

1,855,488

wbemess.dll

10.0.26100.7920

17-Feb-26

23:53

487,424

wow64con.dll

10.0.26100.7920

17-Feb-26

23:53

113,056

bcrypt.dll

10.0.26100.7920

17-Feb-26

23:53

114,160

bcryptprimitives.dll

10.0.26100.7920

17-Feb-26

23:53

473,192

cryptbase.dll

10.0.26100.7920

17-Feb-26

23:53

32,640

cryptsp.dll

10.0.26100.7920

17-Feb-26

23:53

76,560

DismCore.dll

10.0.26100.7920

17-Feb-26

23:53

372,128

DismProv.dll

10.0.26100.7920

17-Feb-26

23:53

209,312

DismCorePS.dll

10.0.26100.7920

17-Feb-26

23:53

99,744

LogProvider.dll

10.0.26100.7920

17-Feb-26

23:53

76,232

FolderProvider.dll

10.0.26100.7920

17-Feb-26

23:53

59,808

dhcpcore.dll

10.0.26100.7920

17-Feb-26

23:53

377,760

dhcpcsvc.dll

10.0.26100.7920

17-Feb-26

23:53

98,208

dhcpcore6.dll

10.0.26100.7920

17-Feb-26

23:53

260,000

dhcpcsvc6.dll

10.0.26100.7920

17-Feb-26

23:53

83,872

wer.dll

10.0.26100.7920

17-Feb-26

23:53

810,496

weretw.dll

10.0.26100.7920

17-Feb-26

23:53

188,024

werdiagcontroller.dll

10.0.26100.7920

17-Feb-26

23:53

41,984

wermgr.exe

10.0.26100.7920

17-Feb-26

23:53

235,936

WerFault.exe

10.0.26100.7920

17-Feb-26

23:53

533,408

WerFaultSecure.exe

10.0.26100.7920

17-Feb-26

23:53

181,368

Faultrep.dll

10.0.26100.7920

17-Feb-26

23:53

451,528

WerEnc.dll

10.0.26100.7920

17-Feb-26

23:53

27,936

FlightSettings.dll

10.0.26100.7920

17-Feb-26

23:53

974,208

iertutil.dll

11.0.26100.7920

17-Feb-26

23:53

2,356,888

msIso.dll

11.0.26100.7920

17-Feb-26

23:53

205,312

edgeIso.dll

11.0.26100.7920

17-Feb-26

23:53

373,248

kernel.appcore.dll

10.0.26100.7920

17-Feb-26

23:53

74,488

kernel32.dll

10.0.26100.7920

17-Feb-26

23:53

683,288

KernelBase.dll

10.0.26100.7920

17-Feb-26

23:53

2,903,832

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

10.0.26100.7920

17-Feb-26

23:53

13,216

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

10.0.26100.7920

17-Feb-26

23:53

13,216

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

10.0.26100.7920

17-Feb-26

23:53

12,744

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,192

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,192

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

10.0.26100.7920

17-Feb-26

23:53

16,288

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

13,216

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

10.0.26100.7920

17-Feb-26

23:53

13,256

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

10.0.26100.7920

17-Feb-26

23:53

12,744

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

10.0.26100.7920

17-Feb-26

23:53

12,744

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

10.0.26100.7920

17-Feb-26

23:53

13,728

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

15,776

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

10.0.26100.7920

17-Feb-26

23:53

12,192

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

10.0.26100.7920

17-Feb-26

23:53

13,216

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

10.0.26100.7920

17-Feb-26

23:53

13,728

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

10.0.26100.7920

17-Feb-26

23:53

13,216

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

10.0.26100.7920

17-Feb-26

23:53

12,744

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

10.0.26100.7920

17-Feb-26

23:53

13,728

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

15,264

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

10.0.26100.7920

17-Feb-26

23:53

13,256

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

14,792

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

14,752

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

10.0.26100.7920

17-Feb-26

23:53

13,216

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

10.0.26100.7920

17-Feb-26

23:53

13,768

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,744

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

10.0.26100.7920

17-Feb-26

23:53

14,752

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

10.0.26100.7920

17-Feb-26

23:53

13,216

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

18,336

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

13,728

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

10.0.26100.7920

17-Feb-26

23:53

13,216

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,704

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

10.0.26100.7920

17-Feb-26

23:53

12,744

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

10.0.26100.7920

17-Feb-26

23:53

13,728

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

10.0.26100.7920

17-Feb-26

23:53

13,728

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

10.0.26100.7920

17-Feb-26

23:53

13,728

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

10.0.26100.7920

17-Feb-26

23:53

16,840

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

10.0.26100.7920

17-Feb-26

23:53

13,216

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

10.0.26100.7920

17-Feb-26

23:53

15,304

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

10.0.26100.7920

17-Feb-26

23:53

13,768

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

10.0.26100.7920

17-Feb-26

23:53

13,216

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

10.0.26100.7920

17-Feb-26

23:53

23,456

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

10.0.26100.7920

17-Feb-26

23:53

20,936

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

10.0.26100.7920

17-Feb-26

23:53

67,488

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

10.0.26100.7920

17-Feb-26

23:53

13,728

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

10.0.26100.7920

17-Feb-26

23:53

17,824

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

10.0.26100.7920

17-Feb-26

23:53

18,848

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

10.0.26100.7920

17-Feb-26

23:53

19,360

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

10.0.26100.7920

17-Feb-26

23:53

15,264

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

10.0.26100.7920

17-Feb-26

23:53

13,216

ucrtbase.dll

10.0.26100.7920

17-Feb-26

23:53

1,114,168

msasn1.dll

10.0.26100.7920

17-Feb-26

23:53

52,240

msvcrt.dll

7.0.26100.7920

17-Feb-26

23:53

809,464

nlaapi.dll

10.0.26100.7920

17-Feb-26

23:53

24,064

nlmproxy.dll

10.0.26100.7920

17-Feb-26

23:53

19,456

nlmsprep.dll

10.0.26100.7920

17-Feb-26

23:53

17,920

ntdll.dll

10.0.26100.7920

17-Feb-26

23:53

1,818,760

windows.storage.dll

10.0.26100.7920

17-Feb-26

23:53

7,259,504

pcrpf.dll

10.0.26100.7920

17-Feb-26

23:53

240,128

rpcrt4.dll

10.0.26100.7920

17-Feb-26

23:53

772,248

KerbClientShared.dll

10.0.26100.7920

17-Feb-26

23:53

170,568

sechost.dll

10.0.26100.7920

17-Feb-26

23:53

530,016

fveapibase.dll

10.0.26100.7920

17-Feb-26

23:53

623,616

fveapi.dll

10.0.26100.7920

17-Feb-26

23:53

1,082,368

kerberos.dll

10.0.26100.7920

17-Feb-26

23:53

1,057,792

kerb3961.dll

10.0.26100.7920

17-Feb-26

23:53

137,480

NtlmShared.dll

10.0.26100.7920

17-Feb-26

23:53

63,616

schannel.dll

10.0.26100.7920

17-Feb-26

23:53

545,792

ServicingCommon.dll

10.0.26100.7920

17-Feb-26

23:53

826,512

DiagnosticDataSettings.dll

10.0.26100.7920

17-Feb-26

23:53

38,832

tbs.dll

10.0.26100.7920

17-Feb-26

23:53

83,328

msvcp_win.dll

10.0.26100.7920

17-Feb-26

23:53

505,776

usoapi.dll

10.0.26100.7920

17-Feb-26

23:53

101,888

UusBrain.dll

1451.2601.23012.0

17-Feb-26

23:53

342,944

Windows.Management.Update.dll

10.0.26100.7920

17-Feb-26

23:53

219,648

nsi.dll

10.0.26100.7920

17-Feb-26

23:53

21,824

winnsi.dll

10.0.26100.7920

17-Feb-26

23:53

34,704

ws2_32.dll

10.0.26100.7920

17-Feb-26

23:53

392,128

wups.dll

1451.2601.23012.0

17-Feb-26

23:53

118,176

wupscore.dll

1451.2601.23012.0

17-Feb-26

23:53

121,760

wuapicore.dll

1451.2601.23012.0

17-Feb-26

23:53

965,536

wuapi.dll

1451.2601.23012.0

17-Feb-26

23:53

203,680

wutrust.dll

1451.2601.23012.0

17-Feb-26

23:53

213,408

wusys.dll

10.0.26100.7920

17-Feb-26

23:53

232,352

win32u.dll

10.0.26100.7920

17-Feb-26

23:53

106,432

WindowsCodecs.dll

10.0.26100.7920

17-Feb-26

23:53

1,968,952

ReAgent.dll

10.0.26100.7920

17-Feb-26

23:53

670,112

ReInfo.dll

10.0.26100.7920

17-Feb-26

23:53

65,536

winsqlite3.dll

3.51.1.0

17-Feb-26

23:53

890,624

fastprox.dll

10.0.26100.7920

17-Feb-26

23:53

815,104

wbemcomn.dll

10.0.26100.7920

17-Feb-26

23:53

401,408

wbemcore.dll

10.0.26100.7920

17-Feb-26

23:53

1,659,904

File name

File version

Date

Time

File size

storufs.inf

Not versioned

17-Feb-26

23:55

26,264

storufs.sys

10.0.26100.7920

17-Feb-26

23:55

113,608

tpm.inf

Not versioned

17-Feb-26

23:55

11,618

tpm.sys

10.0.26100.7920

17-Feb-26

23:55

348,064

usb.inf

Not versioned

17-Feb-26

23:55

41,432

usbccgp.sys

10.0.26100.7920

17-Feb-26

23:55

176,544

usbhub3.inf

Not versioned

17-Feb-26

23:55

11,296

USBHUB3.SYS

10.0.26100.7920

17-Feb-26

23:55

695,712

usbport.inf

Not versioned

17-Feb-26

23:55

31,662

usbehci.sys

10.0.26100.7920

17-Feb-26

23:55

112,584

usbport.sys

10.0.26100.7920

17-Feb-26

23:55

466,848

usbhub.sys

10.0.26100.7920

17-Feb-26

23:55

439,200

usbd.sys

10.0.26100.7920

17-Feb-26

23:55

43,464

usbxhci.inf

Not versioned

17-Feb-26

23:55

8,452

USBXHCI.SYS

10.0.26100.7920

17-Feb-26

23:55

644,040

UsbXhciCompanion.dll

10.0.26100.7920

17-Feb-26

23:55

148,888

hvloader.dll

10.0.26100.7920

17-Feb-26

23:55

187,296

hvaa64.exe

10.0.26100.7920

17-Feb-26

23:55

1,402,272

{60FD87F8-4593-44A0-91B0-2E0DA022F248}.cip

Not versioned

17-Feb-26

23:55

9,172

driver.stl

Not versioned

17-Feb-26

23:55

15,113

previous.driver.stl

Not versioned

17-Feb-26

23:55

15,113

skci.dll

10.0.26100.7920

17-Feb-26

23:55

256,408

iumbase.dll

10.0.26100.7920

17-Feb-26

23:55

26,424

iumdll.dll

10.0.26100.7920

17-Feb-26

23:55

16,664

tprtdll.dll

10.0.26100.7920

17-Feb-26

23:55

390,120

vertdll.dll

10.0.26100.7920

17-Feb-26

23:55

180,920

ucrtbase_enclave.dll

10.0.26100.7920

17-Feb-26

23:55

450,488

veinterop.dll

10.0.26100.7920

17-Feb-26

23:55

31,104

securekernel.exe

10.0.26100.7920

17-Feb-26

23:55

984,480

VbsSiPolicy.p7b

Not versioned

17-Feb-26

23:55

81,434

SDFHost.dll

10.0.26100.7920

17-Feb-26

23:55

44,008

IumSdk.dll

10.0.26100.7920

17-Feb-26

23:55

23,792

Facilitator.dll

10.0.26100.7920

17-Feb-26

23:55

1,174,944

apisetschema.dll

10.0.26100.7920

17-Feb-26

23:55

183,200

chs_boot.ttf

Not versioned

17-Feb-26

23:55

3,696,736

chs_boot_EX.ttf

Not versioned

17-Feb-26

23:55

3,696,736

msyh_boot.ttf

Not versioned

17-Feb-26

23:55

189,952

msyh_boot_EX.ttf

Not versioned

17-Feb-26

23:55

189,992

cht_boot.ttf

Not versioned

17-Feb-26

23:55

3,879,472

cht_boot_EX.ttf

Not versioned

17-Feb-26

23:55

3,879,432

msjh_boot.ttf

Not versioned

17-Feb-26

23:55

201,392

msjh_boot_EX.ttf

Not versioned

17-Feb-26

23:55

201,352

wgl4_boot.ttf

Not versioned

17-Feb-26

23:55

50,108

wgl4_boot_EX.ttf

Not versioned

17-Feb-26

23:55

50,152

segmono_boot.ttf

Not versioned

17-Feb-26

23:55

45,876

segmono_boot_EX.ttf

Not versioned

17-Feb-26

23:55

45,920

segoe_slboot.ttf

Not versioned

17-Feb-26

23:55

103,008

segoe_slboot_EX.ttf

Not versioned

17-Feb-26

23:55

103,008

jpn_boot.ttf

Not versioned

17-Feb-26

23:55

1,986,884

jpn_boot_EX.ttf

Not versioned

17-Feb-26

23:55

1,986,884

meiryo_boot.ttf

Not versioned

17-Feb-26

23:55

176,040

meiryo_boot_EX.ttf

Not versioned

17-Feb-26

23:55

176,044

kor_boot.ttf

Not versioned

17-Feb-26

23:55

2,374,016

kor_boot_EX.ttf

Not versioned

17-Feb-26

23:55

2,374,056

malgun_boot.ttf

Not versioned

17-Feb-26

23:55

201,972

malgun_boot_EX.ttf

Not versioned

17-Feb-26

23:55

201,972

kdnet.dll

10.0.26100.7920

17-Feb-26

23:55

116,640

kdstub.dll

10.0.26100.7920

17-Feb-26

23:55

50,080

efisys.bin

Not versioned

17-Feb-26

23:55

1,720,320

efisys_EX.bin

Not versioned

17-Feb-26

23:55

1,720,320

efisys_noprompt.bin

Not versioned

17-Feb-26

23:55

1,720,320

efisys_noprompt_EX.bin

Not versioned

17-Feb-26

23:55

1,720,320

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

94,624

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

94,624

bootmgr.efi.mui

10.0.28000.317

17-Feb-26

23:55

90,016

bootmgr_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

90,016

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

93,600

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

93,600

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

92,616

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

92,616

bootmgr.efi.mui

10.0.28000.317

17-Feb-26

23:55

90,056

bootmgr_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

90,056

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

97,224

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

97,224

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

97,696

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

97,696

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

90,016

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

90,016

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

90,056

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

90,056

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

94,664

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

94,664

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

91,040

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

91,040

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

93,640

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

93,640

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

96,712

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

96,712

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

94,152

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

94,152

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

81,312

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

81,312

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

80,800

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

80,800

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

92,576

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

92,576

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

92,104

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

92,104

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

92,064

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

92,064

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

95,648

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

95,648

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

94,112

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

94,112

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

93,088

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

93,088

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

93,128

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

93,128

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

76,192

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

76,192

bootmgfw.efi.mui

10.0.28000.317

17-Feb-26

23:55

76,704

bootmgfw_EX.efi.mui

10.0.28000.317

17-Feb-26

23:55

76,704

tcblaunch.exe

10.0.26100.7920

17-Feb-26

23:55

894,152

tcbloader.dll

10.0.26100.7920

17-Feb-26

23:55

281,504

DrtmAuthArm.wim

Not versioned

17-Feb-26

23:55

7,412

bootmgfw.efi

10.0.28000.317

17-Feb-26

23:55

3,030,944

bootmgfw_EX.efi

10.0.28000.317

17-Feb-26

23:55

3,030,840

SecureBootRecovery.efi

Not versioned

17-Feb-26

23:55

177,568

bootmgr.efi

10.0.28000.317

17-Feb-26

23:55

3,013,024

bootmgr_EX.efi

10.0.28000.317

17-Feb-26

23:55

3,013,024

boot.stl

Not versioned

17-Feb-26

23:55

10,853

boot.pnd.stl

Not versioned

17-Feb-26

23:55

11,556

winsipolicy.p7b

Not versioned

17-Feb-26

23:55

10,341

bootux.dll

10.0.26100.7920

17-Feb-26

23:55

5,186,048

winload.efi

10.0.26100.7920

17-Feb-26

23:55

3,156,408

bfsvc.exe

10.0.26100.7920

17-Feb-26

23:55

109,568

bootsvc.dll

10.0.26100.7920

17-Feb-26

23:55

287,232

bcrypt.dll

10.0.26100.7920

17-Feb-26

23:55

294,640

bcryptprimitives.dll

10.0.26100.7920

17-Feb-26

23:55

981,064

BootMenuUX.dll

10.0.26100.7920

17-Feb-26

23:55

250,880

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

44,544

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

54,784

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

51,712

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

49,152

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

57,344

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

59,392

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

45,056

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

53,760

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

48,128

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

50,688

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

57,856

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

39,936

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

51,200

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

52,736

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

29,184

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

27,136

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

50,176

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

49,664

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

48,640

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

20,992

bootux.dll.mui

10.0.26100.7920

17-Feb-26

23:55

21,504

bootim.exe

10.0.26100.7920

17-Feb-26

23:55

34,816

driversipolicy.p7b

Not versioned

17-Feb-26

23:55

229,162

ntdll.dll

10.0.26100.7920

17-Feb-26

23:55

2,419,488

cng.sys

10.0.26100.7920

17-Feb-26

23:55

787,240

ci.dll

10.0.26100.7920

17-Feb-26

23:55

1,013,616

cryptbase.dll

10.0.26100.7920

17-Feb-26

23:55

76,152

symcryptk.dll

103.9.1.0

17-Feb-26

23:55

36,808

cryptsp.dll

10.0.26100.7920

17-Feb-26

23:55

176,816

dosvc.dll.mui

10.0.26100.7920

17-Feb-26

23:55

3,584

dosvc.dll.mui

10.0.26100.7920

17-Feb-26

23:55

3,072

DismCore.dll

10.0.26100.7920

17-Feb-26

23:55

785,864

DismProv.dll

10.0.26100.7920

17-Feb-26

23:55

526,240

DismCorePS.dll

10.0.26100.7920

17-Feb-26

23:55

410,528

LogProvider.dll

10.0.26100.7920

17-Feb-26

23:55

200,096

FolderProvider.dll

10.0.26100.7920

17-Feb-26

23:55

162,720

doclient.dll

1451.2601.23012.0

17-Feb-26

23:55

1,977,760

dosvc.dll

10.0.26100.7920

17-Feb-26

23:55

158,720

2213703c9c64cc61ba900531652e23c84728d2a2.xml

Not versioned

17-Feb-26

23:55

4,106

8921b5587b25ac906f6851660e78916b20b2b8d6.xml

Not versioned

17-Feb-26

23:55

1,542

7b9b1ea12d1b4fc12ccbc5aeda559b08838bf86a.xml

Not versioned

17-Feb-26

23:55

2,522

dhcpcore.dll

10.0.26100.7920

17-Feb-26

23:55

780,192

dhcpcsvc.dll

10.0.26100.7920

17-Feb-26

23:55

252,320

dhcpcore6.dll

10.0.26100.7920

17-Feb-26

23:55

541,640

dhcpcsvc6.dll

10.0.26100.7920

17-Feb-26

23:55

173,472

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:55

19,968

WerFaultSecure.exe.mui

10.0.26100.7920

17-Feb-26

23:55

6,656

faultrep.dll.mui

10.0.26100.7920

17-Feb-26

23:55

6,656

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:55

22,528

WerFaultSecure.exe.mui

10.0.26100.7920

17-Feb-26

23:55

7,168

faultrep.dll.mui

10.0.26100.7920

17-Feb-26

23:55

7,168

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:55

21,504

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:55

20,992

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:55

24,576

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:55

25,600

WerFaultSecure.exe.mui

10.0.26100.7920

17-Feb-26

23:55

8,192

faultrep.dll.mui

10.0.26100.7920

17-Feb-26

23:55

8,192

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:55

20,480

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:55

22,016

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:55

19,456

WerFaultSecure.exe.mui

10.0.26100.7920

17-Feb-26

23:55

7,680

faultrep.dll.mui

10.0.26100.7920

17-Feb-26

23:55

7,680

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:55

18,432

WerFaultSecure.exe.mui

10.0.26100.7920

17-Feb-26

23:55

6,144

faultrep.dll.mui

10.0.26100.7920

17-Feb-26

23:55

6,144

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:55

23,040

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:55

13,312

WerFaultSecure.exe.mui

10.0.26100.7920

17-Feb-26

23:55

5,120

faultrep.dll.mui

10.0.26100.7920

17-Feb-26

23:55

5,120

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:55

12,800

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:55

23,552

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:55

9,728

WerFaultSecure.exe.mui

10.0.26100.7920

17-Feb-26

23:55

4,608

faultrep.dll.mui

10.0.26100.7920

17-Feb-26

23:55

4,608

WerFault.exe.mui

10.0.26100.7920

17-Feb-26

23:55

10,240

wer.dll.mui

10.0.26100.7920

17-Feb-26

23:55

11,264

wer.dll.mui

10.0.26100.7920

17-Feb-26

23:55

12,288

wer.dll.mui

10.0.26100.7920

17-Feb-26

23:55

11,776

wer.dll.mui

10.0.26100.7920

17-Feb-26

23:55

13,312

wer.dll.mui

10.0.26100.7920

17-Feb-26

23:55

12,800

wer.dll.mui

10.0.26100.7920

17-Feb-26

23:55

9,728

wer.dll.mui

10.0.26100.7920

17-Feb-26

23:55

8,192

wer.dll.mui

10.0.26100.7920

17-Feb-26

23:55

10,752

wer.dll.mui

10.0.26100.7920

17-Feb-26

23:55

7,168

wer.dll

10.0.26100.7920

17-Feb-26

23:55

1,955,536

weretw.dll

10.0.26100.7920

17-Feb-26

23:55

516,096

werdiagcontroller.dll

10.0.26100.7920

17-Feb-26

23:55

52,736

wermgr.exe

10.0.26100.7920

17-Feb-26

23:55

279,968

WerFault.exe

10.0.26100.7920

17-Feb-26

23:55

1,082,312

WerFaultSecure.exe

10.0.26100.7920

17-Feb-26

23:55

208,280

Faultrep.dll

10.0.26100.7920

17-Feb-26

23:55

920,560

WerEnc.dll

10.0.26100.7920

17-Feb-26

23:55

34,704

fbwf.sys

10.0.26100.7920

17-Feb-26

23:55

141,144

FlightSettings.dll

10.0.26100.7920

17-Feb-26

23:55

2,445,232

ctac.json

Not versioned

17-Feb-26

23:55

83,946

cmi2migxml.dll

10.0.26100.7920

17-Feb-26

23:55

216,520

csiagent.dll

10.0.26100.7920

17-Feb-26

23:55

739,272

diagER.dll

10.0.26100.7920

17-Feb-26

23:55

77,728

hwcompat.dll

10.0.26100.7920

17-Feb-26

23:55

234,912

hwcompat.txt

Not versioned

17-Feb-26

23:55

218,960

hwexclude.txt

Not versioned

17-Feb-26

23:55

51

icbexclusion.inf

Not versioned

17-Feb-26

23:55

7,222

migapp.xml

Not versioned

17-Feb-26

23:55

654,548

migcore.dll

10.0.26100.7920

17-Feb-26

23:55

9,908,640

mighost.exe

10.0.26100.7920

17-Feb-26

23:55

271,264

migres.dll

10.0.26100.7920

17-Feb-26

23:55

17,312

migisol.dll

10.0.26100.7920

17-Feb-26

23:55

124,872

migstore.dll

10.0.26100.7920

17-Feb-26

23:55

1,407,904

migsys.dll

10.0.26100.7920

17-Feb-26

23:55

483,272

MXEAgent.dll

10.0.26100.7920

17-Feb-26

23:55

395,680

AppExtAgent.dll

10.0.26100.7920

17-Feb-26

23:55

499,656

offline.xml

Not versioned

17-Feb-26

23:55

44,831

oscomps.xml

Not versioned

17-Feb-26

23:55

449,323

osfilter.inf

Not versioned

17-Feb-26

23:55

21,299

pnppropmig.dll

10.0.26100.7920

17-Feb-26

23:55

93,600

ReserveManager.dll

10.0.26100.7920

17-Feb-26

23:55

345,032

setupplatform.cfg

Not versioned

17-Feb-26

23:55

15,971

setupplatform.dll

1.97.26100.7920

17-Feb-26

23:55

10,315,680

setupplatform.exe

1.97.26100.7920

17-Feb-26

23:55

239,008

SFCN.dat

Not versioned

17-Feb-26

23:55

1,824

SFLCID.dat

Not versioned

17-Feb-26

23:55

1,644

SFLISTW7.dat

Not versioned

17-Feb-26

23:55

1,703,368

SFLISTW8.dat

Not versioned

17-Feb-26

23:55

2,608,858

SFLISTWB.dat

Not versioned

17-Feb-26

23:55

3,172,904

SFLISTWT.dat

Not versioned

17-Feb-26

23:55

4,935,402

SFLISTRS1.dat

Not versioned

17-Feb-26

23:55

5,593,182

SFPAT.inf

Not versioned

17-Feb-26

23:55

11,602

SFPATW7.inf

Not versioned

17-Feb-26

23:55

17,396

SFPATW8.inf

Not versioned

17-Feb-26

23:55

79,818

SFPATWB.inf

Not versioned

17-Feb-26

23:55

91,635

SFPATWT.inf

Not versioned

17-Feb-26

23:55

165,729

SFPATRS1.inf

Not versioned

17-Feb-26

23:55

169,730

unbcl.dll

10.0.26100.7920

17-Feb-26

23:55

1,112,992

upgradeagent.dll

10.0.26100.7920

17-Feb-26

23:55

3,451,296

upgradeagent.xml

Not versioned

17-Feb-26

23:55

70,907

upgrade_comp.xml

Not versioned

17-Feb-26

23:55

6,054

upgrade_bulk.xml

Not versioned

17-Feb-26

23:55

211,949

upgrade_data.xml

Not versioned

17-Feb-26

23:55

41,750

upgrade_frmwrk.xml

Not versioned

17-Feb-26

23:55

19,157

upgWow_bulk.xml

Not versioned

17-Feb-26

23:55

114,707

upgWowA32_bulk.xml

Not versioned

17-Feb-26

23:55

114,697

uninstall.xml

Not versioned

17-Feb-26

23:55

4,639

uninstall_data.xml

Not versioned

17-Feb-26

23:55

11,122

wdsutil.dll

10.0.26100.7920

17-Feb-26

23:55

352,712

WinSetupMon.hiv

Not versioned

17-Feb-26

23:55

8,192

WinSetupMon.sys

10.0.26100.7920

17-Feb-26

23:55

145,840

drupdate.dll

10.0.26100.7920

17-Feb-26

23:55

410,056

oobeldretw.dll

10.0.26100.7920

17-Feb-26

23:55

16,760

setupugcetw.dll

10.0.26100.7920

17-Feb-26

23:55

16,248

sysprepetw.dll

10.0.26100.7920

17-Feb-26

23:55

20,344

windeployetw.dll

10.0.26100.7920

17-Feb-26

23:55

16,752

esscli.dll

10.0.26100.7920

17-Feb-26

23:55

459,168

fastprox.dll

10.0.26100.7920

17-Feb-26

23:55

2,044,360

mofd.dll

10.0.26100.7920

17-Feb-26

23:55

396,744

mofinstall.dll

10.0.26100.7920

17-Feb-26

23:55

112,032

repdrvfs.dll

10.0.26100.7920

17-Feb-26

23:55

432,544

wbemcomn.dll

10.0.26100.7920

17-Feb-26

23:55

1,058,720

wbemcore.dll

10.0.26100.7920

17-Feb-26

23:55

2,079,176

wbemprox.dll

10.0.26100.7920

17-Feb-26

23:55

56,224

wmi_tracing.mof

Not versioned

17-Feb-26

23:55

1,682

wmiutils.dll

10.0.26100.7920

17-Feb-26

23:55

162,720

actionqueue.dll

10.0.26100.7920

17-Feb-26

23:55

431,560

appcompat_detailed.xsl

Not versioned

17-Feb-26

23:55

13,608

appcompat_detailed_bidi.xsl

Not versioned

17-Feb-26

23:55

13,732

cdplib.mof

Not versioned

17-Feb-26

23:55

1,976

cdplibuninstall.mof

Not versioned

17-Feb-26

23:55

571

dpx.dll

10.0.26100.7920

17-Feb-26

23:55

1,938,848

UpdateCompression.dll

5.0.1.1

17-Feb-26

23:55

1,075,104

itgtupg.dll

10.0.26100.7920

17-Feb-26

23:55

100,728

migtestplugin.dll

10.0.26100.7920

17-Feb-26

23:55

56,696

msdelta.dll

5.0.1.1

17-Feb-26

23:55

947,616

mspatcha.dll

5.0.1.1

17-Feb-26

23:55

116,128

smiengine.dll

10.0.26100.7920

17-Feb-26

23:55

1,696,672

wcmtypes.xsd

Not versioned

17-Feb-26

23:55

1,047

wdsupgcompl.dll

10.0.26100.7920

17-Feb-26

23:55

27,000

auditetw.dll

10.0.26100.7920

17-Feb-26

23:55

16,288

cmisetupetw.dll

10.0.26100.7920

17-Feb-26

23:55

16,760

etwproviderinstall.vbs

Not versioned

17-Feb-26

23:55

6,868

setupcletw.dll

10.0.26100.7920

17-Feb-26

23:55

20,856

winsetupetw.dll

10.0.26100.7920

17-Feb-26

23:55

68,984

migres.dll.mui

10.0.26100.7920

17-Feb-26

23:55

7,680

setupplatform.exe.mui

1.97.26100.7920

17-Feb-26

23:55

14,240

migres.dll.mui

10.0.26100.7920

17-Feb-26

23:55

8,192

setupplatform.exe.mui

1.97.26100.7920

17-Feb-26

23:55

14,280

setupplatform.exe.mui

1.97.26100.7920

17-Feb-26

23:55

14,752

setupplatform.exe.mui

1.97.26100.7920

17-Feb-26

23:55

14,792

migres.dll.mui

10.0.26100.7920

17-Feb-26

23:55

8,704

migres.dll.mui

10.0.26100.7920

17-Feb-26

23:55

7,168

setupplatform.exe.mui

1.97.26100.7920

17-Feb-26

23:55

13,728

migres.dll.mui

10.0.26100.7920

17-Feb-26

23:55

6,656

setupplatform.exe.mui

1.97.26100.7920

17-Feb-26

23:55

13,256

migres.dll.mui

10.0.26100.7920

17-Feb-26

23:55

6,144

setupplatform.exe.mui

1.97.26100.7920

17-Feb-26

23:55

13,216

migres.dll.mui

10.0.26100.7920

17-Feb-26

23:55

5,632

iertutil.dll

11.0.26100.7920

17-Feb-26

23:55

3,474,608

msIso.dll

11.0.26100.7920

17-Feb-26

23:55

529,920

edgeIso.dll

11.0.26100.7920

17-Feb-26

23:55

827,904

kernel.appcore.dll

10.0.26100.7920

17-Feb-26

23:55

183,016

kernel32.dll

10.0.26100.7920

17-Feb-26

23:55

1,459,312

KernelBase.dll

10.0.26100.7920

17-Feb-26

23:55

7,032,312

dxgkrnl.sys

10.0.26100.7920

17-Feb-26

23:55

4,928,416

cdd.dll

10.0.26100.7920

17-Feb-26

23:55

259,584

dxgmms1.sys

10.0.26100.7920

17-Feb-26

23:55

462,752

dxgmms2.sys

10.0.26100.7920

17-Feb-26

23:55

1,077,664

dxgkrnl.sys.mui

10.0.26100.7920

17-Feb-26

23:55

117,760

dxgmms2.sys.mui

10.0.26100.7920

17-Feb-26

23:55

5,120

cdd.dll.mui

10.0.26100.7920

17-Feb-26

23:55

3,072

dxgmms2.sys.mui

10.0.26100.7920

17-Feb-26

23:55

5,632

cdd.dll.mui

10.0.26100.7920

17-Feb-26

23:55

2,560

dxgkrnl.sys.mui

10.0.26100.7920

17-Feb-26

23:55

119,296

dxgkrnl.sys.mui

10.0.26100.7920

17-Feb-26

23:55

116,224

dxgmms2.sys.mui

10.0.26100.7920

17-Feb-26

23:55

4,608

dxgkrnl.sys.mui

10.0.26100.7920

17-Feb-26

23:55

115,712

dxgkrnl.sys.mui

10.0.26100.7920

17-Feb-26

23:55

118,784

dxgkrnl.sys.mui

10.0.26100.7920

17-Feb-26

23:55

115,200

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

10.0.26100.7920

17-Feb-26

23:55

22,432

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

10.0.26100.7920

17-Feb-26

23:55

22,432

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

10.0.26100.7920

17-Feb-26

23:55

21,408

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

10.0.26100.7920

17-Feb-26

23:55

20,936

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

10.0.26100.7920

17-Feb-26

23:55

21,408

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

10.0.26100.7920

17-Feb-26

23:55

21,408

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

10.0.26100.7920

17-Feb-26

23:55

20,896

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

10.0.26100.7920

17-Feb-26

23:55

21,408

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

10.0.26100.7920

17-Feb-26

23:55

21,448

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

10.0.26100.7920

17-Feb-26

23:55

20,936

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

10.0.26100.7920

17-Feb-26

23:55

20,896

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

10.0.26100.7920

17-Feb-26

23:55

29,600

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

10.0.26100.7920

17-Feb-26

23:55

21,448

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

10.0.26100.7920

17-Feb-26

23:55

21,408

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

10.0.26100.7920

17-Feb-26

23:55

21,448

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

10.0.26100.7920

17-Feb-26

23:55

22,472

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

10.0.26100.7920

17-Feb-26

23:55

21,408

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

10.0.26100.7920

17-Feb-26

23:55

21,920

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

10.0.26100.7920

17-Feb-26

23:55

20,896

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

10.0.26100.7920

17-Feb-26

23:55

23,456

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

10.0.26100.7920

17-Feb-26

23:55

21,448

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

10.0.26100.7920

17-Feb-26

23:55

27,552

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

10.0.26100.7920

17-Feb-26

23:55

20,896

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

10.0.26100.7920

17-Feb-26

23:55

22,432

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

10.0.26100.7920

17-Feb-26

23:55

23,456

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

10.0.26100.7920

17-Feb-26

23:55

22,472

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

10.0.26100.7920

17-Feb-26

23:55

21,920

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

10.0.26100.7920

17-Feb-26

23:55

23,456

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

10.0.26100.7920

17-Feb-26

23:55

21,408

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

10.0.26100.7920

17-Feb-26

23:55

26,528

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

10.0.26100.7920

17-Feb-26

23:55

22,944

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

10.0.26100.7920

17-Feb-26

23:55

21,920

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

10.0.26100.7920

17-Feb-26

23:55

20,896

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

10.0.26100.7920

17-Feb-26

23:55

21,408

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

10.0.26100.7920

17-Feb-26

23:55

25,504

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

10.0.26100.7920

17-Feb-26

23:55

22,472

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

10.0.26100.7920

17-Feb-26

23:55

21,920

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

10.0.26100.7920

17-Feb-26

23:55

20,896

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

10.0.26100.7920

17-Feb-26

23:55

25,504

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

10.0.26100.7920

17-Feb-26

23:55

22,944

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

10.0.26100.7920

17-Feb-26

23:55

23,456

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

10.0.26100.7920

17-Feb-26

23:55

21,920

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

10.0.26100.7920

17-Feb-26

23:55

21,408

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

10.0.26100.7920

17-Feb-26

23:55

26,016

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

10.0.26100.7920

17-Feb-26

23:55

22,984

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

10.0.26100.7920

17-Feb-26

23:55

21,448

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

10.0.26100.7920

17-Feb-26

23:55

21,920

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

10.0.26100.7920

17-Feb-26

23:55

33,696

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

10.0.26100.7920

17-Feb-26

23:55

21,448

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

10.0.26100.7920

17-Feb-26

23:55

21,408

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

10.0.26100.7920

17-Feb-26

23:55

21,408

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

10.0.26100.7920

17-Feb-26

23:55

21,920

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

10.0.26100.7920

17-Feb-26

23:55

23,968

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

10.0.26100.7920

17-Feb-26

23:55

21,920

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

10.0.26100.7920

17-Feb-26

23:55

12,192

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

10.0.26100.7920

17-Feb-26

23:55

21,920

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

10.0.26100.7920

17-Feb-26

23:55

21,408

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

10.0.26100.7920

17-Feb-26

23:55

22,944

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

10.0.26100.7920

17-Feb-26

23:55

23,456

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

10.0.26100.7920

17-Feb-26

23:55

23,968

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

10.0.26100.7920

17-Feb-26

23:55

30,624

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

10.0.26100.7920

17-Feb-26

23:55

22,432

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

10.0.26100.7920

17-Feb-26

23:55

26,528

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

10.0.26100.7920

17-Feb-26

23:55

23,496

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

10.0.26100.7920

17-Feb-26

23:55

22,944

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

10.0.26100.7920

17-Feb-26

23:55

41,928

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

10.0.26100.7920

17-Feb-26

23:55

39,368

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

10.0.26100.7920

17-Feb-26

23:55

135,584

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

10.0.26100.7920

17-Feb-26

23:55

23,968

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

10.0.26100.7920

17-Feb-26

23:55

31,688

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

10.0.26100.7920

17-Feb-26

23:55

35,272

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

10.0.26100.7920

17-Feb-26

23:55

35,744

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

10.0.26100.7920

17-Feb-26

23:55

27,040

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

10.0.26100.7920

17-Feb-26

23:55

22,944

ucrtbase.dll

10.0.26100.7920

17-Feb-26

23:55

2,262,384

migapp.dll

10.0.26100.7920

17-Feb-26

23:55

334,272

MXEAgent.dll

10.0.26100.7920

17-Feb-26

23:55

395,720

AppExtAgent.dll

10.0.26100.7920

17-Feb-26

23:55

499,616

SFLISTXP.dat

Not versioned

17-Feb-26

23:55

1,459,226

SFLISTLH.dat

Not versioned

17-Feb-26

23:55

3,347,940

SFPATXP.inf

Not versioned

17-Feb-26

23:55

4,355

SFPATLH.inf

Not versioned

17-Feb-26

23:55

8,678

msasn1.dll

10.0.26100.7920

17-Feb-26

23:55

140,656

msvcrt.dll

7.0.26100.7920

17-Feb-26

23:55

1,324,424

Narrator.exe

10.0.26100.7920

17-Feb-26

23:55

1,356,800

DetailedReading-Default.xml

Not versioned

17-Feb-26

23:55

3,944

Narrator.lnk

Not versioned

17-Feb-26

23:55

1,108

netio.sys

10.0.26100.7920

17-Feb-26

23:55

675,744

ncsi.dll

10.0.26100.7920

17-Feb-26

23:55

1,234,944

netprofmsvc.dll

10.0.26100.7920

17-Feb-26

23:55

2,168,832

nlaapi.dll

10.0.26100.7920

17-Feb-26

23:55

75,264

nlmproxy.dll

10.0.26100.7920

17-Feb-26

23:55

77,312

nlmsprep.dll

10.0.26100.7920

17-Feb-26

23:55

57,344

ntdll.dll

10.0.26100.7920

17-Feb-26

23:55

4,343,632

windows.storage.dll

10.0.26100.7920

17-Feb-26

23:55

18,934,504

ntoskrnl.exe

10.0.26100.7920

17-Feb-26

23:55

11,483,040

pcrpf.dll

10.0.26100.7920

17-Feb-26

23:55

651,776

pcrpf.dll.mui

10.0.26100.7920

17-Feb-26

23:55

6,144

pdc.sys

10.0.26100.7920

17-Feb-26

23:55

199,584

kmpdc.sys

10.0.26100.7920

17-Feb-26

23:55

50,592

rpcrt4.dll

10.0.26100.7920

17-Feb-26

23:55

2,102,888

reagent.adml

Not versioned

17-Feb-26

23:55

1,817

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:55

10,752

wdsimage.dll.mui

10.0.26100.7920

17-Feb-26

23:55

6,144

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:55

12,288

reagent.adml

Not versioned

17-Feb-26

23:55

2,035

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:55

11,264

reagent.adml

Not versioned

17-Feb-26

23:55

2,016

reagent.adml

Not versioned

17-Feb-26

23:55

2,263

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:55

12,800

wdsimage.dll.mui

10.0.26100.7920

17-Feb-26

23:55

6,656

reagent.adml

Not versioned

17-Feb-26

23:55

3,659

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:55

13,312

reagent.adml

Not versioned

17-Feb-26

23:55

2,091

reagent.adml

Not versioned

17-Feb-26

23:55

2,166

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:55

11,776

reagent.adml

Not versioned

17-Feb-26

23:55

2,272

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:55

9,728

reagent.adml

Not versioned

17-Feb-26

23:55

2,348

reagent.adml

Not versioned

17-Feb-26

23:55

2,088

reagent.adml

Not versioned

17-Feb-26

23:55

2,399

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:55

8,192

wdsimage.dll.mui

10.0.26100.7920

17-Feb-26

23:55

4,608

reagent.adml

Not versioned

17-Feb-26

23:55

1,908

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:55

7,680

reagent.adml

Not versioned

17-Feb-26

23:55

2,089

wdsimage.dll.mui

10.0.26100.7920

17-Feb-26

23:55

7,168

reagent.adml

Not versioned

17-Feb-26

23:55

2,099

reagent.adml

Not versioned

17-Feb-26

23:55

2,093

reagent.adml

Not versioned

17-Feb-26

23:55

2,106

reagent.adml

Not versioned

17-Feb-26

23:55

3,348

reagent.adml

Not versioned

17-Feb-26

23:55

2,117

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:55

10,240

reagent.adml

Not versioned

17-Feb-26

23:55

2,133

wdsimage.dll.mui

10.0.26100.7920

17-Feb-26

23:55

5,632

reagent.adml

Not versioned

17-Feb-26

23:55

1,718

reagent.dll.mui

10.0.26100.7920

17-Feb-26

23:55

6,144

wdsimage.dll.mui

10.0.26100.7920

17-Feb-26

23:55

4,096

reagent.adml

Not versioned

17-Feb-26

23:55

1,706

reagent.admx

Not versioned

17-Feb-26

23:55

1,240

reagent.dll

10.0.26100.7920

17-Feb-26

23:55

1,271,200

reagent.xml

Not versioned

17-Feb-26

23:55

837

SetupPlatform.cfg

Not versioned

17-Feb-26

23:55

22,945

wdscore.dll

10.0.26100.7920

17-Feb-26

23:55

260,000

WinSetupBoot.hiv

Not versioned

17-Feb-26

23:55

8,192

WinSetupBoot.sys

10.0.26100.7920

17-Feb-26

23:55

105,376

wdsclientapi.dll

10.0.26100.7920

17-Feb-26

23:55

252,280

wdscsl.dll

10.0.26100.7920

17-Feb-26

23:55

94,664

wdsimage.dll

10.0.26100.7920

17-Feb-26

23:55

111,520

wdstptc.dll

10.0.26100.7920

17-Feb-26

23:55

199,032

fvevol.sys

10.0.26100.7920

17-Feb-26

23:55

891,336

dumpfve.sys

10.0.26100.7920

17-Feb-26

23:55

108,200

fverecoverux.dll

10.0.26100.7920

17-Feb-26

23:55

131,584

bcd.dll

10.0.26100.7920

17-Feb-26

23:55

145,208

bootsvc.dll

10.0.26100.7920

17-Feb-26

23:55

287,224

hwreqchk.dll

Not versioned

17-Feb-26

23:55

806,304

ServicingCommon.dll

10.0.26100.7920

17-Feb-26

23:55

1,887,448

utcapi.dll

10.0.26100.7920

17-Feb-26

23:55

46,496

wimgapi.dll

10.0.26100.7920

17-Feb-26

23:55

1,542,600

wdscommonlib.dll

10.0.26100.7920

17-Feb-26

23:55

322,464

dismapi.dll

10.0.26100.7920

17-Feb-26

23:55

2,187,720

dismcoreps.dll

10.0.26100.7920

17-Feb-26

23:55

222,112

dismprov.dll

10.0.26100.7920

17-Feb-26

23:55

298,400

folderprovider.dll

10.0.26100.7920

17-Feb-26

23:55

162,760

imagingprovider.dll

10.0.26100.7920

17-Feb-26

23:55

470,432

logprovider.dll

10.0.26100.7920

17-Feb-26

23:55

180,128

vhdprovider.dll

10.0.26100.7920

17-Feb-26

23:55

1,090,504

wimprovider.dll

10.0.26100.7920

17-Feb-26

23:55

1,283,488

unattend.dll

10.0.26100.7920

17-Feb-26

23:55

353,736

wpx.dll

10.0.26100.7920

17-Feb-26

23:55

1,557,920

locale.nls

Not versioned

17-Feb-26

23:55

862,800

nlsbres.dll

10.0.26100.7920

17-Feb-26

23:55

94,664

KerbClientShared.dll

10.0.26100.7920

17-Feb-26

23:55

384,520

sechost.dll

10.0.26100.7920

17-Feb-26

23:55

1,169,488

fveapibase.dll

10.0.26100.7920

17-Feb-26

23:55

1,293,312

fveapi.dll

10.0.26100.7920

17-Feb-26

23:55

2,200,576

kerberos.dll

10.0.26100.7920

17-Feb-26

23:55

2,389,504

kerb3961.dll

10.0.26100.7920

17-Feb-26

23:55

313,696

localkdcsvc.dll

10.0.26100.7920

17-Feb-26

23:55

880,640

LsaIso.exe

10.0.26100.7920

17-Feb-26

23:55

370,440

iumcrypt.dll

10.0.26100.7920

17-Feb-26

23:55

141,168

NtlmShared.dll

10.0.26100.7920

17-Feb-26

23:55

160,296

schannel.dll

10.0.26100.7920

17-Feb-26

23:55

1,282,048

ResetEngine.dll

10.0.26100.7920

17-Feb-26

23:55

3,425,184

ResetTelemetry.dll

10.0.26100.7920

17-Feb-26

23:55

583,072

ResetEngine.exe

10.0.26100.7920

17-Feb-26

23:55

26,568

ResetPluginHost.exe

10.0.26100.7920

17-Feb-26

23:55

41,472

srms.dat

Not versioned

17-Feb-26

23:55

60,961

sysreset.exe

10.0.26100.7920

17-Feb-26

23:55

480,256

ResetEngOnline.dll

10.0.26100.7920

17-Feb-26

23:55

228,352

SysResetErr.exe

10.0.26100.7920

17-Feb-26

23:55

62,880

ResetEngOnline.dll.mui

10.0.26100.7920

17-Feb-26

23:55

2,560

sysreseterr.exe.mui

10.0.26100.7920

17-Feb-26

23:55

3,072

ResetEngine.dll.mui

10.0.26100.7920

17-Feb-26

23:55

4,096

ResetEngOnline.dll.mui

10.0.26100.7920

17-Feb-26

23:55

3,072

ResetEngine.dll.mui

10.0.26100.7920

17-Feb-26

23:55

4,608

sysreseterr.exe.mui

10.0.26100.7920

17-Feb-26

23:55

2,560

ResetEngine.dll.mui

10.0.26100.7920

17-Feb-26

23:55

3,584

tcpip.sys

10.0.26100.7920

17-Feb-26

23:55

3,314,120

FWPKCLNT.SYS

10.0.26100.7920

17-Feb-26

23:55

540,064

tcpipreg.sys

10.0.26100.7920

17-Feb-26

23:55

62,464

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

264,704

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

275,456

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

270,336

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

268,800

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

271,872

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

274,432

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

263,680

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

267,776

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

269,824

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

261,120

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

273,408

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

269,312

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

250,368

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

247,296

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

268,288

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

266,240

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

274,944

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

272,384

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

271,360

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

267,264

tcpip.sys.mui

10.0.26100.7920

17-Feb-26

23:55

243,200

DiagnosticDataSettings.dll

10.0.26100.7920

17-Feb-26

23:55

94,232

tbs.dll

10.0.26100.7920

17-Feb-26

23:55

181,032

tbs.sys

10.0.26100.7920

17-Feb-26

23:55

44,960

usodocked.dll

10.0.26100.7920

17-Feb-26

23:55

1,466,368

usosvc.dll.mui

10.0.26100.7920

17-Feb-26

23:55

3,584

usosvc.dll.mui

10.0.26100.7920

17-Feb-26

23:55

4,096

usosvc.dll.mui

10.0.26100.7920

17-Feb-26

23:55

3,072

8acdd7e8a35f165b675b664e7ef8753ef4782f32.xml

Not versioned

17-Feb-26

23:55

3,314

72aceda3d9ebaa195b776ea9042fdf4dc3d29834.xml

Not versioned

17-Feb-26

23:55

2,496

7bc20c224f17145165aedb3fce9bda4f3c563cd7.xml

Not versioned

17-Feb-26

23:55

2,344

465bb23da8d1bea1a024758ba463bc1a7c487362.xml

Not versioned

17-Feb-26

23:55

2,458

7106fe8ce0b33cfdfee8b58e7e1b0a812935905e.xml

Not versioned

17-Feb-26

23:55

2,344

518f3ea9dc67aa5af7eb2840a6f77c874c2b2a17.xml

Not versioned

17-Feb-26

23:55

2,476

99c5248bd8c3356e9a42f332cab9b22eae3856df.xml

Not versioned

17-Feb-26

23:55

2,488

ef338bad6c4b025dc9c8f4f87a98276b2139d403.xml

Not versioned

17-Feb-26

23:55

2,482

0e0337eedd34f1bed8e9bc3202a2754e48b705af.xml

Not versioned

17-Feb-26

23:55

2,500

4ba05104f3d293466a50d8de04318624ab592070.xml

Not versioned

17-Feb-26

23:55

2,476

81d5c60cdaa2f6bac600452c12eac91e3823d9ef.xml

Not versioned

17-Feb-26

23:55

3,876

90eaab3b92938b566b871d11d7a2c86b081b26d4.xml

Not versioned

17-Feb-26

23:55

2,460

c20df1ed8df28c31d513bd896b58980c00c8b298.xml

Not versioned

17-Feb-26

23:55

878

5c7e9e098d198f0114f76066999378607084a638.xml

Not versioned

17-Feb-26

23:55

1,034

68feea34ca8e40dee5faab63604db4cd1d7a3e77.xml

Not versioned

17-Feb-26

23:55

1,034

56a7d507d06f3d51821e1124e642fa74ff3397af.xml

Not versioned

17-Feb-26

23:55

1,034

3332a645bfab2f45c96ade4c05630863cbdcfbd1.xml

Not versioned

17-Feb-26

23:55

1,034

e4c1f6f26bc4ae6ba77734b6aa93d400b87278bb.xml

Not versioned

17-Feb-26

23:55

1,034

b2617fe77af0e357462c58cb9ab1bbc2a243ab95.xml

Not versioned

17-Feb-26

23:55

1,034

0690201f6b392ef45758aa8180e54b80d4ff1a6a.xml

Not versioned

17-Feb-26

23:55

2,270

3cee7b10553edccb79ba709ba53630469cb48843.xml

Not versioned

17-Feb-26

23:55

1,234

23d343cca2905f5a9d8ed56e2f7308cf612ba7ec.xml

Not versioned

17-Feb-26

23:55

976

43ee7b2a373632f9a701249fd96d0edec2ff1279.xml

Not versioned

17-Feb-26

23:55

4,202

usosvc.dll

10.0.26100.7920

17-Feb-26

23:55

89,088

usosvcimpl.dll

1451.2601.23012.0

17-Feb-26

23:55

1,634,248

MoUsoCoreWorker.exe

1451.2601.23012.0

17-Feb-26

23:55

6,013,896

msvcp_win.dll

10.0.26100.7920

17-Feb-26

23:55

1,331,696

Ucx01000.sys

10.0.26100.7920

17-Feb-26

23:55

274,848

DuCsps.dll

10.0.26100.7920

17-Feb-26

23:55

128,000

usoapi.dll

10.0.26100.7920

17-Feb-26

23:55

408,576

usocoreps.dll

10.0.26100.7920

17-Feb-26

23:55

101,888

uusp.json

Not versioned

17-Feb-26

23:55

28,724

UusBrain.dll

1451.2601.23012.0

17-Feb-26

23:55

1,027,488

Windows.Management.Update.dll

10.0.26100.7920

17-Feb-26

23:55

295,936

updatepolicy.dll

1451.2601.23012.0

17-Feb-26

23:55

271,264

updatepolicycore.dll

1451.2601.23012.0

17-Feb-26

23:55

639,392

UpdatePolicy.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

11,264

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

17,408

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

20,480

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

19,456

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

18,432

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

19,968

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

18,944

UpdatePolicy.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

10,752

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

16,896

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

14,336

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

17,920

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

12,800

UpdatePolicyCore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

13,312

nsi.dll

10.0.26100.7920

17-Feb-26

23:55

53,408

winnsi.dll

10.0.26100.7920

17-Feb-26

23:55

94,192

nsisvc.dll

10.0.26100.7920

17-Feb-26

23:55

78,848

nsiproxy.sys

10.0.26100.7920

17-Feb-26

23:55

50,176

wuuhdrv.dll

1451.2601.23012.0

17-Feb-26

23:55

552,352

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

10,240

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

10,752

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

11,776

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

12,800

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

12,288

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

13,312

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

12,288

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

12,800

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

13,824

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

11,264

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

11,776

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

9,728

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

10,240

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

7,680

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

8,192

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

10,752

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

11,264

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

6,144

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

6,656

wuauengcore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

6,656

wuaueng.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

7,168

wuapi.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

11,776

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

17,920

wuapi.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

12,288

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

19,456

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

19,968

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

18,944

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

18,432

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

16,896

wuapi.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

11,264

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

16,384

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

15,360

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

15,872

ws2_32.dll

10.0.26100.7920

17-Feb-26

23:55

782,688

wuuhosdeployment.dll

1451.2601.23012.0

17-Feb-26

23:55

520,096

wups.dll

1451.2601.23012.0

17-Feb-26

23:55

296,392

wupscore.dll

1451.2601.23012.0

17-Feb-26

23:55

445,856

wuapicore.dll

1451.2601.23012.0

17-Feb-26

23:55

2,428,872

wuapi.dll

1451.2601.23012.0

17-Feb-26

23:55

381,856

wutrust.dll

1451.2601.23012.0

17-Feb-26

23:55

412,616

wusys.dll

10.0.26100.7920

17-Feb-26

23:55

556,448

wuauengcore.dll

1451.2601.23012.0

17-Feb-26

23:55

3,945,416

wups2.dll

1451.2601.23012.0

17-Feb-26

23:55

143,264

wups2core.dll

1451.2601.23012.0

17-Feb-26

23:55

111,520

wuauclt.exe

1451.2601.23012.0

17-Feb-26

23:55

149,960

wuaucltcore.exe

1451.2601.23012.0

17-Feb-26

23:55

177,096

UpdateDeploy.dll

1451.2601.23012.0

17-Feb-26

23:55

719,304

wuaueng.dll

1451.2601.23012.0

17-Feb-26

23:55

178,120

0cf49350999533e06203e66617b9a479c64e3b98.xml

Not versioned

17-Feb-26

23:55

1,244

c85a6c184c03a4fd97b09fa8d3b2686d19f086b7.xml

Not versioned

17-Feb-26

23:55

1,306

37c83a61220fca54f4cc65a0ff815d308fbddba2.xml

Not versioned

17-Feb-26

23:55

2,262

b3bb6b55513607cc90be39c910e062da5f216e15.xml

Not versioned

17-Feb-26

23:55

2,324

021ace09768704303e8cd92cc2d7c5ea94b53731.xml

Not versioned

17-Feb-26

23:55

2,452

fc310fd3e8f7901e37586b5e985d8c86a827a838.xml

Not versioned

17-Feb-26

23:55

3,728

7d06486ae99beb45ced199480ddff358d347c849.xml

Not versioned

17-Feb-26

23:55

2,236

4ce89f83f5d24acf7f9e6396fb5d65851e57bd8b.xml

Not versioned

17-Feb-26

23:55

2,448

eb8a9128946e6df63483662e5eab8367dfcb7a1e.xml

Not versioned

17-Feb-26

23:55

946

004c9a69d6903d92746f7670fcbc4e3dd4716681.xml

Not versioned

17-Feb-26

23:55

942

4b53860889d3f3c448fc514d2ea0120100076816.xml

Not versioned

17-Feb-26

23:55

2,308

52b78fa9544605e886641d0eb008d4faf901c673.xml

Not versioned

17-Feb-26

23:55

956

9a00328f787b0683a05c2e7a16ef7858adfa8068.xml

Not versioned

17-Feb-26

23:55

978

24a2f8789b154b699940ad9ab7d39aaa2e9892f2.xml

Not versioned

17-Feb-26

23:55

796

9393330d1e6341c9b25e57fc21d87a9cba313d8a.xml

Not versioned

17-Feb-26

23:55

2,474

a1026e97d46e89c55e97134de3823210f59708cb.xml

Not versioned

17-Feb-26

23:55

2,124

d9514f22230add819ddde709de315f0165b36a8e.xml

Not versioned

17-Feb-26

23:55

2,592

975b69eb30393cebd6885b635d2336e84c986366.xml

Not versioned

17-Feb-26

23:55

2,592

500b17b3dff5e249f7fa450bb272a5c0938ade70.xml

Not versioned

17-Feb-26

23:55

2,596

fe879c763d5196b26d4907df181c4357c07c5aaa.xml

Not versioned

17-Feb-26

23:55

2,608

116da488502c96511736970b304a7e240fc0ba8b.xml

Not versioned

17-Feb-26

23:55

2,640

582d25b6760e7c9f0771f88c3b89cb14b708df42.xml

Not versioned

17-Feb-26

23:55

2,112

b4c45249d60a77639b177e565616ae1d11f9e3d5.xml

Not versioned

17-Feb-26

23:55

2,952

fd6598122489ab56bffaf7f6676165c57428611a.xml

Not versioned

17-Feb-26

23:55

2,970

cedc3b4fce38a37147e150db36103e809d106cbb.xml

Not versioned

17-Feb-26

23:55

2,972

74461450967a334ea27548db66c8db015e4c4b86.xml

Not versioned

17-Feb-26

23:55

2,714

dfd9063b031c70d0c87310b16c4132522b447dda.xml

Not versioned

17-Feb-26

23:55

2,970

b7815cc1f204e86977f8af4ac2e1db35a3785601.xml

Not versioned

17-Feb-26

23:55

3,000

14a3f9e824793931d34f7f786a538bbc9ef1f0d6.xml

Not versioned

17-Feb-26

23:55

4,212

win32u.dll

10.0.26100.7920

17-Feb-26

23:55

382,440

win32k.sys

10.0.26100.7920

17-Feb-26

23:55

685,512

win32kfull.sys

10.0.26100.7920

17-Feb-26

23:55

3,927,040

win32kbase.sys

10.0.26100.7920

17-Feb-26

23:55

3,056,640

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:55

20,992

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:55

23,040

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:55

22,016

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:55

23,552

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:55

21,504

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:55

24,064

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:55

20,480

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:55

22,528

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:55

18,432

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:55

17,920

win32kbase.sys.mui

10.0.26100.7920

17-Feb-26

23:55

16,384

win32kbase_rs.sys

10.0.26100.7920

17-Feb-26

23:55

116,224

WindowsCodecs.dll

10.0.26100.7920

17-Feb-26

23:55

3,914,720

winpeshl.exe

10.0.26100.7920

17-Feb-26

23:55

38,912

wpeutil.dll

10.0.26100.7920

17-Feb-26

23:55

182,784

wpeutil.exe

10.0.26100.7920

17-Feb-26

23:55

15,872

wpeinit.exe

10.0.26100.7920

17-Feb-26

23:55

39,424

startnet.cmd

Not versioned

17-Feb-26

23:55

9

winpeshl.exe.mui

10.0.26100.7920

17-Feb-26

23:55

3,584

wpeutil.dll.mui

10.0.26100.7920

17-Feb-26

23:55

10,752

winpeshl.exe.mui

10.0.26100.7920

17-Feb-26

23:55

4,096

wpeutil.dll.mui

10.0.26100.7920

17-Feb-26

23:55

11,264

wpeutil.dll.mui

10.0.26100.7920

17-Feb-26

23:55

11,776

winpeshl.exe.mui

10.0.26100.7920

17-Feb-26

23:55

3,072

wpeutil.dll.mui

10.0.26100.7920

17-Feb-26

23:55

8,704

wpeutil.dll.mui

10.0.26100.7920

17-Feb-26

23:55

7,680

wpeutil.dll.mui

10.0.26100.7920

17-Feb-26

23:55

7,168

CloudRecApi.dll

10.0.26100.7920

17-Feb-26

23:55

72,192

CloudRecSvc.exe

1.0.0.1

17-Feb-26

23:55

97,280

ReAgent.dll

10.0.26100.7920

17-Feb-26

23:55

1,271,240

ReInfo.dll

10.0.26100.7920

17-Feb-26

23:55

177,152

StartRep.exe

10.0.26100.7920

17-Feb-26

23:55

1,536,512

RecHost.exe

10.0.26100.7920

17-Feb-26

23:55

149,408

SrtTel.dll

10.0.26100.7920

17-Feb-26

23:55

1,904,584

RecEnv.exe

10.0.26100.7920

17-Feb-26

23:55

1,132,960

BootRec.exe

10.0.26100.7920

17-Feb-26

23:55

174,592

PITRestore.exe

10.0.26100.7920

17-Feb-26

23:55

324,608

DUTProvider.dll

10.0.26100.7920

17-Feb-26

23:55

358,304

WinSetupBak.hiv

Not versioned

17-Feb-26

23:55

8,192

WinSetupBak.sys

10.0.26100.7920

17-Feb-26

23:55

223,136

WinSetupBak.DiffFilter.txt

Not versioned

17-Feb-26

23:55

124

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:55

33,280

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:55

24,576

BootRec.exe.mui

10.0.26100.7920

17-Feb-26

23:55

4,608

PITRestore.exe.mui

10.0.26100.7920

17-Feb-26

23:55

3,072

DUTProvider.dll.mui

10.0.26100.7920

17-Feb-26

23:55

5,120

PITRestore.exe.mui

10.0.26100.7920

17-Feb-26

23:55

3,584

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:55

36,352

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:55

25,600

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:55

35,840

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:55

39,936

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:55

27,648

BootRec.exe.mui

10.0.26100.7920

17-Feb-26

23:55

5,120

DUTProvider.dll.mui

10.0.26100.7920

17-Feb-26

23:55

5,632

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:55

44,032

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:55

29,184

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:55

38,912

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:55

27,136

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:55

40,960

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:55

28,160

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:55

26,624

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:55

39,424

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:55

22,528

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:55

19,456

BootRec.exe.mui

10.0.26100.7920

17-Feb-26

23:55

4,096

DUTProvider.dll.mui

10.0.26100.7920

17-Feb-26

23:55

4,096

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:55

21,504

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:55

18,432

BootRec.exe.mui

10.0.26100.7920

17-Feb-26

23:55

3,584

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:55

35,328

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:55

26,112

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:55

37,888

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:55

40,448

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:55

34,816

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:55

25,088

StartRep.exe.mui

10.0.26100.7920

17-Feb-26

23:55

15,872

RecEnv.exe.mui

10.0.26100.7920

17-Feb-26

23:55

16,896

winsqlite3.dll

3.51.1.0

17-Feb-26

23:55

2,185,520

fastprox.dll

10.0.26100.7920

17-Feb-26

23:55

2,174,464

wbemcomn.dll

10.0.26100.7920

17-Feb-26

23:55

1,083,392

wbemcore.dll

10.0.26100.7920

17-Feb-26

23:55

3,257,856

wbemess.dll

10.0.26100.7920

17-Feb-26

23:55

546,816

wow64con.dll

10.0.26100.7920

17-Feb-26

23:55

18,704

bcrypt.dll

10.0.26100.7920

17-Feb-26

23:55

114,160

bcryptprimitives.dll

10.0.26100.7920

17-Feb-26

23:55

473,192

msvcrt.dll

7.0.26100.7920

17-Feb-26

23:55

1,156,672

ucrtbase.dll

10.0.26100.7920

17-Feb-26

23:55

1,574,592

d2d1.dll

10.0.26100.7920

17-Feb-26

23:55

7,027,744

d3d9on12.dll

10.0.26100.7920

17-Feb-26

23:55

977,408

d3d10warp.dll

10.0.26100.7920

17-Feb-26

23:55

9,689,464

d3d11.dll

10.0.26100.7920

17-Feb-26

23:55

3,436,016

d3d11on12.dll

10.0.26100.7920

17-Feb-26

23:55

822,616

d3d12.dll

10.0.26100.7920

17-Feb-26

23:55

188,328

DWrite.dll

10.0.26100.7920

17-Feb-26

23:55

2,943,488

gdi32.dll

10.0.26100.7920

17-Feb-26

23:55

276,752

iertutil.dll

11.0.26100.7920

17-Feb-26

23:55

2,749,224

jscript9.dll

11.0.26100.7920

17-Feb-26

23:55

6,508,544

msftedit.dll

10.0.26100.7920

17-Feb-26

23:55

4,259,328

mshtml.dll

11.0.26100.7920

17-Feb-26

23:55

28,171,776

msIso.dll

11.0.26100.7920

17-Feb-26

23:55

381,440

opengl32.dll

10.0.26100.7920

17-Feb-26

23:55

1,294,336

urlmon.dll

11.0.26100.7920

17-Feb-26

23:55

2,316,800

windows.storage.dll

10.0.26100.7920

17-Feb-26

23:55

12,501,264

WindowsCodecs.dll

10.0.26100.7920

17-Feb-26

23:55

2,793,104

wininet.dll

11.0.26100.7920

17-Feb-26

23:55

3,067,864

KernelBase.dll

10.0.26100.7920

17-Feb-26

23:55

3,920,504

oleaut32.dll

10.0.26100.7920

17-Feb-26

23:55

1,068,408

rpcrt4.dll

10.0.26100.7920

17-Feb-26

23:55

1,249,712

cryptbase.dll

10.0.26100.7920

17-Feb-26

23:55

32,640

cryptsp.dll

10.0.26100.7920

17-Feb-26

23:55

76,560

DismCore.dll

10.0.26100.7920

17-Feb-26

23:55

372,128

DismProv.dll

10.0.26100.7920

17-Feb-26

23:55

209,312

DismCorePS.dll

10.0.26100.7920

17-Feb-26

23:55

99,744

LogProvider.dll

10.0.26100.7920

17-Feb-26

23:55

76,232

FolderProvider.dll

10.0.26100.7920

17-Feb-26

23:55

59,808

dhcpcore.dll

10.0.26100.7920

17-Feb-26

23:55

377,760

dhcpcsvc.dll

10.0.26100.7920

17-Feb-26

23:55

98,208

dhcpcore6.dll

10.0.26100.7920

17-Feb-26

23:55

260,000

dhcpcsvc6.dll

10.0.26100.7920

17-Feb-26

23:55

83,872

wer.dll

10.0.26100.7920

17-Feb-26

23:55

810,496

weretw.dll

10.0.26100.7920

17-Feb-26

23:55

188,024

werdiagcontroller.dll

10.0.26100.7920

17-Feb-26

23:55

41,984

wermgr.exe

10.0.26100.7920

17-Feb-26

23:55

235,936

WerFault.exe

10.0.26100.7920

17-Feb-26

23:55

533,408

WerFaultSecure.exe

10.0.26100.7920

17-Feb-26

23:55

181,368

Faultrep.dll

10.0.26100.7920

17-Feb-26

23:55

451,528

WerEnc.dll

10.0.26100.7920

17-Feb-26

23:55

27,936

FlightSettings.dll

10.0.26100.7920

17-Feb-26

23:55

974,208

iertutil.dll

11.0.26100.7920

17-Feb-26

23:55

2,356,888

msIso.dll

11.0.26100.7920

17-Feb-26

23:55

205,312

edgeIso.dll

11.0.26100.7920

17-Feb-26

23:55

373,248

kernel.appcore.dll

10.0.26100.7920

17-Feb-26

23:55

74,488

kernel32.dll

10.0.26100.7920

17-Feb-26

23:55

683,288

KernelBase.dll

10.0.26100.7920

17-Feb-26

23:55

2,903,832

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

10.0.26100.7920

17-Feb-26

23:55

13,216

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

10.0.26100.7920

17-Feb-26

23:55

13,216

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

10.0.26100.7920

17-Feb-26

23:55

12,744

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,192

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,192

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

10.0.26100.7920

17-Feb-26

23:55

16,288

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

13,216

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

10.0.26100.7920

17-Feb-26

23:55

13,256

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

10.0.26100.7920

17-Feb-26

23:55

12,744

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

10.0.26100.7920

17-Feb-26

23:55

12,744

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

10.0.26100.7920

17-Feb-26

23:55

13,728

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

15,776

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

10.0.26100.7920

17-Feb-26

23:55

12,192

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

10.0.26100.7920

17-Feb-26

23:55

13,216

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

10.0.26100.7920

17-Feb-26

23:55

13,728

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

10.0.26100.7920

17-Feb-26

23:55

13,216

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

10.0.26100.7920

17-Feb-26

23:55

12,744

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

10.0.26100.7920

17-Feb-26

23:55

13,728

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

15,264

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

10.0.26100.7920

17-Feb-26

23:55

13,256

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

14,792

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

14,752

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

10.0.26100.7920

17-Feb-26

23:55

13,216

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

10.0.26100.7920

17-Feb-26

23:55

13,768

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,744

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

10.0.26100.7920

17-Feb-26

23:55

14,752

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

10.0.26100.7920

17-Feb-26

23:55

13,216

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

18,336

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

13,728

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

10.0.26100.7920

17-Feb-26

23:55

13,216

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,704

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

10.0.26100.7920

17-Feb-26

23:55

12,744

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

10.0.26100.7920

17-Feb-26

23:55

13,728

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

10.0.26100.7920

17-Feb-26

23:55

13,728

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

10.0.26100.7920

17-Feb-26

23:55

13,728

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

10.0.26100.7920

17-Feb-26

23:55

16,840

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

10.0.26100.7920

17-Feb-26

23:55

13,216

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

10.0.26100.7920

17-Feb-26

23:55

15,304

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

10.0.26100.7920

17-Feb-26

23:55

13,768

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

10.0.26100.7920

17-Feb-26

23:55

13,216

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

10.0.26100.7920

17-Feb-26

23:55

23,456

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

10.0.26100.7920

17-Feb-26

23:55

20,936

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

10.0.26100.7920

17-Feb-26

23:55

67,488

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

10.0.26100.7920

17-Feb-26

23:55

13,728

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

10.0.26100.7920

17-Feb-26

23:55

17,824

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

10.0.26100.7920

17-Feb-26

23:55

18,848

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

10.0.26100.7920

17-Feb-26

23:55

19,360

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

10.0.26100.7920

17-Feb-26

23:55

15,264

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

10.0.26100.7920

17-Feb-26

23:55

13,216

ucrtbase.dll

10.0.26100.7920

17-Feb-26

23:55

1,114,168

msasn1.dll

10.0.26100.7920

17-Feb-26

23:55

52,240

msvcrt.dll

7.0.26100.7920

17-Feb-26

23:55

809,464

nlaapi.dll

10.0.26100.7920

17-Feb-26

23:55

24,064

nlmproxy.dll

10.0.26100.7920

17-Feb-26

23:55

19,456

nlmsprep.dll

10.0.26100.7920

17-Feb-26

23:55

17,920

ntdll.dll

10.0.26100.7920

17-Feb-26

23:55

1,818,760

windows.storage.dll

10.0.26100.7920

17-Feb-26

23:55

7,259,504

pcrpf.dll

10.0.26100.7920

17-Feb-26

23:55

240,128

rpcrt4.dll

10.0.26100.7920

17-Feb-26

23:55

772,248

KerbClientShared.dll

10.0.26100.7920

17-Feb-26

23:55

170,568

sechost.dll

10.0.26100.7920

17-Feb-26

23:55

530,016

fveapibase.dll

10.0.26100.7920

17-Feb-26

23:55

623,616

fveapi.dll

10.0.26100.7920

17-Feb-26

23:55

1,082,368

kerberos.dll

10.0.26100.7920

17-Feb-26

23:55

1,057,792

kerb3961.dll

10.0.26100.7920

17-Feb-26

23:55

137,480

NtlmShared.dll

10.0.26100.7920

17-Feb-26

23:55

63,616

schannel.dll

10.0.26100.7920

17-Feb-26

23:55

545,792

ServicingCommon.dll

10.0.26100.7920

17-Feb-26

23:55

826,512

DiagnosticDataSettings.dll

10.0.26100.7920

17-Feb-26

23:55

38,832

tbs.dll

10.0.26100.7920

17-Feb-26

23:55

83,328

msvcp_win.dll

10.0.26100.7920

17-Feb-26

23:55

505,776

usoapi.dll

10.0.26100.7920

17-Feb-26

23:55

101,888

UusBrain.dll

1451.2601.23012.0

17-Feb-26

23:55

342,944

Windows.Management.Update.dll

10.0.26100.7920

17-Feb-26

23:55

219,648

nsi.dll

10.0.26100.7920

17-Feb-26

23:55

21,824

winnsi.dll

10.0.26100.7920

17-Feb-26

23:55

34,704

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

9,728

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

11,264

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

11,776

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

10,752

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

10,240

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

8,704

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

8,192

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

7,168

wuapicore.dll.mui

1451.2601.23012.0

17-Feb-26

23:55

7,680

ws2_32.dll

10.0.26100.7920

17-Feb-26

23:55

392,128

wups.dll

1451.2601.23012.0

17-Feb-26

23:55

118,176

wupscore.dll

1451.2601.23012.0

17-Feb-26

23:55

121,760

wuapicore.dll

1451.2601.23012.0

17-Feb-26

23:55

965,536

wuapi.dll

1451.2601.23012.0

17-Feb-26

23:55

203,680

wutrust.dll

1451.2601.23012.0

17-Feb-26

23:55

213,408

wusys.dll

10.0.26100.7920

17-Feb-26

23:55

232,352

win32u.dll

10.0.26100.7920

17-Feb-26

23:55

106,432

WindowsCodecs.dll

10.0.26100.7920

17-Feb-26

23:55

1,968,952

ReAgent.dll

10.0.26100.7920

17-Feb-26

23:55

670,112

ReInfo.dll

10.0.26100.7920

17-Feb-26

23:55

65,536

winsqlite3.dll

3.51.1.0

17-Feb-26

23:55

890,624

fastprox.dll

10.0.26100.7920

17-Feb-26

23:55

815,104

wbemcomn.dll

10.0.26100.7920

17-Feb-26

23:55

401,408

wbemcore.dll

10.0.26100.7920

17-Feb-26

23:55

1,659,904

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.