Applies To
Windows 11 SE, version 22H2 Windows 11 Home and Pro, version 22H2 Windows 11 Enterprise Multi-Session, version 22H2 Windows 11 Enterprise and Education, version 22H2 Windows 11 IoT Enterprise, version 22H2 Windows 11 SE, version 23H2 Windows 11 Home and Pro, version 23H2 Windows 11 Enterprise and Education, version 23H2 Windows 11 Enterprise Multi-Session, version 23H2

Windows Secure Boot certificate expiration 

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

Summary

This update makes improvements to the Windows recovery environment in Windows 11, version 22H2 and Windows 11, version 23H2.

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

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

How to get this update

Install this update

To install this update, use one of the following release channels.

Available

Next step

Available

This update is available through Windows Update. It will be downloaded and installed automatically.

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

Verify the installation of this update

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

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

usb.inf

Not versioned

9-Oct-25

3:08

41,432

usbccgp.sys

10.0.22621.6060

9-Oct-25

3:08

226,688

usbhub3.inf

Not versioned

9-Oct-25

3:08

11,296

USBHUB3.SYS

10.0.22621.6060

9-Oct-25

3:08

730,496

usbport.inf

Not versioned

9-Oct-25

3:08

77,436

usbohci.sys

10.0.22621.6060

9-Oct-25

3:08

65,536

usbport.sys

10.0.22621.6060

9-Oct-25

3:08

505,216

usbhub.sys

10.0.22621.6060

9-Oct-25

3:08

558,464

usbehci.sys

10.0.22621.6060

9-Oct-25

3:08

120,192

usbuhci.sys

10.0.22621.6060

9-Oct-25

3:08

73,728

usbd.sys

10.0.22621.6060

9-Oct-25

3:08

71,040

hvloader.dll

10.0.22621.6060

9-Oct-25

3:08

198,016

hvax64.exe

10.0.22621.6060

9-Oct-25

3:08

1,791,376

hvix64.exe

10.0.22621.6060

9-Oct-25

3:08

1,971,600

kdhvcom.dll

10.0.22621.6060

9-Oct-25

3:08

62,864

skci.dll

10.0.22621.6060

9-Oct-25

3:08

323,728

iumbase.dll

10.0.22621.6060

9-Oct-25

3:08

46,912

iumdll.dll

10.0.22621.6060

9-Oct-25

3:08

38,648

tprtdll.dll

10.0.22621.6060

9-Oct-25

3:08

42,784

vertdll.dll

10.0.22621.6060

9-Oct-25

3:08

212,192

ucrtbase_enclave.dll

10.0.22621.6060

9-Oct-25

3:08

555,144

securekernel.exe

10.0.22621.6060

9-Oct-25

3:08

1,131,920

VbsSiPolicy.p7b

Not versioned

9-Oct-25

3:08

68,351

chs_boot.ttf

Not versioned

9-Oct-25

3:08

3,696,712

msyh_boot.ttf

Not versioned

9-Oct-25

3:08

175,324

msyhn_boot.ttf

Not versioned

9-Oct-25

3:08

173,528

chs_boot_EX.ttf

Not versioned

9-Oct-25

3:08

3,696,708

msyh_boot_EX.ttf

Not versioned

9-Oct-25

3:08

189,924

msyhn_boot_EX.ttf

Not versioned

9-Oct-25

3:08

187,924

cht_boot.ttf

Not versioned

9-Oct-25

3:08

3,879,400

cht_boot_EX.ttf

Not versioned

9-Oct-25

3:08

3,879,416

msjh_boot.ttf

Not versioned

9-Oct-25

3:08

183,432

msjh_boot_EX.ttf

Not versioned

9-Oct-25

3:08

201,324

msjhn_boot.ttf

Not versioned

9-Oct-25

3:08

181,448

msjhn_boot_EX.ttf

Not versioned

9-Oct-25

3:08

199,160

wgl4_boot.ttf

Not versioned

9-Oct-25

3:08

50,084

wgl4_boot_EX.ttf

Not versioned

9-Oct-25

3:08

50,084

segmono_boot.ttf

Not versioned

9-Oct-25

3:08

45,848

segmono_boot_EX.ttf

Not versioned

9-Oct-25

3:08

45,864

segoe_slboot.ttf

Not versioned

9-Oct-25

3:08

102,980

segoe_slboot_EX.ttf

Not versioned

9-Oct-25

3:08

103,020

segoen_slboot.ttf

Not versioned

9-Oct-25

3:08

102,720

segoen_slboot_EX.ttf

Not versioned

9-Oct-25

3:08

102,732

jpn_boot.ttf

Not versioned

9-Oct-25

3:08

1,986,872

jpn_boot_EX.ttf

Not versioned

9-Oct-25

3:08

1,986,880

meiryo_boot.ttf

Not versioned

9-Oct-25

3:08

165,872

meiryo_boot_EX.ttf

Not versioned

9-Oct-25

3:08

175,972

meiryon_boot.ttf

Not versioned

9-Oct-25

3:08

164,252

meiryon_boot_EX.ttf

Not versioned

9-Oct-25

3:08

174,144

kor_boot.ttf

Not versioned

9-Oct-25

3:08

2,373,992

kor_boot_EX.ttf

Not versioned

9-Oct-25

3:08

2,374,012

malgun_boot.ttf

Not versioned

9-Oct-25

3:08

196,372

malgun_boot_EX.ttf

Not versioned

9-Oct-25

3:08

201,948

malgunn_boot.ttf

Not versioned

9-Oct-25

3:08

193,956

malgunn_boot_EX.ttf

Not versioned

9-Oct-25

3:08

199,400

efisys.bin

Not versioned

9-Oct-25

3:08

1,474,560

efisys_EX.bin

Not versioned

9-Oct-25

3:08

1,474,560

efisys_noprompt.bin

Not versioned

9-Oct-25

3:08

1,474,560

efisys_noprompt_EX.bin

Not versioned

9-Oct-25

3:08

1,474,560

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

82,336

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

94,648

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

82,304

bootmgr_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

90,024

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

81,312

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

93,600

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

81,296

bootmgr_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

90,008

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

80,288

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

92,576

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

80,272

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

84,384

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

97,184

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

84,352

bootmgr_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

89,984

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

85,408

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

97,696

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

85,376

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

78,240

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

90,032

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

78,224

bootmgr_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

90,000

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

78,256

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

90,016

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

78,208

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

94,624

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

82,352

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

79,280

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

91,064

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

79,248

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

93,624

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

83,872

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

96,688

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

83,840

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

96,696

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

84,368

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

93,616

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

81,280

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

96,672

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

81,824

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

94,152

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

81,808

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

70,560

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

81,312

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

70,544

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

70,064

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

80,800

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

70,032

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

92,592

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

80,256

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

92,064

bootmgr_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

90,016

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

79,776

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

79,744

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

82,320

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

82,864

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

95,688

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

82,816

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

81,328

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

80,800

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

93,088

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

80,768

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

94,136

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

81,792

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

81,840

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

80,816

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

80,784

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

94,128

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

80,304

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:08

65,952

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

76,192

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

65,920

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:08

76,728

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:08

65,936

tcblaunch.exe

10.0.22621.6060

9-Oct-25

3:08

886,856

tcbloader.dll

10.0.22621.6060

9-Oct-25

3:08

279,936

DrtmAuthTxt.wim

Not versioned

9-Oct-25

3:08

20,933

bootmgfw.efi

10.0.22621.6060

9-Oct-25

3:08

1,698,736

bootmgfw_EX.efi

10.0.26100.30212

9-Oct-25

3:08

2,830,632

SecureBootRecovery.efi

Not versioned

9-Oct-25

3:08

162,688

bootmgr.efi

10.0.22621.6060

9-Oct-25

3:08

1,682,320

bootmgr_EX.efi

10.0.26100.30212

9-Oct-25

3:08

2,818,464

boot.stl

Not versioned

9-Oct-25

3:08

11,030

winsipolicy.p7b

Not versioned

9-Oct-25

3:08

10,341

winload.exe

10.0.22621.6060

9-Oct-25

3:08

1,697,304

winload.efi

10.0.22621.6060

9-Oct-25

3:08

2,037,704

winresume.exe

10.0.22621.6060

9-Oct-25

3:08

1,300,088

winresume.efi

10.0.22621.6060

9-Oct-25

3:08

1,555,720

bfsvc.exe

10.0.22621.6060

9-Oct-25

3:08

118,784

bootsvc.dll

10.0.22621.6060

9-Oct-25

3:08

298,936

BootMenuUX.dll

10.0.22621.6060

9-Oct-25

3:08

237,568

driversipolicy.p7b

Not versioned

9-Oct-25

3:08

229,162

cbmr_driver.efi

Not versioned

9-Oct-25

3:08

158,608

ci.dll

10.0.22621.6060

9-Oct-25

3:08

1,038,568

driver.stl

Not versioned

9-Oct-25

3:08

33,360

cryptsp.dll

10.0.22621.6060

9-Oct-25

3:08

121,288

dosvc.dll.mui

10.0.22621.6060

9-Oct-25

3:08

3,584

dosvc.dll.mui

10.0.22621.6060

9-Oct-25

3:08

3,072

domiprov.dll

1310.2506.11012.0

9-Oct-25

3:08

600,960

DeliveryOptimizationMIProv.mof

Not versioned

9-Oct-25

3:08

20,268

DeliveryOptimizationMIProvUninstall.mof

Not versioned

9-Oct-25

3:08

2,044

doclient.dll

1310.2506.11012.0

9-Oct-25

3:08

1,701,248

dosvc.dll

10.0.22621.6060

9-Oct-25

3:08

90,112

2213703c9c64cc61ba900531652e23c84728d2a2.xml

Not versioned

9-Oct-25

3:08

4,106

8921b5587b25ac906f6851660e78916b20b2b8d6.xml

Not versioned

9-Oct-25

3:08

1,542

7b9b1ea12d1b4fc12ccbc5aeda559b08838bf86a.xml

Not versioned

9-Oct-25

3:08

2,522

fbwf.sys

10.0.22621.6060

9-Oct-25

3:08

150,192

cmi2migxml.dll

10.0.22621.6060

9-Oct-25

3:08

230,784

csiagent.dll

10.0.22621.6060

9-Oct-25

3:08

763,264

diagER.dll

10.0.22621.6060

9-Oct-25

3:08

95,632

hwcompat.dll

10.0.22621.6060

9-Oct-25

3:08

251,272

hwcompat.txt

Not versioned

9-Oct-25

3:08

952,981

hwexclude.txt

Not versioned

9-Oct-25

3:08

51

icbexclusion.inf

Not versioned

9-Oct-25

3:08

7,222

migapp.xml

Not versioned

9-Oct-25

3:08

654,548

migcore.dll

10.0.22621.6060

9-Oct-25

3:08

9,762,224

mighost.exe

10.0.22621.6060

9-Oct-25

3:08

279,936

migres.dll

10.0.22621.6060

9-Oct-25

3:08

25,984

migisol.dll

10.0.22621.6060

9-Oct-25

3:08

148,872

migstore.dll

10.0.22621.6060

9-Oct-25

3:08

1,357,184

migsys.dll

10.0.22621.6060

9-Oct-25

3:08

492,928

MXEAgent.dll

10.0.22621.6060

9-Oct-25

3:08

411,008

offline.xml

Not versioned

9-Oct-25

3:08

43,247

oscomps.xml

Not versioned

9-Oct-25

3:08

451,919

oscomps.woa.xml

Not versioned

9-Oct-25

3:08

249,101

osfilter.inf

Not versioned

9-Oct-25

3:08

21,299

pnppropmig.dll

10.0.22621.6060

9-Oct-25

3:08

103,824

ReserveManager.dll

10.0.22621.6060

9-Oct-25

3:08

312,704

setupplatform.cfg

Not versioned

9-Oct-25

3:08

10,857

setupplatform.dll

1.74.22621.6060

9-Oct-25

3:08

9,688,496

setupplatform.exe

1.74.22621.6060

9-Oct-25

3:08

271,760

SFCN.dat

Not versioned

9-Oct-25

3:08

1,824

SFLCID.dat

Not versioned

9-Oct-25

3:08

1,644

SFLISTW7.dat

Not versioned

9-Oct-25

3:08

1,703,368

SFLISTW8.dat

Not versioned

9-Oct-25

3:08

2,608,858

SFLISTWB.dat

Not versioned

9-Oct-25

3:08

3,172,904

SFLISTWT.dat

Not versioned

9-Oct-25

3:08

4,935,438

sflistw8.woa.dat

Not versioned

9-Oct-25

3:08

954,436

SFLISTRS1.dat

Not versioned

9-Oct-25

3:08

5,593,264

sflistwb.woa.dat

Not versioned

9-Oct-25

3:08

1,150,134

sflistwt.woa.dat

Not versioned

9-Oct-25

3:08

2,636,850

SFPAT.inf

Not versioned

9-Oct-25

3:08

11,602

SFPATW7.inf

Not versioned

9-Oct-25

3:08

17,396

SFPATW8.inf

Not versioned

9-Oct-25

3:08

79,818

SFPATWB.inf

Not versioned

9-Oct-25

3:08

91,635

SFPATWT.inf

Not versioned

9-Oct-25

3:08

165,729

SFPATRS1.inf

Not versioned

9-Oct-25

3:08

169,870

unbcl.dll

10.0.22621.6060

9-Oct-25

3:08

1,136,000

upgradeagent.dll

10.0.22621.6060

9-Oct-25

3:08

3,331,472

upgradeagent.xml

Not versioned

9-Oct-25

3:08

70,907

upgrade_comp.xml

Not versioned

9-Oct-25

3:08

6,054

upgrade_bulk.xml

Not versioned

9-Oct-25

3:08

209,615

upgrade_data.xml

Not versioned

9-Oct-25

3:08

41,750

upgrade_frmwrk.xml

Not versioned

9-Oct-25

3:08

18,785

upgWow_bulk.xml

Not versioned

9-Oct-25

3:08

115,041

uninstall.xml

Not versioned

9-Oct-25

3:08

4,407

uninstall_data.xml

Not versioned

9-Oct-25

3:08

11,122

wdsutil.dll

10.0.22621.6060

9-Oct-25

3:08

365,968

WinSetupMon.hiv

Not versioned

9-Oct-25

3:08

8,192

WinSetupMon.sys

10.0.22621.6060

9-Oct-25

3:08

107,928

iertutil.dll

11.0.22621.6060

9-Oct-25

3:08

2,893,848

msIso.dll

11.0.22621.6060

9-Oct-25

3:08

274,432

edgeIso.dll

11.0.22621.6060

9-Oct-25

3:08

462,848

KernelBase.dll

10.0.22621.6060

9-Oct-25

3:08

4,038,440

netio.sys

10.0.22621.6060

9-Oct-25

3:08

669,072

ntdll.dll

10.0.22621.6060

9-Oct-25

3:08

2,191,440

ntoskrnl.exe

10.0.22621.6060

9-Oct-25

3:08

12,080,544

ntkrla57.exe

10.0.22621.6060

9-Oct-25

3:08

11,228,592

storewuauth.dll

1310.2506.11012.0

9-Oct-25

3:08

156,032

storewuauthcore.dll

1310.2506.11012.0

9-Oct-25

3:08

378,240

diagtrack.dll

10.0.10586.0

9-Oct-25

3:08

1,365,856

diagtrackrunner.exe

10.0.10586.0

9-Oct-25

3:08

88,256

reagent.admx

Not versioned

9-Oct-25

3:08

1,240

reagent.dll

10.0.22621.6060

9-Oct-25

3:08

726,416

reagent.xml

Not versioned

9-Oct-25

3:08

837

SetupPlatform.cfg

Not versioned

9-Oct-25

3:08

17,298

wdscore.dll

10.0.22621.6060

9-Oct-25

3:08

284,048

wdsclientapi.dll

10.0.22621.6060

9-Oct-25

3:08

272,728

wdscsl.dll

10.0.22621.6060

9-Oct-25

3:08

79,232

wdsimage.dll

10.0.22621.6060

9-Oct-25

3:08

125,272

wdstptc.dll

10.0.22621.6060

9-Oct-25

3:08

190,808

fvevol.sys

10.0.22621.6060

9-Oct-25

3:08

877,952

dumpfve.sys

10.0.22621.6060

9-Oct-25

3:08

133,672

bcd.dll

10.0.22621.6060

9-Oct-25

3:08

158,472

bootsvc.dll

10.0.22621.6060

9-Oct-25

3:08

298,944

hwreqchk.dll

Not versioned

9-Oct-25

3:08

389,120

ServicingCommon.dll

10.0.22621.6060

9-Oct-25

3:08

1,001,384

utcapi.dll

10.0.22621.6060

9-Oct-25

3:08

58,768

wimgapi.dll

10.0.22621.6060

9-Oct-25

3:08

816,512

wdscommonlib.dll

10.0.22621.6060

9-Oct-25

3:08

311,296

dismapi.dll

10.0.22621.6060

9-Oct-25

3:08

1,209,728

dismcore.dll

10.0.22621.6060

9-Oct-25

3:08

480,640

dismcoreps.dll

10.0.22621.6060

9-Oct-25

3:08

214,400

dismprov.dll

10.0.22621.6060

9-Oct-25

3:08

304,512

folderprovider.dll

10.0.22621.6060

9-Oct-25

3:08

95,616

imagingprovider.dll

10.0.22621.6060

9-Oct-25

3:08

255,360

logprovider.dll

10.0.22621.6060

9-Oct-25

3:08

185,728

vhdprovider.dll

10.0.22621.6060

9-Oct-25

3:08

611,712

wimprovider.dll

10.0.22621.6060

9-Oct-25

3:08

689,552

unattend.dll

10.0.22621.6060

9-Oct-25

3:08

341,376

wpx.dll

10.0.22621.6060

9-Oct-25

3:08

1,496,448

locale.nls

Not versioned

9-Oct-25

3:08

841,488

nlsbres.dll

10.0.22621.6060

9-Oct-25

3:08

103,808

fveapibase.dll

10.0.22621.6060

9-Oct-25

3:08

507,904

fveapi.dll

10.0.22621.6060

9-Oct-25

3:08

1,138,688

LsaIso.exe

10.0.22621.6060

9-Oct-25

3:08

360,960

iumcrypt.dll

10.0.22621.6060

9-Oct-25

3:08

92,360

ResetEngine.dll

10.0.22621.6060

9-Oct-25

3:08

2,721,152

ResetTelemetry.dll

10.0.22621.6060

9-Oct-25

3:08

656,768

ResetEngine.exe

10.0.22621.6060

9-Oct-25

3:08

38,272

ResetPluginHost.exe

10.0.22621.6060

9-Oct-25

3:08

53,248

reseteng.dll

10.0.22621.6060

9-Oct-25

3:08

643,072

resetengmig.dll

10.0.22621.6060

9-Oct-25

3:08

114,688

srms.dat

Not versioned

9-Oct-25

3:08

60,394

srms62.dat

Not versioned

9-Oct-25

3:08

22,841

sysreset.exe

10.0.22621.6060

9-Oct-25

3:08

425,984

systemreset.exe

10.0.22621.6060

9-Oct-25

3:08

542,728

ResetEngOnline.dll

10.0.22621.6060

9-Oct-25

3:08

217,088

SysResetErr.exe

10.0.22621.6060

9-Oct-25

3:08

71,040

tcpip.sys

10.0.22621.6060

9-Oct-25

3:08

3,298,704

FWPKCLNT.SYS

10.0.22621.6060

9-Oct-25

3:08

546,176

tcpipreg.sys

10.0.22621.6060

9-Oct-25

3:08

81,920

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:08

216,576

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:08

221,696

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:08

218,624

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:08

218,112

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:08

219,648

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:08

220,672

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:08

215,552

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:08

217,088

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:08

214,016

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:08

220,160

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:08

209,920

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:08

209,408

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:08

217,600

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:08

219,136

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:08

216,064

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:08

207,360

uusp.json

Not versioned

9-Oct-25

3:08

24,171

UusBrain.dll

1310.2506.11012.0

9-Oct-25

3:08

466,304

updatepolicy.dll

1310.2506.11012.0

9-Oct-25

3:08

153,984

updatepolicycore.dll

1310.2506.11012.0

9-Oct-25

3:08

292,224

UpdatePolicy.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

3,072

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

9,216

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

11,776

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

10,752

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

10,240

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

11,264

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

8,704

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

12,288

UpdatePolicy.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

2,560

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

6,144

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

9,728

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

4,608

wuapihost.exe

1310.2506.11012.0

9-Oct-25

3:08

45,952

wuuhdrv.dll

1310.2506.11012.0

9-Oct-25

3:08

486,288

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

10,240

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

10,752

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

11,776

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

12,800

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

12,288

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

13,312

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

12,288

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

12,800

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

13,824

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

11,264

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

11,776

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

9,728

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

10,240

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

7,680

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

8,192

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

10,752

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

11,264

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

6,144

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

6,656

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

6,656

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

7,168

wuapi.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

3,584

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

9,728

wuapi.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

4,096

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

11,264

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

11,776

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

10,752

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

10,240

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

8,704

wuapi.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

3,072

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

8,192

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

7,168

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:08

7,680

wuuhext.dll

1310.2506.11012.0

9-Oct-25

3:08

467,328

wuuhosdeployment.dll

1310.2506.11012.0

9-Oct-25

3:08

400,768

wups.dll

1310.2506.11012.0

9-Oct-25

3:08

152,448

wupscore.dll

1310.2506.11012.0

9-Oct-25

3:08

217,472

wuapicore.dll

1310.2506.11012.0

9-Oct-25

3:08

1,112,960

wuapi.dll

1310.2506.11012.0

9-Oct-25

3:08

237,440

wutrust.dll

1310.2506.11012.0

9-Oct-25

3:08

223,104

wusys.dll

10.0.22621.6060

9-Oct-25

3:08

324,992

wuauengcore.dll

1310.2506.11012.0

9-Oct-25

3:08

3,515,280

wups2.dll

1310.2506.11012.0

9-Oct-25

3:08

152,464

wups2core.dll

1310.2506.11012.0

9-Oct-25

3:08

116,096

wuauclt.exe

1310.2506.11012.0

9-Oct-25

3:08

152,464

wuaucltcore.exe

1310.2506.11012.0

9-Oct-25

3:08

145,280

UpdateDeploy.dll

1310.2506.11012.0

9-Oct-25

3:08

621,456

wuaueng.dll

1310.2506.11012.0

9-Oct-25

3:08

181,120

0cf49350999533e06203e66617b9a479c64e3b98.xml

Not versioned

9-Oct-25

3:08

1,244

c85a6c184c03a4fd97b09fa8d3b2686d19f086b7.xml

Not versioned

9-Oct-25

3:08

1,306

021ace09768704303e8cd92cc2d7c5ea94b53731.xml

Not versioned

9-Oct-25

3:08

2,452

fc310fd3e8f7901e37586b5e985d8c86a827a838.xml

Not versioned

9-Oct-25

3:08

3,728

7d06486ae99beb45ced199480ddff358d347c849.xml

Not versioned

9-Oct-25

3:08

2,236

4ce89f83f5d24acf7f9e6396fb5d65851e57bd8b.xml

Not versioned

9-Oct-25

3:08

2,448

eb8a9128946e6df63483662e5eab8367dfcb7a1e.xml

Not versioned

9-Oct-25

3:08

946

004c9a69d6903d92746f7670fcbc4e3dd4716681.xml

Not versioned

9-Oct-25

3:08

942

4b53860889d3f3c448fc514d2ea0120100076816.xml

Not versioned

9-Oct-25

3:08

2,308

52b78fa9544605e886641d0eb008d4faf901c673.xml

Not versioned

9-Oct-25

3:08

956

9a00328f787b0683a05c2e7a16ef7858adfa8068.xml

Not versioned

9-Oct-25

3:08

978

24a2f8789b154b699940ad9ab7d39aaa2e9892f2.xml

Not versioned

9-Oct-25

3:08

796

a1026e97d46e89c55e97134de3823210f59708cb.xml

Not versioned

9-Oct-25

3:08

2,124

d9514f22230add819ddde709de315f0165b36a8e.xml

Not versioned

9-Oct-25

3:08

2,592

975b69eb30393cebd6885b635d2336e84c986366.xml

Not versioned

9-Oct-25

3:08

2,592

500b17b3dff5e249f7fa450bb272a5c0938ade70.xml

Not versioned

9-Oct-25

3:08

2,596

fe879c763d5196b26d4907df181c4357c07c5aaa.xml

Not versioned

9-Oct-25

3:08

2,608

116da488502c96511736970b304a7e240fc0ba8b.xml

Not versioned

9-Oct-25

3:08

2,640

582d25b6760e7c9f0771f88c3b89cb14b708df42.xml

Not versioned

9-Oct-25

3:08

2,112

b4c45249d60a77639b177e565616ae1d11f9e3d5.xml

Not versioned

9-Oct-25

3:08

2,952

fd6598122489ab56bffaf7f6676165c57428611a.xml

Not versioned

9-Oct-25

3:08

2,970

cedc3b4fce38a37147e150db36103e809d106cbb.xml

Not versioned

9-Oct-25

3:08

2,972

74461450967a334ea27548db66c8db015e4c4b86.xml

Not versioned

9-Oct-25

3:08

2,714

dfd9063b031c70d0c87310b16c4132522b447dda.xml

Not versioned

9-Oct-25

3:08

2,970

b7815cc1f204e86977f8af4ac2e1db35a3785601.xml

Not versioned

9-Oct-25

3:08

3,000

14a3f9e824793931d34f7f786a538bbc9ef1f0d6.xml

Not versioned

9-Oct-25

3:08

4,212

win32u.dll

10.0.22621.6060

9-Oct-25

3:08

166,736

win32k.sys

10.0.22621.6060

9-Oct-25

3:08

696,320

win32kfull.sys

10.0.22621.6060

9-Oct-25

3:08

4,009,984

win32kbase.sys

10.0.22621.6060

9-Oct-25

3:08

3,260,416

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:08

20,992

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:08

23,040

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:08

22,016

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:08

23,552

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:08

21,504

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:08

24,064

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:08

20,480

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:08

22,528

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:08

18,432

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:08

17,920

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:08

16,384

win32ksgd.sys

10.0.22621.6060

9-Oct-25

3:08

49,152

WindowsCodecs.dll

10.0.22621.6060

9-Oct-25

3:08

1,794,728

winpeshl.exe

10.0.22621.6060

9-Oct-25

3:08

90,112

wpeutil.dll

10.0.22621.6060

9-Oct-25

3:08

204,800

wpeutil.exe

10.0.22621.6060

9-Oct-25

3:08

36,864

wpeinit.exe

10.0.22621.6060

9-Oct-25

3:08

57,344

startnet.cmd

Not versioned

9-Oct-25

3:08

9

ReInfo.dll

10.0.22621.6060

9-Oct-25

3:08

102,400

StartRep.exe

10.0.22621.6060

9-Oct-25

3:08

1,253,376

RecHost.exe

10.0.22621.6060

9-Oct-25

3:08

148,864

SrtTel.dll

10.0.22621.6060

9-Oct-25

3:08

1,656,192

RecEnv.exe

10.0.22621.6060

9-Oct-25

3:08

468,352

BootRec.exe

10.0.22621.6060

9-Oct-25

3:08

196,608

cryptsp.dll

10.0.22621.6060

9-Oct-25

3:08

84,240

iertutil.dll

11.0.22621.6060

9-Oct-25

3:08

2,333,104

msIso.dll

11.0.22621.6060

9-Oct-25

3:08

205,824

edgeIso.dll

11.0.22621.6060

9-Oct-25

3:08

391,168

KernelBase.dll

10.0.22621.6060

9-Oct-25

3:08

2,716,856

ntdll.dll

10.0.22621.6060

9-Oct-25

3:08

1,760,848

fveapibase.dll

10.0.22621.6060

9-Oct-25

3:08

417,280

fveapi.dll

10.0.22621.6060

9-Oct-25

3:08

880,640

UusBrain.dll

1310.2506.11012.0

9-Oct-25

3:08

364,928

wups.dll

1310.2506.11012.0

9-Oct-25

3:08

119,696

wupscore.dll

1310.2506.11012.0

9-Oct-25

3:08

121,232

wuapicore.dll

1310.2506.11012.0

9-Oct-25

3:08

914,832

wuapi.dll

1310.2506.11012.0

9-Oct-25

3:08

205,184

wutrust.dll

1310.2506.11012.0

9-Oct-25

3:08

184,192

wusys.dll

10.0.22621.6060

9-Oct-25

3:08

246,144

win32u.dll

10.0.22621.6060

9-Oct-25

3:08

103,328

WindowsCodecs.dll

10.0.22621.6060

9-Oct-25

3:08

1,458,600

ReAgent.dll

10.0.22621.6060

9-Oct-25

3:08

618,896

ReInfo.dll

10.0.22621.6060

9-Oct-25

3:08

64,000

File name

File version

Date

Time

File size

usb.inf

Not versioned

9-Oct-25

3:09

41,432

usbccgp.sys

10.0.22621.6060

9-Oct-25

3:09

166,272

usbhub3.inf

Not versioned

9-Oct-25

3:09

11,296

USBHUB3.SYS

10.0.22621.6060

9-Oct-25

3:09

669,056

usbport.inf

Not versioned

9-Oct-25

3:09

31,662

usbehci.sys

10.0.22621.6060

9-Oct-25

3:09

97,152

usbport.sys

10.0.22621.6060

9-Oct-25

3:09

427,920

usbhub.sys

10.0.22621.6060

9-Oct-25

3:09

435,072

usbd.sys

10.0.22621.6060

9-Oct-25

3:09

36,736

hvloader.dll

10.0.22621.6060

9-Oct-25

3:09

100,736

kdhvcom.dll

10.0.22621.6060

9-Oct-25

3:09

28,040

hvaa64.exe

10.0.22621.6060

9-Oct-25

3:09

984,448

skci.dll

10.0.22621.6060

9-Oct-25

3:09

239,896

iumbase.dll

10.0.22621.6060

9-Oct-25

3:09

25,880

iumdll.dll

10.0.22621.6060

9-Oct-25

3:09

16,632

tprtdll.dll

10.0.22621.6060

9-Oct-25

3:09

18,224

vertdll.dll

10.0.22621.6060

9-Oct-25

3:09

175,728

ucrtbase_enclave.dll

10.0.22621.6060

9-Oct-25

3:09

466,960

securekernel.exe

10.0.22621.6060

9-Oct-25

3:09

801,152

VbsSiPolicy.p7b

Not versioned

9-Oct-25

3:09

68,351

chs_boot.ttf

Not versioned

9-Oct-25

3:09

3,696,724

msyh_boot.ttf

Not versioned

9-Oct-25

3:09

175,324

chs_boot_EX.ttf

Not versioned

9-Oct-25

3:09

3,696,712

msyh_boot_EX.ttf

Not versioned

9-Oct-25

3:09

189,944

cht_boot.ttf

Not versioned

9-Oct-25

3:09

3,879,416

cht_boot_EX.ttf

Not versioned

9-Oct-25

3:09

3,879,404

msjh_boot.ttf

Not versioned

9-Oct-25

3:09

183,448

msjh_boot_EX.ttf

Not versioned

9-Oct-25

3:09

201,336

wgl4_boot.ttf

Not versioned

9-Oct-25

3:09

50,080

wgl4_boot_EX.ttf

Not versioned

9-Oct-25

3:09

50,096

segmono_boot.ttf

Not versioned

9-Oct-25

3:09

45,852

segmono_boot_EX.ttf

Not versioned

9-Oct-25

3:09

45,852

segoe_slboot.ttf

Not versioned

9-Oct-25

3:09

102,980

segoe_slboot_EX.ttf

Not versioned

9-Oct-25

3:09

102,980

jpn_boot.ttf

Not versioned

9-Oct-25

3:09

1,986,856

jpn_boot_EX.ttf

Not versioned

9-Oct-25

3:09

1,986,856

meiryo_boot.ttf

Not versioned

9-Oct-25

3:09

165,876

meiryo_boot_EX.ttf

Not versioned

9-Oct-25

3:09

175,972

kor_boot.ttf

Not versioned

9-Oct-25

3:09

2,373,988

kor_boot_EX.ttf

Not versioned

9-Oct-25

3:09

2,374,016

malgun_boot.ttf

Not versioned

9-Oct-25

3:09

196,360

malgun_boot_EX.ttf

Not versioned

9-Oct-25

3:09

201,944

efisys.bin

Not versioned

9-Oct-25

3:09

1,720,320

efisys_EX.bin

Not versioned

9-Oct-25

3:09

1,720,320

efisys_noprompt.bin

Not versioned

9-Oct-25

3:09

1,720,320

efisys_noprompt_EX.bin

Not versioned

9-Oct-25

3:09

1,720,320

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:09

82,336

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

94,624

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

82,320

bootmgr_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

90,016

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:09

81,312

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

93,600

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

81,296

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:09

80,288

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

92,576

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

80,256

bootmgr_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

89,984

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:09

84,400

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

97,184

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

84,352

bootmgr_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

90,000

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:09

85,408

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

97,712

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

85,376

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:09

78,256

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

90,016

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

78,208

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

82,312

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:09

79,280

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

91,040

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

79,232

bootmgr_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

90,024

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

81,280

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:09

83,872

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

96,672

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

83,840

bootmgr_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

90,008

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

96,696

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

84,368

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:09

84,384

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

84,360

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:09

81,824

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

94,112

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

81,792

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:09

70,576

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

81,312

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

70,528

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:09

70,048

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

80,824

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

70,032

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

92,600

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

92,080

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

80,272

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:09

79,776

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

92,088

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

79,744

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

82,304

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:09

82,848

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

95,648

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

82,816

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

93,624

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

81,288

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:09

80,816

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

93,112

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

80,768

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

94,136

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

81,800

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:09

80,800

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

93,088

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

80,784

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

81,808

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:09

81,840

bootmgfw.efi.mui

10.0.22621.6060

9-Oct-25

3:09

65,952

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

76,216

bootmgr.efi.mui

10.0.22621.6060

9-Oct-25

3:09

65,920

bootmgfw_EX.efi.mui

10.0.26100.30212

9-Oct-25

3:09

76,704

tcblaunch.exe

10.0.22621.6060

9-Oct-25

3:09

873,432

tcbloader.dll

10.0.22621.6060

9-Oct-25

3:09

248,192

DrtmAuthArm.wim

Not versioned

9-Oct-25

3:09

5,144

bootmgfw.efi

10.0.22621.6060

9-Oct-25

3:09

1,804,704

bootmgfw_EX.efi

10.0.26100.30212

9-Oct-25

3:09

2,678,048

SecureBootRecovery.efi

Not versioned

9-Oct-25

3:09

170,904

bootmgr.efi

10.0.22621.6060

9-Oct-25

3:09

1,785,216

bootmgr_EX.efi

10.0.26100.30212

9-Oct-25

3:09

2,661,776

boot.stl

Not versioned

9-Oct-25

3:09

10,853

winsipolicy.p7b

Not versioned

9-Oct-25

3:09

10,341

winload.efi

10.0.22621.6060

9-Oct-25

3:09

2,149,760

winresume.efi

10.0.22621.6060

9-Oct-25

3:09

1,646,648

bfsvc.exe

10.0.22621.6060

9-Oct-25

3:09

100,864

bootsvc.dll

10.0.22621.6060

9-Oct-25

3:09

284,640

BootMenuUX.dll

10.0.22621.6060

9-Oct-25

3:09

219,136

driversipolicy.p7b

Not versioned

9-Oct-25

3:09

229,162

cbmr_driver.efi

Not versioned

9-Oct-25

3:09

150,400

ci.dll

10.0.22621.6060

9-Oct-25

3:09

900,456

driver.stl

Not versioned

9-Oct-25

3:09

15,113

cryptsp.dll

10.0.22621.6060

9-Oct-25

3:09

186,096

dosvc.dll.mui

10.0.22621.6060

9-Oct-25

3:09

3,584

dosvc.dll.mui

10.0.22621.6060

9-Oct-25

3:09

3,072

domiprov.dll

1310.2506.11012.0

9-Oct-25

3:09

678,272

DeliveryOptimizationMIProv.mof

Not versioned

9-Oct-25

3:09

20,268

DeliveryOptimizationMIProvUninstall.mof

Not versioned

9-Oct-25

3:09

2,044

doclient.dll

1310.2506.11012.0

9-Oct-25

3:09

1,957,248

dosvc.dll

10.0.22621.6060

9-Oct-25

3:09

144,896

2213703c9c64cc61ba900531652e23c84728d2a2.xml

Not versioned

9-Oct-25

3:09

4,106

8921b5587b25ac906f6851660e78916b20b2b8d6.xml

Not versioned

9-Oct-25

3:09

1,542

7b9b1ea12d1b4fc12ccbc5aeda559b08838bf86a.xml

Not versioned

9-Oct-25

3:09

2,522

fbwf.sys

10.0.22621.6060

9-Oct-25

3:09

122,576

cmi2migxml.dll

10.0.22621.6060

9-Oct-25

3:09

221,056

csiagent.dll

10.0.22621.6060

9-Oct-25

3:09

759,168

diagER.dll

10.0.22621.6060

9-Oct-25

3:09

76,672

hwcompat.dll

10.0.22621.6060

9-Oct-25

3:09

239,488

hwcompat.txt

Not versioned

9-Oct-25

3:09

214,000

hwexclude.txt

Not versioned

9-Oct-25

3:09

51

icbexclusion.inf

Not versioned

9-Oct-25

3:09

7,222

migapp.xml

Not versioned

9-Oct-25

3:09

654,548

migcore.dll

10.0.22621.6060

9-Oct-25

3:09

10,191,792

mighost.exe

10.0.22621.6060

9-Oct-25

3:09

265,600

migres.dll

10.0.22621.6060

9-Oct-25

3:09

17,296

migisol.dll

10.0.22621.6060

9-Oct-25

3:09

115,072

migstore.dll

10.0.22621.6060

9-Oct-25

3:09

1,388,432

migsys.dll

10.0.22621.6060

9-Oct-25

3:09

497,040

MXEAgent.dll

10.0.22621.6060

9-Oct-25

3:09

401,280

offline.xml

Not versioned

9-Oct-25

3:09

43,247

oscomps.xml

Not versioned

9-Oct-25

3:09

451,919

oscomps.woa.xml

Not versioned

9-Oct-25

3:09

249,101

osfilter.inf

Not versioned

9-Oct-25

3:09

21,299

pnppropmig.dll

10.0.22621.6060

9-Oct-25

3:09

90,496

ReserveManager.dll

10.0.22621.6060

9-Oct-25

3:09

306,560

setupplatform.cfg

Not versioned

9-Oct-25

3:09

10,857

setupplatform.dll

1.74.22621.6060

9-Oct-25

3:09

10,213,808

setupplatform.exe

1.74.22621.6060

9-Oct-25

3:09

261,520

SFCN.dat

Not versioned

9-Oct-25

3:09

1,824

SFLCID.dat

Not versioned

9-Oct-25

3:09

1,644

SFLISTW7.dat

Not versioned

9-Oct-25

3:09

1,703,368

SFLISTW8.dat

Not versioned

9-Oct-25

3:09

2,608,858

SFLISTWB.dat

Not versioned

9-Oct-25

3:09

3,172,904

SFLISTWT.dat

Not versioned

9-Oct-25

3:09

4,935,438

sflistw8.woa.dat

Not versioned

9-Oct-25

3:09

954,436

SFLISTRS1.dat

Not versioned

9-Oct-25

3:09

5,593,264

sflistwb.woa.dat

Not versioned

9-Oct-25

3:09

1,150,134

sflistwt.woa.dat

Not versioned

9-Oct-25

3:09

2,636,850

SFPAT.inf

Not versioned

9-Oct-25

3:09

11,602

SFPATW7.inf

Not versioned

9-Oct-25

3:09

17,396

SFPATW8.inf

Not versioned

9-Oct-25

3:09

79,818

SFPATWB.inf

Not versioned

9-Oct-25

3:09

91,635

SFPATWT.inf

Not versioned

9-Oct-25

3:09

165,729

SFPATRS1.inf

Not versioned

9-Oct-25

3:09

169,870

unbcl.dll

10.0.22621.6060

9-Oct-25

3:09

1,127,816

upgradeagent.dll

10.0.22621.6060

9-Oct-25

3:09

3,464,576

upgradeagent.xml

Not versioned

9-Oct-25

3:09

70,907

upgrade_comp.xml

Not versioned

9-Oct-25

3:09

6,054

upgrade_bulk.xml

Not versioned

9-Oct-25

3:09

209,615

upgrade_data.xml

Not versioned

9-Oct-25

3:09

41,750

upgrade_frmwrk.xml

Not versioned

9-Oct-25

3:09

18,785

upgWow_bulk.xml

Not versioned

9-Oct-25

3:09

115,041

upgWowA32_bulk.xml

Not versioned

9-Oct-25

3:09

115,031

uninstall.xml

Not versioned

9-Oct-25

3:09

4,407

uninstall_data.xml

Not versioned

9-Oct-25

3:09

11,122

wdsutil.dll

10.0.22621.6060

9-Oct-25

3:09

349,072

WinSetupMon.hiv

Not versioned

9-Oct-25

3:09

8,192

WinSetupMon.sys

10.0.22621.6060

9-Oct-25

3:09

81,816

iertutil.dll

11.0.22621.6060

9-Oct-25

3:09

3,875,944

msIso.dll

11.0.22621.6060

9-Oct-25

3:09

542,720

edgeIso.dll

11.0.22621.6060

9-Oct-25

3:09

881,152

KernelBase.dll

10.0.22621.6060

9-Oct-25

3:09

6,878,344

netio.sys

10.0.22621.6060

9-Oct-25

3:09

578,960

ntdll.dll

10.0.22621.6060

9-Oct-25

3:09

4,178,152

ntoskrnl.exe

10.0.22621.6060

9-Oct-25

3:09

10,424,224

storewuauth.dll

1310.2506.11012.0

9-Oct-25

3:09

149,392

storewuauthcore.dll

1310.2506.11012.0

9-Oct-25

3:09

416,128

diagtrack.dll

10.0.10586.0

9-Oct-25

3:09

1,561,952

diagtrackrunner.exe

10.0.10586.0

9-Oct-25

3:09

90,304

reagent.admx

Not versioned

9-Oct-25

3:09

1,240

reagent.dll

10.0.22621.6060

9-Oct-25

3:09

1,197,456

reagent.xml

Not versioned

9-Oct-25

3:09

837

SetupPlatform.cfg

Not versioned

9-Oct-25

3:09

17,298

wdscore.dll

10.0.22621.6060

9-Oct-25

3:09

272,768

wdsclientapi.dll

10.0.22621.6060

9-Oct-25

3:09

257,880

wdscsl.dll

10.0.22621.6060

9-Oct-25

3:09

61,840

wdsimage.dll

10.0.22621.6060

9-Oct-25

3:09

109,912

wdstptc.dll

10.0.22621.6060

9-Oct-25

3:09

173,400

fvevol.sys

10.0.22621.6060

9-Oct-25

3:09

782,720

dumpfve.sys

10.0.22621.6060

9-Oct-25

3:09

95,696

bcd.dll

10.0.22621.6060

9-Oct-25

3:09

145,176

bootsvc.dll

10.0.22621.6060

9-Oct-25

3:09

284,656

hwreqchk.dll

Not versioned

9-Oct-25

3:09

696,832

ServicingCommon.dll

10.0.22621.6060

9-Oct-25

3:09

1,837,280

utcapi.dll

10.0.22621.6060

9-Oct-25

3:09

41,344

wimgapi.dll

10.0.22621.6060

9-Oct-25

3:09

1,380,240

wdscommonlib.dll

10.0.22621.6060

9-Oct-25

3:09

289,280

dismapi.dll

10.0.22621.6060

9-Oct-25

3:09

2,448,256

dismcore.dll

10.0.22621.6060

9-Oct-25

3:09

790,400

dismcoreps.dll

10.0.22621.6060

9-Oct-25

3:09

197,520

dismprov.dll

10.0.22621.6060

9-Oct-25

3:09

303,488

folderprovider.dll

10.0.22621.6060

9-Oct-25

3:09

154,000

imagingprovider.dll

10.0.22621.6060

9-Oct-25

3:09

482,688

logprovider.dll

10.0.22621.6060

9-Oct-25

3:09

181,632

vhdprovider.dll

10.0.22621.6060

9-Oct-25

3:09

1,087,872

wimprovider.dll

10.0.22621.6060

9-Oct-25

3:09

1,253,776

unattend.dll

10.0.22621.6060

9-Oct-25

3:09

314,752

wpx.dll

10.0.22621.6060

9-Oct-25

3:09

1,526,144

locale.nls

Not versioned

9-Oct-25

3:09

841,488

nlsbres.dll

10.0.22621.6060

9-Oct-25

3:09

93,568

fveapibase.dll

10.0.22621.6060

9-Oct-25

3:09

877,056

fveapi.dll

10.0.22621.6060

9-Oct-25

3:09

1,974,784

LsaIso.exe

10.0.22621.6060

9-Oct-25

3:09

352,360

iumcrypt.dll

10.0.22621.6060

9-Oct-25

3:09

124,104

ResetEngine.dll

10.0.22621.6060

9-Oct-25

3:09

2,950,528

ResetTelemetry.dll

10.0.22621.6060

9-Oct-25

3:09

577,920

ResetEngine.exe

10.0.22621.6060

9-Oct-25

3:09

22,400

ResetPluginHost.exe

10.0.22621.6060

9-Oct-25

3:09

37,888

reseteng.dll

10.0.22621.6060

9-Oct-25

3:09

655,872

resetengmig.dll

10.0.22621.6060

9-Oct-25

3:09

98,816

srms.dat

Not versioned

9-Oct-25

3:09

60,394

srms62.dat

Not versioned

9-Oct-25

3:09

22,841

sysreset.exe

10.0.22621.6060

9-Oct-25

3:09

420,864

systemreset.exe

10.0.22621.6060

9-Oct-25

3:09

538,704

ResetEngOnline.dll

10.0.22621.6060

9-Oct-25

3:09

214,528

SysResetErr.exe

10.0.22621.6060

9-Oct-25

3:09

60,288

tcpip.sys

10.0.22621.6060

9-Oct-25

3:09

2,961,792

FWPKCLNT.SYS

10.0.22621.6060

9-Oct-25

3:09

524,176

tcpipreg.sys

10.0.22621.6060

9-Oct-25

3:09

54,784

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:09

216,576

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:09

221,696

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:09

218,624

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:09

218,112

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:09

219,648

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:09

220,672

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:09

215,552

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:09

217,088

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:09

214,016

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:09

220,160

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:09

209,920

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:09

209,408

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:09

217,600

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:09

219,136

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:09

216,064

tcpip.sys.mui

10.0.22621.6060

9-Oct-25

3:09

207,360

uusp.json

Not versioned

9-Oct-25

3:09

33,005

UusBrain.dll

1310.2506.11012.0

9-Oct-25

3:09

1,095,040

updatepolicy.dll

1310.2506.11012.0

9-Oct-25

3:09

300,928

updatepolicycore.dll

1310.2506.11012.0

9-Oct-25

3:09

617,872

UpdatePolicy.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

11,264

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

17,408

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

19,968

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

18,944

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

18,432

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

19,456

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

16,896

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

20,480

UpdatePolicy.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

10,752

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

14,336

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

17,920

UpdatePolicyCore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

12,800

wuapihost.exe

1310.2506.11012.0

9-Oct-25

3:09

41,856

wuuhdrv.dll

1310.2506.11012.0

9-Oct-25

3:09

528,768

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

10,240

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

10,752

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

11,776

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

12,800

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

12,288

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

13,312

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

12,288

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

12,800

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

13,824

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

11,264

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

11,776

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

9,728

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

10,240

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

7,680

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

8,192

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

10,752

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

11,264

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

6,144

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

6,656

wuauengcore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

6,656

wuaueng.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

7,168

wuapi.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

11,776

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

17,920

wuapi.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

12,288

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

19,456

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

19,968

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

18,944

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

18,432

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

16,896

wuapi.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

11,264

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

16,384

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

15,360

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

15,872

wuuhext.dll

1310.2506.11012.0

9-Oct-25

3:09

497,536

wuuhosdeployment.dll

1310.2506.11012.0

9-Oct-25

3:09

446,336

wups.dll

1310.2506.11012.0

9-Oct-25

3:09

296,320

wupscore.dll

1310.2506.11012.0

9-Oct-25

3:09

437,120

wuapicore.dll

1310.2506.11012.0

9-Oct-25

3:09

2,363,776

wuapi.dll

1310.2506.11012.0

9-Oct-25

3:09

381,840

wutrust.dll

1310.2506.11012.0

9-Oct-25

3:09

423,296

wusys.dll

10.0.22621.6060

9-Oct-25

3:09

631,696

wuauengcore.dll

1310.2506.11012.0

9-Oct-25

3:09

3,846,032

wups2.dll

1310.2506.11012.0

9-Oct-25

3:09

145,280

wups2core.dll

1310.2506.11012.0

9-Oct-25

3:09

112,512

wuauclt.exe

1310.2506.11012.0

9-Oct-25

3:09

144,768

wuaucltcore.exe

1310.2506.11012.0

9-Oct-25

3:09

138,624

UpdateDeploy.dll

1310.2506.11012.0

9-Oct-25

3:09

680,832

wuaueng.dll

1310.2506.11012.0

9-Oct-25

3:09

173,456

0cf49350999533e06203e66617b9a479c64e3b98.xml

Not versioned

9-Oct-25

3:09

1,244

c85a6c184c03a4fd97b09fa8d3b2686d19f086b7.xml

Not versioned

9-Oct-25

3:09

1,306

021ace09768704303e8cd92cc2d7c5ea94b53731.xml

Not versioned

9-Oct-25

3:09

2,452

fc310fd3e8f7901e37586b5e985d8c86a827a838.xml

Not versioned

9-Oct-25

3:09

3,728

7d06486ae99beb45ced199480ddff358d347c849.xml

Not versioned

9-Oct-25

3:09

2,236

4ce89f83f5d24acf7f9e6396fb5d65851e57bd8b.xml

Not versioned

9-Oct-25

3:09

2,448

eb8a9128946e6df63483662e5eab8367dfcb7a1e.xml

Not versioned

9-Oct-25

3:09

946

004c9a69d6903d92746f7670fcbc4e3dd4716681.xml

Not versioned

9-Oct-25

3:09

942

4b53860889d3f3c448fc514d2ea0120100076816.xml

Not versioned

9-Oct-25

3:09

2,308

52b78fa9544605e886641d0eb008d4faf901c673.xml

Not versioned

9-Oct-25

3:09

956

9a00328f787b0683a05c2e7a16ef7858adfa8068.xml

Not versioned

9-Oct-25

3:09

978

24a2f8789b154b699940ad9ab7d39aaa2e9892f2.xml

Not versioned

9-Oct-25

3:09

796

a1026e97d46e89c55e97134de3823210f59708cb.xml

Not versioned

9-Oct-25

3:09

2,124

d9514f22230add819ddde709de315f0165b36a8e.xml

Not versioned

9-Oct-25

3:09

2,592

975b69eb30393cebd6885b635d2336e84c986366.xml

Not versioned

9-Oct-25

3:09

2,592

500b17b3dff5e249f7fa450bb272a5c0938ade70.xml

Not versioned

9-Oct-25

3:09

2,596

fe879c763d5196b26d4907df181c4357c07c5aaa.xml

Not versioned

9-Oct-25

3:09

2,608

116da488502c96511736970b304a7e240fc0ba8b.xml

Not versioned

9-Oct-25

3:09

2,640

582d25b6760e7c9f0771f88c3b89cb14b708df42.xml

Not versioned

9-Oct-25

3:09

2,112

b4c45249d60a77639b177e565616ae1d11f9e3d5.xml

Not versioned

9-Oct-25

3:09

2,952

fd6598122489ab56bffaf7f6676165c57428611a.xml

Not versioned

9-Oct-25

3:09

2,970

cedc3b4fce38a37147e150db36103e809d106cbb.xml

Not versioned

9-Oct-25

3:09

2,972

74461450967a334ea27548db66c8db015e4c4b86.xml

Not versioned

9-Oct-25

3:09

2,714

dfd9063b031c70d0c87310b16c4132522b447dda.xml

Not versioned

9-Oct-25

3:09

2,970

b7815cc1f204e86977f8af4ac2e1db35a3785601.xml

Not versioned

9-Oct-25

3:09

3,000

14a3f9e824793931d34f7f786a538bbc9ef1f0d6.xml

Not versioned

9-Oct-25

3:09

4,212

win32u.dll

10.0.22621.6060

9-Oct-25

3:09

367,872

win32k.sys

10.0.22621.6060

9-Oct-25

3:09

534,016

win32kfull.sys

10.0.22621.6060

9-Oct-25

3:09

3,707,904

win32kbase.sys

10.0.22621.6060

9-Oct-25

3:09

2,934,784

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:09

20,992

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:09

23,040

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:09

22,016

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:09

23,552

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:09

21,504

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:09

24,064

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:09

20,480

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:09

22,528

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:09

18,432

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:09

17,920

win32kbase.sys.mui

10.0.22621.6060

9-Oct-25

3:09

16,384

win32ksgd.sys

10.0.22621.6060

9-Oct-25

3:09

11,776

WindowsCodecs.dll

10.0.22621.6060

9-Oct-25

3:09

3,197,784

winpeshl.exe

10.0.22621.6060

9-Oct-25

3:09

71,168

wpeutil.dll

10.0.22621.6060

9-Oct-25

3:09

187,904

wpeutil.exe

10.0.22621.6060

9-Oct-25

3:09

11,776

wpeinit.exe

10.0.22621.6060

9-Oct-25

3:09

36,352

startnet.cmd

Not versioned

9-Oct-25

3:09

9

ReAgent.dll

10.0.22621.6060

9-Oct-25

3:09

1,197,440

ReInfo.dll

10.0.22621.6060

9-Oct-25

3:09

173,568

StartRep.exe

10.0.22621.6060

9-Oct-25

3:09

1,298,944

RecHost.exe

10.0.22621.6060

9-Oct-25

3:09

142,224

SrtTel.dll

10.0.22621.6060

9-Oct-25

3:09

1,761,664

RecEnv.exe

10.0.22621.6060

9-Oct-25

3:09

464,272

BootRec.exe

10.0.22621.6060

9-Oct-25

3:09

182,784

cryptsp.dll

10.0.22621.6060

9-Oct-25

3:09

96,488

iertutil.dll

11.0.22621.6060

9-Oct-25

3:09

2,240,992

msIso.dll

11.0.22621.6060

9-Oct-25

3:09

212,992

edgeIso.dll

11.0.22621.6060

9-Oct-25

3:09

364,544

KernelBase.dll

10.0.22621.6060

9-Oct-25

3:09

2,517,832

ntdll.dll

10.0.22621.6060

9-Oct-25

3:09

1,658,376

fveapibase.dll

10.0.22621.6060

9-Oct-25

3:09

380,928

fveapi.dll

10.0.22621.6060

9-Oct-25

3:09

778,240

UusBrain.dll

1310.2506.11012.0

9-Oct-25

3:09

420,240

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

9,728

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

11,264

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

11,776

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

10,752

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

10,240

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

8,704

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

8,192

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

7,168

wuapicore.dll.mui

1310.2506.11012.0

9-Oct-25

3:09

7,680

wups.dll

1310.2506.11012.0

9-Oct-25

3:09

120,720

wupscore.dll

1310.2506.11012.0

9-Oct-25

3:09

120,720

wuapicore.dll

1310.2506.11012.0

9-Oct-25

3:09

992,656

wuapi.dll

1310.2506.11012.0

9-Oct-25

3:09

205,200

wutrust.dll

1310.2506.11012.0

9-Oct-25

3:09

182,168

wusys.dll

10.0.22621.6060

9-Oct-25

3:09

275,856

win32u.dll

10.0.22621.6060

9-Oct-25

3:09

154,328

WindowsCodecs.dll

10.0.22621.6060

9-Oct-25

3:09

1,274,104

ReAgent.dll

10.0.22621.6060

9-Oct-25

3:09

611,728

ReInfo.dll

10.0.22621.6060

9-Oct-25

3:09

90,112

ntdll.dll

10.0.22621.6060

9-Oct-25

3:09

2,232,976

msvcrt.dll

7.0.22621.6060

9-Oct-25

3:09

1,096,200

ucrtbase.dll

10.0.22621.6060

9-Oct-25

3:09

1,593,064

d2d1.dll

10.0.22621.6060

9-Oct-25

3:09

6,501,928

d3d9on12.dll

10.0.22621.6060

9-Oct-25

3:09

933,888

d3d10warp.dll

10.0.22621.6060

9-Oct-25

3:09

8,592,872

d3d11.dll

10.0.22621.6060

9-Oct-25

3:09

3,181,880

d3d11on12.dll

10.0.22621.6060

9-Oct-25

3:09

753,880

d3d12.dll

10.0.22621.6060

9-Oct-25

3:09

181,104

DWrite.dll

10.0.22621.6060

9-Oct-25

3:09

2,848,256

gdi32.dll

10.0.22621.6060

9-Oct-25

3:09

276,680

iertutil.dll

11.0.22621.6060

9-Oct-25

3:09

2,687,704

jscript9.dll

11.0.22621.6060

9-Oct-25

3:09

5,998,592

msftedit.dll

10.0.22621.6060

9-Oct-25

3:09

3,838,976

mshtml.dll

11.0.22621.6060

9-Oct-25

3:09

26,223,104

msIso.dll

11.0.22621.6060

9-Oct-25

3:09

360,960

opengl32.dll

10.0.22621.6060

9-Oct-25

3:09

1,134,080

urlmon.dll

11.0.22621.6060

9-Oct-25

3:09

2,216,960

windows.storage.dll

10.0.22621.6060

9-Oct-25

3:09

12,537,416

WindowsCodecs.dll

10.0.22621.6060

9-Oct-25

3:09

1,992,488

wininet.dll

11.0.22621.6060

9-Oct-25

3:09

5,502,608

KernelBase.dll

10.0.22621.6060

9-Oct-25

3:09

3,601,840

oleaut32.dll

10.0.22621.6060

9-Oct-25

3:09

950,640

cryptsp.dll

10.0.22621.6060

9-Oct-25

3:09

84,240

iertutil.dll

11.0.22621.6060

9-Oct-25

3:09

2,333,104

msIso.dll

11.0.22621.6060

9-Oct-25

3:09

205,824

edgeIso.dll

11.0.22621.6060

9-Oct-25

3:09

391,168

KernelBase.dll

10.0.22621.6060

9-Oct-25

3:09

2,716,856

ntdll.dll

10.0.22621.6060

9-Oct-25

3:09

1,760,848

fveapibase.dll

10.0.22621.6060

9-Oct-25

3:09

417,280

fveapi.dll

10.0.22621.6060

9-Oct-25

3:09

880,640

UusBrain.dll

1310.2506.11012.0

9-Oct-25

3:09

364,928

wups.dll

1310.2506.11012.0

9-Oct-25

3:09

119,696

wupscore.dll

1310.2506.11012.0

9-Oct-25

3:09

121,232

wuapicore.dll

1310.2506.11012.0

9-Oct-25

3:09

914,832

wuapi.dll

1310.2506.11012.0

9-Oct-25

3:09

205,184

wutrust.dll

1310.2506.11012.0

9-Oct-25

3:09

184,192

wusys.dll

10.0.22621.6060

9-Oct-25

3:09

246,144

win32u.dll

10.0.22621.6060

9-Oct-25

3:09

103,328

WindowsCodecs.dll

10.0.22621.6060

9-Oct-25

3:09

1,458,600

ReAgent.dll

10.0.22621.6060

9-Oct-25

3:09

618,896

ReInfo.dll

10.0.22621.6060

9-Oct-25

3:09

64,000

References

Update Windows installation media with Dynamic Update

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.