KB5072540: Safe OS Dynamic Update for Windows 10, version 1607 and Windows Server 2016: December 9, 2025

Applies To
Win 10 Ent LTSB 2016 Windows Server 2016, all editions

Windows Secure Boot certificate expiration

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

Summary

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

How to get this update

Install this update

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


Available Next step
Available This update is available through Windows Update. It will be downloaded and installed automatically.
Prerequisites There are no prerequisites to apply this update.
Restart information You do not have to restart your device after you apply this update.
Removal information This update cannot be removed once it is applied to a Windows image.
Update replacement information This update replaces the previously released update KB5068789.
Verify the installation of this update After installing this update, the WinRE version installed on the device should be 10.0.14393.8685.
Methods to verify the WinRE version 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 Screenshot

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.

For all supported X86-based versions
File name File version Date Time File size
usbccgp.sys 10.0.14393.8685 15-Nov-25 2:56 127,960
usb.inf Not versioned 15-Nov-25 2:56 41,608
USBHUB3.SYS 10.0.14393.8685 15-Nov-25 2:56 432,088
usbhub3.inf Not versioned 15-Nov-25 2:56 11,144
usbd.sys 10.0.14393.8685 15-Nov-25 2:56 27,112
usbehci.sys 10.0.14393.8685 15-Nov-25 2:56 75,224
usbhub.sys 10.0.14393.8685 15-Nov-25 2:56 372,184
usbohci.sys 10.0.14393.8685 15-Nov-25 2:56 22,528
usbport.sys 10.0.14393.8685 15-Nov-25 2:56 383,448
usbuhci.sys 10.0.14393.8685 15-Nov-25 2:56 25,600
usbport.inf Not versioned 15-Nov-25 2:56 77,418
winload.exe 10.0.14393.8685 15-Nov-25 2:56 956,712
winload.efi 10.0.14393.8685 15-Nov-25 2:56 1,091,504
bootmgfw.efi 10.0.14393.8243 15-Nov-25 2:56 1,016,312
bootmgfw_EX.efi 10.0.26100.30212 15-Nov-25 2:56 2,376,464
SecureBootRecovery.efi Not versioned 15-Nov-25 2:56 39,296
bootmgr.efi 10.0.14393.8243 15-Nov-25 2:56 1,002,976
bootmgr_EX.efi 10.0.26100.30212 15-Nov-25 2:56 2,363,264
boot.stl Not versioned 15-Nov-25 2:56 10,853
bootux.dll 10.0.14393.8243 15-Nov-25 2:56 3,716,096
winresume.exe 10.0.14393.8685 15-Nov-25 2:56 792,904
winresume.efi 10.0.14393.8685 15-Nov-25 2:56 899,824
BootMenuUX.dll 10.0.14393.8415 15-Nov-25 2:56 496,128
bootim.exe 10.0.14393.8243 15-Nov-25 2:56 20,992
ci.dll 10.0.14393.8685 15-Nov-25 2:56 595,232
driver.stl Not versioned 15-Nov-25 2:56 20,022
fltMgr.sys 10.0.14393.8243 15-Nov-25 2:56 293,880
hal.dll 10.0.14393.8243 15-Nov-25 2:56 348,640
halmacpi.dll 10.0.14393.8243 15-Nov-25 2:56 348,640
cmi2migxml.dll 10.0.14393.8685 15-Nov-25 2:56 142,808
csiagent.dll 10.0.14393.8685 15-Nov-25 2:56 515,560
diagER.dll 10.0.14393.8685 15-Nov-25 2:56 44,496
hwcompat.dll 10.0.14393.8685 15-Nov-25 2:56 169,392
hwcompat.txt Not versioned 15-Nov-25 2:56 2,740
hwexclude.txt Not versioned 15-Nov-25 2:56 2
migapp.xml Not versioned 15-Nov-25 2:56 654,548
migcore.dll 10.0.14393.8685 15-Nov-25 2:56 6,502,368
mighost.exe 10.0.14393.8685 15-Nov-25 2:56 265,112
migres.dll 10.0.14393.8685 15-Nov-25 2:56 17,360
migisol.dll 10.0.14393.8685 15-Nov-25 2:56 123,344
migstore.dll 10.0.14393.8685 15-Nov-25 2:56 942,552
migsys.dll 10.0.14393.8685 15-Nov-25 2:56 306,152
MXEAgent.dll 10.0.14393.8685 15-Nov-25 2:56 241,624
offline.xml Not versioned 15-Nov-25 2:56 33,714
oscomps.xml Not versioned 15-Nov-25 2:56 435,175
oscomps.woa.xml Not versioned 15-Nov-25 2:56 249,101
osfilter.inf Not versioned 15-Nov-25 2:56 21,299
reagent.dll 10.0.14393.8685 15-Nov-25 2:56 972,224
setupplatform.cfg Not versioned 15-Nov-25 2:56 1,664
setupplatform.dll 1.42.14393.8685 15-Nov-25 2:56 5,774,296
setupplatform.exe 1.42.14393.8685 15-Nov-25 2:56 155,056
SFCN.dat Not versioned 15-Nov-25 2:56 1,824
SFLCID.dat Not versioned 15-Nov-25 2:56 1,644
SFLISTW7.dat Not versioned 15-Nov-25 2:56 1,703,322
SFLISTW8.dat Not versioned 15-Nov-25 2:56 2,608,968
SFLISTWB.dat Not versioned 15-Nov-25 2:56 3,173,014
SFLISTWT.dat Not versioned 15-Nov-25 2:56 4,935,856
sflistw8.woa.dat Not versioned 15-Nov-25 2:56 954,506
SFLISTRS1.dat Not versioned 15-Nov-25 2:56 5,590,872
sflistwb.woa.dat Not versioned 15-Nov-25 2:56 1,150,204
sflistwt.woa.dat Not versioned 15-Nov-25 2:56 2,637,298
SFPAT.inf Not versioned 15-Nov-25 2:56 11,345
SFPATW7.inf Not versioned 15-Nov-25 2:56 17,117
SFPATW8.inf Not versioned 15-Nov-25 2:56 79,539
SFPATWB.inf Not versioned 15-Nov-25 2:56 91,356
SFPATWT.inf Not versioned 15-Nov-25 2:56 165,630
SFPATRS1.inf Not versioned 15-Nov-25 2:56 169,643
unbcl.dll 10.0.14393.8685 15-Nov-25 2:56 842,200
upgradeagent.dll 10.0.14393.8685 15-Nov-25 2:56 2,425,752
upgradeagent.xml Not versioned 15-Nov-25 2:56 70,803
upgrade_bulk.xml Not versioned 15-Nov-25 2:56 190,757
upgrade_data.xml Not versioned 15-Nov-25 2:56 31,023
upgrade_frmwrk.xml Not versioned 15-Nov-25 2:56 15,010
upgWow_bulk.xml Not versioned 15-Nov-25 2:56 97,470
uninstall.xml Not versioned 15-Nov-25 2:56 3,187
uninstall_data.xml Not versioned 15-Nov-25 2:56 8,973
wdsutil.dll 10.0.14393.8685 15-Nov-25 2:56 232,896
iertutil.dll 11.0.14393.8685 15-Nov-25 2:56 2,328,984
ClipSp.sys 10.0.14393.8243 15-Nov-25 2:56 591,344
dxgkrnl.sys 10.0.14393.8685 15-Nov-25 2:56 1,888,720
cdd.dll 10.0.14393.8685 15-Nov-25 2:56 185,856
dxgmms1.sys 10.0.14393.8685 15-Nov-25 2:56 344,000
dxgmms2.sys 10.0.14393.8685 15-Nov-25 2:56 551,872
netio.sys 10.0.14393.8243 15-Nov-25 2:56 344,568
ntdll.dll 10.0.14393.8243 15-Nov-25 2:56 1,585,312
ntoskrnl.exe 10.0.14393.8243 15-Nov-25 2:56 6,044,152
wof.sys 10.0.14393.8243 15-Nov-25 2:56 175,072
pdc.sys 10.0.14393.8243 15-Nov-25 2:56 94,216
diagtrack.dll 10.0.10586.0 15-Nov-25 2:56 922,976
diagtrackrunner.exe 10.0.10586.0 15-Nov-25 2:56 79,040
reagent.admx Not versioned 15-Nov-25 2:56 1,240
reagent.xml Not versioned 15-Nov-25 2:56 781
SetupPlatform.cfg Not versioned 15-Nov-25 2:56 7,902
wdsclientapi.dll 10.0.14393.8685 15-Nov-25 2:56 238,512
wdscore.dll 10.0.14393.8685 15-Nov-25 2:56 203,216
wdscsl.dll 10.0.14393.8685 15-Nov-25 2:56 52,712
wdsimage.dll 10.0.14393.8685 15-Nov-25 2:56 774,552
wdstptc.dll 10.0.14393.8685 15-Nov-25 2:56 561,056
fvevol.sys 10.0.14393.8415 15-Nov-25 2:56 563,664
dumpfve.sys 10.0.14393.8415 15-Nov-25 2:56 76,696
fveapibase.dll 10.0.14393.8415 15-Nov-25 2:56 185,856
fveapi.dll 10.0.14393.8415 15-Nov-25 2:56 590,336
ResetEngine.dll 10.0.14393.8243 15-Nov-25 2:56 1,439,744
ResetEngine.exe 10.0.14393.8243 15-Nov-25 2:56 10,240
reseteng.dll 10.0.14393.8243 15-Nov-25 2:56 946,176
resetengmig.dll 10.0.14393.8243 15-Nov-25 2:56 64,512
ResetEngInterfaces.exe 10.0.14393.8243 15-Nov-25 2:56 8,704
srms.dat Not versioned 15-Nov-25 2:56 56,119
srms62.dat Not versioned 15-Nov-25 2:56 22,841
sysreset.exe 6.1.7782.0 15-Nov-25 2:56 595,456
systemreset.exe 10.0.14393.8243 15-Nov-25 2:56 321,296
SysResetErr.exe 10.0.14393.8243 15-Nov-25 2:56 37,880
tcpip.sys 10.0.14393.8243 15-Nov-25 2:56 1,979,872
FWPKCLNT.SYS 10.0.14393.8243 15-Nov-25 2:56 293,344
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 112,640
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 121,856
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 126,464
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 119,808
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 127,488
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 126,976
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 110,592
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 125,440
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 125,952
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 115,712
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 121,344
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 124,928
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 107,008
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 122,880
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 130,048
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 124,416
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 88,576
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 86,016
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 117,248
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 119,296
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 133,632
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 120,832
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 123,392
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 118,784
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 116,736
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 77,312
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 2:56 77,824
win32u.dll 10.0.14393.8685 15-Nov-25 2:56 95,680
win32k.sys 10.0.14393.8685 15-Nov-25 2:56 147,968
win32kfull.sys 10.0.14393.8685 15-Nov-25 2:56 3,001,856
win32kbase.sys 10.0.14393.8685 15-Nov-25 2:56 1,227,776
WindowsCodecs.dll 10.0.14393.8685 15-Nov-25 2:56 1,507,280
winpeshl.exe 10.0.14393.8685 15-Nov-25 2:56 25,600
wpeutil.dll 10.0.14393.8685 15-Nov-25 2:56 105,472
wpeutil.exe 10.0.14393.8685 15-Nov-25 2:56 10,752
wpeinit.exe 10.0.14393.8685 15-Nov-25 2:56 28,672
startnet.cmd Not versioned 15-Nov-25 2:56 9
ReAgent.dll 10.0.14393.8685 15-Nov-25 2:56 972,248
ReInfo.dll 10.0.14393.8685 15-Nov-25 2:56 167,424
StartRep.exe 10.0.14393.8685 15-Nov-25 2:56 670,208
RecEnv.exe 10.0.14393.8685 15-Nov-25 2:56 613,336
BootRec.exe 10.0.14393.8685 15-Nov-25 2:56 287,744
For all supported X64-based versions
File name File version Date Time File size
usbccgp.sys 10.0.14393.8685 15-Nov-25 3:07 169,944
usb.inf Not versioned 15-Nov-25 3:07 41,928
USBHUB3.SYS 10.0.14393.8685 15-Nov-25 3:07 537,536
usbhub3.inf Not versioned 15-Nov-25 3:07 11,152
usbd.sys 10.0.14393.8685 15-Nov-25 3:07 33,768
usbehci.sys 10.0.14393.8685 15-Nov-25 3:07 97,216
usbhub.sys 10.0.14393.8685 15-Nov-25 3:07 502,232
usbohci.sys 10.0.14393.8685 15-Nov-25 3:07 30,208
usbport.sys 10.0.14393.8685 15-Nov-25 3:07 455,128
usbuhci.sys 10.0.14393.8685 15-Nov-25 3:07 35,328
usbport.inf Not versioned 15-Nov-25 3:07 77,554
skci.dll 10.0.14393.8243 15-Nov-25 3:07 176,456
VbsSiPolicy.p7b Not versioned 15-Nov-25 3:07 68,351
winload.exe 10.0.14393.8685 15-Nov-25 3:07 1,193,248
winload.efi 10.0.14393.8685 15-Nov-25 3:07 1,387,984
bootmgfw.efi 10.0.14393.8243 15-Nov-25 3:07 1,211,376
bootmgfw_EX.efi 10.0.26100.30212 15-Nov-25 3:07 2,830,632
SecureBootRecovery.efi Not versioned 15-Nov-25 3:07 162,688
bootmgr.efi 10.0.14393.8243 15-Nov-25 3:07 1,197,040
bootmgr_EX.efi 10.0.26100.30212 15-Nov-25 3:07 2,818,464
boot.stl Not versioned 15-Nov-25 3:07 11,030
bootux.dll 10.0.14393.8243 15-Nov-25 3:07 3,753,984
winresume.exe 10.0.14393.8685 15-Nov-25 3:07 904,560
winresume.efi 10.0.14393.8685 15-Nov-25 3:07 1,069,280
BootMenuUX.dll 10.0.14393.8415 15-Nov-25 3:07 583,680
bootim.exe 10.0.14393.8243 15-Nov-25 3:07 25,600
ci.dll 10.0.14393.8685 15-Nov-25 3:07 653,152
driver.stl Not versioned 15-Nov-25 3:07 33,360
fltMgr.sys 10.0.14393.8243 15-Nov-25 3:07 378,352
hal.dll 10.0.14393.8243 15-Nov-25 3:07 453,104
cmi2migxml.dll 10.0.14393.8685 15-Nov-25 3:07 177,112
csiagent.dll 10.0.14393.8685 15-Nov-25 3:07 663,512
diagER.dll 10.0.14393.8685 15-Nov-25 3:07 52,696
hwcompat.dll 10.0.14393.8685 15-Nov-25 3:07 207,264
hwcompat.txt Not versioned 15-Nov-25 3:07 2,838
hwexclude.txt Not versioned 15-Nov-25 3:07 2
migapp.xml Not versioned 15-Nov-25 3:07 654,548
migcore.dll 10.0.14393.8685 15-Nov-25 3:07 8,291,808
mighost.exe 10.0.14393.8685 15-Nov-25 3:07 272,792
migres.dll 10.0.14393.8685 15-Nov-25 3:07 17,384
migisol.dll 10.0.14393.8685 15-Nov-25 3:07 143,296
migstore.dll 10.0.14393.8685 15-Nov-25 3:07 1,189,312
migsys.dll 10.0.14393.8685 15-Nov-25 3:07 386,512
MXEAgent.dll 10.0.14393.8685 15-Nov-25 3:07 313,808
offline.xml Not versioned 15-Nov-25 3:07 33,714
oscomps.xml Not versioned 15-Nov-25 3:07 435,175
oscomps.woa.xml Not versioned 15-Nov-25 3:07 249,101
osfilter.inf Not versioned 15-Nov-25 3:07 21,299
reagent.dll 10.0.14393.8685 15-Nov-25 3:07 1,123,816
setupplatform.cfg Not versioned 15-Nov-25 3:07 1,664
setupplatform.dll 1.42.14393.8685 15-Nov-25 3:07 7,220,144
setupplatform.exe 1.42.14393.8685 15-Nov-25 3:07 166,808
SFCN.dat Not versioned 15-Nov-25 3:07 1,824
SFLCID.dat Not versioned 15-Nov-25 3:07 1,644
SFLISTW7.dat Not versioned 15-Nov-25 3:07 1,703,322
SFLISTW8.dat Not versioned 15-Nov-25 3:07 2,608,968
SFLISTWB.dat Not versioned 15-Nov-25 3:07 3,173,014
SFLISTWT.dat Not versioned 15-Nov-25 3:07 4,935,856
sflistw8.woa.dat Not versioned 15-Nov-25 3:07 954,506
SFLISTRS1.dat Not versioned 15-Nov-25 3:07 5,590,872
sflistwb.woa.dat Not versioned 15-Nov-25 3:07 1,150,204
sflistwt.woa.dat Not versioned 15-Nov-25 3:07 2,637,298
SFPAT.inf Not versioned 15-Nov-25 3:07 11,345
SFPATW7.inf Not versioned 15-Nov-25 3:07 17,117
SFPATW8.inf Not versioned 15-Nov-25 3:07 79,539
SFPATWB.inf Not versioned 15-Nov-25 3:07 91,356
SFPATWT.inf Not versioned 15-Nov-25 3:07 165,630
SFPATRS1.inf Not versioned 15-Nov-25 3:07 169,643
unbcl.dll 10.0.14393.8685 15-Nov-25 3:07 1,099,224
upgradeagent.dll 10.0.14393.8685 15-Nov-25 3:07 3,051,928
upgradeagent.xml Not versioned 15-Nov-25 3:07 70,803
upgrade_bulk.xml Not versioned 15-Nov-25 3:07 190,757
upgrade_data.xml Not versioned 15-Nov-25 3:07 31,023
upgrade_frmwrk.xml Not versioned 15-Nov-25 3:07 15,010
upgWow_bulk.xml Not versioned 15-Nov-25 3:07 97,470
uninstall.xml Not versioned 15-Nov-25 3:07 3,187
uninstall_data.xml Not versioned 15-Nov-25 3:07 8,973
wdsutil.dll 10.0.14393.8685 15-Nov-25 3:07 291,288
iertutil.dll 11.0.14393.8685 15-Nov-25 3:07 2,827,968
ClipSp.sys 10.0.14393.8243 15-Nov-25 3:07 683,504
dxgkrnl.sys 10.0.14393.8685 15-Nov-25 3:07 2,180,072
cdd.dll 10.0.14393.8685 15-Nov-25 3:07 227,328
dxgmms1.sys 10.0.14393.8685 15-Nov-25 3:07 403,928
dxgmms2.sys 10.0.14393.8685 15-Nov-25 3:07 658,896
netio.sys 10.0.14393.8243 15-Nov-25 3:07 469,472
ntdll.dll 10.0.14393.8243 15-Nov-25 3:07 1,883,840
ntoskrnl.exe 10.0.14393.8243 15-Nov-25 3:07 7,795,168
wof.sys 10.0.14393.8243 15-Nov-25 3:07 200,160
pdc.sys 10.0.14393.8243 15-Nov-25 3:07 111,072
diagtrack.dll 10.0.10586.0 15-Nov-25 3:07 1,365,856
diagtrackrunner.exe 10.0.10586.0 15-Nov-25 3:07 88,256
reagent.admx Not versioned 15-Nov-25 3:07 1,240
reagent.xml Not versioned 15-Nov-25 3:07 781
SetupPlatform.cfg Not versioned 15-Nov-25 3:07 7,902
wdsclientapi.dll 10.0.14393.8685 15-Nov-25 3:07 276,928
wdscore.dll 10.0.14393.8685 15-Nov-25 3:07 250,816
wdscsl.dll 10.0.14393.8685 15-Nov-25 3:07 61,376
wdsimage.dll 10.0.14393.8685 15-Nov-25 3:07 910,744
wdstptc.dll 10.0.14393.8685 15-Nov-25 3:07 654,240
fvevol.sys 10.0.14393.8415 15-Nov-25 3:07 654,800
dumpfve.sys 10.0.14393.8415 15-Nov-25 3:07 91,728
fveapibase.dll 10.0.14393.8415 15-Nov-25 3:07 216,576
fveapi.dll 10.0.14393.8415 15-Nov-25 3:07 734,720
ResetEngine.dll 10.0.14393.8243 15-Nov-25 3:07 1,817,600
ResetEngine.exe 10.0.14393.8243 15-Nov-25 3:07 11,264
reseteng.dll 10.0.14393.8243 15-Nov-25 3:07 1,082,880
resetengmig.dll 10.0.14393.8243 15-Nov-25 3:07 77,312
ResetEngInterfaces.exe 10.0.14393.8243 15-Nov-25 3:07 9,728
srms.dat Not versioned 15-Nov-25 3:07 56,119
srms62.dat Not versioned 15-Nov-25 3:07 22,841
sysreset.exe 6.1.7782.0 15-Nov-25 3:07 689,152
systemreset.exe 10.0.14393.8243 15-Nov-25 3:07 355,416
SysResetErr.exe 10.0.14393.8243 15-Nov-25 3:07 43,016
tcpip.sys 10.0.14393.8243 15-Nov-25 3:07 2,538,464
FWPKCLNT.SYS 10.0.14393.8243 15-Nov-25 3:07 411,144
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 112,640
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 121,856
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 126,464
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 119,808
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 127,488
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 126,976
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 110,592
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 125,440
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 125,952
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 115,712
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 121,344
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 124,928
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 107,008
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 122,880
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 130,048
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 124,416
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 88,576
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 86,016
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 117,248
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 119,296
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 133,632
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 120,832
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 123,392
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 118,784
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 116,736
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 77,312
tcpip.sys.mui 10.0.14393.8243 15-Nov-25 3:07 77,824
win32u.dll 10.0.14393.8685 15-Nov-25 3:07 115,312
win32k.sys 10.0.14393.8685 15-Nov-25 3:07 206,848
win32kfull.sys 10.0.14393.8685 15-Nov-25 3:07 3,611,648
win32kbase.sys 10.0.14393.8685 15-Nov-25 3:07 1,498,112
WindowsCodecs.dll 10.0.14393.8685 15-Nov-25 3:07 1,741,752
winpeshl.exe 10.0.14393.8685 15-Nov-25 3:07 30,208
wpeutil.dll 10.0.14393.8685 15-Nov-25 3:07 121,344
wpeutil.exe 10.0.14393.8685 15-Nov-25 3:07 12,800
wpeinit.exe 10.0.14393.8685 15-Nov-25 3:07 32,256
startnet.cmd Not versioned 15-Nov-25 3:07 9
ReInfo.dll 10.0.14393.8685 15-Nov-25 3:07 193,536
StartRep.exe 10.0.14393.8685 15-Nov-25 3:07 759,296
RecEnv.exe 10.0.14393.8685 15-Nov-25 3:07 708,544
BootRec.exe 10.0.14393.8685 15-Nov-25 3:07 335,360
ntdll.dll 10.0.14393.8243 15-Nov-25 3:07 1,571,832
win32u.dll 10.0.14393.8685 15-Nov-25 3:07 80,664
win32k.sys 10.0.14393.8685 15-Nov-25 3:07 147,968
win32kfull.sys 10.0.14393.8685 15-Nov-25 3:07 3,001,856
WindowsCodecs.dll 10.0.14393.8685 15-Nov-25 3:07 1,507,280
wdsnbp.com Not versioned 15-Nov-25 3:07 30,832
abortpxe.com Not versioned 15-Nov-25 3:07 79
bootmgr.exe 10.0.14393.8243 15-Nov-25 3:07 636,384
pxeboot.com Not versioned 15-Nov-25 3:07 25,358
pxeboot.n12 Not versioned 15-Nov-25 3:07 25,358
hdlscom1.com Not versioned 15-Nov-25 3:07 25,662
hdlscom2.com Not versioned 15-Nov-25 3:07 25,662
hdlscom1.n12 Not versioned 15-Nov-25 3:07 25,646
hdlscom2.n12 Not versioned 15-Nov-25 3:07 25,646
bootmgfw.efi 10.0.14393.8243 15-Nov-25 3:07 1,016,312
bootmgfw_EX.efi 10.0.26100.30212 15-Nov-25 3:07 2,376,464
iertutil.dll 11.0.14393.8685 15-Nov-25 3:07 2,328,984
ReAgent.dll 10.0.14393.8685 15-Nov-25 3:07 972,248
ReInfo.dll 10.0.14393.8685 15-Nov-25 3:07 167,424

References

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

Query words: safeos du