適用先
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 DO_NOT_USE_Windows 11 IoT Enterprise, 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.

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

Verify the installation of this update

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

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

skci.dll

10.0.22621.5624

5-Jul-25

5:05

323,736

iumbase.dll

10.0.22621.5624

5-Jul-25

5:05

46,928

iumdll.dll

10.0.22621.5624

5-Jul-25

5:05

38,648

tprtdll.dll

10.0.22621.5624

5-Jul-25

5:05

42,824

vertdll.dll

10.0.22621.5624

5-Jul-25

5:05

212,216

ucrtbase_enclave.dll

10.0.22621.5624

5-Jul-25

5:05

555,192

securekernel.exe

10.0.22621.5624

5-Jul-25

5:05

1,131,920

VbsSiPolicy.p7b

Not versioned

5-Jul-25

5:05

68,351

chs_boot.ttf

Not versioned

5-Jul-25

5:05

3,696,732

msyh_boot.ttf

Not versioned

5-Jul-25

5:05

175,328

msyhn_boot.ttf

Not versioned

5-Jul-25

5:05

173,552

chs_boot_EX.ttf

Not versioned

5-Jul-25

5:05

3,696,708

msyh_boot_EX.ttf

Not versioned

5-Jul-25

5:05

189,924

msyhn_boot_EX.ttf

Not versioned

5-Jul-25

5:05

187,924

cht_boot.ttf

Not versioned

5-Jul-25

5:05

3,879,428

cht_boot_EX.ttf

Not versioned

5-Jul-25

5:05

3,879,416

msjh_boot.ttf

Not versioned

5-Jul-25

5:05

183,460

msjh_boot_EX.ttf

Not versioned

5-Jul-25

5:05

201,324

msjhn_boot.ttf

Not versioned

5-Jul-25

5:05

181,464

msjhn_boot_EX.ttf

Not versioned

5-Jul-25

5:05

199,160

wgl4_boot.ttf

Not versioned

5-Jul-25

5:05

50,092

wgl4_boot_EX.ttf

Not versioned

5-Jul-25

5:05

50,084

segmono_boot.ttf

Not versioned

5-Jul-25

5:05

45,864

segmono_boot_EX.ttf

Not versioned

5-Jul-25

5:05

45,864

segoe_slboot.ttf

Not versioned

5-Jul-25

5:05

103,024

segoe_slboot_EX.ttf

Not versioned

5-Jul-25

5:05

103,020

segoen_slboot.ttf

Not versioned

5-Jul-25

5:05

102,728

segoen_slboot_EX.ttf

Not versioned

5-Jul-25

5:05

102,732

jpn_boot.ttf

Not versioned

5-Jul-25

5:05

1,986,872

jpn_boot_EX.ttf

Not versioned

5-Jul-25

5:05

1,986,880

meiryo_boot.ttf

Not versioned

5-Jul-25

5:05

165,888

meiryo_boot_EX.ttf

Not versioned

5-Jul-25

5:05

175,972

meiryon_boot.ttf

Not versioned

5-Jul-25

5:05

164,240

meiryon_boot_EX.ttf

Not versioned

5-Jul-25

5:05

174,144

kor_boot.ttf

Not versioned

5-Jul-25

5:05

2,373,992

kor_boot_EX.ttf

Not versioned

5-Jul-25

5:05

2,374,012

malgun_boot.ttf

Not versioned

5-Jul-25

5:05

196,400

malgun_boot_EX.ttf

Not versioned

5-Jul-25

5:05

201,948

malgunn_boot.ttf

Not versioned

5-Jul-25

5:05

193,964

malgunn_boot_EX.ttf

Not versioned

5-Jul-25

5:05

199,400

efisys.bin

Not versioned

5-Jul-25

5:05

1,474,560

efisys_EX.bin

Not versioned

5-Jul-25

5:05

1,474,560

efisys_noprompt.bin

Not versioned

5-Jul-25

5:05

1,474,560

efisys_noprompt_EX.bin

Not versioned

5-Jul-25

5:05

1,474,560

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

82,336

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

94,648

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

82,304

bootmgr_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

90,024

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

81,328

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

93,600

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

81,296

bootmgr_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

90,008

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

80,288

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

92,576

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

80,256

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

84,424

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

97,184

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

84,368

bootmgr_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

89,984

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

85,432

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

97,696

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

85,376

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

78,256

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

90,032

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

78,248

bootmgr_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

90,000

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

78,240

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

90,016

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

78,232

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

82,352

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

94,624

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

82,336

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

79,280

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

91,064

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

79,232

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

81,312

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

93,624

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

81,280

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

83,872

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

96,688

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

83,840

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

84,384

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

96,696

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

84,352

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

81,352

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

93,616

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

96,672

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

81,848

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

94,152

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

81,792

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

70,576

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

81,312

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

70,544

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

70,048

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

80,800

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

70,016

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

80,312

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

92,592

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

80,296

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

80,328

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

92,064

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

80,272

bootmgr_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

90,016

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

79,776

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

79,776

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

82,376

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

82,872

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

95,688

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

82,832

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

81,320

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

80,800

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

93,088

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

80,768

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

81,824

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

94,136

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

81,840

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

94,128

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

81,832

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

65,976

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

76,192

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

65,936

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:05

65,952

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:05

76,728

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:05

65,920

tcblaunch.exe

10.0.22621.5624

5-Jul-25

5:05

886,864

tcbloader.dll

10.0.22621.5624

5-Jul-25

5:05

279,968

DrtmAuthTxt.wim

Not versioned

5-Jul-25

5:05

20,911

bootmgfw.efi

10.0.22621.5624

5-Jul-25

5:05

1,698,760

bootmgfw_EX.efi

10.0.26100.30212

5-Jul-25

5:05

2,830,632

SecureBootRecovery.efi

Not versioned

5-Jul-25

5:05

162,688

bootmgr.efi

10.0.22621.5624

5-Jul-25

5:05

1,682,304

bootmgr_EX.efi

10.0.26100.30212

5-Jul-25

5:05

2,818,464

boot.stl

Not versioned

5-Jul-25

5:05

11,030

winsipolicy.p7b

Not versioned

5-Jul-25

5:05

10,341

winload.exe

10.0.22621.5624

5-Jul-25

5:05

1,696,800

winload.efi

10.0.22621.5624

5-Jul-25

5:05

2,037,216

winresume.exe

10.0.22621.5624

5-Jul-25

5:05

1,300,088

winresume.efi

10.0.22621.5624

5-Jul-25

5:05

1,555,768

bfsvc.exe

10.0.22621.5624

5-Jul-25

5:05

118,784

bootsvc.dll

10.0.22621.5624

5-Jul-25

5:05

298,960

BootMenuUX.dll

10.0.22621.5624

5-Jul-25

5:05

237,568

driversipolicy.p7b

Not versioned

5-Jul-25

5:05

229,162

cbmr_driver.efi

Not versioned

5-Jul-25

5:05

158,608

ci.dll

10.0.22621.5624

5-Jul-25

5:05

1,038,592

driver.stl

Not versioned

5-Jul-25

5:05

32,631

dosvc.dll.mui

10.0.22621.5624

5-Jul-25

5:05

3,584

dosvc.dll.mui

10.0.22621.5624

5-Jul-25

5:05

3,072

domiprov.dll

1310.2506.11012.0

5-Jul-25

5:05

600,976

DeliveryOptimizationMIProv.mof

Not versioned

5-Jul-25

5:05

20,268

DeliveryOptimizationMIProvUninstall.mof

Not versioned

5-Jul-25

5:05

2,044

doclient.dll

1310.2506.11012.0

5-Jul-25

5:05

1,701,248

dosvc.dll

10.0.22621.5624

5-Jul-25

5:05

90,112

2213703c9c64cc61ba900531652e23c84728d2a2.xml

Not versioned

5-Jul-25

5:05

4,106

8921b5587b25ac906f6851660e78916b20b2b8d6.xml

Not versioned

5-Jul-25

5:05

1,542

7b9b1ea12d1b4fc12ccbc5aeda559b08838bf86a.xml

Not versioned

5-Jul-25

5:05

2,522

fbwf.sys

10.0.22621.5624

5-Jul-25

5:05

150,232

cmi2migxml.dll

10.0.22621.5624

5-Jul-25

5:05

230,808

csiagent.dll

10.0.22621.5624

5-Jul-25

5:05

763,264

diagER.dll

10.0.22621.5624

5-Jul-25

5:05

95,616

hwcompat.dll

10.0.22621.5624

5-Jul-25

5:05

251,288

hwcompat.txt

Not versioned

5-Jul-25

5:05

953,102

hwexclude.txt

Not versioned

5-Jul-25

5:05

51

icbexclusion.inf

Not versioned

5-Jul-25

5:05

7,222

migapp.xml

Not versioned

5-Jul-25

5:05

654,548

migcore.dll

10.0.22621.5624

5-Jul-25

5:05

9,762,248

mighost.exe

10.0.22621.5624

5-Jul-25

5:05

279,968

migres.dll

10.0.22621.5624

5-Jul-25

5:05

26,016

migisol.dll

10.0.22621.5624

5-Jul-25

5:05

148,888

migstore.dll

10.0.22621.5624

5-Jul-25

5:05

1,357,200

migsys.dll

10.0.22621.5624

5-Jul-25

5:05

492,928

MXEAgent.dll

10.0.22621.5624

5-Jul-25

5:05

411,024

offline.xml

Not versioned

5-Jul-25

5:05

43,247

oscomps.xml

Not versioned

5-Jul-25

5:05

451,919

oscomps.woa.xml

Not versioned

5-Jul-25

5:05

249,101

osfilter.inf

Not versioned

5-Jul-25

5:05

21,299

pnppropmig.dll

10.0.22621.5624

5-Jul-25

5:05

103,832

ReserveManager.dll

10.0.22621.5624

5-Jul-25

5:05

337,280

setupplatform.cfg

Not versioned

5-Jul-25

5:05

10,857

setupplatform.dll

1.74.22621.5624

5-Jul-25

5:05

9,688,496

setupplatform.exe

1.74.22621.5624

5-Jul-25

5:05

271,776

SFCN.dat

Not versioned

5-Jul-25

5:05

1,824

SFLCID.dat

Not versioned

5-Jul-25

5:05

1,644

SFLISTW7.dat

Not versioned

5-Jul-25

5:05

1,703,368

SFLISTW8.dat

Not versioned

5-Jul-25

5:05

2,608,858

SFLISTWB.dat

Not versioned

5-Jul-25

5:05

3,172,904

SFLISTWT.dat

Not versioned

5-Jul-25

5:05

4,935,438

sflistw8.woa.dat

Not versioned

5-Jul-25

5:05

954,436

SFLISTRS1.dat

Not versioned

5-Jul-25

5:05

5,593,264

sflistwb.woa.dat

Not versioned

5-Jul-25

5:05

1,150,134

sflistwt.woa.dat

Not versioned

5-Jul-25

5:05

2,636,850

SFPAT.inf

Not versioned

5-Jul-25

5:05

11,602

SFPATW7.inf

Not versioned

5-Jul-25

5:05

17,396

SFPATW8.inf

Not versioned

5-Jul-25

5:05

79,818

SFPATWB.inf

Not versioned

5-Jul-25

5:05

91,635

SFPATWT.inf

Not versioned

5-Jul-25

5:05

165,729

SFPATRS1.inf

Not versioned

5-Jul-25

5:05

169,870

unbcl.dll

10.0.22621.5624

5-Jul-25

5:05

1,136,016

upgradeagent.dll

10.0.22621.5624

5-Jul-25

5:05

3,331,456

upgradeagent.xml

Not versioned

5-Jul-25

5:05

70,907

upgrade_comp.xml

Not versioned

5-Jul-25

5:05

6,054

upgrade_bulk.xml

Not versioned

5-Jul-25

5:05

209,615

upgrade_data.xml

Not versioned

5-Jul-25

5:05

41,750

upgrade_frmwrk.xml

Not versioned

5-Jul-25

5:05

18,785

upgWow_bulk.xml

Not versioned

5-Jul-25

5:05

115,041

uninstall.xml

Not versioned

5-Jul-25

5:05

4,407

uninstall_data.xml

Not versioned

5-Jul-25

5:05

11,122

wdsutil.dll

10.0.22621.5624

5-Jul-25

5:05

365,952

WinSetupMon.hiv

Not versioned

5-Jul-25

5:05

8,192

WinSetupMon.sys

10.0.22621.5624

5-Jul-25

5:05

107,936

netio.sys

10.0.22621.5624

5-Jul-25

5:05

669,080

ntdll.dll

10.0.22621.5624

5-Jul-25

5:05

2,187,312

ntoskrnl.exe

10.0.22621.5624

5-Jul-25

5:05

12,080,560

ntkrla57.exe

10.0.22621.5624

5-Jul-25

5:05

11,232,672

storewuauth.dll

1310.2506.11012.0

5-Jul-25

5:05

156,048

storewuauthcore.dll

1310.2506.11012.0

5-Jul-25

5:05

378,272

diagtrack.dll

10.0.10586.0

5-Jul-25

5:05

1,365,856

diagtrackrunner.exe

10.0.10586.0

5-Jul-25

5:05

88,256

reagent.admx

Not versioned

5-Jul-25

5:05

1,240

reagent.dll

10.0.22621.5624

5-Jul-25

5:05

726,416

reagent.xml

Not versioned

5-Jul-25

5:05

837

SetupPlatform.cfg

Not versioned

5-Jul-25

5:05

17,298

wdscore.dll

10.0.22621.5624

5-Jul-25

5:05

284,064

wdsclientapi.dll

10.0.22621.5624

5-Jul-25

5:05

272,728

wdscsl.dll

10.0.22621.5624

5-Jul-25

5:05

79,272

wdsimage.dll

10.0.22621.5624

5-Jul-25

5:05

125,272

wdstptc.dll

10.0.22621.5624

5-Jul-25

5:05

190,832

fvevol.sys

10.0.22621.5624

5-Jul-25

5:05

882,048

dumpfve.sys

10.0.22621.5624

5-Jul-25

5:05

133,672

bcd.dll

10.0.22621.5624

5-Jul-25

5:05

158,456

bootsvc.dll

10.0.22621.5624

5-Jul-25

5:05

298,952

hwreqchk.dll

Not versioned

5-Jul-25

5:05

389,120

ServicingCommon.dll

10.0.22621.5624

5-Jul-25

5:05

1,001,424

utcapi.dll

10.0.22621.5624

5-Jul-25

5:05

58,752

wimgapi.dll

10.0.22621.5624

5-Jul-25

5:05

816,528

wdscommonlib.dll

10.0.22621.5624

5-Jul-25

5:05

311,296

dismapi.dll

10.0.22621.5624

5-Jul-25

5:05

1,209,744

dismcore.dll

10.0.22621.5624

5-Jul-25

5:05

480,640

dismcoreps.dll

10.0.22621.5624

5-Jul-25

5:05

214,400

dismprov.dll

10.0.22621.5624

5-Jul-25

5:05

304,528

folderprovider.dll

10.0.22621.5624

5-Jul-25

5:05

95,648

imagingprovider.dll

10.0.22621.5624

5-Jul-25

5:05

255,360

logprovider.dll

10.0.22621.5624

5-Jul-25

5:05

185,728

vhdprovider.dll

10.0.22621.5624

5-Jul-25

5:05

611,712

wimprovider.dll

10.0.22621.5624

5-Jul-25

5:05

689,536

unattend.dll

10.0.22621.5624

5-Jul-25

5:05

234,896

wpx.dll

10.0.22621.5624

5-Jul-25

5:05

1,496,464

locale.nls

Not versioned

5-Jul-25

5:05

841,488

nlsbres.dll

10.0.22621.5624

5-Jul-25

5:05

103,840

fveapibase.dll

10.0.22621.5624

5-Jul-25

5:05

507,904

fveapi.dll

10.0.22621.5624

5-Jul-25

5:05

1,138,688

ResetEngine.dll

10.0.22621.5624

5-Jul-25

5:05

2,721,152

ResetTelemetry.dll

10.0.22621.5624

5-Jul-25

5:05

656,768

ResetEngine.exe

10.0.22621.5624

5-Jul-25

5:05

38,272

ResetPluginHost.exe

10.0.22621.5624

5-Jul-25

5:05

53,248

reseteng.dll

10.0.22621.5624

5-Jul-25

5:05

643,072

resetengmig.dll

10.0.22621.5624

5-Jul-25

5:05

114,688

srms.dat

Not versioned

5-Jul-25

5:05

60,394

srms62.dat

Not versioned

5-Jul-25

5:05

22,841

sysreset.exe

10.0.22621.5624

5-Jul-25

5:05

425,984

systemreset.exe

10.0.22621.5624

5-Jul-25

5:05

542,744

ResetEngOnline.dll

10.0.22621.5624

5-Jul-25

5:05

217,088

SysResetErr.exe

10.0.22621.5624

5-Jul-25

5:05

71,072

tcpip.sys

10.0.22621.5624

5-Jul-25

5:05

3,298,704

FWPKCLNT.SYS

10.0.22621.5624

5-Jul-25

5:05

546,176

tcpipreg.sys

10.0.22621.5624

5-Jul-25

5:05

81,920

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:05

216,576

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:05

221,696

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:05

218,624

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:05

218,112

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:05

219,648

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:05

220,672

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:05

215,552

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:05

217,088

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:05

214,016

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:05

220,160

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:05

209,920

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:05

209,408

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:05

217,600

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:05

219,136

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:05

216,064

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:05

207,360

uusp.json

Not versioned

5-Jul-25

5:05

24,171

UusBrain.dll

1310.2506.11012.0

5-Jul-25

5:05

466,320

updatepolicy.dll

1310.2506.11012.0

5-Jul-25

5:05

154,000

updatepolicycore.dll

1310.2506.11012.0

5-Jul-25

5:05

292,224

UpdatePolicy.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

3,072

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

9,216

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

11,776

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

10,752

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

10,240

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

11,264

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

8,704

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

12,288

UpdatePolicy.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

2,560

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

6,144

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

9,728

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

4,608

wuapihost.exe

1310.2506.11012.0

5-Jul-25

5:05

45,992

wuuhdrv.dll

1310.2506.11012.0

5-Jul-25

5:05

486,288

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

10,240

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

10,752

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

11,776

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

12,800

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

12,288

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

13,312

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

12,288

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

12,800

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

13,824

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

11,264

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

11,776

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

9,728

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

10,240

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

7,680

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

8,192

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

10,752

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

11,264

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

6,144

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

6,656

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

6,656

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

7,168

wuapi.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

3,584

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

9,728

wuapi.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

4,096

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

11,264

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

11,776

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

10,752

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

10,240

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

8,704

wuapi.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

3,072

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

8,192

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

7,168

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:05

7,680

wuuhext.dll

1310.2506.11012.0

5-Jul-25

5:05

467,344

wuuhosdeployment.dll

1310.2506.11012.0

5-Jul-25

5:05

400,800

wups.dll

1310.2506.11012.0

5-Jul-25

5:05

152,480

wupscore.dll

1310.2506.11012.0

5-Jul-25

5:05

217,504

wuapicore.dll

1310.2506.11012.0

5-Jul-25

5:05

1,112,960

wuapi.dll

1310.2506.11012.0

5-Jul-25

5:05

237,440

wutrust.dll

1310.2506.11012.0

5-Jul-25

5:05

223,104

wusys.dll

10.0.22621.5624

5-Jul-25

5:05

324,992

wuauengcore.dll

1310.2506.11012.0

5-Jul-25

5:05

3,515,288

wups2.dll

1310.2506.11012.0

5-Jul-25

5:05

152,480

wups2core.dll

1310.2506.11012.0

5-Jul-25

5:05

116,096

wuauclt.exe

1310.2506.11012.0

5-Jul-25

5:05

152,448

wuaucltcore.exe

1310.2506.11012.0

5-Jul-25

5:05

145,320

UpdateDeploy.dll

1310.2506.11012.0

5-Jul-25

5:05

621,480

wuaueng.dll

1310.2506.11012.0

5-Jul-25

5:05

181,136

0cf49350999533e06203e66617b9a479c64e3b98.xml

Not versioned

5-Jul-25

5:05

1,244

c85a6c184c03a4fd97b09fa8d3b2686d19f086b7.xml

Not versioned

5-Jul-25

5:05

1,306

021ace09768704303e8cd92cc2d7c5ea94b53731.xml

Not versioned

5-Jul-25

5:05

2,452

fc310fd3e8f7901e37586b5e985d8c86a827a838.xml

Not versioned

5-Jul-25

5:05

3,728

7d06486ae99beb45ced199480ddff358d347c849.xml

Not versioned

5-Jul-25

5:05

2,236

4ce89f83f5d24acf7f9e6396fb5d65851e57bd8b.xml

Not versioned

5-Jul-25

5:05

2,448

eb8a9128946e6df63483662e5eab8367dfcb7a1e.xml

Not versioned

5-Jul-25

5:05

946

004c9a69d6903d92746f7670fcbc4e3dd4716681.xml

Not versioned

5-Jul-25

5:05

942

4b53860889d3f3c448fc514d2ea0120100076816.xml

Not versioned

5-Jul-25

5:05

2,308

52b78fa9544605e886641d0eb008d4faf901c673.xml

Not versioned

5-Jul-25

5:05

956

9a00328f787b0683a05c2e7a16ef7858adfa8068.xml

Not versioned

5-Jul-25

5:05

978

24a2f8789b154b699940ad9ab7d39aaa2e9892f2.xml

Not versioned

5-Jul-25

5:05

796

a1026e97d46e89c55e97134de3823210f59708cb.xml

Not versioned

5-Jul-25

5:05

2,124

d9514f22230add819ddde709de315f0165b36a8e.xml

Not versioned

5-Jul-25

5:05

2,592

975b69eb30393cebd6885b635d2336e84c986366.xml

Not versioned

5-Jul-25

5:05

2,592

500b17b3dff5e249f7fa450bb272a5c0938ade70.xml

Not versioned

5-Jul-25

5:05

2,596

fe879c763d5196b26d4907df181c4357c07c5aaa.xml

Not versioned

5-Jul-25

5:05

2,608

116da488502c96511736970b304a7e240fc0ba8b.xml

Not versioned

5-Jul-25

5:05

2,640

582d25b6760e7c9f0771f88c3b89cb14b708df42.xml

Not versioned

5-Jul-25

5:05

2,112

b4c45249d60a77639b177e565616ae1d11f9e3d5.xml

Not versioned

5-Jul-25

5:05

2,952

fd6598122489ab56bffaf7f6676165c57428611a.xml

Not versioned

5-Jul-25

5:05

2,970

cedc3b4fce38a37147e150db36103e809d106cbb.xml

Not versioned

5-Jul-25

5:05

2,972

74461450967a334ea27548db66c8db015e4c4b86.xml

Not versioned

5-Jul-25

5:05

2,714

dfd9063b031c70d0c87310b16c4132522b447dda.xml

Not versioned

5-Jul-25

5:05

2,970

b7815cc1f204e86977f8af4ac2e1db35a3785601.xml

Not versioned

5-Jul-25

5:05

3,000

14a3f9e824793931d34f7f786a538bbc9ef1f0d6.xml

Not versioned

5-Jul-25

5:05

4,212

winpeshl.exe

10.0.22621.5624

5-Jul-25

5:05

53,248

wpeutil.dll

10.0.22621.5624

5-Jul-25

5:05

204,800

wpeutil.exe

10.0.22621.5624

5-Jul-25

5:05

36,864

wpeinit.exe

10.0.22621.5624

5-Jul-25

5:05

57,344

startnet.cmd

Not versioned

5-Jul-25

5:05

9

ReAgent.dll

10.0.22621.5624

5-Jul-25

5:05

726,456

ReInfo.dll

10.0.22621.5624

5-Jul-25

5:05

102,400

StartRep.exe

10.0.22621.5624

5-Jul-25

5:05

1,253,376

RecHost.exe

10.0.22621.5624

5-Jul-25

5:05

148,864

SrtTel.dll

10.0.22621.5624

5-Jul-25

5:05

1,656,192

RecEnv.exe

10.0.22621.5624

5-Jul-25

5:05

468,352

BootRec.exe

10.0.22621.5624

5-Jul-25

5:05

196,608

ntdll.dll

10.0.22621.5624

5-Jul-25

5:05

1,759,864

fveapibase.dll

10.0.22621.5624

5-Jul-25

5:05

417,280

fveapi.dll

10.0.22621.5624

5-Jul-25

5:05

880,640

UusBrain.dll

1310.2506.11012.0

5-Jul-25

5:05

364,928

wups.dll

1310.2506.11012.0

5-Jul-25

5:05

119,712

wupscore.dll

1310.2506.11012.0

5-Jul-25

5:05

121,216

wuapicore.dll

1310.2506.11012.0

5-Jul-25

5:05

914,816

wuapi.dll

1310.2506.11012.0

5-Jul-25

5:05

205,184

wutrust.dll

1310.2506.11012.0

5-Jul-25

5:05

184,208

wusys.dll

10.0.22621.5624

5-Jul-25

5:05

245,160

ReAgent.dll

10.0.22621.5624

5-Jul-25

5:05

619,408

ReInfo.dll

10.0.22621.5624

5-Jul-25

5:05

64,000

File name

File version

Date

Time

File size

skci.dll

10.0.22621.5624

5-Jul-25

5:10

239,904

iumbase.dll

10.0.22621.5624

5-Jul-25

5:10

25,904

iumdll.dll

10.0.22621.5624

5-Jul-25

5:10

16,672

tprtdll.dll

10.0.22621.5624

5-Jul-25

5:10

18,248

vertdll.dll

10.0.22621.5624

5-Jul-25

5:10

175,728

ucrtbase_enclave.dll

10.0.22621.5624

5-Jul-25

5:10

466,992

securekernel.exe

10.0.22621.5624

5-Jul-25

5:10

801,152

VbsSiPolicy.p7b

Not versioned

5-Jul-25

5:10

68,351

chs_boot.ttf

Not versioned

5-Jul-25

5:10

3,696,708

msyh_boot.ttf

Not versioned

5-Jul-25

5:10

175,368

chs_boot_EX.ttf

Not versioned

5-Jul-25

5:10

3,696,712

msyh_boot_EX.ttf

Not versioned

5-Jul-25

5:10

189,944

cht_boot.ttf

Not versioned

5-Jul-25

5:10

3,879,428

cht_boot_EX.ttf

Not versioned

5-Jul-25

5:10

3,879,404

msjh_boot.ttf

Not versioned

5-Jul-25

5:10

183,436

msjh_boot_EX.ttf

Not versioned

5-Jul-25

5:10

201,336

wgl4_boot.ttf

Not versioned

5-Jul-25

5:10

50,124

wgl4_boot_EX.ttf

Not versioned

5-Jul-25

5:10

50,096

segmono_boot.ttf

Not versioned

5-Jul-25

5:10

45,852

segmono_boot_EX.ttf

Not versioned

5-Jul-25

5:10

45,852

segoe_slboot.ttf

Not versioned

5-Jul-25

5:10

103,008

segoe_slboot_EX.ttf

Not versioned

5-Jul-25

5:10

102,980

jpn_boot.ttf

Not versioned

5-Jul-25

5:10

1,986,860

jpn_boot_EX.ttf

Not versioned

5-Jul-25

5:10

1,986,856

meiryo_boot.ttf

Not versioned

5-Jul-25

5:10

165,916

meiryo_boot_EX.ttf

Not versioned

5-Jul-25

5:10

175,972

kor_boot.ttf

Not versioned

5-Jul-25

5:10

2,374,016

kor_boot_EX.ttf

Not versioned

5-Jul-25

5:10

2,374,016

malgun_boot.ttf

Not versioned

5-Jul-25

5:10

196,356

malgun_boot_EX.ttf

Not versioned

5-Jul-25

5:10

201,944

efisys.bin

Not versioned

5-Jul-25

5:10

1,720,320

efisys_EX.bin

Not versioned

5-Jul-25

5:10

1,720,320

efisys_noprompt.bin

Not versioned

5-Jul-25

5:10

1,720,320

efisys_noprompt_EX.bin

Not versioned

5-Jul-25

5:10

1,720,320

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

82,360

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

94,624

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

82,320

bootmgr_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

90,016

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

81,336

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

93,600

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

81,312

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

80,312

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

92,576

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

80,288

bootmgr_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

89,984

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

84,408

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

97,184

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

84,384

bootmgr_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

90,000

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

85,408

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

97,712

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

85,408

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

78,256

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

90,016

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

78,224

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

78,240

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

78,240

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

82,352

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

82,336

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

82,336

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

79,280

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

91,040

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

79,232

bootmgr_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

90,024

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

81,312

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

81,280

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

83,896

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

96,672

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

83,864

bootmgr_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

90,008

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

84,400

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

96,696

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

84,352

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

81,328

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

81,848

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

94,112

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

81,832

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

70,576

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

81,312

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

70,560

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

70,048

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

80,824

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

70,016

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

80,304

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

92,600

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

80,328

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

80,288

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

92,080

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

80,256

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

79,792

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

92,088

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

79,744

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

82,376

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

82,872

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

95,648

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

82,848

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

93,624

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

80,824

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

93,112

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

80,784

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

81,824

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

94,136

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

81,808

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

81,792

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

93,088

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

80,768

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

81,824

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

80,800

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

80,800

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

65,976

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

76,216

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

65,920

bootmgfw.efi.mui

10.0.22621.5624

5-Jul-25

5:10

65,992

bootmgfw_EX.efi.mui

10.0.26100.30212

5-Jul-25

5:10

76,704

bootmgr.efi.mui

10.0.22621.5624

5-Jul-25

5:10

65,952

tcblaunch.exe

10.0.22621.5624

5-Jul-25

5:10

873,456

tcbloader.dll

10.0.22621.5624

5-Jul-25

5:10

244,640

DrtmAuthArm.wim

Not versioned

5-Jul-25

5:10

5,126

bootmgfw.efi

10.0.22621.5624

5-Jul-25

5:10

1,804,720

bootmgfw_EX.efi

10.0.26100.30212

5-Jul-25

5:10

2,678,048

SecureBootRecovery.efi

Not versioned

5-Jul-25

5:10

170,904

bootmgr.efi

10.0.22621.5624

5-Jul-25

5:10

1,785,216

bootmgr_EX.efi

10.0.26100.30212

5-Jul-25

5:10

2,661,776

boot.stl

Not versioned

5-Jul-25

5:10

10,853

winsipolicy.p7b

Not versioned

5-Jul-25

5:10

10,341

winload.efi

10.0.22621.5624

5-Jul-25

5:10

2,147,176

winresume.efi

10.0.22621.5624

5-Jul-25

5:10

1,646,632

bfsvc.exe

10.0.22621.5624

5-Jul-25

5:10

100,864

bootsvc.dll

10.0.22621.5624

5-Jul-25

5:10

284,640

BootMenuUX.dll

10.0.22621.5624

5-Jul-25

5:10

219,648

driversipolicy.p7b

Not versioned

5-Jul-25

5:10

229,162

cbmr_driver.efi

Not versioned

5-Jul-25

5:10

150,400

ci.dll

10.0.22621.5624

5-Jul-25

5:10

900,464

driver.stl

Not versioned

5-Jul-25

5:10

15,114

dosvc.dll.mui

10.0.22621.5624

5-Jul-25

5:10

3,584

dosvc.dll.mui

10.0.22621.5624

5-Jul-25

5:10

3,072

domiprov.dll

1310.2506.11012.0

5-Jul-25

5:10

678,272

DeliveryOptimizationMIProv.mof

Not versioned

5-Jul-25

5:10

20,268

DeliveryOptimizationMIProvUninstall.mof

Not versioned

5-Jul-25

5:10

2,044

doclient.dll

1310.2506.11012.0

5-Jul-25

5:10

1,957,280

dosvc.dll

10.0.22621.5624

5-Jul-25

5:10

144,896

2213703c9c64cc61ba900531652e23c84728d2a2.xml

Not versioned

5-Jul-25

5:10

4,106

8921b5587b25ac906f6851660e78916b20b2b8d6.xml

Not versioned

5-Jul-25

5:10

1,542

7b9b1ea12d1b4fc12ccbc5aeda559b08838bf86a.xml

Not versioned

5-Jul-25

5:10

2,522

fbwf.sys

10.0.22621.5624

5-Jul-25

5:10

122,592

cmi2migxml.dll

10.0.22621.5624

5-Jul-25

5:10

221,056

csiagent.dll

10.0.22621.5624

5-Jul-25

5:10

759,208

diagER.dll

10.0.22621.5624

5-Jul-25

5:10

76,696

hwcompat.dll

10.0.22621.5624

5-Jul-25

5:10

239,488

hwcompat.txt

Not versioned

5-Jul-25

5:10

214,000

hwexclude.txt

Not versioned

5-Jul-25

5:10

51

icbexclusion.inf

Not versioned

5-Jul-25

5:10

7,222

migapp.xml

Not versioned

5-Jul-25

5:10

654,548

migcore.dll

10.0.22621.5624

5-Jul-25

5:10

10,191,800

mighost.exe

10.0.22621.5624

5-Jul-25

5:10

265,624

migres.dll

10.0.22621.5624

5-Jul-25

5:10

17,312

migisol.dll

10.0.22621.5624

5-Jul-25

5:10

115,072

migstore.dll

10.0.22621.5624

5-Jul-25

5:10

1,388,440

migsys.dll

10.0.22621.5624

5-Jul-25

5:10

497,048

MXEAgent.dll

10.0.22621.5624

5-Jul-25

5:10

401,304

offline.xml

Not versioned

5-Jul-25

5:10

43,247

oscomps.xml

Not versioned

5-Jul-25

5:10

451,919

oscomps.woa.xml

Not versioned

5-Jul-25

5:10

249,101

osfilter.inf

Not versioned

5-Jul-25

5:10

21,299

pnppropmig.dll

10.0.22621.5624

5-Jul-25

5:10

90,512

ReserveManager.dll

10.0.22621.5624

5-Jul-25

5:10

330,656

setupplatform.cfg

Not versioned

5-Jul-25

5:10

10,857

setupplatform.dll

1.74.22621.5624

5-Jul-25

5:10

10,213,792

setupplatform.exe

1.74.22621.5624

5-Jul-25

5:10

261,504

SFCN.dat

Not versioned

5-Jul-25

5:10

1,824

SFLCID.dat

Not versioned

5-Jul-25

5:10

1,644

SFLISTW7.dat

Not versioned

5-Jul-25

5:10

1,703,368

SFLISTW8.dat

Not versioned

5-Jul-25

5:10

2,608,858

SFLISTWB.dat

Not versioned

5-Jul-25

5:10

3,172,904

SFLISTWT.dat

Not versioned

5-Jul-25

5:10

4,935,438

sflistw8.woa.dat

Not versioned

5-Jul-25

5:10

954,436

SFLISTRS1.dat

Not versioned

5-Jul-25

5:10

5,593,264

sflistwb.woa.dat

Not versioned

5-Jul-25

5:10

1,150,134

sflistwt.woa.dat

Not versioned

5-Jul-25

5:10

2,636,850

SFPAT.inf

Not versioned

5-Jul-25

5:10

11,602

SFPATW7.inf

Not versioned

5-Jul-25

5:10

17,396

SFPATW8.inf

Not versioned

5-Jul-25

5:10

79,818

SFPATWB.inf

Not versioned

5-Jul-25

5:10

91,635

SFPATWT.inf

Not versioned

5-Jul-25

5:10

165,729

SFPATRS1.inf

Not versioned

5-Jul-25

5:10

169,870

unbcl.dll

10.0.22621.5624

5-Jul-25

5:10

1,127,848

upgradeagent.dll

10.0.22621.5624

5-Jul-25

5:10

3,464,576

upgradeagent.xml

Not versioned

5-Jul-25

5:10

70,907

upgrade_comp.xml

Not versioned

5-Jul-25

5:10

6,054

upgrade_bulk.xml

Not versioned

5-Jul-25

5:10

209,615

upgrade_data.xml

Not versioned

5-Jul-25

5:10

41,750

upgrade_frmwrk.xml

Not versioned

5-Jul-25

5:10

18,785

upgWow_bulk.xml

Not versioned

5-Jul-25

5:10

115,041

upgWowA32_bulk.xml

Not versioned

5-Jul-25

5:10

115,031

uninstall.xml

Not versioned

5-Jul-25

5:10

4,407

uninstall_data.xml

Not versioned

5-Jul-25

5:10

11,122

wdsutil.dll

10.0.22621.5624

5-Jul-25

5:10

349,056

WinSetupMon.hiv

Not versioned

5-Jul-25

5:10

8,192

WinSetupMon.sys

10.0.22621.5624

5-Jul-25

5:10

81,840

netio.sys

10.0.22621.5624

5-Jul-25

5:10

577,936

ntdll.dll

10.0.22621.5624

5-Jul-25

5:10

4,174,048

ntoskrnl.exe

10.0.22621.5624

5-Jul-25

5:10

10,429,872

storewuauth.dll

1310.2506.11012.0

5-Jul-25

5:10

149,416

storewuauthcore.dll

1310.2506.11012.0

5-Jul-25

5:10

416,160

diagtrack.dll

10.0.10586.0

5-Jul-25

5:10

1,561,952

diagtrackrunner.exe

10.0.10586.0

5-Jul-25

5:10

90,304

reagent.admx

Not versioned

5-Jul-25

5:10

1,240

reagent.dll

10.0.22621.5624

5-Jul-25

5:10

1,201,536

reagent.xml

Not versioned

5-Jul-25

5:10

837

SetupPlatform.cfg

Not versioned

5-Jul-25

5:10

17,298

wdscore.dll

10.0.22621.5624

5-Jul-25

5:10

272,768

wdsclientapi.dll

10.0.22621.5624

5-Jul-25

5:10

257,880

wdscsl.dll

10.0.22621.5624

5-Jul-25

5:10

61,864

wdsimage.dll

10.0.22621.5624

5-Jul-25

5:10

109,936

wdstptc.dll

10.0.22621.5624

5-Jul-25

5:10

173,424

fvevol.sys

10.0.22621.5624

5-Jul-25

5:10

785,832

dumpfve.sys

10.0.22621.5624

5-Jul-25

5:10

95,728

bcd.dll

10.0.22621.5624

5-Jul-25

5:10

145,176

bootsvc.dll

10.0.22621.5624

5-Jul-25

5:10

284,680

hwreqchk.dll

Not versioned

5-Jul-25

5:10

696,832

ServicingCommon.dll

10.0.22621.5624

5-Jul-25

5:10

1,837,288

utcapi.dll

10.0.22621.5624

5-Jul-25

5:10

41,384

wimgapi.dll

10.0.22621.5624

5-Jul-25

5:10

1,380,224

wdscommonlib.dll

10.0.22621.5624

5-Jul-25

5:10

289,280

dismapi.dll

10.0.22621.5624

5-Jul-25

5:10

2,448,280

dismcore.dll

10.0.22621.5624

5-Jul-25

5:10

790,440

dismcoreps.dll

10.0.22621.5624

5-Jul-25

5:10

197,544

dismprov.dll

10.0.22621.5624

5-Jul-25

5:10

303,488

folderprovider.dll

10.0.22621.5624

5-Jul-25

5:10

153,984

imagingprovider.dll

10.0.22621.5624

5-Jul-25

5:10

482,720

logprovider.dll

10.0.22621.5624

5-Jul-25

5:10

181,664

vhdprovider.dll

10.0.22621.5624

5-Jul-25

5:10

1,087,928

wimprovider.dll

10.0.22621.5624

5-Jul-25

5:10

1,253,776

unattend.dll

10.0.22621.5624

5-Jul-25

5:10

217,488

wpx.dll

10.0.22621.5624

5-Jul-25

5:10

1,526,168

locale.nls

Not versioned

5-Jul-25

5:10

841,488

nlsbres.dll

10.0.22621.5624

5-Jul-25

5:10

93,600

fveapibase.dll

10.0.22621.5624

5-Jul-25

5:10

877,056

fveapi.dll

10.0.22621.5624

5-Jul-25

5:10

1,974,784

ResetEngine.dll

10.0.22621.5624

5-Jul-25

5:10

2,950,056

ResetTelemetry.dll

10.0.22621.5624

5-Jul-25

5:10

577,936

ResetEngine.exe

10.0.22621.5624

5-Jul-25

5:10

22,400

ResetPluginHost.exe

10.0.22621.5624

5-Jul-25

5:10

37,888

reseteng.dll

10.0.22621.5624

5-Jul-25

5:10

655,872

resetengmig.dll

10.0.22621.5624

5-Jul-25

5:10

98,816

srms.dat

Not versioned

5-Jul-25

5:10

60,394

srms62.dat

Not versioned

5-Jul-25

5:10

22,841

sysreset.exe

10.0.22621.5624

5-Jul-25

5:10

420,864

systemreset.exe

10.0.22621.5624

5-Jul-25

5:10

538,704

ResetEngOnline.dll

10.0.22621.5624

5-Jul-25

5:10

214,528

SysResetErr.exe

10.0.22621.5624

5-Jul-25

5:10

60,288

tcpip.sys

10.0.22621.5624

5-Jul-25

5:10

2,961,280

FWPKCLNT.SYS

10.0.22621.5624

5-Jul-25

5:10

524,176

tcpipreg.sys

10.0.22621.5624

5-Jul-25

5:10

54,784

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:10

216,576

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:10

221,696

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:10

218,624

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:10

218,112

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:10

219,648

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:10

220,672

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:10

215,552

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:10

217,088

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:10

214,016

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:10

220,160

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:10

209,920

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:10

209,408

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:10

217,600

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:10

219,136

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:10

216,064

tcpip.sys.mui

10.0.22621.5624

5-Jul-25

5:10

207,360

uusp.json

Not versioned

5-Jul-25

5:10

33,005

UusBrain.dll

1310.2506.11012.0

5-Jul-25

5:10

1,095,056

updatepolicy.dll

1310.2506.11012.0

5-Jul-25

5:10

300,944

updatepolicycore.dll

1310.2506.11012.0

5-Jul-25

5:10

617,856

UpdatePolicy.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

11,264

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

17,408

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

19,968

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

18,944

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

18,432

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

19,456

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

16,896

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

20,480

UpdatePolicy.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

10,752

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

14,336

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

17,920

UpdatePolicyCore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

12,800

wuapihost.exe

1310.2506.11012.0

5-Jul-25

5:10

41,888

wuuhdrv.dll

1310.2506.11012.0

5-Jul-25

5:10

528,768

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

10,240

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

10,752

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

11,776

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

12,800

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

12,288

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

13,312

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

12,288

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

12,800

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

13,824

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

11,264

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

11,776

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

9,728

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

10,240

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

7,680

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

8,192

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

10,752

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

11,264

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

6,144

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

6,656

wuauengcore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

6,656

wuaueng.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

7,168

wuapi.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

11,776

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

17,920

wuapi.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

12,288

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

19,456

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

19,968

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

18,944

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

18,432

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

16,896

wuapi.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

11,264

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

16,384

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

15,360

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

15,872

wuuhext.dll

1310.2506.11012.0

5-Jul-25

5:10

497,552

wuuhosdeployment.dll

1310.2506.11012.0

5-Jul-25

5:10

446,368

wups.dll

1310.2506.11012.0

5-Jul-25

5:10

296,320

wupscore.dll

1310.2506.11012.0

5-Jul-25

5:10

437,152

wuapicore.dll

1310.2506.11012.0

5-Jul-25

5:10

2,363,808

wuapi.dll

1310.2506.11012.0

5-Jul-25

5:10

381,840

wutrust.dll

1310.2506.11012.0

5-Jul-25

5:10

423,336

wusys.dll

10.0.22621.5624

5-Jul-25

5:10

631,680

wuauengcore.dll

1310.2506.11012.0

5-Jul-25

5:10

3,846,032

wups2.dll

1310.2506.11012.0

5-Jul-25

5:10

145,280

wups2core.dll

1310.2506.11012.0

5-Jul-25

5:10

112,512

wuauclt.exe

1310.2506.11012.0

5-Jul-25

5:10

144,768

wuaucltcore.exe

1310.2506.11012.0

5-Jul-25

5:10

138,624

UpdateDeploy.dll

1310.2506.11012.0

5-Jul-25

5:10

680,856

wuaueng.dll

1310.2506.11012.0

5-Jul-25

5:10

173,464

0cf49350999533e06203e66617b9a479c64e3b98.xml

Not versioned

5-Jul-25

5:10

1,244

c85a6c184c03a4fd97b09fa8d3b2686d19f086b7.xml

Not versioned

5-Jul-25

5:10

1,306

021ace09768704303e8cd92cc2d7c5ea94b53731.xml

Not versioned

5-Jul-25

5:10

2,452

fc310fd3e8f7901e37586b5e985d8c86a827a838.xml

Not versioned

5-Jul-25

5:10

3,728

7d06486ae99beb45ced199480ddff358d347c849.xml

Not versioned

5-Jul-25

5:10

2,236

4ce89f83f5d24acf7f9e6396fb5d65851e57bd8b.xml

Not versioned

5-Jul-25

5:10

2,448

eb8a9128946e6df63483662e5eab8367dfcb7a1e.xml

Not versioned

5-Jul-25

5:10

946

004c9a69d6903d92746f7670fcbc4e3dd4716681.xml

Not versioned

5-Jul-25

5:10

942

4b53860889d3f3c448fc514d2ea0120100076816.xml

Not versioned

5-Jul-25

5:10

2,308

52b78fa9544605e886641d0eb008d4faf901c673.xml

Not versioned

5-Jul-25

5:10

956

9a00328f787b0683a05c2e7a16ef7858adfa8068.xml

Not versioned

5-Jul-25

5:10

978

24a2f8789b154b699940ad9ab7d39aaa2e9892f2.xml

Not versioned

5-Jul-25

5:10

796

a1026e97d46e89c55e97134de3823210f59708cb.xml

Not versioned

5-Jul-25

5:10

2,124

d9514f22230add819ddde709de315f0165b36a8e.xml

Not versioned

5-Jul-25

5:10

2,592

975b69eb30393cebd6885b635d2336e84c986366.xml

Not versioned

5-Jul-25

5:10

2,592

500b17b3dff5e249f7fa450bb272a5c0938ade70.xml

Not versioned

5-Jul-25

5:10

2,596

fe879c763d5196b26d4907df181c4357c07c5aaa.xml

Not versioned

5-Jul-25

5:10

2,608

116da488502c96511736970b304a7e240fc0ba8b.xml

Not versioned

5-Jul-25

5:10

2,640

582d25b6760e7c9f0771f88c3b89cb14b708df42.xml

Not versioned

5-Jul-25

5:10

2,112

b4c45249d60a77639b177e565616ae1d11f9e3d5.xml

Not versioned

5-Jul-25

5:10

2,952

fd6598122489ab56bffaf7f6676165c57428611a.xml

Not versioned

5-Jul-25

5:10

2,970

cedc3b4fce38a37147e150db36103e809d106cbb.xml

Not versioned

5-Jul-25

5:10

2,972

74461450967a334ea27548db66c8db015e4c4b86.xml

Not versioned

5-Jul-25

5:10

2,714

dfd9063b031c70d0c87310b16c4132522b447dda.xml

Not versioned

5-Jul-25

5:10

2,970

b7815cc1f204e86977f8af4ac2e1db35a3785601.xml

Not versioned

5-Jul-25

5:10

3,000

14a3f9e824793931d34f7f786a538bbc9ef1f0d6.xml

Not versioned

5-Jul-25

5:10

4,212

winpeshl.exe

10.0.22621.5624

5-Jul-25

5:10

33,792

wpeutil.dll

10.0.22621.5624

5-Jul-25

5:10

187,904

wpeutil.exe

10.0.22621.5624

5-Jul-25

5:10

11,776

wpeinit.exe

10.0.22621.5624

5-Jul-25

5:10

36,352

startnet.cmd

Not versioned

5-Jul-25

5:10

9

ReAgent.dll

10.0.22621.5624

5-Jul-25

5:10

1,201,568

ReInfo.dll

10.0.22621.5624

5-Jul-25

5:10

173,568

StartRep.exe

10.0.22621.5624

5-Jul-25

5:10

1,299,968

RecHost.exe

10.0.22621.5624

5-Jul-25

5:10

142,232

SrtTel.dll

10.0.22621.5624

5-Jul-25

5:10

1,761,696

RecEnv.exe

10.0.22621.5624

5-Jul-25

5:10

460,688

BootRec.exe

10.0.22621.5624

5-Jul-25

5:10

182,784

ntdll.dll

10.0.22621.5624

5-Jul-25

5:10

1,658,376

fveapibase.dll

10.0.22621.5624

5-Jul-25

5:10

380,928

fveapi.dll

10.0.22621.5624

5-Jul-25

5:10

778,240

UusBrain.dll

1310.2506.11012.0

5-Jul-25

5:10

420,264

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

9,728

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

11,264

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

11,776

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

10,752

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

10,240

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

8,704

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

8,192

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

7,168

wuapicore.dll.mui

1310.2506.11012.0

5-Jul-25

5:10

7,680

wups.dll

1310.2506.11012.0

5-Jul-25

5:10

120,744

wupscore.dll

1310.2506.11012.0

5-Jul-25

5:10

120,760

wuapicore.dll

1310.2506.11012.0

5-Jul-25

5:10

992,696

wuapi.dll

1310.2506.11012.0

5-Jul-25

5:10

205,224

wutrust.dll

1310.2506.11012.0

5-Jul-25

5:10

182,184

wusys.dll

10.0.22621.5624

5-Jul-25

5:10

275,880

ReAgent.dll

10.0.22621.5624

5-Jul-25

5:10

611,736

ReInfo.dll

10.0.22621.5624

5-Jul-25

5:10

90,112

ntdll.dll

10.0.22621.5624

5-Jul-25

5:10

2,233,016

msvcrt.dll

7.0.22621.5624

5-Jul-25

5:10

1,096,224

ucrtbase.dll

10.0.22621.5624

5-Jul-25

5:10

1,593,088

ntdll.dll

10.0.22621.5624

5-Jul-25

5:10

1,759,864

fveapibase.dll

10.0.22621.5624

5-Jul-25

5:10

417,280

fveapi.dll

10.0.22621.5624

5-Jul-25

5:10

880,640

UusBrain.dll

1310.2506.11012.0

5-Jul-25

5:10

364,928

wups.dll

1310.2506.11012.0

5-Jul-25

5:10

119,712

wupscore.dll

1310.2506.11012.0

5-Jul-25

5:10

121,216

wuapicore.dll

1310.2506.11012.0

5-Jul-25

5:10

914,816

wuapi.dll

1310.2506.11012.0

5-Jul-25

5:10

205,184

wutrust.dll

1310.2506.11012.0

5-Jul-25

5:10

184,208

wusys.dll

10.0.22621.5624

5-Jul-25

5:10

245,160

ReAgent.dll

10.0.22621.5624

5-Jul-25

5:10

619,408

ReInfo.dll

10.0.22621.5624

5-Jul-25

5:10

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

ヘルプを表示

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

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