Applies To
Win 10 Ent LTSC 2019 Windows Server 2019

Windows Secure Boot certificate expiration 

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

For details and preparation steps for Windows devices, see Windows Secure Boot certificate expiration and CA updates.

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

Summary

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

How to get this update

Install this update

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

Available

Next step

Not available

This update is only available from the Microsoft Update Catalog.

Prerequisites

There are no prerequisites to apply this update.

Restart information

You do not have to restart your device after you apply this update.

Removal information

This update cannot be removed once it is applied to a Windows image.

Update replacement information

This update replaces the previously released update KB5075909.

Verify the installation of this update

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

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

acpi.inf

Not versioned

19-Feb-26

18:03

4,144

acpi.sys

10.0.17763.8507

19-Feb-26

18:03

595,424

pci.inf

Not versioned

19-Feb-26

18:03

16,148

pci.sys

10.0.17763.8507

19-Feb-26

18:03

315,872

usb.inf

Not versioned

19-Feb-26

18:03

41,612

usbccgp.sys

10.0.17763.8507

19-Feb-26

18:03

125,960

usbhub3.inf

Not versioned

19-Feb-26

18:03

11,154

USBHUB3.SYS

10.0.17763.8507

19-Feb-26

18:03

462,856

usbport.inf

Not versioned

19-Feb-26

18:03

77,422

usbohci.sys

10.0.17763.8507

19-Feb-26

18:03

21,504

usbport.sys

10.0.17763.8507

19-Feb-26

18:03

385,032

usbhub.sys

10.0.17763.8507

19-Feb-26

18:03

374,280

usbehci.sys

10.0.17763.8507

19-Feb-26

18:03

74,248

usbuhci.sys

10.0.17763.8507

19-Feb-26

18:03

24,576

usbd.sys

10.0.17763.8507

19-Feb-26

18:03

26,592

winresume.exe

10.0.17763.8507

19-Feb-26

18:03

994,384

winresume.efi

10.0.17763.8507

19-Feb-26

18:03

1,107,984

winload.exe

10.0.17763.8507

19-Feb-26

18:03

1,236,632

winload.efi

10.0.17763.8507

19-Feb-26

18:03

1,381,256

bootmgfw.efi

10.0.17763.8507

19-Feb-26

18:03

1,276,424

bootmgfw_EX.efi

10.0.26100.30212

19-Feb-26

18:03

2,376,464

SecureBootRecovery.efi

Not versioned

19-Feb-26

18:03

39,296

bootmgr.efi

10.0.17763.8507

19-Feb-26

18:03

1,261,064

bootmgr_EX.efi

10.0.26100.30212

19-Feb-26

18:03

2,363,264

boot.stl

Not versioned

19-Feb-26

18:03

10,853

winsipolicy.p7b

Not versioned

19-Feb-26

18:03

8,786

bcrypt.dll

10.0.17763.8507

19-Feb-26

18:03

108,072

bcryptprimitives.dll

10.0.17763.8507

19-Feb-26

18:03

413,320

BootMenuUX.dll

10.0.17763.8507

19-Feb-26

18:03

529,408

cng.sys

10.0.17763.8507

19-Feb-26

18:03

563,112

ci.dll

10.0.17763.8507

19-Feb-26

18:03

696,944

driver.stl

Not versioned

19-Feb-26

18:03

20,022

cryptbase.dll

10.0.17763.8507

19-Feb-26

18:03

32,744

cryptsp.dll

10.0.17763.8507

19-Feb-26

18:03

82,800

errata.inf

Not versioned

19-Feb-26

18:03

123,848

exfat.sys

10.0.17763.8507

19-Feb-26

18:03

305,664

fltMgr.sys

10.0.17763.8507

19-Feb-26

18:03

306,656

msimg32.dll

10.0.17763.8507

19-Feb-26

18:03

6,656

mf3216.dll

10.0.17763.8507

19-Feb-26

18:03

48,128

gdi32.dll

10.0.17763.8507

19-Feb-26

18:03

136,496

gdi32full.dll

10.0.17763.8507

19-Feb-26

18:03

1,520,712

hal.dll

10.0.17763.8507

19-Feb-26

18:03

387,592

halmacpi.dll

10.0.17763.8507

19-Feb-26

18:03

387,592

cmi2migxml.dll

10.0.17763.8507

19-Feb-26

18:03

147,424

csiagent.dll

10.0.17763.8507

19-Feb-26

18:03

509,408

diagER.dll

10.0.17763.8507

19-Feb-26

18:03

42,976

hwcompat.dll

10.0.17763.8507

19-Feb-26

18:03

160,736

hwcompat.txt

Not versioned

19-Feb-26

18:03

589,760

hwexclude.txt

Not versioned

19-Feb-26

18:03

51

migapp.xml

Not versioned

19-Feb-26

18:03

654,548

migcore.dll

10.0.17763.8507

19-Feb-26

18:03

6,777,824

mighost.exe

10.0.17763.8507

19-Feb-26

18:03

249,824

migres.dll

10.0.17763.8507

19-Feb-26

18:03

17,416

migisol.dll

10.0.17763.8507

19-Feb-26

18:03

120,800

migstore.dll

10.0.17763.8507

19-Feb-26

18:03

939,488

migsys.dll

10.0.17763.8507

19-Feb-26

18:03

304,096

MXEAgent.dll

10.0.17763.8507

19-Feb-26

18:03

238,088

offline.xml

Not versioned

19-Feb-26

18:03

37,395

oscomps.xml

Not versioned

19-Feb-26

18:03

435,175

oscomps.woa.xml

Not versioned

19-Feb-26

18:03

249,101

osfilter.inf

Not versioned

19-Feb-26

18:03

21,299

reagent.dll

10.0.17763.8507

19-Feb-26

18:03

929,800

setupplatform.cfg

Not versioned

19-Feb-26

18:03

6,266

setupplatform.dll

1.54.17763.8507

19-Feb-26

18:03

6,931,936

setupplatform.exe

1.54.17763.8507

19-Feb-26

18:03

155,104

SFCN.dat

Not versioned

19-Feb-26

18:03

1,824

SFLCID.dat

Not versioned

19-Feb-26

18:03

1,644

SFLISTW7.dat

Not versioned

19-Feb-26

18:03

1,703,408

SFLISTW8.dat

Not versioned

19-Feb-26

18:03

2,608,968

SFLISTWB.dat

Not versioned

19-Feb-26

18:03

3,173,014

SFLISTWT.dat

Not versioned

19-Feb-26

18:03

4,935,478

sflistw8.woa.dat

Not versioned

19-Feb-26

18:03

954,506

SFLISTRS1.dat

Not versioned

19-Feb-26

18:03

5,593,518

sflistwb.woa.dat

Not versioned

19-Feb-26

18:03

1,150,204

sflistwt.woa.dat

Not versioned

19-Feb-26

18:03

2,636,890

SFPAT.inf

Not versioned

19-Feb-26

18:03

11,365

SFPATW7.inf

Not versioned

19-Feb-26

18:03

17,396

SFPATW8.inf

Not versioned

19-Feb-26

18:03

79,818

SFPATWB.inf

Not versioned

19-Feb-26

18:03

91,635

SFPATWT.inf

Not versioned

19-Feb-26

18:03

165,729

SFPATRS1.inf

Not versioned

19-Feb-26

18:03

169,742

unbcl.dll

10.0.17763.8507

19-Feb-26

18:03

836,104

upgradeagent.dll

10.0.17763.8507

19-Feb-26

18:03

2,378,248

upgradeagent.xml

Not versioned

19-Feb-26

18:03

70,911

upgrade_comp.xml

Not versioned

19-Feb-26

18:03

4,320

upgrade_bulk.xml

Not versioned

19-Feb-26

18:03

191,927

upgrade_data.xml

Not versioned

19-Feb-26

18:03

41,108

upgrade_frmwrk.xml

Not versioned

19-Feb-26

18:03

17,284

upgWow_bulk.xml

Not versioned

19-Feb-26

18:03

97,110

uninstall.xml

Not versioned

19-Feb-26

18:03

3,286

uninstall_data.xml

Not versioned

19-Feb-26

18:03

11,122

wdsutil.dll

10.0.17763.8507

19-Feb-26

18:03

237,024

iertutil.dll

11.0.17763.8507

19-Feb-26

18:03

2,296,984

msIso.dll

11.0.17763.8507

19-Feb-26

18:03

272,896

edgeIso.dll

11.0.17763.8507

19-Feb-26

18:03

331,264

kernel32.dll

10.0.17763.8507

19-Feb-26

18:03

642,056

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

988,160

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,039,360

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,189,888

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,225,216

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

992,768

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,137,664

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

993,792

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,170,944

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,048,576

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,121,792

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

581,632

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

562,176

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,004,032

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,121,280

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,082,880

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,089,024

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,114,624

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,038,848

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,024,000

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

946,176

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

368,640

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:03

377,856

KernelBase.dll

10.0.17763.8507

19-Feb-26

18:03

2,075,488

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,286,656

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,337,344

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,487,872

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,523,200

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,290,752

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,435,648

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,291,776

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,468,928

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,346,560

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,419,776

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

879,616

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

860,160

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,302,016

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,419,264

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,380,864

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,387,008

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,412,608

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,336,832

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,321,984

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

1,244,160

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

666,624

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:03

675,840

ClipSp.sys

10.0.17763.8507

19-Feb-26

18:03

800,736

dxgkrnl.sys

10.0.17763.8507

19-Feb-26

18:03

2,545,160

cdd.dll

10.0.17763.8507

19-Feb-26

18:03

200,704

dxgmms1.sys

10.0.17763.8507

19-Feb-26

18:03

343,008

dxgmms2.sys

10.0.17763.8507

19-Feb-26

18:03

677,344

lsasrv.dll

10.0.17763.8507

19-Feb-26

18:03

1,261,056

ksecpkg.sys

10.0.17763.8507

19-Feb-26

18:03

143,840

offlinelsa.dll

10.0.17763.8507

19-Feb-26

18:03

137,184

sspisrv.dll

10.0.17763.8507

19-Feb-26

18:03

18,944

lsass.exe

10.0.17763.8507

19-Feb-26

18:03

45,104

sspicli.dll

10.0.17763.8507

19-Feb-26

18:03

146,880

ksecdd.sys

10.0.17763.8507

19-Feb-26

18:03

116,744

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

61,440

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

65,024

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

66,560

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

70,656

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

74,240

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

62,464

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

64,512

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

65,536

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

71,680

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

60,416

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

64,000

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

69,120

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

44,032

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

43,008

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

70,144

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

67,072

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

63,488

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

61,952

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

62,976

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:03

35,840

msasn1.dll

10.0.17763.8507

19-Feb-26

18:03

51,792

msvcrt.dll

7.0.17763.8507

19-Feb-26

18:03

781,624

netio.sys

10.0.17763.8507

19-Feb-26

18:03

404,448

ntdll.dll

10.0.17763.8507

19-Feb-26

18:03

1,658,704

ntfs.sys

10.0.17763.8507

19-Feb-26

18:03

2,134,496

windows.storage.dll

10.0.17763.8507

19-Feb-26

18:03

6,319,560

ntoskrnl.exe

10.0.17763.8507

19-Feb-26

18:03

6,899,168

refs.sys

10.0.17763.8507

19-Feb-26

18:03

1,533,960

msrpc.sys

10.0.17763.8507

19-Feb-26

18:03

196,616

rpcrt4.dll

10.0.17763.8507

19-Feb-26

18:03

776,976

rpcrt4.dll.mui

10.0.17763.8507

19-Feb-26

18:03

23,040

rpcrt4.dll.mui

10.0.17763.8507

19-Feb-26

18:03

22,528

rpcrt4.dll.mui

10.0.17763.8507

19-Feb-26

18:03

24,576

rpcrt4.dll.mui

10.0.17763.8507

19-Feb-26

18:03

22,016

rpcrt4.dll.mui

10.0.17763.8507

19-Feb-26

18:03

24,064

rpcrt4.dll.mui

10.0.17763.8507

19-Feb-26

18:03

23,552

rpcrt4.dll.mui

10.0.17763.8507

19-Feb-26

18:03

16,896

rpcrt4.dll.mui

10.0.17763.8507

19-Feb-26

18:03

21,504

rpcrt4.dll.mui

10.0.17763.8507

19-Feb-26

18:03

14,848

diagtrack.dll

10.0.10586.10008

19-Feb-26

18:03

919,736

diagtrackrunner.exe

10.0.10586.0

19-Feb-26

18:03

79,040

reagent.admx

Not versioned

19-Feb-26

18:03

1,240

reagent.xml

Not versioned

19-Feb-26

18:03

837

SetupPlatform.cfg

Not versioned

19-Feb-26

18:03

8,000

wdsclientapi.dll

10.0.17763.8507

19-Feb-26

18:03

251,312

wdscore.dll

10.0.17763.8507

19-Feb-26

18:03

197,600

wdscsl.dll

10.0.17763.8507

19-Feb-26

18:03

52,232

wdsimage.dll

10.0.17763.8507

19-Feb-26

18:03

759,216

wdstptc.dll

10.0.17763.8507

19-Feb-26

18:03

527,832

fvevol.sys

10.0.17763.8507

19-Feb-26

18:03

654,304

dumpfve.sys

10.0.17763.8507

19-Feb-26

18:03

76,712

KerbClientShared.dll

10.0.17763.8507

19-Feb-26

18:03

130,336

sechost.dll

10.0.17763.8507

19-Feb-26

18:03

499,584

sechost.dll.mui

10.0.17763.8507

19-Feb-26

18:03

2,560

fveapibase.dll

10.0.17763.8507

19-Feb-26

18:03

339,968

fveapi.dll

10.0.17763.8507

19-Feb-26

18:03

724,480

msv1_0.dll

10.0.17763.8507

19-Feb-26

18:03

393,224

NtlmShared.dll

10.0.17763.8507

19-Feb-26

18:03

37,352

schannel.dll

10.0.17763.8507

19-Feb-26

18:03

464,384

ResetEngine.dll

10.0.17763.8507

19-Feb-26

18:03

1,871,872

ResetEngine.exe

10.0.17763.8507

19-Feb-26

18:03

9,728

ResetPluginHost.exe

10.0.17763.8507

19-Feb-26

18:03

24,064

reseteng.dll

10.0.17763.8507

19-Feb-26

18:03

1,014,784

resetengmig.dll

10.0.17763.8507

19-Feb-26

18:03

64,512

ResetEngInterfaces.exe

10.0.17763.8507

19-Feb-26

18:03

8,192

srms.dat

Not versioned

19-Feb-26

18:03

58,882

srms62.dat

Not versioned

19-Feb-26

18:03

22,841

sysreset.exe

6.1.7782.0

19-Feb-26

18:03

278,016

systemreset.exe

10.0.17763.8507

19-Feb-26

18:03

456,232

ResetEngOnline.dll

10.0.17763.8507

19-Feb-26

18:03

195,584

SysResetErr.exe

10.0.17763.8507

19-Feb-26

18:03

37,856

tcpip.sys

10.0.17763.8507

19-Feb-26

18:03

2,180,576

FWPKCLNT.SYS

10.0.17763.8507

19-Feb-26

18:03

332,768

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:03

144,384

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:03

144,896

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:03

145,920

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:03

146,944

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:03

143,360

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:03

145,408

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:03

142,848

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:03

146,432

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:03

139,776

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:03

143,872

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:03

138,240

tbs.dll

10.0.17763.8507

19-Feb-26

18:03

43,528

tbs.sys

10.0.17763.8507

19-Feb-26

18:03

24,544

ucrtbase.dll

10.0.17763.8507

19-Feb-26

18:03

1,197,344

msvcp_win.dll

10.0.17763.8507

19-Feb-26

18:03

517,688

udfs.sys

10.0.17763.8507

19-Feb-26

18:03

261,120

nsi.dll

10.0.17763.8507

19-Feb-26

18:03

21,336

winnsi.dll

10.0.17763.8507

19-Feb-26

18:03

29,576

nsisvc.dll

10.0.17763.8507

19-Feb-26

18:03

24,064

nsiproxy.sys

10.0.17763.8507

19-Feb-26

18:03

29,696

ws2_32.dll

10.0.17763.8507

19-Feb-26

18:03

386,488

win32u.dll

10.0.17763.8507

19-Feb-26

18:03

105,544

win32k.sys

10.0.17763.8507

19-Feb-26

18:03

321,024

win32kfull.sys

10.0.17763.8507

19-Feb-26

18:03

2,724,352

win32kbase.sys

10.0.17763.8507

19-Feb-26

18:03

1,841,664

WindowsCodecs.dll

10.0.17763.8507

19-Feb-26

18:03

1,522,288

winlogon.exe

10.0.17763.8507

19-Feb-26

18:03

638,464

winpeshl.exe

10.0.17763.8507

19-Feb-26

18:03

26,624

wpeutil.dll

10.0.17763.8507

19-Feb-26

18:03

104,960

wpeutil.exe

10.0.17763.8507

19-Feb-26

18:03

9,728

wpeinit.exe

10.0.17763.8507

19-Feb-26

18:03

28,160

startnet.cmd

Not versioned

19-Feb-26

18:03

9

ReAgent.dll

10.0.17763.8507

19-Feb-26

18:03

929,760

ReInfo.dll

10.0.17763.8507

19-Feb-26

18:03

154,624

StartRep.exe

10.0.17763.8507

19-Feb-26

18:03

800,256

RecEnv.exe

10.0.17763.8507

19-Feb-26

18:03

668,128

BootRec.exe

10.0.17763.8507

19-Feb-26

18:03

295,424

winsqlite3.dll

3.51.1.0

19-Feb-26

18:03

727,408

GdiPlus.dll

10.0.17763.8507

19-Feb-26

18:03

1,487,872

File name

File version

Date

Time

File size

acpi.inf

Not versioned

19-Feb-26

18:05

4,152

acpi.sys

10.0.17763.8507

19-Feb-26

18:05

793,096

pci.inf

Not versioned

19-Feb-26

18:05

16,156

pci.sys

10.0.17763.8507

19-Feb-26

18:05

423,904

usb.inf

Not versioned

19-Feb-26

18:05

41,932

usbccgp.sys

10.0.17763.8507

19-Feb-26

18:05

180,192

usbhub3.inf

Not versioned

19-Feb-26

18:05

11,162

USBHUB3.SYS

10.0.17763.8507

19-Feb-26

18:05

600,584

usbport.inf

Not versioned

19-Feb-26

18:05

77,558

usbohci.sys

10.0.17763.8507

19-Feb-26

18:05

30,720

usbport.sys

10.0.17763.8507

19-Feb-26

18:05

478,176

usbhub.sys

10.0.17763.8507

19-Feb-26

18:05

534,024

usbehci.sys

10.0.17763.8507

19-Feb-26

18:05

100,320

usbuhci.sys

10.0.17763.8507

19-Feb-26

18:05

35,840

usbd.sys

10.0.17763.8507

19-Feb-26

18:05

34,784

skci.dll

10.0.17763.8507

19-Feb-26

18:05

305,024

iumbase.dll

10.0.17763.8507

19-Feb-26

18:05

25,504

iumdll.dll

10.0.17763.8507

19-Feb-26

18:05

16,760

vertdll.dll

10.0.17763.8507

19-Feb-26

18:05

165,480

ucrtbase_enclave.dll

10.0.17763.8507

19-Feb-26

18:05

486,160

VbsSiPolicy.p7b

Not versioned

19-Feb-26

18:05

81,434

advapi32.dll

10.0.17763.8507

19-Feb-26

18:05

92,160

comctl32.dll

10.0.17763.8507

19-Feb-26

18:05

32,768

comdlg32.dll

10.0.17763.8507

19-Feb-26

18:05

20,480

gdi32.dll

10.0.17763.8507

19-Feb-26

18:05

104,448

kernel32.dll

10.0.17763.8507

19-Feb-26

18:05

153,088

ole32.dll

10.0.17763.8507

19-Feb-26

18:05

77,824

psapi.dll

10.0.17763.8507

19-Feb-26

18:05

11,776

setupapi.dll

10.0.17763.8507

19-Feb-26

18:05

74,752

user32.dll

10.0.17763.8507

19-Feb-26

18:05

265,728

secur32.dll

10.0.17763.8507

19-Feb-26

18:05

19,968

shell32.dll

10.0.17763.8507

19-Feb-26

18:05

81,920

shlwapi.dll

10.0.17763.8507

19-Feb-26

18:05

87,040

tdh.dll

10.0.17763.8507

19-Feb-26

18:05

18,432

version.dll

10.0.17763.8507

19-Feb-26

18:05

10,752

winmm.dll

10.0.17763.8507

19-Feb-26

18:05

9,728

wtsapi32.dll

10.0.17763.8507

19-Feb-26

18:05

18,944

xinput1_4.dll

10.0.17763.8507

19-Feb-26

18:05

14,848

winresume.exe

10.0.17763.8507

19-Feb-26

18:05

1,198,384

winresume.efi

10.0.17763.8507

19-Feb-26

18:05

1,372,472

winload.exe

10.0.17763.8507

19-Feb-26

18:05

1,501,624

winload.efi

10.0.17763.8507

19-Feb-26

18:05

1,736,128

bootmgfw.efi

10.0.17763.8507

19-Feb-26

18:05

1,519,072

bootmgfw_EX.efi

10.0.26100.30212

19-Feb-26

18:05

2,830,632

SecureBootRecovery.efi

Not versioned

19-Feb-26

18:05

162,688

bootmgr.efi

10.0.17763.8507

19-Feb-26

18:05

1,502,216

bootmgr_EX.efi

10.0.26100.30212

19-Feb-26

18:05

2,818,464

boot.stl

Not versioned

19-Feb-26

18:05

11,030

winsipolicy.p7b

Not versioned

19-Feb-26

18:05

8,786

bcrypt.dll

10.0.17763.8507

19-Feb-26

18:05

144,816

bcryptprimitives.dll

10.0.17763.8507

19-Feb-26

18:05

531,144

BootMenuUX.dll

10.0.17763.8507

19-Feb-26

18:05

661,504

driversipolicy.p7b

Not versioned

19-Feb-26

18:05

229,162

cng.sys

10.0.17763.8507

19-Feb-26

18:05

748,608

ci.dll

10.0.17763.8507

19-Feb-26

18:05

885,552

driver.stl

Not versioned

19-Feb-26

18:05

33,360

cryptbase.dll

10.0.17763.8507

19-Feb-26

18:05

34,864

cryptsp.dll

10.0.17763.8507

19-Feb-26

18:05

99,368

errata.inf

Not versioned

19-Feb-26

18:05

123,848

exfat.sys

10.0.17763.8507

19-Feb-26

18:05

404,480

fltMgr.sys

10.0.17763.8507

19-Feb-26

18:05

434,656

msimg32.dll

10.0.17763.8507

19-Feb-26

18:05

8,192

mf3216.dll

10.0.17763.8507

19-Feb-26

18:05

63,488

gdi32.dll

10.0.17763.8507

19-Feb-26

18:05

158,768

gdi32full.dll

10.0.17763.8507

19-Feb-26

18:05

1,746,400

hal.dll

10.0.17763.8507

19-Feb-26

18:05

593,416

cmi2migxml.dll

10.0.17763.8507

19-Feb-26

18:05

179,208

csiagent.dll

10.0.17763.8507

19-Feb-26

18:05

658,952

diagER.dll

10.0.17763.8507

19-Feb-26

18:05

53,256

hwcompat.dll

10.0.17763.8507

19-Feb-26

18:05

199,648

hwcompat.txt

Not versioned

19-Feb-26

18:05

730,884

hwexclude.txt

Not versioned

19-Feb-26

18:05

51

migapp.xml

Not versioned

19-Feb-26

18:05

654,548

migcore.dll

10.0.17763.8507

19-Feb-26

18:05

8,899,040

mighost.exe

10.0.17763.8507

19-Feb-26

18:05

258,528

migres.dll

10.0.17763.8507

19-Feb-26

18:05

17,376

migisol.dll

10.0.17763.8507

19-Feb-26

18:05

143,840

migstore.dll

10.0.17763.8507

19-Feb-26

18:05

1,230,304

migsys.dll

10.0.17763.8507

19-Feb-26

18:05

385,504

MXEAgent.dll

10.0.17763.8507

19-Feb-26

18:05

316,896

offline.xml

Not versioned

19-Feb-26

18:05

37,395

oscomps.xml

Not versioned

19-Feb-26

18:05

435,175

oscomps.woa.xml

Not versioned

19-Feb-26

18:05

249,101

osfilter.inf

Not versioned

19-Feb-26

18:05

21,299

reagent.dll

10.0.17763.8507

19-Feb-26

18:05

1,101,280

setupplatform.cfg

Not versioned

19-Feb-26

18:05

6,266

setupplatform.dll

1.54.17763.8507

19-Feb-26

18:05

9,159,648

setupplatform.exe

1.54.17763.8507

19-Feb-26

18:05

169,952

SFCN.dat

Not versioned

19-Feb-26

18:05

1,824

SFLCID.dat

Not versioned

19-Feb-26

18:05

1,644

SFLISTW7.dat

Not versioned

19-Feb-26

18:05

1,703,408

SFLISTW8.dat

Not versioned

19-Feb-26

18:05

2,608,968

SFLISTWB.dat

Not versioned

19-Feb-26

18:05

3,173,014

SFLISTWT.dat

Not versioned

19-Feb-26

18:05

4,935,478

sflistw8.woa.dat

Not versioned

19-Feb-26

18:05

954,506

SFLISTRS1.dat

Not versioned

19-Feb-26

18:05

5,593,518

sflistwb.woa.dat

Not versioned

19-Feb-26

18:05

1,150,204

sflistwt.woa.dat

Not versioned

19-Feb-26

18:05

2,636,890

SFPAT.inf

Not versioned

19-Feb-26

18:05

11,365

SFPATW7.inf

Not versioned

19-Feb-26

18:05

17,396

SFPATW8.inf

Not versioned

19-Feb-26

18:05

79,818

SFPATWB.inf

Not versioned

19-Feb-26

18:05

91,635

SFPATWT.inf

Not versioned

19-Feb-26

18:05

165,729

SFPATRS1.inf

Not versioned

19-Feb-26

18:05

169,742

unbcl.dll

10.0.17763.8507

19-Feb-26

18:05

1,089,504

upgradeagent.dll

10.0.17763.8507

19-Feb-26

18:05

2,962,952

upgradeagent.xml

Not versioned

19-Feb-26

18:05

70,911

upgrade_comp.xml

Not versioned

19-Feb-26

18:05

4,320

upgrade_bulk.xml

Not versioned

19-Feb-26

18:05

191,927

upgrade_data.xml

Not versioned

19-Feb-26

18:05

41,108

upgrade_frmwrk.xml

Not versioned

19-Feb-26

18:05

17,284

upgWow_bulk.xml

Not versioned

19-Feb-26

18:05

97,110

uninstall.xml

Not versioned

19-Feb-26

18:05

3,286

uninstall_data.xml

Not versioned

19-Feb-26

18:05

11,122

wdsutil.dll

10.0.17763.8507

19-Feb-26

18:05

297,992

iertutil.dll

11.0.17763.8507

19-Feb-26

18:05

2,798,088

msIso.dll

11.0.17763.8507

19-Feb-26

18:05

325,120

edgeIso.dll

11.0.17763.8507

19-Feb-26

18:05

450,048

kernel32.dll

10.0.17763.8507

19-Feb-26

18:05

730,504

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

988,160

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,039,360

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,189,888

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,225,216

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

992,768

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,137,664

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

993,792

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,170,944

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,048,576

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,121,792

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

581,632

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

562,176

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,004,032

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,121,280

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,082,880

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,089,024

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,114,624

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,038,848

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,024,000

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

946,176

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

368,640

kernel32.dll.mui

10.0.17763.8507

19-Feb-26

18:05

377,856

KernelBase.dll

10.0.17763.8507

19-Feb-26

18:05

2,747,424

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,286,656

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,337,344

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,487,872

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,523,200

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,290,752

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,435,648

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,291,776

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,468,928

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,346,560

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,419,776

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

879,616

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

860,160

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,302,016

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,419,264

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,380,864

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,387,008

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,412,608

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,336,832

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,321,984

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

1,244,160

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

666,624

KernelBase.dll.mui

10.0.17763.8507

19-Feb-26

18:05

675,840

ClipSp.sys

10.0.17763.8507

19-Feb-26

18:05

1,057,800

dxgkrnl.sys

10.0.17763.8507

19-Feb-26

18:05

3,355,616

cdd.dll

10.0.17763.8507

19-Feb-26

18:05

267,776

dxgmms1.sys

10.0.17763.8507

19-Feb-26

18:05

440,288

dxgmms2.sys

10.0.17763.8507

19-Feb-26

18:05

866,272

lsasrv.dll

10.0.17763.8507

19-Feb-26

18:05

1,740,288

ksecpkg.sys

10.0.17763.8507

19-Feb-26

18:05

180,704

offlinelsa.dll

10.0.17763.8507

19-Feb-26

18:05

161,248

sspisrv.dll

10.0.17763.8507

19-Feb-26

18:05

29,184

lsass.exe

10.0.17763.8507

19-Feb-26

18:05

59,616

sspicli.dll

10.0.17763.8507

19-Feb-26

18:05

180,960

ksecdd.sys

10.0.17763.8507

19-Feb-26

18:05

154,080

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

61,440

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

65,024

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

66,560

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

70,656

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

74,240

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

62,464

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

64,512

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

65,536

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

71,680

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

60,416

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

64,000

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

69,120

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

44,032

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

43,008

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

70,144

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

67,072

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

63,488

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

61,952

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

62,976

lsasrv.dll.mui

10.0.17763.8507

19-Feb-26

18:05

35,840

msasn1.dll

10.0.17763.8507

19-Feb-26

18:05

64,736

msvcrt.dll

7.0.17763.8507

19-Feb-26

18:05

639,600

netio.sys

10.0.17763.8507

19-Feb-26

18:05

599,560

ntdll.dll

10.0.17763.8507

19-Feb-26

18:05

2,000,128

ntfs.sys

10.0.17763.8507

19-Feb-26

18:05

2,628,576

windows.storage.dll

10.0.17763.8507

19-Feb-26

18:05

7,681,048

ntoskrnl.exe

10.0.17763.8507

19-Feb-26

18:05

9,672,160

refs.sys

10.0.17763.8507

19-Feb-26

18:05

1,968,608

msrpc.sys

10.0.17763.8507

19-Feb-26

18:05

380,896

rpcrt4.dll

10.0.17763.8507

19-Feb-26

18:05

1,155,544

rpcrt4.dll.mui

10.0.17763.8507

19-Feb-26

18:05

23,040

rpcrt4.dll.mui

10.0.17763.8507

19-Feb-26

18:05

22,528

rpcrt4.dll.mui

10.0.17763.8507

19-Feb-26

18:05

24,576

rpcrt4.dll.mui

10.0.17763.8507

19-Feb-26

18:05

22,016

rpcrt4.dll.mui

10.0.17763.8507

19-Feb-26

18:05

24,064

rpcrt4.dll.mui

10.0.17763.8507

19-Feb-26

18:05

23,552

rpcrt4.dll.mui

10.0.17763.8507

19-Feb-26

18:05

16,896

rpcrt4.dll.mui

10.0.17763.8507

19-Feb-26

18:05

21,504

rpcrt4.dll.mui

10.0.17763.8507

19-Feb-26

18:05

14,848

diagtrack.dll

10.0.10586.10008

19-Feb-26

18:05

1,362,104

diagtrackrunner.exe

10.0.10586.0

19-Feb-26

18:05

88,256

reagent.admx

Not versioned

19-Feb-26

18:05

1,240

reagent.xml

Not versioned

19-Feb-26

18:05

837

SetupPlatform.cfg

Not versioned

19-Feb-26

18:05

8,000

wdsclientapi.dll

10.0.17763.8507

19-Feb-26

18:05

300,464

wdscore.dll

10.0.17763.8507

19-Feb-26

18:05

250,336

wdscsl.dll

10.0.17763.8507

19-Feb-26

18:05

61,920

wdsimage.dll

10.0.17763.8507

19-Feb-26

18:05

955,320

wdstptc.dll

10.0.17763.8507

19-Feb-26

18:05

661,464

fvevol.sys

10.0.17763.8507

19-Feb-26

18:05

806,368

dumpfve.sys

10.0.17763.8507

19-Feb-26

18:05

95,360

KerbClientShared.dll

10.0.17763.8507

19-Feb-26

18:05

158,824

sechost.dll

10.0.17763.8507

19-Feb-26

18:05

657,192

sechost.dll.mui

10.0.17763.8507

19-Feb-26

18:05

2,560

fveapibase.dll

10.0.17763.8507

19-Feb-26

18:05

408,576

fveapi.dll

10.0.17763.8507

19-Feb-26

18:05

956,416

msv1_0.dll

10.0.17763.8507

19-Feb-26

18:05

476,128

NtlmShared.dll

10.0.17763.8507

19-Feb-26

18:05

42,616

schannel.dll

10.0.17763.8507

19-Feb-26

18:05

545,280

ResetEngine.dll

10.0.17763.8507

19-Feb-26

18:05

2,319,360

ResetEngine.exe

10.0.17763.8507

19-Feb-26

18:05

11,264

ResetPluginHost.exe

10.0.17763.8507

19-Feb-26

18:05

30,720

reseteng.dll

10.0.17763.8507

19-Feb-26

18:05

1,227,776

resetengmig.dll

10.0.17763.8507

19-Feb-26

18:05

77,824

ResetEngInterfaces.exe

10.0.17763.8507

19-Feb-26

18:05

10,240

srms.dat

Not versioned

19-Feb-26

18:05

58,882

srms62.dat

Not versioned

19-Feb-26

18:05

22,841

sysreset.exe

6.1.7782.0

19-Feb-26

18:05

318,464

systemreset.exe

10.0.17763.8507

19-Feb-26

18:05

526,400

ResetEngOnline.dll

10.0.17763.8507

19-Feb-26

18:05

244,224

SysResetErr.exe

10.0.17763.8507

19-Feb-26

18:05

43,488

tcpip.sys

10.0.17763.8507

19-Feb-26

18:05

2,929,632

FWPKCLNT.SYS

10.0.17763.8507

19-Feb-26

18:05

476,128

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:05

144,384

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:05

144,896

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:05

145,920

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:05

146,944

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:05

143,360

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:05

145,408

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:05

142,848

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:05

146,432

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:05

139,776

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:05

143,872

tcpip.sys.mui

10.0.17763.8507

19-Feb-26

18:05

138,240

tbs.dll

10.0.17763.8507

19-Feb-26

18:05

50,256

tbs.sys

10.0.17763.8507

19-Feb-26

18:05

30,688

ucrtbase.dll

10.0.17763.8507

19-Feb-26

18:05

1,025,336

msvcp_win.dll

10.0.17763.8507

19-Feb-26

18:05

647,864

udfs.sys

10.0.17763.8507

19-Feb-26

18:05

342,016

nsi.dll

10.0.17763.8507

19-Feb-26

18:05

25,976

winnsi.dll

10.0.17763.8507

19-Feb-26

18:05

36,336

nsisvc.dll

10.0.17763.8507

19-Feb-26

18:05

30,720

nsiproxy.sys

10.0.17763.8507

19-Feb-26

18:05

47,104

ws2_32.dll

10.0.17763.8507

19-Feb-26

18:05

437,168

win32u.dll

10.0.17763.8507

19-Feb-26

18:05

126,720

win32k.sys

10.0.17763.8507

19-Feb-26

18:05

544,768

win32kfull.sys

10.0.17763.8507

19-Feb-26

18:05

3,632,128

win32kbase.sys

10.0.17763.8507

19-Feb-26

18:05

2,392,576

WindowsCodecs.dll

10.0.17763.8507

19-Feb-26

18:05

1,799,680

winlogon.exe

10.0.17763.8507

19-Feb-26

18:05

781,824

winpeshl.exe

10.0.17763.8507

19-Feb-26

18:05

32,768

wpeutil.dll

10.0.17763.8507

19-Feb-26

18:05

122,368

wpeutil.exe

10.0.17763.8507

19-Feb-26

18:05

12,288

wpeinit.exe

10.0.17763.8507

19-Feb-26

18:05

33,280

startnet.cmd

Not versioned

19-Feb-26

18:05

9

ReAgent.dll

10.0.17763.8507

19-Feb-26

18:05

1,101,320

ReInfo.dll

10.0.17763.8507

19-Feb-26

18:05

187,904

StartRep.exe

10.0.17763.8507

19-Feb-26

18:05

942,080

RecEnv.exe

10.0.17763.8507

19-Feb-26

18:05

820,232

BootRec.exe

10.0.17763.8507

19-Feb-26

18:05

355,328

winsqlite3.dll

3.51.1.0

19-Feb-26

18:05

905,536

GdiPlus.dll

10.0.17763.8507

19-Feb-26

18:05

1,705,472

bcrypt.dll

10.0.17763.8507

19-Feb-26

18:05

98,248

bcryptprimitives.dll

10.0.17763.8507

19-Feb-26

18:05

413,320

cryptbase.dll

10.0.17763.8507

19-Feb-26

18:05

32,744

cryptsp.dll

10.0.17763.8507

19-Feb-26

18:05

82,800

msimg32.dll

10.0.17763.8507

19-Feb-26

18:05

6,656

mf3216.dll

10.0.17763.8507

19-Feb-26

18:05

48,128

gdi32.dll

10.0.17763.8507

19-Feb-26

18:05

139,568

gdi32full.dll

10.0.17763.8507

19-Feb-26

18:05

1,530,000

iertutil.dll

11.0.17763.8507

19-Feb-26

18:05

2,296,984

msIso.dll

11.0.17763.8507

19-Feb-26

18:05

272,896

edgeIso.dll

11.0.17763.8507

19-Feb-26

18:05

331,264

kernel32.dll

10.0.17763.8507

19-Feb-26

18:05

654,384

KernelBase.dll

10.0.17763.8507

19-Feb-26

18:05

2,111,064

offlinelsa.dll

10.0.17763.8507

19-Feb-26

18:05

137,184

sspicli.dll

10.0.17763.8507

19-Feb-26

18:05

124,096

msasn1.dll

10.0.17763.8507

19-Feb-26

18:05

51,792

msvcrt.dll

7.0.17763.8507

19-Feb-26

18:05

781,624

ntdll.dll

10.0.17763.8507

19-Feb-26

18:05

1,677,752

windows.storage.dll

10.0.17763.8507

19-Feb-26

18:05

6,319,560

rpcrt4.dll

10.0.17763.8507

19-Feb-26

18:05

778,968

KerbClientShared.dll

10.0.17763.8507

19-Feb-26

18:05

130,336

sechost.dll

10.0.17763.8507

19-Feb-26

18:05

499,584

fveapibase.dll

10.0.17763.8507

19-Feb-26

18:05

339,968

fveapi.dll

10.0.17763.8507

19-Feb-26

18:05

724,480

msv1_0.dll

10.0.17763.8507

19-Feb-26

18:05

393,224

NtlmShared.dll

10.0.17763.8507

19-Feb-26

18:05

37,352

schannel.dll

10.0.17763.8507

19-Feb-26

18:05

464,384

tbs.dll

10.0.17763.8507

19-Feb-26

18:05

43,528

ucrtbase.dll

10.0.17763.8507

19-Feb-26

18:05

1,197,344

msvcp_win.dll

10.0.17763.8507

19-Feb-26

18:05

517,688

nsi.dll

10.0.17763.8507

19-Feb-26

18:05

21,336

winnsi.dll

10.0.17763.8507

19-Feb-26

18:05

29,576

ws2_32.dll

10.0.17763.8507

19-Feb-26

18:05

386,488

win32u.dll

10.0.17763.8507

19-Feb-26

18:05

89,496

win32k.sys

10.0.17763.8507

19-Feb-26

18:05

321,024

win32kfull.sys

10.0.17763.8507

19-Feb-26

18:05

2,724,352

WindowsCodecs.dll

10.0.17763.8507

19-Feb-26

18:05

1,522,288

ReAgent.dll

10.0.17763.8507

19-Feb-26

18:05

929,760

ReInfo.dll

10.0.17763.8507

19-Feb-26

18:05

154,624

winsqlite3.dll

3.51.1.0

19-Feb-26

18:05

727,408

GdiPlus.dll

10.0.17763.8507

19-Feb-26

18:05

1,487,872

wdsnbp.com

Not versioned

19-Feb-26

18:05

30,832

abortpxe.com

Not versioned

19-Feb-26

18:05

79

bootmgr.exe

10.0.17763.8507

19-Feb-26

18:05

672,776

pxeboot.com

Not versioned

19-Feb-26

18:05

25,358

pxeboot.n12

Not versioned

19-Feb-26

18:05

25,358

hdlscom1.com

Not versioned

19-Feb-26

18:05

25,662

hdlscom2.com

Not versioned

19-Feb-26

18:05

25,662

hdlscom1.n12

Not versioned

19-Feb-26

18:05

25,646

hdlscom2.n12

Not versioned

19-Feb-26

18:05

25,646

bootmgfw.efi

10.0.17763.8507

19-Feb-26

18:05

1,276,424

bootmgfw_EX.efi

10.0.26100.30212

19-Feb-26

18:05

2,376,464

References

Description of the standard terminology that is used to describe Microsoft software updates

Query words: safeos du

Need more help?

Want more options?

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