KB5072541: Safe OS Dynamic Update for Windows 10, version 1809 and Windows Server 2019: December 9, 2025

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, 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 KB5068790.
Verify the installation of this update After installing this update, the WinRE version installed on the device should be 10.0.17763.8143.
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
acpi.inf Not versioned 16-Nov-25 15:49 4,144
acpi.sys 10.0.17763.7560 16-Nov-25 15:49 595,424
pci.inf Not versioned 16-Nov-25 15:49 16,148
pci.sys 10.0.17763.7560 16-Nov-25 15:49 315,872
usb.inf Not versioned 16-Nov-25 15:49 41,612
usbccgp.sys 10.0.17763.8143 16-Nov-25 15:49 125,904
usbhub3.inf Not versioned 16-Nov-25 15:49 11,154
USBHUB3.SYS 10.0.17763.8143 16-Nov-25 15:49 462,800
usbport.inf Not versioned 16-Nov-25 15:49 77,422
usbohci.sys 10.0.17763.8143 16-Nov-25 15:49 21,504
usbport.sys 10.0.17763.8143 16-Nov-25 15:49 384,960
usbhub.sys 10.0.17763.8143 16-Nov-25 15:49 373,696
usbehci.sys 10.0.17763.8143 16-Nov-25 15:49 74,176
usbuhci.sys 10.0.17763.8143 16-Nov-25 15:49 24,576
usbd.sys 10.0.17763.8143 16-Nov-25 15:49 26,560
winresume.exe 10.0.17763.7560 16-Nov-25 15:49 994,344
winresume.efi 10.0.17763.7560 16-Nov-25 15:49 1,107,984
winload.exe 10.0.17763.8143 16-Nov-25 15:49 1,236,608
winload.efi 10.0.17763.8143 16-Nov-25 15:49 1,381,208
bootmgfw.efi 10.0.17763.7560 16-Nov-25 15:49 1,275,888
bootmgfw_EX.efi 10.0.26100.30212 16-Nov-25 15:49 2,376,464
SecureBootRecovery.efi Not versioned 16-Nov-25 15:49 39,296
bootmgr.efi 10.0.17763.7560 16-Nov-25 15:49 1,261,024
bootmgr_EX.efi 10.0.26100.30212 16-Nov-25 15:49 2,363,264
boot.stl Not versioned 16-Nov-25 15:49 10,853
winsipolicy.p7b Not versioned 16-Nov-25 15:49 8,786
winresume.exe 10.0.17763.8143 16-Nov-25 15:49 994,336
winresume.efi 10.0.17763.8143 16-Nov-25 15:49 1,108,000
BootMenuUX.dll 10.0.17763.7781 16-Nov-25 15:49 529,408
ci.dll 10.0.17763.8143 16-Nov-25 15:49 696,912
driver.stl Not versioned 16-Nov-25 15:49 20,022
errata.inf Not versioned 16-Nov-25 15:49 123,848
fltMgr.sys 10.0.17763.7560 16-Nov-25 15:49 306,680
hal.dll 10.0.17763.7560 16-Nov-25 15:49 387,064
halmacpi.dll 10.0.17763.7560 16-Nov-25 15:49 387,064
cmi2migxml.dll 10.0.17763.8143 16-Nov-25 15:49 147,392
csiagent.dll 10.0.17763.8143 16-Nov-25 15:49 509,376
diagER.dll 10.0.17763.8143 16-Nov-25 15:49 42,968
hwcompat.dll 10.0.17763.8143 16-Nov-25 15:49 160,728
hwcompat.txt Not versioned 16-Nov-25 15:49 589,760
hwexclude.txt Not versioned 16-Nov-25 15:49 51
migapp.xml Not versioned 16-Nov-25 15:49 654,548
migcore.dll 10.0.17763.8143 16-Nov-25 15:49 6,777,824
mighost.exe 10.0.17763.8143 16-Nov-25 15:49 249,808
migres.dll 10.0.17763.8143 16-Nov-25 15:49 17,344
migisol.dll 10.0.17763.8143 16-Nov-25 15:49 120,792
migstore.dll 10.0.17763.8143 16-Nov-25 15:49 939,456
migsys.dll 10.0.17763.8143 16-Nov-25 15:49 304,104
MXEAgent.dll 10.0.17763.8143 16-Nov-25 15:49 238,016
offline.xml Not versioned 16-Nov-25 15:49 37,395
oscomps.xml Not versioned 16-Nov-25 15:49 435,175
oscomps.woa.xml Not versioned 16-Nov-25 15:49 249,101
osfilter.inf Not versioned 16-Nov-25 15:49 21,299
reagent.dll 10.0.17763.8143 16-Nov-25 15:49 929,744
setupplatform.cfg Not versioned 16-Nov-25 15:49 6,266
setupplatform.dll 1.54.17763.8143 16-Nov-25 15:49 6,932,960
setupplatform.exe 1.54.17763.8143 16-Nov-25 15:49 155,072
SFCN.dat Not versioned 16-Nov-25 15:49 1,824
SFLCID.dat Not versioned 16-Nov-25 15:49 1,644
SFLISTW7.dat Not versioned 16-Nov-25 15:49 1,703,408
SFLISTW8.dat Not versioned 16-Nov-25 15:49 2,608,968
SFLISTWB.dat Not versioned 16-Nov-25 15:49 3,173,014
SFLISTWT.dat Not versioned 16-Nov-25 15:49 4,935,478
sflistw8.woa.dat Not versioned 16-Nov-25 15:49 954,506
SFLISTRS1.dat Not versioned 16-Nov-25 15:49 5,593,518
sflistwb.woa.dat Not versioned 16-Nov-25 15:49 1,150,204
sflistwt.woa.dat Not versioned 16-Nov-25 15:49 2,636,890
SFPAT.inf Not versioned 16-Nov-25 15:49 11,365
SFPATW7.inf Not versioned 16-Nov-25 15:49 17,396
SFPATW8.inf Not versioned 16-Nov-25 15:49 79,818
SFPATWB.inf Not versioned 16-Nov-25 15:49 91,635
SFPATWT.inf Not versioned 16-Nov-25 15:49 165,729
SFPATRS1.inf Not versioned 16-Nov-25 15:49 169,742
unbcl.dll 10.0.17763.8143 16-Nov-25 15:49 836,032
upgradeagent.dll 10.0.17763.8143 16-Nov-25 15:49 2,378,192
upgradeagent.xml Not versioned 16-Nov-25 15:49 70,911
upgrade_comp.xml Not versioned 16-Nov-25 15:49 4,320
upgrade_bulk.xml Not versioned 16-Nov-25 15:49 191,927
upgrade_data.xml Not versioned 16-Nov-25 15:49 41,108
upgrade_frmwrk.xml Not versioned 16-Nov-25 15:49 17,284
upgWow_bulk.xml Not versioned 16-Nov-25 15:49 97,110
uninstall.xml Not versioned 16-Nov-25 15:49 3,286
uninstall_data.xml Not versioned 16-Nov-25 15:49 11,122
wdsutil.dll 10.0.17763.8143 16-Nov-25 15:49 236,992
iertutil.dll 11.0.17763.8143 16-Nov-25 15:49 2,296,976
msIso.dll 11.0.17763.8143 16-Nov-25 15:49 272,896
edgeIso.dll 11.0.17763.8143 16-Nov-25 15:49 331,264
ClipSp.sys 10.0.17763.7560 16-Nov-25 15:49 800,264
dxgkrnl.sys 10.0.17763.8143 16-Nov-25 15:49 2,545,088
cdd.dll 10.0.17763.8143 16-Nov-25 15:49 199,168
dxgmms1.sys 10.0.17763.8143 16-Nov-25 15:49 343,000
dxgmms2.sys 10.0.17763.8143 16-Nov-25 15:49 671,680
netio.sys 10.0.17763.7560 16-Nov-25 15:49 404,472
ntdll.dll 10.0.17763.7560 16-Nov-25 15:49 1,657,648
ntfs.sys 10.0.17763.7560 16-Nov-25 15:49 2,133,496
ntoskrnl.exe 10.0.17763.7560 16-Nov-25 15:49 6,898,656
diagtrack.dll 10.0.10586.10008 16-Nov-25 15:49 919,736
diagtrackrunner.exe 10.0.10586.0 16-Nov-25 15:49 79,040
reagent.admx Not versioned 16-Nov-25 15:49 1,240
reagent.xml Not versioned 16-Nov-25 15:49 837
SetupPlatform.cfg Not versioned 16-Nov-25 15:49 8,000
wdsclientapi.dll 10.0.17763.8143 16-Nov-25 15:49 251,288
wdscore.dll 10.0.17763.8143 16-Nov-25 15:49 197,592
wdscsl.dll 10.0.17763.8143 16-Nov-25 15:49 52,160
wdsimage.dll 10.0.17763.8143 16-Nov-25 15:49 759,216
wdstptc.dll 10.0.17763.8143 16-Nov-25 15:49 527,792
fvevol.sys 10.0.17763.7781 16-Nov-25 15:49 653,816
dumpfve.sys 10.0.17763.7781 16-Nov-25 15:49 76,160
fveapibase.dll 10.0.17763.7781 16-Nov-25 15:49 339,968
fveapi.dll 10.0.17763.7781 16-Nov-25 15:49 724,480
ResetEngine.dll 10.0.17763.7560 16-Nov-25 15:49 1,871,872
ResetEngine.exe 10.0.17763.7560 16-Nov-25 15:49 9,728
ResetPluginHost.exe 10.0.17763.7560 16-Nov-25 15:49 24,064
reseteng.dll 10.0.17763.7560 16-Nov-25 15:49 1,016,832
resetengmig.dll 10.0.17763.7560 16-Nov-25 15:49 64,512
ResetEngInterfaces.exe 10.0.17763.7560 16-Nov-25 15:49 8,192
srms.dat Not versioned 16-Nov-25 15:49 58,882
srms62.dat Not versioned 16-Nov-25 15:49 22,841
sysreset.exe 6.1.7782.0 16-Nov-25 15:49 278,016
systemreset.exe 10.0.17763.7560 16-Nov-25 15:49 456,216
ResetEngOnline.dll 10.0.17763.7560 16-Nov-25 15:49 195,584
SysResetErr.exe 10.0.17763.7560 16-Nov-25 15:49 37,872
tcpip.sys 10.0.17763.7560 16-Nov-25 15:49 2,180,576
FWPKCLNT.SYS 10.0.17763.7560 16-Nov-25 15:49 332,768
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 15:49 144,384
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 15:49 144,896
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 15:49 145,920
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 15:49 146,944
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 15:49 143,360
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 15:49 145,408
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 15:49 142,848
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 15:49 146,432
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 15:49 139,776
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 15:49 143,872
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 15:49 138,240
win32u.dll 10.0.17763.8143 16-Nov-25 15:49 105,512
win32k.sys 10.0.17763.8143 16-Nov-25 15:49 320,000
win32kfull.sys 10.0.17763.8143 16-Nov-25 15:49 2,720,768
win32kbase.sys 10.0.17763.8143 16-Nov-25 15:49 1,840,640
WindowsCodecs.dll 10.0.17763.8143 16-Nov-25 15:49 1,522,768
winpeshl.exe 10.0.17763.8143 16-Nov-25 15:49 26,112
wpeutil.dll 10.0.17763.8143 16-Nov-25 15:49 104,960
wpeutil.exe 10.0.17763.8143 16-Nov-25 15:49 9,728
wpeinit.exe 10.0.17763.8143 16-Nov-25 15:49 28,160
startnet.cmd Not versioned 16-Nov-25 15:49 9
ReAgent.dll 10.0.17763.8143 16-Nov-25 15:49 929,768
ReInfo.dll 10.0.17763.8143 16-Nov-25 15:49 154,624
StartRep.exe 10.0.17763.8143 16-Nov-25 15:49 800,256
RecEnv.exe 10.0.17763.8143 16-Nov-25 15:49 668,112
BootRec.exe 10.0.17763.8143 16-Nov-25 15:49 295,424
For all supported X64-based versions
File name File version Date Time File size
acpi.inf Not versioned 16-Nov-25 16:04 4,152
acpi.sys 10.0.17763.7560 16-Nov-25 16:04 793,080
pci.inf Not versioned 16-Nov-25 16:04 16,156
pci.sys 10.0.17763.7560 16-Nov-25 16:04 423,928
usb.inf Not versioned 16-Nov-25 16:04 41,932
usbccgp.sys 10.0.17763.8143 16-Nov-25 16:04 180,176
usbhub3.inf Not versioned 16-Nov-25 16:04 11,162
USBHUB3.SYS 10.0.17763.8143 16-Nov-25 16:04 600,512
usbport.inf Not versioned 16-Nov-25 16:04 77,558
usbohci.sys 10.0.17763.8143 16-Nov-25 16:04 30,720
usbport.sys 10.0.17763.8143 16-Nov-25 16:04 478,144
usbhub.sys 10.0.17763.8143 16-Nov-25 16:04 533,464
usbehci.sys 10.0.17763.8143 16-Nov-25 16:04 100,288
usbuhci.sys 10.0.17763.8143 16-Nov-25 16:04 35,840
usbd.sys 10.0.17763.8143 16-Nov-25 16:04 34,768
skci.dll 10.0.17763.7560 16-Nov-25 16:04 305,040
iumbase.dll 10.0.17763.7560 16-Nov-25 16:04 25,464
iumdll.dll 10.0.17763.7560 16-Nov-25 16:04 16,752
vertdll.dll 10.0.17763.7560 16-Nov-25 16:04 165,472
ucrtbase_enclave.dll 10.0.17763.7560 16-Nov-25 16:04 486,192
VbsSiPolicy.p7b Not versioned 16-Nov-25 16:04 68,351
winresume.exe 10.0.17763.7560 16-Nov-25 16:04 1,198,408
winresume.efi 10.0.17763.7560 16-Nov-25 16:04 1,372,512
winload.exe 10.0.17763.8143 16-Nov-25 16:04 1,501,592
winload.efi 10.0.17763.8143 16-Nov-25 16:04 1,736,096
bootmgfw.efi 10.0.17763.7560 16-Nov-25 16:04 1,519,096
bootmgfw_EX.efi 10.0.26100.30212 16-Nov-25 16:04 2,830,632
SecureBootRecovery.efi Not versioned 16-Nov-25 16:04 162,688
bootmgr.efi 10.0.17763.7560 16-Nov-25 16:04 1,502,200
bootmgr_EX.efi 10.0.26100.30212 16-Nov-25 16:04 2,818,464
boot.stl Not versioned 16-Nov-25 16:04 11,030
winsipolicy.p7b Not versioned 16-Nov-25 16:04 8,786
winresume.exe 10.0.17763.8143 16-Nov-25 16:04 1,198,352
winresume.efi 10.0.17763.8143 16-Nov-25 16:04 1,372,440
BootMenuUX.dll 10.0.17763.7781 16-Nov-25 16:04 661,504
driversipolicy.p7b Not versioned 16-Nov-25 16:04 229,162
ci.dll 10.0.17763.8143 16-Nov-25 16:04 885,040
driver.stl Not versioned 16-Nov-25 16:04 33,360
errata.inf Not versioned 16-Nov-25 16:04 123,848
fltMgr.sys 10.0.17763.7560 16-Nov-25 16:04 434,680
hal.dll 10.0.17763.7560 16-Nov-25 16:04 593,400
cmi2migxml.dll 10.0.17763.8143 16-Nov-25 16:04 179,136
csiagent.dll 10.0.17763.8143 16-Nov-25 16:04 658,880
diagER.dll 10.0.17763.8143 16-Nov-25 16:04 53,208
hwcompat.dll 10.0.17763.8143 16-Nov-25 16:04 199,616
hwcompat.txt Not versioned 16-Nov-25 16:04 730,884
hwexclude.txt Not versioned 16-Nov-25 16:04 51
migapp.xml Not versioned 16-Nov-25 16:04 654,548
migcore.dll 10.0.17763.8143 16-Nov-25 16:04 8,899,040
mighost.exe 10.0.17763.8143 16-Nov-25 16:04 258,512
migres.dll 10.0.17763.8143 16-Nov-25 16:04 17,344
migisol.dll 10.0.17763.8143 16-Nov-25 16:04 143,808
migstore.dll 10.0.17763.8143 16-Nov-25 16:04 1,230,272
migsys.dll 10.0.17763.8143 16-Nov-25 16:04 385,488
MXEAgent.dll 10.0.17763.8143 16-Nov-25 16:04 316,888
offline.xml Not versioned 16-Nov-25 16:04 37,395
oscomps.xml Not versioned 16-Nov-25 16:04 435,175
oscomps.woa.xml Not versioned 16-Nov-25 16:04 249,101
osfilter.inf Not versioned 16-Nov-25 16:04 21,299
reagent.dll 10.0.17763.8143 16-Nov-25 16:04 1,101,248
setupplatform.cfg Not versioned 16-Nov-25 16:04 6,266
setupplatform.dll 1.54.17763.8143 16-Nov-25 16:04 9,160,160
setupplatform.exe 1.54.17763.8143 16-Nov-25 16:04 169,944
SFCN.dat Not versioned 16-Nov-25 16:04 1,824
SFLCID.dat Not versioned 16-Nov-25 16:04 1,644
SFLISTW7.dat Not versioned 16-Nov-25 16:04 1,703,408
SFLISTW8.dat Not versioned 16-Nov-25 16:04 2,608,968
SFLISTWB.dat Not versioned 16-Nov-25 16:04 3,173,014
SFLISTWT.dat Not versioned 16-Nov-25 16:04 4,935,478
sflistw8.woa.dat Not versioned 16-Nov-25 16:04 954,506
SFLISTRS1.dat Not versioned 16-Nov-25 16:04 5,593,518
sflistwb.woa.dat Not versioned 16-Nov-25 16:04 1,150,204
sflistwt.woa.dat Not versioned 16-Nov-25 16:04 2,636,890
SFPAT.inf Not versioned 16-Nov-25 16:04 11,365
SFPATW7.inf Not versioned 16-Nov-25 16:04 17,396
SFPATW8.inf Not versioned 16-Nov-25 16:04 79,818
SFPATWB.inf Not versioned 16-Nov-25 16:04 91,635
SFPATWT.inf Not versioned 16-Nov-25 16:04 165,729
SFPATRS1.inf Not versioned 16-Nov-25 16:04 169,742
unbcl.dll 10.0.17763.8143 16-Nov-25 16:04 1,089,472
upgradeagent.dll 10.0.17763.8143 16-Nov-25 16:04 2,962,896
upgradeagent.xml Not versioned 16-Nov-25 16:04 70,911
upgrade_comp.xml Not versioned 16-Nov-25 16:04 4,320
upgrade_bulk.xml Not versioned 16-Nov-25 16:04 191,927
upgrade_data.xml Not versioned 16-Nov-25 16:04 41,108
upgrade_frmwrk.xml Not versioned 16-Nov-25 16:04 17,284
upgWow_bulk.xml Not versioned 16-Nov-25 16:04 97,110
uninstall.xml Not versioned 16-Nov-25 16:04 3,286
uninstall_data.xml Not versioned 16-Nov-25 16:04 11,122
wdsutil.dll 10.0.17763.8143 16-Nov-25 16:04 297,936
iertutil.dll 11.0.17763.8143 16-Nov-25 16:04 2,798,544
msIso.dll 11.0.17763.8143 16-Nov-25 16:04 325,120
edgeIso.dll 11.0.17763.8143 16-Nov-25 16:04 450,048
ClipSp.sys 10.0.17763.7560 16-Nov-25 16:04 1,057,264
dxgkrnl.sys 10.0.17763.8143 16-Nov-25 16:04 3,355,584
cdd.dll 10.0.17763.8143 16-Nov-25 16:04 265,728
dxgmms1.sys 10.0.17763.8143 16-Nov-25 16:04 440,256
dxgmms2.sys 10.0.17763.8143 16-Nov-25 16:04 862,144
netio.sys 10.0.17763.7560 16-Nov-25 16:04 599,032
ntdll.dll 10.0.17763.7560 16-Nov-25 16:04 1,999,088
ntfs.sys 10.0.17763.7560 16-Nov-25 16:04 2,628,088
ntoskrnl.exe 10.0.17763.7560 16-Nov-25 16:04 9,672,696
diagtrack.dll 10.0.10586.10008 16-Nov-25 16:04 1,362,104
diagtrackrunner.exe 10.0.10586.0 16-Nov-25 16:04 88,256
reagent.admx Not versioned 16-Nov-25 16:04 1,240
reagent.xml Not versioned 16-Nov-25 16:04 837
SetupPlatform.cfg Not versioned 16-Nov-25 16:04 8,000
wdsclientapi.dll 10.0.17763.8143 16-Nov-25 16:04 300,464
wdscore.dll 10.0.17763.8143 16-Nov-25 16:04 250,304
wdscsl.dll 10.0.17763.8143 16-Nov-25 16:04 61,904
wdsimage.dll 10.0.17763.8143 16-Nov-25 16:04 955,296
wdstptc.dll 10.0.17763.8143 16-Nov-25 16:04 661,416
fvevol.sys 10.0.17763.7781 16-Nov-25 16:04 806,360
dumpfve.sys 10.0.17763.7781 16-Nov-25 16:04 95,288
fveapibase.dll 10.0.17763.7781 16-Nov-25 16:04 408,576
fveapi.dll 10.0.17763.7781 16-Nov-25 16:04 956,416
ResetEngine.dll 10.0.17763.7560 16-Nov-25 16:04 2,319,360
ResetEngine.exe 10.0.17763.7560 16-Nov-25 16:04 11,264
ResetPluginHost.exe 10.0.17763.7560 16-Nov-25 16:04 30,720
reseteng.dll 10.0.17763.7560 16-Nov-25 16:04 1,229,824
resetengmig.dll 10.0.17763.7560 16-Nov-25 16:04 77,824
ResetEngInterfaces.exe 10.0.17763.7560 16-Nov-25 16:04 10,240
srms.dat Not versioned 16-Nov-25 16:04 58,882
srms62.dat Not versioned 16-Nov-25 16:04 22,841
sysreset.exe 6.1.7782.0 16-Nov-25 16:04 318,464
systemreset.exe 10.0.17763.7560 16-Nov-25 16:04 526,400
ResetEngOnline.dll 10.0.17763.7560 16-Nov-25 16:04 244,224
SysResetErr.exe 10.0.17763.7560 16-Nov-25 16:04 43,488
tcpip.sys 10.0.17763.7560 16-Nov-25 16:04 2,928,648
FWPKCLNT.SYS 10.0.17763.7560 16-Nov-25 16:04 476,152
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 16:04 144,384
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 16:04 144,896
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 16:04 145,920
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 16:04 146,944
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 16:04 143,360
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 16:04 145,408
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 16:04 142,848
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 16:04 146,432
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 16:04 139,776
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 16:04 143,872
tcpip.sys.mui 10.0.17763.7560 16-Nov-25 16:04 138,240
win32u.dll 10.0.17763.8143 16-Nov-25 16:04 126,648
win32k.sys 10.0.17763.8143 16-Nov-25 16:04 544,256
win32kfull.sys 10.0.17763.8143 16-Nov-25 16:04 3,628,032
win32kbase.sys 10.0.17763.8143 16-Nov-25 16:04 2,391,552
WindowsCodecs.dll 10.0.17763.8143 16-Nov-25 16:04 1,799,112
winpeshl.exe 10.0.17763.8143 16-Nov-25 16:04 32,768
wpeutil.dll 10.0.17763.8143 16-Nov-25 16:04 122,368
wpeutil.exe 10.0.17763.8143 16-Nov-25 16:04 12,288
wpeinit.exe 10.0.17763.8143 16-Nov-25 16:04 33,280
startnet.cmd Not versioned 16-Nov-25 16:04 9
ReAgent.dll 10.0.17763.8143 16-Nov-25 16:04 1,101,264
ReInfo.dll 10.0.17763.8143 16-Nov-25 16:04 187,904
StartRep.exe 10.0.17763.8143 16-Nov-25 16:04 942,080
RecEnv.exe 10.0.17763.8143 16-Nov-25 16:04 819,672
BootRec.exe 10.0.17763.8143 16-Nov-25 16:04 355,328
iertutil.dll 11.0.17763.8143 16-Nov-25 16:04 2,296,976
msIso.dll 11.0.17763.8143 16-Nov-25 16:04 272,896
edgeIso.dll 11.0.17763.8143 16-Nov-25 16:04 331,264
ntdll.dll 10.0.17763.7560 16-Nov-25 16:04 1,676,744
fveapibase.dll 10.0.17763.7781 16-Nov-25 16:04 339,968
fveapi.dll 10.0.17763.7781 16-Nov-25 16:04 724,480
win32u.dll 10.0.17763.8143 16-Nov-25 16:04 89,480
win32k.sys 10.0.17763.8143 16-Nov-25 16:04 320,000
win32kfull.sys 10.0.17763.8143 16-Nov-25 16:04 2,720,768
WindowsCodecs.dll 10.0.17763.8143 16-Nov-25 16:04 1,522,768
ReAgent.dll 10.0.17763.8143 16-Nov-25 16:04 929,768
ReInfo.dll 10.0.17763.8143 16-Nov-25 16:04 154,624
wdsnbp.com Not versioned 16-Nov-25 16:04 30,832
abortpxe.com Not versioned 16-Nov-25 16:04 79
bootmgr.exe 10.0.17763.7560 16-Nov-25 16:04 672,736
pxeboot.com Not versioned 16-Nov-25 16:04 25,358
pxeboot.n12 Not versioned 16-Nov-25 16:04 25,358
hdlscom1.com Not versioned 16-Nov-25 16:04 25,662
hdlscom2.com Not versioned 16-Nov-25 16:04 25,662
hdlscom1.n12 Not versioned 16-Nov-25 16:04 25,646
hdlscom2.n12 Not versioned 16-Nov-25 16:04 25,646
bootmgfw.efi 10.0.17763.7560 16-Nov-25 16:04 1,275,888
bootmgfw_EX.efi 10.0.26100.30212 16-Nov-25 16:04 2,376,464

References

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

Query words: safeos du