KB5070762: Safe OS Dynamic out-of-band update for Windows 11, version 24H2 and 25H2, and Windows Server 2025: October 20, 2025

Applies To
Windows 11 version 24H2, all editions Windows 11 version 25H2, all editions Windows Server 2025

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 out-of-band update makes improvements to the Windows recovery environment (WinRE) in Windows 11, version 24H2, Windows 11, version 25H2 and Windows Server 2025.

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

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 KB5067039.
Verify the installation of this update After installing this update, the WinRE version installed on the device should be 10.0.26100.6901.
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 x64-based versions
File name File version Date Time File size
storufs.inf Not versioned 17-Oct-25 15:57 26,264
storufs.sys 10.0.26100.6891 17-Oct-25 15:57 148,880
tpm.inf Not versioned 17-Oct-25 15:57 11,804
tpm.sys 10.0.26100.6891 17-Oct-25 15:57 374,160
usb.inf Not versioned 17-Oct-25 15:57 41,432
usbccgp.sys 10.0.26100.6901 17-Oct-25 15:57 222,632
usbhub3.inf Not versioned 17-Oct-25 15:57 11,296
USBHUB3.SYS 10.0.26100.6901 17-Oct-25 15:57 746,880
usbport.inf Not versioned 17-Oct-25 15:57 77,436
usbohci.sys 10.0.26100.6901 17-Oct-25 15:57 69,632
usbport.sys 10.0.26100.6901 17-Oct-25 15:57 509,344
usbhub.sys 10.0.26100.6901 17-Oct-25 15:57 570,792
usbehci.sys 10.0.26100.6901 17-Oct-25 15:58 128,424
usbuhci.sys 10.0.26100.6901 17-Oct-25 15:57 73,728
usbd.sys 10.0.26100.6901 17-Oct-25 15:57 75,136
usbxhci.inf Not versioned 17-Oct-25 15:57 8,444
USBXHCI.SYS 10.0.26100.6901 17-Oct-25 15:57 730,520
UsbXhciCompanion.dll 10.0.26100.6901 17-Oct-25 15:57 187,424
hvloader.dll 10.0.26100.6901 17-Oct-25 15:57 230,784
hvax64.exe 10.0.26100.6901 17-Oct-25 15:57 1,971,608
hvix64.exe 10.0.26100.6901 17-Oct-25 15:57 2,053,536
skci.dll 10.0.26100.6901 17-Oct-25 15:57 340,288
iumbase.dll 10.0.26100.6901 17-Oct-25 15:57 51,048
iumdll.dll 10.0.26100.6901 17-Oct-25 15:57 38,664
tprtdll.dll 10.0.26100.6901 17-Oct-25 15:57 455,984
vertdll.dll 10.0.26100.6901 17-Oct-25 15:57 216,328
ucrtbase_enclave.dll 10.0.26100.6901 17-Oct-25 15:57 646,072
securekernel.exe 10.0.26100.6901 17-Oct-25 15:57 1,320,336
VbsSiPolicy.p7b Not versioned 17-Oct-25 15:57 68,351
SDFHost.dll 10.0.26100.6901 17-Oct-25 15:57 63,456
IumSdk.dll 10.0.26100.6901 17-Oct-25 15:57 30,400
Facilitator.dll 10.0.26100.6901 17-Oct-25 15:57 1,119,616
apisetschema.dll 10.0.26100.6901 17-Oct-25 15:57 153,000
apisetschema.dll 10.0.26100.6901 17-Oct-25 15:57 152,960
chs_boot.ttf Not versioned 17-Oct-25 15:57 3,696,712
chs_boot_EX.ttf Not versioned 17-Oct-25 15:57 3,696,724
msyh_boot.ttf Not versioned 17-Oct-25 15:57 189,944
msyh_boot_EX.ttf Not versioned 17-Oct-25 15:57 189,948
msyhn_boot.ttf Not versioned 17-Oct-25 15:57 187,912
msyhn_boot_EX.ttf Not versioned 17-Oct-25 15:57 187,924
cht_boot.ttf Not versioned 17-Oct-25 15:57 3,879,416
cht_boot_EX.ttf Not versioned 17-Oct-25 15:57 3,879,400
msjh_boot.ttf Not versioned 17-Oct-25 15:57 201,320
msjh_boot_EX.ttf Not versioned 17-Oct-25 15:57 201,324
msjhn_boot.ttf Not versioned 17-Oct-25 15:57 199,200
msjhn_boot_EX.ttf Not versioned 17-Oct-25 15:57 199,176
wgl4_boot.ttf Not versioned 17-Oct-25 15:57 50,080
wgl4_boot_EX.ttf Not versioned 17-Oct-25 15:57 50,076
segmono_boot.ttf Not versioned 17-Oct-25 15:57 45,852
segmono_boot_EX.ttf Not versioned 17-Oct-25 15:57 45,876
segoe_slboot.ttf Not versioned 17-Oct-25 15:57 102,980
segoe_slboot_EX.ttf Not versioned 17-Oct-25 15:57 102,984
segoen_slboot.ttf Not versioned 17-Oct-25 15:57 102,708
segoen_slboot_EX.ttf Not versioned 17-Oct-25 15:57 102,708
jpn_boot.ttf Not versioned 17-Oct-25 15:57 1,986,860
jpn_boot_EX.ttf Not versioned 17-Oct-25 15:57 1,986,884
meiryo_boot.ttf Not versioned 17-Oct-25 15:57 175,988
meiryo_boot_EX.ttf Not versioned 17-Oct-25 15:57 176,012
meiryon_boot.ttf Not versioned 17-Oct-25 15:57 174,160
meiryon_boot_EX.ttf Not versioned 17-Oct-25 15:57 174,188
kor_boot.ttf Not versioned 17-Oct-25 15:57 2,374,016
kor_boot_EX.ttf Not versioned 17-Oct-25 15:57 2,373,988
malgun_boot.ttf Not versioned 17-Oct-25 15:57 201,944
malgun_boot_EX.ttf Not versioned 17-Oct-25 15:57 201,972
malgunn_boot.ttf Not versioned 17-Oct-25 15:57 199,424
malgunn_boot_EX.ttf Not versioned 17-Oct-25 15:57 199,424
efisys.bin Not versioned 17-Oct-25 15:57 1,474,560
efisys_EX.bin Not versioned 17-Oct-25 15:57 1,474,560
efisys_noprompt.bin Not versioned 17-Oct-25 15:57 1,474,560
efisys_noprompt_EX.bin Not versioned 17-Oct-25 15:57 1,474,560
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 94,640
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 94,640
bootmgr.efi.mui 10.0.26100.30227 17-Oct-25 15:57 90,024
bootmgr_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 90,024
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 93,616
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 93,616
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 92,592
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 92,592
bootmgr.efi.mui 10.0.26100.30227 17-Oct-25 15:57 90,000
bootmgr_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 90,000
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 97,200
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 97,200
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 97,712
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 97,712
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 90,032
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 90,032
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 90,056
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 90,056
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 91,056
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 91,056
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 96,712
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 96,712
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 93,640
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 93,640
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 96,688
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 96,688
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 94,152
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 94,152
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 81,328
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 81,328
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 80,816
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 80,816
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 92,104
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 92,104
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 92,080
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 92,080
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 94,664
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 94,664
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 95,664
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 95,664
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 93,104
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 93,104
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 94,128
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 94,128
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 93,128
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 93,128
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 76,208
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 76,208
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:57 76,720
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:57 76,720
tcblaunch.exe 10.0.26100.6901 17-Oct-25 15:57 974,608
tcbloader.dll 10.0.26100.6901 17-Oct-25 15:57 316,800
DrtmAuthTxt.wim Not versioned 17-Oct-25 15:57 22,302
bootmgfw.efi 10.0.26100.30227 17-Oct-25 15:57 2,855,368
bootmgfw_EX.efi 10.0.26100.30227 17-Oct-25 15:57 2,855,192
SecureBootRecovery.efi Not versioned 17-Oct-25 15:57 164,752
bootmgr.efi 10.0.26100.30227 17-Oct-25 15:57 2,837,416
bootmgr_EX.efi 10.0.26100.30227 17-Oct-25 15:57 2,837,416
boot.stl Not versioned 17-Oct-25 15:57 11,030
boot.pnd.stl Not versioned 17-Oct-25 15:57 11,733
winsipolicy.p7b Not versioned 17-Oct-25 15:57 10,341
winload.sys 10.0.26100.6901 17-Oct-25 15:57 1,228,672
bootux.dll 10.0.26100.6901 17-Oct-25 15:57 4,964,352
winload.exe 10.0.26100.6901 17-Oct-25 15:57 1,865,192
winload.efi 10.0.26100.6901 17-Oct-25 15:57 3,266,904
bcrypt.dll 10.0.26100.6901 17-Oct-25 15:57 166,736
bcryptprimitives.dll 10.0.26100.6901 17-Oct-25 15:57 637,808
BootMenuUX.dll 10.0.26100.6901 17-Oct-25 15:57 241,664
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 40,448
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 48,640
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 46,592
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 44,032
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 51,200
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 53,248
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 48,128
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 43,520
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 45,568
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 51,712
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 35,840
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 46,080
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 47,104
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 26,624
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 24,064
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 45,056
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 44,544
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 49,152
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:57 19,456
bootim.exe 10.0.26100.6901 17-Oct-25 15:57 53,248
driversipolicy.p7b Not versioned 17-Oct-25 15:57 229,162
cng.sys 10.0.26100.6901 17-Oct-25 15:57 865,064
ci.dll 10.0.26100.6901 17-Oct-25 15:57 1,100,568
driver.stl Not versioned 17-Oct-25 15:57 33,360
previous.driver.stl Not versioned 17-Oct-25 15:57 33,360
cryptbase.dll 10.0.26100.6901 17-Oct-25 15:57 59,304
symcryptk.dll 103.8.1.0 17-Oct-25 15:57 58,776
cryptsp.dll 10.0.26100.6901 17-Oct-25 15:57 121,328
DismCore.dll 10.0.26100.6901 17-Oct-25 15:57 480,656
DismProv.dll 10.0.26100.6901 17-Oct-25 15:57 300,432
DismCorePS.dll 10.0.26100.6901 17-Oct-25 15:57 230,808
LogProvider.dll 10.0.26100.6901 17-Oct-25 15:57 120,232
FolderProvider.dll 10.0.26100.6901 17-Oct-25 15:57 95,616
dhcpcore.dll 10.0.26100.6901 17-Oct-25 15:57 460,160
dhcpcsvc.dll 10.0.26100.6901 17-Oct-25 15:57 152,992
dhcpcore6.dll 10.0.26100.6901 17-Oct-25 15:57 329,104
dhcpcsvc6.dll 10.0.26100.6901 17-Oct-25 15:57 132,512
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:57 19,968
WerFaultSecure.exe.mui 10.0.26100.6901 17-Oct-25 15:57 6,656
faultrep.dll.mui 10.0.26100.6901 17-Oct-25 15:57 6,656
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:57 22,528
WerFaultSecure.exe.mui 10.0.26100.6901 17-Oct-25 15:57 7,168
faultrep.dll.mui 10.0.26100.6901 17-Oct-25 15:57 7,168
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:57 21,504
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:57 20,992
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:57 24,576
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:57 25,600
WerFaultSecure.exe.mui 10.0.26100.6901 17-Oct-25 15:57 8,192
faultrep.dll.mui 10.0.26100.6901 17-Oct-25 15:57 8,192
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:57 20,480
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:57 22,016
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:57 19,456
WerFaultSecure.exe.mui 10.0.26100.6901 17-Oct-25 15:57 7,680
faultrep.dll.mui 10.0.26100.6901 17-Oct-25 15:57 7,680
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:57 18,432
WerFaultSecure.exe.mui 10.0.26100.6901 17-Oct-25 15:57 6,144
faultrep.dll.mui 10.0.26100.6901 17-Oct-25 15:57 6,144
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:57 23,040
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:57 13,312
WerFaultSecure.exe.mui 10.0.26100.6901 17-Oct-25 15:57 5,120
faultrep.dll.mui 10.0.26100.6901 17-Oct-25 15:57 5,120
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:57 12,800
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:57 23,552
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:57 9,728
WerFaultSecure.exe.mui 10.0.26100.6901 17-Oct-25 15:57 4,608
faultrep.dll.mui 10.0.26100.6901 17-Oct-25 15:57 4,608
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:57 10,240
wer.dll.mui 10.0.26100.6901 17-Oct-25 15:57 11,264
wer.dll.mui 10.0.26100.6901 17-Oct-25 15:57 12,288
wer.dll.mui 10.0.26100.6901 17-Oct-25 15:57 11,776
wer.dll.mui 10.0.26100.6901 17-Oct-25 15:57 13,312
wer.dll.mui 10.0.26100.6901 17-Oct-25 15:57 12,800
wer.dll.mui 10.0.26100.6901 17-Oct-25 15:57 9,728
wer.dll.mui 10.0.26100.6901 17-Oct-25 15:57 8,192
wer.dll.mui 10.0.26100.6901 17-Oct-25 15:57 10,752
wer.dll.mui 10.0.26100.6901 17-Oct-25 15:57 7,168
wer.dll 10.0.26100.6901 17-Oct-25 15:57 989,008
weretw.dll 10.0.26100.6901 17-Oct-25 15:57 253,512
werdiagcontroller.dll 10.0.26100.6901 17-Oct-25 15:57 73,728
wermgr.exe 10.0.26100.6901 17-Oct-25 15:57 296,344
WerFault.exe 10.0.26100.6901 17-Oct-25 15:57 648,616
WerFaultSecure.exe 10.0.26100.6901 17-Oct-25 15:57 232,880
Faultrep.dll 10.0.26100.6901 17-Oct-25 15:57 563,424
WerEnc.dll 10.0.26100.6901 17-Oct-25 15:57 55,168
fbwf.sys 10.0.26100.6901 17-Oct-25 15:57 158,456
cmi2migxml.dll 10.0.26100.6901 17-Oct-25 15:57 226,720
csiagent.dll 10.0.26100.6901 17-Oct-25 15:57 718,240
diagER.dll 10.0.26100.6901 17-Oct-25 15:57 99,752
hwcompat.dll 10.0.26100.6901 17-Oct-25 15:57 243,072
hwcompat.txt Not versioned 17-Oct-25 15:57 957,123
hwexclude.txt Not versioned 17-Oct-25 15:57 51
icbexclusion.inf Not versioned 17-Oct-25 15:57 7,222
migapp.xml Not versioned 17-Oct-25 15:57 654,548
migcore.dll 10.0.26100.6901 17-Oct-25 15:57 9,311,672
mighost.exe 10.0.26100.6901 17-Oct-25 15:57 288,168
migres.dll 10.0.26100.6901 17-Oct-25 15:57 26,000
migisol.dll 10.0.26100.6901 17-Oct-25 15:57 148,864
migstore.dll 10.0.26100.6901 17-Oct-25 15:57 1,369,496
migsys.dll 10.0.26100.6901 17-Oct-25 15:57 464,280
MXEAgent.dll 10.0.26100.6901 17-Oct-25 15:57 386,432
AppExtAgent.dll 10.0.26100.6901 17-Oct-25 15:57 488,832
offline.xml Not versioned 17-Oct-25 15:57 44,831
oscomps.xml Not versioned 17-Oct-25 15:57 449,323
osfilter.inf Not versioned 17-Oct-25 15:57 21,299
pnppropmig.dll 10.0.26100.6901 17-Oct-25 15:57 107,920
ReserveManager.dll 10.0.26100.6901 17-Oct-25 15:57 345,496
setupplatform.cfg Not versioned 17-Oct-25 15:57 15,971
setupplatform.dll 1.97.26100.6901 17-Oct-25 15:57 9,827,744
setupplatform.exe 1.97.26100.6901 17-Oct-25 15:57 255,376
SFCN.dat Not versioned 17-Oct-25 15:57 1,824
SFLCID.dat Not versioned 17-Oct-25 15:57 1,644
SFLISTW7.dat Not versioned 17-Oct-25 15:57 1,703,368
SFLISTW8.dat Not versioned 17-Oct-25 15:57 2,608,858
SFLISTWB.dat Not versioned 17-Oct-25 15:57 3,172,904
SFLISTWT.dat Not versioned 17-Oct-25 15:57 4,935,402
SFLISTRS1.dat Not versioned 17-Oct-25 15:57 5,593,182
SFPAT.inf Not versioned 17-Oct-25 15:57 11,602
SFPATW7.inf Not versioned 17-Oct-25 15:57 17,396
SFPATW8.inf Not versioned 17-Oct-25 15:57 79,818
SFPATWB.inf Not versioned 17-Oct-25 15:57 91,635
SFPATWT.inf Not versioned 17-Oct-25 15:57 165,729
SFPATRS1.inf Not versioned 17-Oct-25 15:57 169,730
unbcl.dll 10.0.26100.6901 17-Oct-25 15:57 1,090,944
upgradeagent.dll 10.0.26100.6901 17-Oct-25 15:57 3,306,880
upgradeagent.xml Not versioned 17-Oct-25 15:57 70,907
upgrade_comp.xml Not versioned 17-Oct-25 15:57 6,054
upgrade_bulk.xml Not versioned 17-Oct-25 15:57 211,949
upgrade_data.xml Not versioned 17-Oct-25 15:57 41,750
upgrade_frmwrk.xml Not versioned 17-Oct-25 15:57 19,157
upgWow_bulk.xml Not versioned 17-Oct-25 15:57 114,707
uninstall.xml Not versioned 17-Oct-25 15:57 4,639
uninstall_data.xml Not versioned 17-Oct-25 15:57 11,122
wdsutil.dll 10.0.26100.6901 17-Oct-25 15:57 353,696
WinSetupMon.hiv Not versioned 17-Oct-25 15:57 8,192
WinSetupMon.sys 10.0.26100.6901 17-Oct-25 15:57 169,408
actionqueue.dll 10.0.26100.6901 17-Oct-25 15:57 267,648
appcompat_detailed.xsl Not versioned 17-Oct-25 15:57 13,608
appcompat_detailed_bidi.xsl Not versioned 17-Oct-25 15:57 13,732
cdplib.mof Not versioned 17-Oct-25 15:57 1,976
cdplibuninstall.mof Not versioned 17-Oct-25 15:57 571
dpx.dll 10.0.26100.6901 17-Oct-25 15:57 1,103,256
UpdateCompression.dll 5.0.1.1 17-Oct-25 15:57 619,920
itgtupg.dll 10.0.26100.6901 17-Oct-25 15:57 117,104
migtestplugin.dll 10.0.26100.6901 17-Oct-25 15:57 76,120
msdelta.dll 5.0.1.1 17-Oct-25 15:57 595,328
mspatcha.dll 5.0.1.1 17-Oct-25 15:57 83,328
smiengine.dll 10.0.26100.6901 17-Oct-25 15:57 927,120
wcmtypes.xsd Not versioned 17-Oct-25 15:57 1,047
wdsupgcompl.dll 10.0.26100.6901 17-Oct-25 15:57 47,464
auditetw.dll 10.0.26100.6901 17-Oct-25 15:57 26,992
cmisetupetw.dll 10.0.26100.6901 17-Oct-25 15:57 26,968
etwproviderinstall.vbs Not versioned 17-Oct-25 15:57 6,868
setupcletw.dll 10.0.26100.6901 17-Oct-25 15:57 31,064
winsetupetw.dll 10.0.26100.6901 17-Oct-25 15:57 76,160
migres.dll.mui 10.0.26100.6901 17-Oct-25 15:57 7,680
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:57 14,240
migres.dll.mui 10.0.26100.6901 17-Oct-25 15:57 8,192
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:57 14,208
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:57 14,744
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:57 14,720
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:57 14,224
migres.dll.mui 10.0.26100.6901 17-Oct-25 15:57 8,704
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:57 14,248
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:57 14,232
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:57 14,760
migres.dll.mui 10.0.26100.6901 17-Oct-25 15:57 7,168
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:57 13,696
migres.dll.mui 10.0.26100.6901 17-Oct-25 15:57 6,656
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:57 13,200
migres.dll.mui 10.0.26100.6901 17-Oct-25 15:57 6,144
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:57 13,184
migres.dll.mui 10.0.26100.6901 17-Oct-25 15:57 5,632
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:57 13,216
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:57 13,208
iertutil.dll 11.0.26100.6901 17-Oct-25 15:57 2,922,784
msIso.dll 11.0.26100.6901 17-Oct-25 15:57 286,720
edgeIso.dll 11.0.26100.6901 17-Oct-25 15:57 438,272
KernelBase.dll 10.0.26100.6901 17-Oct-25 15:57 4,150,048
dxgkrnl.sys 10.0.26100.6901 17-Oct-25 15:57 5,178,800
cdd.dll 10.0.26100.6901 17-Oct-25 15:57 335,872
dxgmms1.sys 10.0.26100.6901 17-Oct-25 15:57 546,176
dxgmms2.sys 10.0.26100.6901 17-Oct-25 15:57 1,205,672
api-ms-win-core-comm-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,928
api-ms-win-core-console-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-datetime-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,904
api-ms-win-core-datetime-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-debug-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,904
api-ms-win-core-debug-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-delayload-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,904
api-ms-win-core-errorhandling-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,904
api-ms-win-core-errorhandling-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 21,928
api-ms-win-core-fibers-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,904
api-ms-win-core-fibers-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-file-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 26,008
api-ms-win-core-file-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-file-l1-2-1.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-handle-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-heap-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,904
api-ms-win-core-interlocked-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,912
api-ms-win-core-io-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-io-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 21,912
api-ms-win-core-libraryloader-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,904
api-ms-win-core-libraryloader-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 21,912
api-ms-win-core-localization-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-localization-l1-2-1.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-memory-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-memory-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-memory-l1-1-2.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-namedpipe-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,920
api-ms-win-core-processenvironment-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,904
api-ms-win-core-processenvironment-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,904
api-ms-win-core-processthreads-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-processthreads-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-processthreads-l1-1-2.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-profile-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-realtime-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-registry-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-rtlsupport-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-string-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,928
api-ms-win-core-stringloader-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 21,912
api-ms-win-core-synch-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-synch-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-sysinfo-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,928
api-ms-win-core-sysinfo-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,904
api-ms-win-core-sysinfo-l1-2-1.dll 10.0.26100.6901 17-Oct-25 15:57 21,928
api-ms-win-core-threadpool-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,904
api-ms-win-core-timezone-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,912
api-ms-win-core-util-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,904
api-ms-win-core-xstate-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,912
api-ms-win-security-base-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 26,024
api-ms-win-service-core-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-service-core-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 21,904
api-ms-win-service-management-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-service-management-l2-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,928
api-ms-win-service-winsvc-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,912
API-MS-Win-core-localization-obsolete-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-threadpool-private-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-threadpool-legacy-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-core-wow64-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-service-private-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,928
api-ms-win-service-private-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-crt-conio-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,904
api-ms-win-crt-convert-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 26,000
api-ms-win-crt-environment-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-crt-filesystem-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,904
api-ms-win-crt-heap-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,920
api-ms-win-crt-locale-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-crt-math-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 30,096
api-ms-win-crt-multibyte-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 30,080
api-ms-win-crt-private-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 75,136
api-ms-win-crt-process-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
api-ms-win-crt-runtime-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 25,984
api-ms-win-crt-stdio-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 26,000
api-ms-win-crt-string-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 26,024
api-ms-win-crt-time-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,912
api-ms-win-crt-utility-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 21,888
ucrtbase.dll 10.0.26100.6901 17-Oct-25 15:57 1,373,312
migcore.dll 10.0.26100.6901 17-Oct-25 15:57 9,311,648
mighost.exe 10.0.26100.6901 17-Oct-25 15:57 288,128
migres.dll 10.0.26100.6901 17-Oct-25 15:57 26,008
migapp.dll 10.0.26100.6901 17-Oct-25 15:57 329,128
MXEAgent.dll 10.0.26100.6901 17-Oct-25 15:57 386,456
AppExtAgent.dll 10.0.26100.6901 17-Oct-25 15:57 488,848
csiagent.dll 10.0.26100.6901 17-Oct-25 15:57 718,248
cmi2migxml.dll 10.0.26100.6901 17-Oct-25 15:57 226,688
SFLISTXP.dat Not versioned 17-Oct-25 15:57 1,459,226
SFLISTLH.dat Not versioned 17-Oct-25 15:57 3,347,940
SFPATXP.inf Not versioned 17-Oct-25 15:57 4,355
SFPATLH.inf Not versioned 17-Oct-25 15:57 8,678
msasn1.dll 10.0.26100.6901 17-Oct-25 15:57 88,256
msvcrt.dll 7.0.26100.6901 17-Oct-25 15:57 699,792
netio.sys 10.0.26100.6901 17-Oct-25 15:57 755,088
ncsi.dll 10.0.26100.6901 17-Oct-25 15:57 704,512
netprofmsvc.dll 10.0.26100.6901 17-Oct-25 15:57 2,138,112
nlaapi.dll 10.0.26100.6901 17-Oct-25 15:57 53,248
nlmproxy.dll 10.0.26100.6901 17-Oct-25 15:57 53,248
nlmsprep.dll 10.0.26100.6901 17-Oct-25 15:57 49,152
ntdll.dll 10.0.26100.6901 17-Oct-25 15:57 2,522,024
ntoskrnl.exe 10.0.26100.6901 17-Oct-25 15:57 12,948,920
rpcrt4.dll 10.0.26100.6901 17-Oct-25 15:57 1,162,568
reagent.adml Not versioned 17-Oct-25 15:57 1,817
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:57 10,752
wdsimage.dll.mui 10.0.26100.6901 17-Oct-25 15:57 6,144
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:57 12,288
reagent.adml Not versioned 17-Oct-25 15:57 2,035
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:57 11,264
reagent.adml Not versioned 17-Oct-25 15:57 2,016
reagent.adml Not versioned 17-Oct-25 15:57 2,263
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:57 12,800
wdsimage.dll.mui 10.0.26100.6901 17-Oct-25 15:57 6,656
reagent.adml Not versioned 17-Oct-25 15:57 3,659
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:57 13,312
reagent.adml Not versioned 17-Oct-25 15:57 2,091
reagent.adml Not versioned 17-Oct-25 15:57 2,166
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:57 11,776
reagent.adml Not versioned 17-Oct-25 15:57 2,272
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:57 9,728
reagent.adml Not versioned 17-Oct-25 15:57 2,348
reagent.adml Not versioned 17-Oct-25 15:57 2,088
reagent.adml Not versioned 17-Oct-25 15:57 2,399
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:57 8,192
wdsimage.dll.mui 10.0.26100.6901 17-Oct-25 15:57 4,608
reagent.adml Not versioned 17-Oct-25 15:57 1,908
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:57 7,680
reagent.adml Not versioned 17-Oct-25 15:57 2,089
wdsimage.dll.mui 10.0.26100.6901 17-Oct-25 15:57 7,168
reagent.adml Not versioned 17-Oct-25 15:57 2,099
reagent.adml Not versioned 17-Oct-25 15:57 2,093
reagent.adml Not versioned 17-Oct-25 15:57 2,106
reagent.adml Not versioned 17-Oct-25 15:57 3,348
reagent.adml Not versioned 17-Oct-25 15:57 2,117
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:57 10,240
reagent.adml Not versioned 17-Oct-25 15:57 2,133
wdsimage.dll.mui 10.0.26100.6901 17-Oct-25 15:57 5,632
reagent.adml Not versioned 17-Oct-25 15:57 1,718
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:57 6,144
wdsimage.dll.mui 10.0.26100.6901 17-Oct-25 15:57 4,096
reagent.adml Not versioned 17-Oct-25 15:57 1,706
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:57 6,656
reagent.admx Not versioned 17-Oct-25 15:57 1,240
reagent.dll 10.0.26100.6901 17-Oct-25 15:57 742,800
reagent.xml Not versioned 17-Oct-25 15:57 837
SetupPlatform.cfg Not versioned 17-Oct-25 15:57 22,945
wdscore.dll 10.0.26100.6901 17-Oct-25 15:57 279,960
WinSetupBoot.hiv Not versioned 17-Oct-25 15:57 8,192
WinSetupBoot.sys 10.0.26100.6901 17-Oct-25 15:57 112,040
wdsclientapi.dll 10.0.26100.6901 17-Oct-25 15:57 268,632
wdscsl.dll 10.0.26100.6901 17-Oct-25 15:57 112,000
wdsimage.dll 10.0.26100.6901 17-Oct-25 15:57 129,368
wdstptc.dll 10.0.26100.6901 17-Oct-25 15:57 219,480
fvevol.sys 10.0.26100.6901 17-Oct-25 15:57 972,200
dumpfve.sys 10.0.26100.6901 17-Oct-25 15:57 158,488
bcd.dll 10.0.26100.6901 17-Oct-25 15:57 162,608
bootsvc.dll 10.0.26100.6901 17-Oct-25 15:57 303,096
hwreqchk.dll Not versioned 17-Oct-25 15:57 460,184
ServicingCommon.dll 10.0.26100.6901 17-Oct-25 15:57 955,928
utcapi.dll 10.0.26100.6901 17-Oct-25 15:57 66,960
wimgapi.dll 10.0.26100.6901 17-Oct-25 15:57 910,744
wdscommonlib.dll 10.0.26100.6901 17-Oct-25 15:57 341,376
dismapi.dll 10.0.26100.6901 17-Oct-25 15:57 1,250,728
dismcore.dll 10.0.26100.6901 17-Oct-25 15:57 480,640
dismcoreps.dll 10.0.26100.6901 17-Oct-25 15:57 230,800
dismprov.dll 10.0.26100.6901 17-Oct-25 15:57 300,416
imagingprovider.dll 10.0.26100.6901 17-Oct-25 15:57 247,168
logprovider.dll 10.0.26100.6901 17-Oct-25 15:57 189,848
vhdprovider.dll 10.0.26100.6901 17-Oct-25 15:57 599,424
wimprovider.dll 10.0.26100.6901 17-Oct-25 15:57 697,752
unattend.dll 10.0.26100.6901 17-Oct-25 15:57 374,168
wpx.dll 10.0.26100.6901 17-Oct-25 15:57 1,422,720
locale.nls Not versioned 17-Oct-25 15:57 862,800
nlsbres.dll 10.0.26100.6901 17-Oct-25 15:57 103,832
KerbClientShared.dll 10.0.26100.6901 17-Oct-25 15:57 261,800
sechost.dll 10.0.26100.6901 17-Oct-25 15:57 691,528
fveapibase.dll 10.0.26100.6901 17-Oct-25 15:57 749,568
fveapi.dll 10.0.26100.6901 17-Oct-25 15:57 1,323,008
kerberos.dll 10.0.26100.6901 17-Oct-25 15:57 1,396,736
kerb3961.dll 10.0.26100.6901 17-Oct-25 15:57 183,296
localkdcsvc.dll 10.0.26100.6901 17-Oct-25 15:57 884,736
LsaIso.exe 10.0.26100.6901 17-Oct-25 15:57 394,024
iumcrypt.dll 10.0.26100.6901 17-Oct-25 15:57 100,664
NtlmShared.dll 10.0.26100.6901 17-Oct-25 15:57 113,024
ServicingCommon.dll 10.0.26100.6901 17-Oct-25 15:57 955,944
ResetEngine.dll 10.0.26100.6901 17-Oct-25 15:57 2,917,792
ResetTelemetry.dll 10.0.26100.6901 17-Oct-25 15:57 570,776
ResetEngine.exe 10.0.26100.6901 17-Oct-25 15:57 42,392
ResetPluginHost.exe 10.0.26100.6901 17-Oct-25 15:57 57,344
srms.dat Not versioned 17-Oct-25 15:57 60,961
sysreset.exe 10.0.26100.6901 17-Oct-25 15:57 487,424
ResetEngOnline.dll 10.0.26100.6901 17-Oct-25 15:57 229,376
SysResetErr.exe 10.0.26100.6901 17-Oct-25 15:57 75,160
ResetEngOnline.dll.mui 10.0.26100.6901 17-Oct-25 15:57 2,560
sysreseterr.exe.mui 10.0.26100.6901 17-Oct-25 15:57 3,072
ResetEngine.dll.mui 10.0.26100.6901 17-Oct-25 15:57 4,096
ResetEngOnline.dll.mui 10.0.26100.6901 17-Oct-25 15:57 3,072
ResetEngine.dll.mui 10.0.26100.6901 17-Oct-25 15:57 4,608
sysreseterr.exe.mui 10.0.26100.6901 17-Oct-25 15:57 2,560
ResetEngine.dll.mui 10.0.26100.6901 17-Oct-25 15:57 3,584
tcpip.sys 10.0.26100.6901 17-Oct-25 15:57 3,499,432
FWPKCLNT.SYS 10.0.26100.6901 17-Oct-25 15:57 583,072
tcpipreg.sys 10.0.26100.6901 17-Oct-25 15:57 86,016
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:57 261,632
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:57 269,312
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:57 266,240
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:57 265,216
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:57 267,776
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:57 268,800
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:57 261,120
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:57 267,264
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:57 263,680
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:57 265,728
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:57 259,072
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:57 252,928
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:57 251,904
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:57 264,192
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:57 263,168
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:57 262,656
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:57 266,752
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:57 249,344
DiagnosticDataSettings.dll 10.0.26100.6901 17-Oct-25 15:57 71,704
tbs.dll 10.0.26100.6901 17-Oct-25 15:57 113,024
tbs.sys 10.0.26100.6901 17-Oct-25 15:57 79,272
usodocked.dll 10.0.26100.6901 17-Oct-25 15:57 655,360
usosvc.dll.mui 10.0.26100.6901 17-Oct-25 15:57 3,584
usosvc.dll.mui 10.0.26100.6901 17-Oct-25 15:57 3,072
8acdd7e8a35f165b675b664e7ef8753ef4782f32.xml Not versioned 17-Oct-25 15:57 3,314
72aceda3d9ebaa195b776ea9042fdf4dc3d29834.xml Not versioned 17-Oct-25 15:57 2,496
7bc20c224f17145165aedb3fce9bda4f3c563cd7.xml Not versioned 17-Oct-25 15:57 2,344
465bb23da8d1bea1a024758ba463bc1a7c487362.xml Not versioned 17-Oct-25 15:57 2,458
7106fe8ce0b33cfdfee8b58e7e1b0a812935905e.xml Not versioned 17-Oct-25 15:57 2,344
518f3ea9dc67aa5af7eb2840a6f77c874c2b2a17.xml Not versioned 17-Oct-25 15:57 2,476
99c5248bd8c3356e9a42f332cab9b22eae3856df.xml Not versioned 17-Oct-25 15:57 2,488
ef338bad6c4b025dc9c8f4f87a98276b2139d403.xml Not versioned 17-Oct-25 15:57 2,482
0e0337eedd34f1bed8e9bc3202a2754e48b705af.xml Not versioned 17-Oct-25 15:57 2,500
4ba05104f3d293466a50d8de04318624ab592070.xml Not versioned 17-Oct-25 15:57 2,476
81d5c60cdaa2f6bac600452c12eac91e3823d9ef.xml Not versioned 17-Oct-25 15:57 3,876
90eaab3b92938b566b871d11d7a2c86b081b26d4.xml Not versioned 17-Oct-25 15:57 2,460
c20df1ed8df28c31d513bd896b58980c00c8b298.xml Not versioned 17-Oct-25 15:57 878
5c7e9e098d198f0114f76066999378607084a638.xml Not versioned 17-Oct-25 15:57 1,034
68feea34ca8e40dee5faab63604db4cd1d7a3e77.xml Not versioned 17-Oct-25 15:57 1,034
56a7d507d06f3d51821e1124e642fa74ff3397af.xml Not versioned 17-Oct-25 15:57 1,034
3332a645bfab2f45c96ade4c05630863cbdcfbd1.xml Not versioned 17-Oct-25 15:57 1,034
e4c1f6f26bc4ae6ba77734b6aa93d400b87278bb.xml Not versioned 17-Oct-25 15:57 1,034
b2617fe77af0e357462c58cb9ab1bbc2a243ab95.xml Not versioned 17-Oct-25 15:57 1,034
0690201f6b392ef45758aa8180e54b80d4ff1a6a.xml Not versioned 17-Oct-25 15:57 2,270
3cee7b10553edccb79ba709ba53630469cb48843.xml Not versioned 17-Oct-25 15:57 1,234
23d343cca2905f5a9d8ed56e2f7308cf612ba7ec.xml Not versioned 17-Oct-25 15:57 976
43ee7b2a373632f9a701249fd96d0edec2ff1279.xml Not versioned 17-Oct-25 15:57 4,202
usosvc.dll 10.0.26100.6901 17-Oct-25 15:57 110,592
usosvcimpl.dll 1450.2508.27012.0 17-Oct-25 15:57 1,422,720
MoUsoCoreWorker.exe 1450.2508.27012.0 17-Oct-25 15:57 5,132,720
msvcp_win.dll 10.0.26100.6901 17-Oct-25 15:57 641,920
Ucx01000.sys 10.0.26100.6901 17-Oct-25 15:57 308,624
DuCsps.dll 10.0.26100.6901 17-Oct-25 15:57 139,264
usoapi.dll 10.0.26100.6901 17-Oct-25 15:57 200,704
usocoreps.dll 10.0.26100.6901 17-Oct-25 15:57 65,536
Windows.Management.Update.dll 10.0.26100.6901 17-Oct-25 15:57 266,240
nsi.dll 10.0.26100.6901 17-Oct-25 15:57 51,048
winnsi.dll 10.0.26100.6901 17-Oct-25 15:57 71,720
nsisvc.dll 10.0.26100.6901 17-Oct-25 15:57 61,440
nsiproxy.sys 10.0.26100.6901 17-Oct-25 15:57 77,824
ws2_32.dll 10.0.26100.6901 17-Oct-25 15:57 489,072
win32u.dll 10.0.26100.6901 17-Oct-25 15:57 170,872
win32k.sys 10.0.26100.6901 17-Oct-25 15:57 808,320
win32kfull.sys 10.0.26100.6901 17-Oct-25 15:57 4,272,128
win32kbase.sys 10.0.26100.6901 17-Oct-25 15:57 3,338,240
win32kbase_rs.sys 10.0.26100.6901 17-Oct-25 15:57 163,840
WindowsCodecs.dll 10.0.26100.6901 17-Oct-25 15:57 2,319,488
winpeshl.exe 10.0.26100.6901 17-Oct-25 15:57 98,304
wpeutil.dll 10.0.26100.6901 17-Oct-25 15:57 200,704
wpeutil.exe 10.0.26100.6901 17-Oct-25 15:57 32,768
wpeinit.exe 10.0.26100.6901 17-Oct-25 15:57 61,440
startnet.cmd Not versioned 17-Oct-25 15:57 9
winpeshl.exe.mui 10.0.26100.6901 17-Oct-25 15:57 3,584
wpeutil.dll.mui 10.0.26100.6901 17-Oct-25 15:57 10,752
winpeshl.exe.mui 10.0.26100.6901 17-Oct-25 15:57 4,096
wpeutil.dll.mui 10.0.26100.6901 17-Oct-25 15:57 11,264
wpeutil.dll.mui 10.0.26100.6901 17-Oct-25 15:57 11,776
winpeshl.exe.mui 10.0.26100.6901 17-Oct-25 15:57 3,072
wpeutil.dll.mui 10.0.26100.6901 17-Oct-25 15:57 8,704
wpeutil.dll.mui 10.0.26100.6901 17-Oct-25 15:57 7,680
wpeutil.dll.mui 10.0.26100.6901 17-Oct-25 15:57 7,168
CloudRecApi.dll 10.0.26100.6901 17-Oct-25 15:57 86,016
CloudRecSvc.exe 1.0.0.1 17-Oct-25 15:57 106,496
ReAgent.dll 10.0.26100.6901 17-Oct-25 15:57 742,784
ReInfo.dll 10.0.26100.6901 17-Oct-25 15:57 102,400
StartRep.exe 10.0.26100.6901 17-Oct-25 15:57 1,269,760
RecHost.exe 10.0.26100.6901 17-Oct-25 15:57 152,984
SrtTel.dll 10.0.26100.6901 17-Oct-25 15:57 1,754,496
RecEnv.exe 10.0.26100.6901 17-Oct-25 15:57 476,584
BootRec.exe 10.0.26100.6901 17-Oct-25 15:57 196,608
DUTProvider.dll 10.0.26100.6901 17-Oct-25 15:57 365,952
WinSetupBak.hiv Not versioned 17-Oct-25 15:57 8,192
WinSetupBak.sys 10.0.26100.6901 17-Oct-25 15:57 226,712
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:57 36,352
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:57 25,600
BootRec.exe.mui 10.0.26100.6901 17-Oct-25 15:57 4,608
DUTProvider.dll.mui 10.0.26100.6901 17-Oct-25 15:57 5,120
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:57 35,840
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:57 39,936
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:57 27,648
BootRec.exe.mui 10.0.26100.6901 17-Oct-25 15:57 5,120
DUTProvider.dll.mui 10.0.26100.6901 17-Oct-25 15:57 5,632
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:57 43,520
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:57 29,184
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:57 32,768
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:57 24,576
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:57 38,400
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:57 27,136
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:57 40,960
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:57 28,160
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:57 38,912
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:57 26,624
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:57 22,528
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:57 19,456
BootRec.exe.mui 10.0.26100.6901 17-Oct-25 15:57 4,096
DUTProvider.dll.mui 10.0.26100.6901 17-Oct-25 15:57 4,096
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:57 20,992
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:57 18,432
BootRec.exe.mui 10.0.26100.6901 17-Oct-25 15:57 3,584
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:57 35,328
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:57 26,112
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:57 37,888
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:57 40,448
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:57 34,816
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:57 25,088
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:57 15,872
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:57 16,896
wow64con.dll 10.0.26100.6901 17-Oct-25 15:57 108,896
bcrypt.dll 10.0.26100.6901 17-Oct-25 15:57 102,304
bcryptprimitives.dll 10.0.26100.6901 17-Oct-25 15:57 427,712
cryptbase.dll 10.0.26100.6901 17-Oct-25 15:57 32,640
cryptsp.dll 10.0.26100.6901 17-Oct-25 15:57 77,000
DismCore.dll 10.0.26100.6901 17-Oct-25 15:57 371,072
DismProv.dll 10.0.26100.6901 17-Oct-25 15:57 209,296
DismCorePS.dll 10.0.26100.6901 17-Oct-25 15:57 98,712
LogProvider.dll 10.0.26100.6901 17-Oct-25 15:57 76,160
FolderProvider.dll 10.0.26100.6901 17-Oct-25 15:57 59,808
dhcpcore.dll 10.0.26100.6901 17-Oct-25 15:57 369,024
dhcpcsvc.dll 10.0.26100.6901 17-Oct-25 15:57 98,704
dhcpcore6.dll 10.0.26100.6901 17-Oct-25 15:57 257,944
dhcpcsvc6.dll 10.0.26100.6901 17-Oct-25 15:57 85,392
wer.dll 10.0.26100.6901 17-Oct-25 15:57 815,112
weretw.dll 10.0.26100.6901 17-Oct-25 15:57 188,008
werdiagcontroller.dll 10.0.26100.6901 17-Oct-25 15:57 41,984
wermgr.exe 10.0.26100.6901 17-Oct-25 15:57 241,552
WerFault.exe 10.0.26100.6901 17-Oct-25 15:57 539,560
WerFaultSecure.exe 10.0.26100.6901 17-Oct-25 15:57 187,568
Faultrep.dll 10.0.26100.6901 17-Oct-25 15:57 458,736
WerEnc.dll 10.0.26100.6901 17-Oct-25 15:57 27,920
iertutil.dll 11.0.26100.6901 17-Oct-25 15:57 2,357,920
msIso.dll 11.0.26100.6901 17-Oct-25 15:57 205,312
edgeIso.dll 11.0.26100.6901 17-Oct-25 15:57 373,248
KernelBase.dll 10.0.26100.6901 17-Oct-25 15:57 2,920,872
api-ms-win-core-comm-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,200
api-ms-win-core-console-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,184
api-ms-win-core-datetime-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,696
api-ms-win-core-datetime-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 12,672
api-ms-win-core-debug-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,712
api-ms-win-core-debug-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 12,712
api-ms-win-core-delayload-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,160
api-ms-win-core-errorhandling-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,696
api-ms-win-core-errorhandling-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 12,696
api-ms-win-core-fibers-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,672
api-ms-win-core-fibers-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 12,200
api-ms-win-core-file-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 16,256
api-ms-win-core-file-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,712
api-ms-win-core-file-l1-2-1.dll 10.0.26100.6901 17-Oct-25 15:57 12,672
api-ms-win-core-handle-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,672
api-ms-win-core-heap-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,200
api-ms-win-core-interlocked-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,208
api-ms-win-core-io-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,712
api-ms-win-core-io-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 12,672
api-ms-win-core-libraryloader-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,696
api-ms-win-core-libraryloader-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 12,696
api-ms-win-core-localization-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:57 15,760
api-ms-win-core-localization-l1-2-1.dll 10.0.26100.6901 17-Oct-25 15:57 12,192
api-ms-win-core-memory-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,184
api-ms-win-core-memory-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 13,712
api-ms-win-core-memory-l1-1-2.dll 10.0.26100.6901 17-Oct-25 15:57 13,216
api-ms-win-core-namedpipe-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,672
api-ms-win-core-processenvironment-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,712
api-ms-win-core-processenvironment-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,672
api-ms-win-core-processthreads-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 15,232
api-ms-win-core-processthreads-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 13,184
api-ms-win-core-processthreads-l1-1-2.dll 10.0.26100.6901 17-Oct-25 15:57 12,688
api-ms-win-core-profile-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,696
api-ms-win-core-realtime-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,672
api-ms-win-core-registry-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 14,720
api-ms-win-core-rtlsupport-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,672
api-ms-win-core-string-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,704
api-ms-win-core-stringloader-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 12,672
api-ms-win-core-synch-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 14,720
api-ms-win-core-synch-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,208
api-ms-win-core-sysinfo-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,696
api-ms-win-core-sysinfo-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,712
api-ms-win-core-sysinfo-l1-2-1.dll 10.0.26100.6901 17-Oct-25 15:57 12,688
api-ms-win-core-threadpool-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:57 14,720
api-ms-win-core-timezone-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,216
api-ms-win-core-util-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,672
api-ms-win-core-xstate-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,712
api-ms-win-security-base-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 18,344
api-ms-win-service-core-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,696
api-ms-win-service-core-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 12,696
api-ms-win-service-management-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,688
api-ms-win-service-management-l2-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,672
api-ms-win-service-winsvc-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,712
API-MS-Win-core-localization-obsolete-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,224
api-ms-win-core-threadpool-private-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,672
api-ms-win-core-threadpool-legacy-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,704
api-ms-win-core-wow64-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 12,688
api-ms-win-service-private-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,736
api-ms-win-service-private-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:57 13,720
api-ms-win-crt-conio-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,736
api-ms-win-crt-convert-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 16,808
api-ms-win-crt-environment-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,200
api-ms-win-crt-filesystem-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 15,248
api-ms-win-crt-heap-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,696
api-ms-win-crt-locale-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,184
api-ms-win-crt-math-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 23,424
api-ms-win-crt-multibyte-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 20,864
api-ms-win-crt-private-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 67,480
api-ms-win-crt-process-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,696
api-ms-win-crt-runtime-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 17,832
api-ms-win-crt-stdio-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 18,832
api-ms-win-crt-string-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 19,368
api-ms-win-crt-time-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 15,232
api-ms-win-crt-utility-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:57 13,184
ucrtbase.dll 10.0.26100.6901 17-Oct-25 15:57 1,114,152
migcore.dll 10.0.26100.6901 17-Oct-25 15:57 7,157,704
migstore.dll 10.0.26100.6901 17-Oct-25 15:57 1,046,440
mighost.exe 10.0.26100.6901 17-Oct-25 15:57 254,848
migres.dll 10.0.26100.6901 17-Oct-25 15:57 17,280
migapp.dll 10.0.26100.6901 17-Oct-25 15:57 231,808
MXEAgent.dll 10.0.26100.6901 17-Oct-25 15:57 274,816
AppExtAgent.dll 10.0.26100.6901 17-Oct-25 15:57 346,512
csiagent.dll 10.0.26100.6901 17-Oct-25 15:57 527,232
cmi2migxml.dll 10.0.26100.6901 17-Oct-25 15:57 158,608
msasn1.dll 10.0.26100.6901 17-Oct-25 15:57 52,216
msvcrt.dll 7.0.26100.6901 17-Oct-25 15:57 809,392
nlaapi.dll 10.0.26100.6901 17-Oct-25 15:57 24,064
nlmproxy.dll 10.0.26100.6901 17-Oct-25 15:57 19,456
nlmsprep.dll 10.0.26100.6901 17-Oct-25 15:57 17,920
ntdll.dll 10.0.26100.6901 17-Oct-25 15:57 1,819,248
rpcrt4.dll 10.0.26100.6901 17-Oct-25 15:57 772,208
KerbClientShared.dll 10.0.26100.6901 17-Oct-25 15:57 165,920
sechost.dll 10.0.26100.6901 17-Oct-25 15:57 529,512
fveapibase.dll 10.0.26100.6901 17-Oct-25 15:57 627,712
fveapi.dll 10.0.26100.6901 17-Oct-25 15:57 1,083,392
kerberos.dll 10.0.26100.6901 17-Oct-25 15:57 1,042,432
kerb3961.dll 10.0.26100.6901 17-Oct-25 15:57 134,384
NtlmShared.dll 10.0.26100.6901 17-Oct-25 15:57 68,248
ServicingCommon.dll 10.0.26100.6901 17-Oct-25 15:57 763,456
DiagnosticDataSettings.dll 10.0.26100.6901 17-Oct-25 15:57 38,808
tbs.dll 10.0.26100.6901 17-Oct-25 15:57 80,160
msvcp_win.dll 10.0.26100.6901 17-Oct-25 15:57 505,712
usoapi.dll 10.0.26100.6901 17-Oct-25 15:57 98,816
Windows.Management.Update.dll 10.0.26100.6901 17-Oct-25 15:57 217,600
nsi.dll 10.0.26100.6901 17-Oct-25 15:57 21,768
winnsi.dll 10.0.26100.6901 17-Oct-25 15:57 35,696
ws2_32.dll 10.0.26100.6901 17-Oct-25 15:57 392,120
win32u.dll 10.0.26100.6901 17-Oct-25 15:57 106,432
WindowsCodecs.dll 10.0.26100.6901 17-Oct-25 15:57 1,982,344
ReAgent.dll 10.0.26100.6901 17-Oct-25 15:57 638,376
ReInfo.dll 10.0.26100.6901 17-Oct-25 15:57 62,976
For all supported ARM64-based versions
File name File version Date Time File size
storufs.inf Not versioned 17-Oct-25 15:56 26,264
storufs.sys 10.0.26100.6891 17-Oct-25 15:56 113,536
tpm.inf Not versioned 17-Oct-25 15:56 11,618
tpm.sys 10.0.26100.6891 17-Oct-25 15:56 351,104
usb.inf Not versioned 17-Oct-25 15:56 41,432
usbccgp.sys 10.0.26100.6901 17-Oct-25 15:56 176,032
usbhub3.inf Not versioned 17-Oct-25 15:56 11,296
USBHUB3.SYS 10.0.26100.6901 17-Oct-25 15:56 695,200
usbport.inf Not versioned 17-Oct-25 15:56 31,662
usbehci.sys 10.0.26100.6901 17-Oct-25 15:56 112,536
usbport.sys 10.0.26100.6901 17-Oct-25 15:56 466,816
usbhub.sys 10.0.26100.6901 17-Oct-25 15:56 439,168
usbd.sys 10.0.26100.6901 17-Oct-25 15:56 43,392
usbxhci.inf Not versioned 17-Oct-25 15:56 8,452
USBXHCI.SYS 10.0.26100.6901 17-Oct-25 15:56 646,552
UsbXhciCompanion.dll 10.0.26100.6901 17-Oct-25 15:56 157,656
hvloader.dll 10.0.26100.6901 17-Oct-25 15:56 187,280
hvaa64.exe 10.0.26100.6901 17-Oct-25 15:56 1,400,216
skci.dll 10.0.26100.6901 17-Oct-25 15:56 251,768
iumbase.dll 10.0.26100.6901 17-Oct-25 15:56 26,400
iumdll.dll 10.0.26100.6901 17-Oct-25 15:56 16,648
tprtdll.dll 10.0.26100.6901 17-Oct-25 15:56 390,064
vertdll.dll 10.0.26100.6901 17-Oct-25 15:56 180,888
ucrtbase_enclave.dll 10.0.26100.6901 17-Oct-25 15:56 450,472
securekernel.exe 10.0.26100.6901 17-Oct-25 15:56 970,640
VbsSiPolicy.p7b Not versioned 17-Oct-25 15:56 68,351
SDFHost.dll 10.0.26100.6901 17-Oct-25 15:56 44,008
IumSdk.dll 10.0.26100.6901 17-Oct-25 15:56 23,752
Facilitator.dll 10.0.26100.6901 17-Oct-25 15:56 1,172,352
apisetschema.dll 10.0.26100.6901 17-Oct-25 15:56 139,672
apisetschema.dll 10.0.26100.6901 17-Oct-25 15:56 140,160
chs_boot.ttf Not versioned 17-Oct-25 15:56 3,696,712
chs_boot_EX.ttf Not versioned 17-Oct-25 15:56 3,696,732
msyh_boot.ttf Not versioned 17-Oct-25 15:56 189,924
msyh_boot_EX.ttf Not versioned 17-Oct-25 15:56 189,936
cht_boot.ttf Not versioned 17-Oct-25 15:56 3,879,440
cht_boot_EX.ttf Not versioned 17-Oct-25 15:56 3,879,440
msjh_boot.ttf Not versioned 17-Oct-25 15:56 201,344
msjh_boot_EX.ttf Not versioned 17-Oct-25 15:56 201,348
wgl4_boot.ttf Not versioned 17-Oct-25 15:56 50,084
wgl4_boot_EX.ttf Not versioned 17-Oct-25 15:56 50,104
segmono_boot.ttf Not versioned 17-Oct-25 15:56 45,852
segmono_boot_EX.ttf Not versioned 17-Oct-25 15:56 45,872
segoe_slboot.ttf Not versioned 17-Oct-25 15:56 102,996
segoe_slboot_EX.ttf Not versioned 17-Oct-25 15:56 103,004
jpn_boot.ttf Not versioned 17-Oct-25 15:56 1,986,896
jpn_boot_EX.ttf Not versioned 17-Oct-25 15:56 1,986,860
meiryo_boot.ttf Not versioned 17-Oct-25 15:56 175,996
meiryo_boot_EX.ttf Not versioned 17-Oct-25 15:56 175,996
kor_boot.ttf Not versioned 17-Oct-25 15:56 2,374,012
kor_boot_EX.ttf Not versioned 17-Oct-25 15:56 2,373,988
malgun_boot.ttf Not versioned 17-Oct-25 15:56 201,968
malgun_boot_EX.ttf Not versioned 17-Oct-25 15:56 201,984
efisys.bin Not versioned 17-Oct-25 15:56 1,720,320
efisys_EX.bin Not versioned 17-Oct-25 15:56 1,720,320
efisys_noprompt.bin Not versioned 17-Oct-25 15:56 1,720,320
efisys_noprompt_EX.bin Not versioned 17-Oct-25 15:56 1,720,320
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 94,664
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 94,664
bootmgr.efi.mui 10.0.26100.30227 17-Oct-25 15:56 90,024
bootmgr_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 90,024
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 93,616
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 93,616
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 92,616
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 92,616
bootmgr.efi.mui 10.0.26100.30227 17-Oct-25 15:56 90,000
bootmgr_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 90,000
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 97,224
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 97,224
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 97,736
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 97,736
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 90,056
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 90,056
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 94,640
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 94,640
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 91,056
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 91,056
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 96,688
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 96,688
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 93,640
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 93,640
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 96,712
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 96,712
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 94,152
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 94,152
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 81,328
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 81,328
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 80,840
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 80,840
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 92,592
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 92,592
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 92,104
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 92,104
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 95,664
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 95,664
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 94,128
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 94,128
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 93,128
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 93,128
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 76,208
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 76,208
bootmgfw.efi.mui 10.0.26100.30227 17-Oct-25 15:56 76,744
bootmgfw_EX.efi.mui 10.0.26100.30227 17-Oct-25 15:56 76,744
tcblaunch.exe 10.0.26100.6901 17-Oct-25 15:56 888,448
tcbloader.dll 10.0.26100.6901 17-Oct-25 15:56 279,952
DrtmAuthArm.wim Not versioned 17-Oct-25 15:56 6,529
bootmgfw.efi 10.0.26100.30227 17-Oct-25 15:56 2,698,184
bootmgfw_EX.efi 10.0.26100.30227 17-Oct-25 15:56 2,698,040
SecureBootRecovery.efi Not versioned 17-Oct-25 15:56 172,968
bootmgr.efi 10.0.26100.30227 17-Oct-25 15:56 2,680,744
bootmgr_EX.efi 10.0.26100.30227 17-Oct-25 15:56 2,680,744
boot.stl Not versioned 17-Oct-25 15:56 10,853
boot.pnd.stl Not versioned 17-Oct-25 15:56 11,556
winsipolicy.p7b Not versioned 17-Oct-25 15:56 10,341
bootux.dll 10.0.26100.6901 17-Oct-25 15:56 4,940,800
winload.efi 10.0.26100.6901 17-Oct-25 15:56 3,083,576
bcrypt.dll 10.0.26100.6901 17-Oct-25 15:56 264,624
bcryptprimitives.dll 10.0.26100.6901 17-Oct-25 15:56 904,560
BootMenuUX.dll 10.0.26100.6901 17-Oct-25 15:56 220,672
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 40,448
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 48,640
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 46,592
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 44,032
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 51,200
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 53,248
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 48,128
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 43,520
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 45,568
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 51,712
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 35,840
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 46,080
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 47,104
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 26,624
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 24,064
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 45,056
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 44,544
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 49,152
bootux.dll.mui 10.0.26100.6901 17-Oct-25 15:56 19,456
bootim.exe 10.0.26100.6901 17-Oct-25 15:56 34,816
driversipolicy.p7b Not versioned 17-Oct-25 15:56 229,162
ntdll.dll 10.0.26100.6901 17-Oct-25 15:56 2,419,480
cng.sys 10.0.26100.6901 17-Oct-25 15:56 718,560
ci.dll 10.0.26100.6901 17-Oct-25 15:56 973,824
driver.stl Not versioned 17-Oct-25 15:56 15,113
previous.driver.stl Not versioned 17-Oct-25 15:56 15,113
cryptbase.dll 10.0.26100.6901 17-Oct-25 15:56 76,136
symcryptk.dll 103.8.1.0 17-Oct-25 15:56 36,776
cryptsp.dll 10.0.26100.6901 17-Oct-25 15:56 176,816
DismCore.dll 10.0.26100.6901 17-Oct-25 15:56 784,792
DismProv.dll 10.0.26100.6901 17-Oct-25 15:56 526,208
DismCorePS.dll 10.0.26100.6901 17-Oct-25 15:56 404,888
LogProvider.dll 10.0.26100.6901 17-Oct-25 15:56 200,080
FolderProvider.dll 10.0.26100.6901 17-Oct-25 15:56 162,688
dhcpcore.dll 10.0.26100.6901 17-Oct-25 15:56 769,936
dhcpcsvc.dll 10.0.26100.6901 17-Oct-25 15:56 256,384
dhcpcore6.dll 10.0.26100.6901 17-Oct-25 15:56 534,928
dhcpcsvc6.dll 10.0.26100.6901 17-Oct-25 15:56 173,952
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:56 19,968
WerFaultSecure.exe.mui 10.0.26100.6901 17-Oct-25 15:56 6,656
faultrep.dll.mui 10.0.26100.6901 17-Oct-25 15:56 6,656
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:56 22,528
WerFaultSecure.exe.mui 10.0.26100.6901 17-Oct-25 15:56 7,168
faultrep.dll.mui 10.0.26100.6901 17-Oct-25 15:56 7,168
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:56 21,504
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:56 20,992
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:56 24,576
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:56 25,600
WerFaultSecure.exe.mui 10.0.26100.6901 17-Oct-25 15:56 8,192
faultrep.dll.mui 10.0.26100.6901 17-Oct-25 15:56 8,192
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:56 20,480
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:56 22,016
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:56 19,456
WerFaultSecure.exe.mui 10.0.26100.6901 17-Oct-25 15:56 7,680
faultrep.dll.mui 10.0.26100.6901 17-Oct-25 15:56 7,680
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:56 18,432
WerFaultSecure.exe.mui 10.0.26100.6901 17-Oct-25 15:56 6,144
faultrep.dll.mui 10.0.26100.6901 17-Oct-25 15:56 6,144
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:56 23,040
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:56 13,312
WerFaultSecure.exe.mui 10.0.26100.6901 17-Oct-25 15:56 5,120
faultrep.dll.mui 10.0.26100.6901 17-Oct-25 15:56 5,120
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:56 12,800
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:56 23,552
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:56 9,728
WerFaultSecure.exe.mui 10.0.26100.6901 17-Oct-25 15:56 4,608
faultrep.dll.mui 10.0.26100.6901 17-Oct-25 15:56 4,608
WerFault.exe.mui 10.0.26100.6901 17-Oct-25 15:56 10,240
wer.dll.mui 10.0.26100.6901 17-Oct-25 15:56 11,264
wer.dll.mui 10.0.26100.6901 17-Oct-25 15:56 12,288
wer.dll.mui 10.0.26100.6901 17-Oct-25 15:56 11,776
wer.dll.mui 10.0.26100.6901 17-Oct-25 15:56 13,312
wer.dll.mui 10.0.26100.6901 17-Oct-25 15:56 12,800
wer.dll.mui 10.0.26100.6901 17-Oct-25 15:56 9,728
wer.dll.mui 10.0.26100.6901 17-Oct-25 15:56 8,192
wer.dll.mui 10.0.26100.6901 17-Oct-25 15:56 10,752
wer.dll.mui 10.0.26100.6901 17-Oct-25 15:56 7,168
wer.dll 10.0.26100.6901 17-Oct-25 15:56 1,968,416
weretw.dll 10.0.26100.6901 17-Oct-25 15:56 516,088
werdiagcontroller.dll 10.0.26100.6901 17-Oct-25 15:56 52,736
wermgr.exe 10.0.26100.6901 17-Oct-25 15:56 285,568
WerFault.exe 10.0.26100.6901 17-Oct-25 15:56 1,099,176
WerFaultSecure.exe 10.0.26100.6901 17-Oct-25 15:56 215,504
Faultrep.dll 10.0.26100.6901 17-Oct-25 15:56 933,416
WerEnc.dll 10.0.26100.6901 17-Oct-25 15:56 34,688
fbwf.sys 10.0.26100.6901 17-Oct-25 15:56 134,408
cmi2migxml.dll 10.0.26100.6901 17-Oct-25 15:56 216,480
csiagent.dll 10.0.26100.6901 17-Oct-25 15:56 739,216
diagER.dll 10.0.26100.6901 17-Oct-25 15:56 77,736
hwcompat.dll 10.0.26100.6901 17-Oct-25 15:56 234,880
hwcompat.txt Not versioned 17-Oct-25 15:56 218,977
hwexclude.txt Not versioned 17-Oct-25 15:56 51
icbexclusion.inf Not versioned 17-Oct-25 15:56 7,222
migapp.xml Not versioned 17-Oct-25 15:56 654,548
migcore.dll 10.0.26100.6901 17-Oct-25 15:56 9,909,176
mighost.exe 10.0.26100.6901 17-Oct-25 15:56 271,272
migres.dll 10.0.26100.6901 17-Oct-25 15:56 17,312
migisol.dll 10.0.26100.6901 17-Oct-25 15:56 124,832
migstore.dll 10.0.26100.6901 17-Oct-25 15:56 1,407,872
migsys.dll 10.0.26100.6901 17-Oct-25 15:56 483,200
MXEAgent.dll 10.0.26100.6901 17-Oct-25 15:56 395,688
AppExtAgent.dll 10.0.26100.6901 17-Oct-25 15:56 499,584
offline.xml Not versioned 17-Oct-25 15:56 44,831
oscomps.xml Not versioned 17-Oct-25 15:56 449,323
osfilter.inf Not versioned 17-Oct-25 15:56 21,299
pnppropmig.dll 10.0.26100.6901 17-Oct-25 15:56 93,584
ReserveManager.dll 10.0.26100.6901 17-Oct-25 15:56 340,880
setupplatform.cfg Not versioned 17-Oct-25 15:56 15,971
setupplatform.dll 1.97.26100.6901 17-Oct-25 15:56 10,305,464
setupplatform.exe 1.97.26100.6901 17-Oct-25 15:56 238,976
SFCN.dat Not versioned 17-Oct-25 15:56 1,824
SFLCID.dat Not versioned 17-Oct-25 15:56 1,644
SFLISTW7.dat Not versioned 17-Oct-25 15:56 1,703,368
SFLISTW8.dat Not versioned 17-Oct-25 15:56 2,608,858
SFLISTWB.dat Not versioned 17-Oct-25 15:56 3,172,904
SFLISTWT.dat Not versioned 17-Oct-25 15:56 4,935,402
SFLISTRS1.dat Not versioned 17-Oct-25 15:56 5,593,182
SFPAT.inf Not versioned 17-Oct-25 15:56 11,602
SFPATW7.inf Not versioned 17-Oct-25 15:56 17,396
SFPATW8.inf Not versioned 17-Oct-25 15:56 79,818
SFPATWB.inf Not versioned 17-Oct-25 15:56 91,635
SFPATWT.inf Not versioned 17-Oct-25 15:56 165,729
SFPATRS1.inf Not versioned 17-Oct-25 15:56 169,730
unbcl.dll 10.0.26100.6901 17-Oct-25 15:56 1,113,000
upgradeagent.dll 10.0.26100.6901 17-Oct-25 15:56 3,451,264
upgradeagent.xml Not versioned 17-Oct-25 15:56 70,907
upgrade_comp.xml Not versioned 17-Oct-25 15:56 6,054
upgrade_bulk.xml Not versioned 17-Oct-25 15:56 211,949
upgrade_data.xml Not versioned 17-Oct-25 15:56 41,750
upgrade_frmwrk.xml Not versioned 17-Oct-25 15:56 19,157
upgWow_bulk.xml Not versioned 17-Oct-25 15:56 114,707
upgWowA32_bulk.xml Not versioned 17-Oct-25 15:56 114,697
uninstall.xml Not versioned 17-Oct-25 15:56 4,639
uninstall_data.xml Not versioned 17-Oct-25 15:56 11,122
wdsutil.dll 10.0.26100.6901 17-Oct-25 15:56 352,640
WinSetupMon.hiv Not versioned 17-Oct-25 15:56 8,192
WinSetupMon.sys 10.0.26100.6901 17-Oct-25 15:56 145,840
actionqueue.dll 10.0.26100.6901 17-Oct-25 15:56 431,512
appcompat_detailed.xsl Not versioned 17-Oct-25 15:56 13,608
appcompat_detailed_bidi.xsl Not versioned 17-Oct-25 15:56 13,732
cdplib.mof Not versioned 17-Oct-25 15:56 1,976
cdplibuninstall.mof Not versioned 17-Oct-25 15:56 571
dpx.dll 10.0.26100.6901 17-Oct-25 15:56 1,938,832
UpdateCompression.dll 5.0.1.1 17-Oct-25 15:56 1,075,072
itgtupg.dll 10.0.26100.6901 17-Oct-25 15:56 100,712
migtestplugin.dll 10.0.26100.6901 17-Oct-25 15:56 56,680
msdelta.dll 5.0.1.1 17-Oct-25 15:56 947,608
mspatcha.dll 5.0.1.1 17-Oct-25 15:56 116,112
smiengine.dll 10.0.26100.6901 17-Oct-25 15:56 1,696,656
wcmtypes.xsd Not versioned 17-Oct-25 15:56 1,047
wdsupgcompl.dll 10.0.26100.6901 17-Oct-25 15:56 26,992
auditetw.dll 10.0.26100.6901 17-Oct-25 15:56 16,216
cmisetupetw.dll 10.0.26100.6901 17-Oct-25 15:56 16,768
etwproviderinstall.vbs Not versioned 17-Oct-25 15:56 6,868
setupcletw.dll 10.0.26100.6901 17-Oct-25 15:56 20,824
winsetupetw.dll 10.0.26100.6901 17-Oct-25 15:56 68,968
migres.dll.mui 10.0.26100.6901 17-Oct-25 15:56 7,680
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:56 14,248
migres.dll.mui 10.0.26100.6901 17-Oct-25 15:56 8,192
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:56 14,224
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:56 14,208
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:56 14,720
migres.dll.mui 10.0.26100.6901 17-Oct-25 15:56 8,704
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:56 14,240
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:56 14,752
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:56 14,232
migres.dll.mui 10.0.26100.6901 17-Oct-25 15:56 7,168
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:56 13,736
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:56 14,736
migres.dll.mui 10.0.26100.6901 17-Oct-25 15:56 6,656
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:56 13,184
migres.dll.mui 10.0.26100.6901 17-Oct-25 15:56 6,144
migres.dll.mui 10.0.26100.6901 17-Oct-25 15:56 5,632
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:56 13,216
setupplatform.exe.mui 1.97.26100.6901 17-Oct-25 15:56 13,208
iertutil.dll 11.0.26100.6901 17-Oct-25 15:56 3,478,736
msIso.dll 11.0.26100.6901 17-Oct-25 15:56 529,920
edgeIso.dll 11.0.26100.6901 17-Oct-25 15:56 827,904
KernelBase.dll 10.0.26100.6901 17-Oct-25 15:56 7,039,552
dxgkrnl.sys 10.0.26100.6901 17-Oct-25 15:56 4,917,632
cdd.dll 10.0.26100.6901 17-Oct-25 15:56 260,608
dxgmms1.sys 10.0.26100.6901 17-Oct-25 15:56 462,720
dxgmms2.sys 10.0.26100.6901 17-Oct-25 15:56 1,076,640
api-ms-win-core-comm-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 22,440
api-ms-win-core-console-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 22,440
api-ms-win-core-datetime-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,392
api-ms-win-core-datetime-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 20,864
api-ms-win-core-debug-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,416
api-ms-win-core-debug-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 21,400
api-ms-win-core-delayload-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 20,896
api-ms-win-core-errorhandling-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,376
api-ms-win-core-errorhandling-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 21,376
api-ms-win-core-fibers-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 20,888
api-ms-win-core-fibers-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 20,880
api-ms-win-core-file-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 29,584
api-ms-win-core-file-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,376
api-ms-win-core-file-l1-2-1.dll 10.0.26100.6901 17-Oct-25 15:56 21,376
api-ms-win-core-handle-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,400
api-ms-win-core-heap-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 22,416
api-ms-win-core-interlocked-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,416
api-ms-win-core-io-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,904
api-ms-win-core-io-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 20,904
api-ms-win-core-libraryloader-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 23,464
api-ms-win-core-libraryloader-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 21,376
api-ms-win-core-localization-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:56 27,560
api-ms-win-core-localization-l1-2-1.dll 10.0.26100.6901 17-Oct-25 15:56 20,864
api-ms-win-core-memory-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 22,400
api-ms-win-core-memory-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 23,448
api-ms-win-core-memory-l1-1-2.dll 10.0.26100.6901 17-Oct-25 15:56 22,416
api-ms-win-core-namedpipe-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,912
api-ms-win-core-processenvironment-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 23,448
api-ms-win-core-processenvironment-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,416
api-ms-win-core-processthreads-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 26,536
api-ms-win-core-processthreads-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 22,936
api-ms-win-core-processthreads-l1-1-2.dll 10.0.26100.6901 17-Oct-25 15:56 21,928
api-ms-win-core-profile-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 20,904
api-ms-win-core-realtime-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,400
api-ms-win-core-registry-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 25,472
api-ms-win-core-rtlsupport-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 22,424
api-ms-win-core-string-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,912
api-ms-win-core-stringloader-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 20,880
api-ms-win-core-synch-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 25,472
api-ms-win-core-synch-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:56 22,936
api-ms-win-core-sysinfo-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 23,448
api-ms-win-core-sysinfo-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,920
api-ms-win-core-sysinfo-l1-2-1.dll 10.0.26100.6901 17-Oct-25 15:56 21,392
api-ms-win-core-threadpool-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:56 25,984
api-ms-win-core-timezone-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 22,928
api-ms-win-core-util-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,376
api-ms-win-core-xstate-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,888
api-ms-win-security-base-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 33,664
api-ms-win-service-core-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,392
api-ms-win-service-core-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 21,400
api-ms-win-service-management-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,392
api-ms-win-service-management-l2-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,928
api-ms-win-service-winsvc-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 23,936
API-MS-Win-core-localization-obsolete-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,912
api-ms-win-core-threadpool-private-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,200
api-ms-win-core-threadpool-legacy-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,888
api-ms-win-core-wow64-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 21,400
api-ms-win-service-private-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 22,952
api-ms-win-service-private-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 23,448
api-ms-win-crt-conio-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 23,952
api-ms-win-crt-convert-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 30,616
api-ms-win-crt-environment-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 22,416
api-ms-win-crt-filesystem-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 26,536
api-ms-win-crt-heap-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 23,424
api-ms-win-crt-locale-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 22,936
api-ms-win-crt-math-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 41,896
api-ms-win-crt-multibyte-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 39,336
api-ms-win-crt-private-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 135,552
api-ms-win-crt-process-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 23,960
api-ms-win-crt-runtime-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 31,648
api-ms-win-crt-stdio-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 35,240
api-ms-win-crt-string-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 35,736
api-ms-win-crt-time-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 27,024
api-ms-win-crt-utility-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 22,928
ucrtbase.dll 10.0.26100.6901 17-Oct-25 15:56 2,262,360
migstore.dll 10.0.26100.6901 17-Oct-25 15:56 1,407,904
mighost.exe 10.0.26100.6901 17-Oct-25 15:56 271,248
migapp.dll 10.0.26100.6901 17-Oct-25 15:56 334,224
MXEAgent.dll 10.0.26100.6901 17-Oct-25 15:56 395,648
AppExtAgent.dll 10.0.26100.6901 17-Oct-25 15:56 499,600
csiagent.dll 10.0.26100.6901 17-Oct-25 15:56 739,200
cmi2migxml.dll 10.0.26100.6901 17-Oct-25 15:56 216,448
SFLISTXP.dat Not versioned 17-Oct-25 15:56 1,459,226
SFLISTLH.dat Not versioned 17-Oct-25 15:56 3,347,940
SFPATXP.inf Not versioned 17-Oct-25 15:56 4,355
SFPATLH.inf Not versioned 17-Oct-25 15:56 8,678
msasn1.dll 10.0.26100.6901 17-Oct-25 15:56 140,672
msvcrt.dll 7.0.26100.6901 17-Oct-25 15:56 1,324,392
netio.sys 10.0.26100.6901 17-Oct-25 15:56 675,712
ncsi.dll 10.0.26100.6901 17-Oct-25 15:56 1,243,648
netprofmsvc.dll 10.0.26100.6901 17-Oct-25 15:56 2,193,920
nlaapi.dll 10.0.26100.6901 17-Oct-25 15:56 75,264
nlmproxy.dll 10.0.26100.6901 17-Oct-25 15:56 77,312
nlmsprep.dll 10.0.26100.6901 17-Oct-25 15:56 57,344
ntdll.dll 10.0.26100.6901 17-Oct-25 15:56 4,341,480
ntoskrnl.exe 10.0.26100.6901 17-Oct-25 15:56 11,438,520
rpcrt4.dll 10.0.26100.6901 17-Oct-25 15:56 2,102,816
reagent.adml Not versioned 17-Oct-25 15:56 1,817
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:56 10,752
wdsimage.dll.mui 10.0.26100.6901 17-Oct-25 15:56 6,144
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:56 12,288
reagent.adml Not versioned 17-Oct-25 15:56 2,035
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:56 11,264
reagent.adml Not versioned 17-Oct-25 15:56 2,016
reagent.adml Not versioned 17-Oct-25 15:56 2,263
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:56 12,800
wdsimage.dll.mui 10.0.26100.6901 17-Oct-25 15:56 6,656
reagent.adml Not versioned 17-Oct-25 15:56 3,659
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:56 13,312
reagent.adml Not versioned 17-Oct-25 15:56 2,091
reagent.adml Not versioned 17-Oct-25 15:56 2,166
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:56 11,776
reagent.adml Not versioned 17-Oct-25 15:56 2,272
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:56 9,728
reagent.adml Not versioned 17-Oct-25 15:56 2,348
reagent.adml Not versioned 17-Oct-25 15:56 2,088
reagent.adml Not versioned 17-Oct-25 15:56 2,399
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:56 8,192
wdsimage.dll.mui 10.0.26100.6901 17-Oct-25 15:56 4,608
reagent.adml Not versioned 17-Oct-25 15:56 1,908
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:56 7,680
reagent.adml Not versioned 17-Oct-25 15:56 2,089
wdsimage.dll.mui 10.0.26100.6901 17-Oct-25 15:56 7,168
reagent.adml Not versioned 17-Oct-25 15:56 2,099
reagent.adml Not versioned 17-Oct-25 15:56 2,093
reagent.adml Not versioned 17-Oct-25 15:56 2,106
reagent.adml Not versioned 17-Oct-25 15:56 3,348
reagent.adml Not versioned 17-Oct-25 15:56 2,117
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:56 10,240
reagent.adml Not versioned 17-Oct-25 15:56 2,133
wdsimage.dll.mui 10.0.26100.6901 17-Oct-25 15:56 5,632
reagent.adml Not versioned 17-Oct-25 15:56 1,718
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:56 6,144
wdsimage.dll.mui 10.0.26100.6901 17-Oct-25 15:56 4,096
reagent.adml Not versioned 17-Oct-25 15:56 1,706
reagent.dll.mui 10.0.26100.6901 17-Oct-25 15:56 6,656
reagent.admx Not versioned 17-Oct-25 15:56 1,240
reagent.dll 10.0.26100.6901 17-Oct-25 15:56 1,207,712
reagent.xml Not versioned 17-Oct-25 15:56 837
SetupPlatform.cfg Not versioned 17-Oct-25 15:56 22,945
wdscore.dll 10.0.26100.6901 17-Oct-25 15:56 260,000
WinSetupBoot.hiv Not versioned 17-Oct-25 15:56 8,192
WinSetupBoot.sys 10.0.26100.6901 17-Oct-25 15:56 91,008
wdsclientapi.dll 10.0.26100.6901 17-Oct-25 15:56 252,264
wdscsl.dll 10.0.26100.6901 17-Oct-25 15:56 94,632
wdsimage.dll 10.0.26100.6901 17-Oct-25 15:56 111,488
wdstptc.dll 10.0.26100.6901 17-Oct-25 15:56 199,000
fvevol.sys 10.0.26100.6901 17-Oct-25 15:56 890,280
dumpfve.sys 10.0.26100.6901 17-Oct-25 15:56 108,656
bcd.dll 10.0.26100.6901 17-Oct-25 15:56 145,192
bootsvc.dll 10.0.26100.6901 17-Oct-25 15:56 282,576
hwreqchk.dll Not versioned 17-Oct-25 15:56 812,928
ServicingCommon.dll 10.0.26100.6901 17-Oct-25 15:56 1,771,208
utcapi.dll 10.0.26100.6901 17-Oct-25 15:56 46,464
wimgapi.dll 10.0.26100.6901 17-Oct-25 15:56 1,547,176
wdscommonlib.dll 10.0.26100.6901 17-Oct-25 15:56 322,432
dismapi.dll 10.0.26100.6901 17-Oct-25 15:56 2,149,760
dismcore.dll 10.0.26100.6901 17-Oct-25 15:56 784,808
dismcoreps.dll 10.0.26100.6901 17-Oct-25 15:56 219,544
dismprov.dll 10.0.26100.6901 17-Oct-25 15:56 298,384
imagingprovider.dll 10.0.26100.6901 17-Oct-25 15:56 470,424
logprovider.dll 10.0.26100.6901 17-Oct-25 15:56 180,120
vhdprovider.dll 10.0.26100.6901 17-Oct-25 15:56 1,090,432
wimprovider.dll 10.0.26100.6901 17-Oct-25 15:56 1,283,496
unattend.dll 10.0.26100.6901 17-Oct-25 15:56 353,664
wpx.dll 10.0.26100.6901 17-Oct-25 15:56 1,553,792
locale.nls Not versioned 17-Oct-25 15:56 862,800
nlsbres.dll 10.0.26100.6901 17-Oct-25 15:56 94,592
KerbClientShared.dll 10.0.26100.6901 17-Oct-25 15:56 375,208
sechost.dll 10.0.26100.6901 17-Oct-25 15:56 1,164,840
fveapibase.dll 10.0.26100.6901 17-Oct-25 15:56 1,302,528
fveapi.dll 10.0.26100.6901 17-Oct-25 15:56 2,208,256
kerberos.dll 10.0.26100.6901 17-Oct-25 15:56 2,351,616
kerb3961.dll 10.0.26100.6901 17-Oct-25 15:56 304,872
localkdcsvc.dll 10.0.26100.6901 17-Oct-25 15:56 872,960
LsaIso.exe 10.0.26100.6901 17-Oct-25 15:56 375,056
iumcrypt.dll 10.0.26100.6901 17-Oct-25 15:56 141,160
NtlmShared.dll 10.0.26100.6901 17-Oct-25 15:56 177,304
ResetEngine.dll 10.0.26100.6901 17-Oct-25 15:56 3,414,952
ResetTelemetry.dll 10.0.26100.6901 17-Oct-25 15:56 583,040
ResetEngine.exe 10.0.26100.6901 17-Oct-25 15:56 26,536
ResetPluginHost.exe 10.0.26100.6901 17-Oct-25 15:56 41,472
srms.dat Not versioned 17-Oct-25 15:56 60,961
sysreset.exe 10.0.26100.6901 17-Oct-25 15:56 480,256
ResetEngOnline.dll 10.0.26100.6901 17-Oct-25 15:56 228,352
SysResetErr.exe 10.0.26100.6901 17-Oct-25 15:56 62,864
ResetEngOnline.dll.mui 10.0.26100.6901 17-Oct-25 15:56 2,560
sysreseterr.exe.mui 10.0.26100.6901 17-Oct-25 15:56 3,072
ResetEngine.dll.mui 10.0.26100.6901 17-Oct-25 15:56 4,096
ResetEngOnline.dll.mui 10.0.26100.6901 17-Oct-25 15:56 3,072
ResetEngine.dll.mui 10.0.26100.6901 17-Oct-25 15:56 4,608
sysreseterr.exe.mui 10.0.26100.6901 17-Oct-25 15:56 2,560
ResetEngine.dll.mui 10.0.26100.6901 17-Oct-25 15:56 3,584
tcpip.sys 10.0.26100.6901 17-Oct-25 15:56 3,300,736
FWPKCLNT.SYS 10.0.26100.6901 17-Oct-25 15:56 541,592
tcpipreg.sys 10.0.26100.6901 17-Oct-25 15:56 62,976
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:56 261,632
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:56 269,312
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:56 266,240
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:56 265,216
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:56 267,776
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:56 268,800
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:56 261,120
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:56 267,264
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:56 263,680
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:56 265,728
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:56 259,072
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:56 252,928
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:56 251,904
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:56 264,192
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:56 263,168
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:56 262,656
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:56 266,752
tcpip.sys.mui 10.0.26100.6901 17-Oct-25 15:56 249,344
DiagnosticDataSettings.dll 10.0.26100.6901 17-Oct-25 15:56 94,184
tbs.dll 10.0.26100.6901 17-Oct-25 15:56 172,696
tbs.sys 10.0.26100.6901 17-Oct-25 15:56 44,456
usodocked.dll 10.0.26100.6901 17-Oct-25 15:56 1,453,568
usosvc.dll.mui 10.0.26100.6901 17-Oct-25 15:56 3,584
usosvc.dll.mui 10.0.26100.6901 17-Oct-25 15:56 3,072
8acdd7e8a35f165b675b664e7ef8753ef4782f32.xml Not versioned 17-Oct-25 15:56 3,314
72aceda3d9ebaa195b776ea9042fdf4dc3d29834.xml Not versioned 17-Oct-25 15:56 2,496
7bc20c224f17145165aedb3fce9bda4f3c563cd7.xml Not versioned 17-Oct-25 15:56 2,344
465bb23da8d1bea1a024758ba463bc1a7c487362.xml Not versioned 17-Oct-25 15:56 2,458
7106fe8ce0b33cfdfee8b58e7e1b0a812935905e.xml Not versioned 17-Oct-25 15:56 2,344
518f3ea9dc67aa5af7eb2840a6f77c874c2b2a17.xml Not versioned 17-Oct-25 15:56 2,476
99c5248bd8c3356e9a42f332cab9b22eae3856df.xml Not versioned 17-Oct-25 15:56 2,488
ef338bad6c4b025dc9c8f4f87a98276b2139d403.xml Not versioned 17-Oct-25 15:56 2,482
0e0337eedd34f1bed8e9bc3202a2754e48b705af.xml Not versioned 17-Oct-25 15:56 2,500
4ba05104f3d293466a50d8de04318624ab592070.xml Not versioned 17-Oct-25 15:56 2,476
81d5c60cdaa2f6bac600452c12eac91e3823d9ef.xml Not versioned 17-Oct-25 15:56 3,876
90eaab3b92938b566b871d11d7a2c86b081b26d4.xml Not versioned 17-Oct-25 15:56 2,460
c20df1ed8df28c31d513bd896b58980c00c8b298.xml Not versioned 17-Oct-25 15:56 878
5c7e9e098d198f0114f76066999378607084a638.xml Not versioned 17-Oct-25 15:56 1,034
68feea34ca8e40dee5faab63604db4cd1d7a3e77.xml Not versioned 17-Oct-25 15:56 1,034
56a7d507d06f3d51821e1124e642fa74ff3397af.xml Not versioned 17-Oct-25 15:56 1,034
3332a645bfab2f45c96ade4c05630863cbdcfbd1.xml Not versioned 17-Oct-25 15:56 1,034
e4c1f6f26bc4ae6ba77734b6aa93d400b87278bb.xml Not versioned 17-Oct-25 15:56 1,034
b2617fe77af0e357462c58cb9ab1bbc2a243ab95.xml Not versioned 17-Oct-25 15:56 1,034
0690201f6b392ef45758aa8180e54b80d4ff1a6a.xml Not versioned 17-Oct-25 15:56 2,270
3cee7b10553edccb79ba709ba53630469cb48843.xml Not versioned 17-Oct-25 15:56 1,234
23d343cca2905f5a9d8ed56e2f7308cf612ba7ec.xml Not versioned 17-Oct-25 15:56 976
43ee7b2a373632f9a701249fd96d0edec2ff1279.xml Not versioned 17-Oct-25 15:56 4,202
usosvc.dll 10.0.26100.6901 17-Oct-25 15:56 98,816
usosvcimpl.dll 1450.2508.27012.0 17-Oct-25 15:56 1,626,512
MoUsoCoreWorker.exe 1450.2508.27012.0 17-Oct-25 15:56 5,986,232
msvcp_win.dll 10.0.26100.6901 17-Oct-25 15:56 1,331,712
Ucx01000.sys 10.0.26100.6901 17-Oct-25 15:56 274,328
DuCsps.dll 10.0.26100.6901 17-Oct-25 15:56 128,000
usoapi.dll 10.0.26100.6901 17-Oct-25 15:56 380,416
usocoreps.dll 10.0.26100.6901 17-Oct-25 15:56 101,888
Windows.Management.Update.dll 10.0.26100.6901 17-Oct-25 15:56 293,888
nsi.dll 10.0.26100.6901 17-Oct-25 15:56 53,384
winnsi.dll 10.0.26100.6901 17-Oct-25 15:56 98,296
nsisvc.dll 10.0.26100.6901 17-Oct-25 15:56 78,848
nsiproxy.sys 10.0.26100.6901 17-Oct-25 15:56 50,176
ws2_32.dll 10.0.26100.6901 17-Oct-25 15:56 782,688
win32u.dll 10.0.26100.6901 17-Oct-25 15:56 381,296
win32k.sys 10.0.26100.6901 17-Oct-25 15:56 683,424
win32kfull.sys 10.0.26100.6901 17-Oct-25 15:56 3,934,208
win32kbase.sys 10.0.26100.6901 17-Oct-25 15:56 3,072,000
win32kbase_rs.sys 10.0.26100.6901 17-Oct-25 15:56 120,832
WindowsCodecs.dll 10.0.26100.6901 17-Oct-25 15:56 3,940,536
winpeshl.exe 10.0.26100.6901 17-Oct-25 15:56 72,704
wpeutil.dll 10.0.26100.6901 17-Oct-25 15:56 182,784
wpeutil.exe 10.0.26100.6901 17-Oct-25 15:56 15,872
wpeinit.exe 10.0.26100.6901 17-Oct-25 15:56 39,424
startnet.cmd Not versioned 17-Oct-25 15:56 9
winpeshl.exe.mui 10.0.26100.6901 17-Oct-25 15:56 3,584
wpeutil.dll.mui 10.0.26100.6901 17-Oct-25 15:56 10,752
winpeshl.exe.mui 10.0.26100.6901 17-Oct-25 15:56 4,096
wpeutil.dll.mui 10.0.26100.6901 17-Oct-25 15:56 11,264
wpeutil.dll.mui 10.0.26100.6901 17-Oct-25 15:56 11,776
winpeshl.exe.mui 10.0.26100.6901 17-Oct-25 15:56 3,072
wpeutil.dll.mui 10.0.26100.6901 17-Oct-25 15:56 8,704
wpeutil.dll.mui 10.0.26100.6901 17-Oct-25 15:56 7,680
wpeutil.dll.mui 10.0.26100.6901 17-Oct-25 15:56 7,168
CloudRecApi.dll 10.0.26100.6901 17-Oct-25 15:56 72,192
CloudRecSvc.exe 1.0.0.1 17-Oct-25 15:56 97,280
ReAgent.dll 10.0.26100.6901 17-Oct-25 15:56 1,207,696
ReInfo.dll 10.0.26100.6901 17-Oct-25 15:56 176,640
StartRep.exe 10.0.26100.6901 17-Oct-25 15:56 1,303,040
RecHost.exe 10.0.26100.6901 17-Oct-25 15:56 139,664
SrtTel.dll 10.0.26100.6901 17-Oct-25 15:56 1,905,536
RecEnv.exe 10.0.26100.6901 17-Oct-25 15:56 461,224
BootRec.exe 10.0.26100.6901 17-Oct-25 15:56 181,760
DUTProvider.dll 10.0.26100.6901 17-Oct-25 15:56 361,856
WinSetupBak.hiv Not versioned 17-Oct-25 15:56 8,192
WinSetupBak.sys 10.0.26100.6901 17-Oct-25 15:56 197,016
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:56 36,352
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:56 25,600
BootRec.exe.mui 10.0.26100.6901 17-Oct-25 15:56 4,608
DUTProvider.dll.mui 10.0.26100.6901 17-Oct-25 15:56 5,120
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:56 35,840
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:56 39,936
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:56 27,648
BootRec.exe.mui 10.0.26100.6901 17-Oct-25 15:56 5,120
DUTProvider.dll.mui 10.0.26100.6901 17-Oct-25 15:56 5,632
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:56 43,520
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:56 29,184
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:56 32,768
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:56 24,576
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:56 38,400
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:56 27,136
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:56 40,960
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:56 28,160
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:56 38,912
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:56 26,624
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:56 22,528
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:56 19,456
BootRec.exe.mui 10.0.26100.6901 17-Oct-25 15:56 4,096
DUTProvider.dll.mui 10.0.26100.6901 17-Oct-25 15:56 4,096
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:56 20,992
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:56 18,432
BootRec.exe.mui 10.0.26100.6901 17-Oct-25 15:56 3,584
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:56 35,328
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:56 26,112
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:56 37,888
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:56 40,448
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:56 34,816
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:56 25,088
StartRep.exe.mui 10.0.26100.6901 17-Oct-25 15:56 15,872
RecEnv.exe.mui 10.0.26100.6901 17-Oct-25 15:56 16,896
wow64con.dll 10.0.26100.6901 17-Oct-25 15:56 18,696
bcrypt.dll 10.0.26100.6901 17-Oct-25 15:56 102,304
bcryptprimitives.dll 10.0.26100.6901 17-Oct-25 15:56 427,712
msvcrt.dll 7.0.26100.6901 17-Oct-25 15:56 1,156,680
ucrtbase.dll 10.0.26100.6901 17-Oct-25 15:56 1,574,584
d2d1.dll 10.0.26100.6901 17-Oct-25 15:56 7,036,544
d3d9on12.dll 10.0.26100.6901 17-Oct-25 15:56 981,504
d3d10warp.dll 10.0.26100.6901 17-Oct-25 15:56 9,693,552
d3d11.dll 10.0.26100.6901 17-Oct-25 15:56 3,431,816
d3d11on12.dll 10.0.26100.6901 17-Oct-25 15:56 788,976
d3d12.dll 10.0.26100.6901 17-Oct-25 15:56 188,320
DWrite.dll 10.0.26100.6901 17-Oct-25 15:56 2,943,488
gdi32.dll 10.0.26100.6901 17-Oct-25 15:56 280,840
iertutil.dll 11.0.26100.6901 17-Oct-25 15:56 2,749,152
jscript9.dll 11.0.26100.6901 17-Oct-25 15:56 6,512,640
msftedit.dll 10.0.26100.6901 17-Oct-25 15:56 4,263,936
mshtml.dll 11.0.26100.6901 17-Oct-25 15:56 28,167,680
msIso.dll 11.0.26100.6901 17-Oct-25 15:56 381,440
opengl32.dll 10.0.26100.6901 17-Oct-25 15:56 1,281,536
urlmon.dll 11.0.26100.6901 17-Oct-25 15:56 2,325,504
windows.storage.dll 10.0.26100.6901 17-Oct-25 15:56 12,475,968
WindowsCodecs.dll 10.0.26100.6901 17-Oct-25 15:56 2,807,040
wininet.dll 11.0.26100.6901 17-Oct-25 15:56 3,078,632
KernelBase.dll 10.0.26100.6901 17-Oct-25 15:56 3,929,824
oleaut32.dll 10.0.26100.6901 17-Oct-25 15:56 1,032,736
rpcrt4.dll 10.0.26100.6901 17-Oct-25 15:56 1,249,664
cryptbase.dll 10.0.26100.6901 17-Oct-25 15:56 32,640
cryptsp.dll 10.0.26100.6901 17-Oct-25 15:56 77,000
DismCore.dll 10.0.26100.6901 17-Oct-25 15:56 371,072
DismProv.dll 10.0.26100.6901 17-Oct-25 15:56 209,296
DismCorePS.dll 10.0.26100.6901 17-Oct-25 15:56 98,712
LogProvider.dll 10.0.26100.6901 17-Oct-25 15:56 76,160
FolderProvider.dll 10.0.26100.6901 17-Oct-25 15:56 59,808
dhcpcore.dll 10.0.26100.6901 17-Oct-25 15:56 369,024
dhcpcsvc.dll 10.0.26100.6901 17-Oct-25 15:56 98,704
dhcpcore6.dll 10.0.26100.6901 17-Oct-25 15:56 257,944
dhcpcsvc6.dll 10.0.26100.6901 17-Oct-25 15:56 85,392
wer.dll 10.0.26100.6901 17-Oct-25 15:56 815,112
weretw.dll 10.0.26100.6901 17-Oct-25 15:56 188,008
werdiagcontroller.dll 10.0.26100.6901 17-Oct-25 15:56 41,984
wermgr.exe 10.0.26100.6901 17-Oct-25 15:56 241,552
WerFault.exe 10.0.26100.6901 17-Oct-25 15:56 539,560
WerFaultSecure.exe 10.0.26100.6901 17-Oct-25 15:56 187,568
Faultrep.dll 10.0.26100.6901 17-Oct-25 15:56 458,736
WerEnc.dll 10.0.26100.6901 17-Oct-25 15:56 27,920
iertutil.dll 11.0.26100.6901 17-Oct-25 15:56 2,357,920
msIso.dll 11.0.26100.6901 17-Oct-25 15:56 205,312
edgeIso.dll 11.0.26100.6901 17-Oct-25 15:56 373,248
KernelBase.dll 10.0.26100.6901 17-Oct-25 15:56 2,920,872
api-ms-win-core-comm-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,200
api-ms-win-core-console-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,184
api-ms-win-core-datetime-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,696
api-ms-win-core-datetime-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 12,672
api-ms-win-core-debug-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,712
api-ms-win-core-debug-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 12,712
api-ms-win-core-delayload-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,160
api-ms-win-core-errorhandling-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,696
api-ms-win-core-errorhandling-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 12,696
api-ms-win-core-fibers-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,672
api-ms-win-core-fibers-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 12,200
api-ms-win-core-file-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 16,256
api-ms-win-core-file-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,712
api-ms-win-core-file-l1-2-1.dll 10.0.26100.6901 17-Oct-25 15:56 12,672
api-ms-win-core-handle-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,672
api-ms-win-core-heap-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,200
api-ms-win-core-interlocked-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,208
api-ms-win-core-io-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,712
api-ms-win-core-io-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 12,672
api-ms-win-core-libraryloader-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,696
api-ms-win-core-libraryloader-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 12,696
api-ms-win-core-localization-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:56 15,760
api-ms-win-core-localization-l1-2-1.dll 10.0.26100.6901 17-Oct-25 15:56 12,192
api-ms-win-core-memory-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,184
api-ms-win-core-memory-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 13,712
api-ms-win-core-memory-l1-1-2.dll 10.0.26100.6901 17-Oct-25 15:56 13,216
api-ms-win-core-namedpipe-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,672
api-ms-win-core-processenvironment-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,712
api-ms-win-core-processenvironment-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,672
api-ms-win-core-processthreads-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 15,232
api-ms-win-core-processthreads-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 13,184
api-ms-win-core-processthreads-l1-1-2.dll 10.0.26100.6901 17-Oct-25 15:56 12,688
api-ms-win-core-profile-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,696
api-ms-win-core-realtime-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,672
api-ms-win-core-registry-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 14,720
api-ms-win-core-rtlsupport-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,672
api-ms-win-core-string-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,704
api-ms-win-core-stringloader-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 12,672
api-ms-win-core-synch-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 14,720
api-ms-win-core-synch-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,208
api-ms-win-core-sysinfo-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,696
api-ms-win-core-sysinfo-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,712
api-ms-win-core-sysinfo-l1-2-1.dll 10.0.26100.6901 17-Oct-25 15:56 12,688
api-ms-win-core-threadpool-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:56 14,720
api-ms-win-core-timezone-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,216
api-ms-win-core-util-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,672
api-ms-win-core-xstate-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,712
api-ms-win-security-base-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 18,344
api-ms-win-service-core-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,696
api-ms-win-service-core-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 12,696
api-ms-win-service-management-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,688
api-ms-win-service-management-l2-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,672
api-ms-win-service-winsvc-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,712
API-MS-Win-core-localization-obsolete-l1-2-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,224
api-ms-win-core-threadpool-private-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,672
api-ms-win-core-threadpool-legacy-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,704
api-ms-win-core-wow64-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 12,688
api-ms-win-service-private-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,736
api-ms-win-service-private-l1-1-1.dll 10.0.26100.6901 17-Oct-25 15:56 13,720
api-ms-win-crt-conio-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,736
api-ms-win-crt-convert-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 16,808
api-ms-win-crt-environment-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,200
api-ms-win-crt-filesystem-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 15,248
api-ms-win-crt-heap-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,696
api-ms-win-crt-locale-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,184
api-ms-win-crt-math-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 23,424
api-ms-win-crt-multibyte-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 20,864
api-ms-win-crt-private-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 67,480
api-ms-win-crt-process-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,696
api-ms-win-crt-runtime-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 17,832
api-ms-win-crt-stdio-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 18,832
api-ms-win-crt-string-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 19,368
api-ms-win-crt-time-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 15,232
api-ms-win-crt-utility-l1-1-0.dll 10.0.26100.6901 17-Oct-25 15:56 13,184
ucrtbase.dll 10.0.26100.6901 17-Oct-25 15:56 1,114,152
migcore.dll 10.0.26100.6901 17-Oct-25 15:56 7,157,704
migstore.dll 10.0.26100.6901 17-Oct-25 15:56 1,046,440
mighost.exe 10.0.26100.6901 17-Oct-25 15:56 254,848
migres.dll 10.0.26100.6901 17-Oct-25 15:56 17,280
migapp.dll 10.0.26100.6901 17-Oct-25 15:56 231,808
MXEAgent.dll 10.0.26100.6901 17-Oct-25 15:56 274,816
AppExtAgent.dll 10.0.26100.6901 17-Oct-25 15:56 346,512
csiagent.dll 10.0.26100.6901 17-Oct-25 15:56 527,232
cmi2migxml.dll 10.0.26100.6901 17-Oct-25 15:56 158,608
msasn1.dll 10.0.26100.6901 17-Oct-25 15:56 52,216
msvcrt.dll 7.0.26100.6901 17-Oct-25 15:56 809,392
nlaapi.dll 10.0.26100.6901 17-Oct-25 15:56 24,064
nlmproxy.dll 10.0.26100.6901 17-Oct-25 15:56 19,456
nlmsprep.dll 10.0.26100.6901 17-Oct-25 15:56 17,920
ntdll.dll 10.0.26100.6901 17-Oct-25 15:56 1,819,248
rpcrt4.dll 10.0.26100.6901 17-Oct-25 15:56 772,208
KerbClientShared.dll 10.0.26100.6901 17-Oct-25 15:56 165,920
sechost.dll 10.0.26100.6901 17-Oct-25 15:56 529,512
fveapibase.dll 10.0.26100.6901 17-Oct-25 15:56 627,712
fveapi.dll 10.0.26100.6901 17-Oct-25 15:56 1,083,392
kerberos.dll 10.0.26100.6901 17-Oct-25 15:56 1,042,432
kerb3961.dll 10.0.26100.6901 17-Oct-25 15:56 134,384
NtlmShared.dll 10.0.26100.6901 17-Oct-25 15:56 68,248
ServicingCommon.dll 10.0.26100.6901 17-Oct-25 15:56 763,456
DiagnosticDataSettings.dll 10.0.26100.6901 17-Oct-25 15:56 38,808
tbs.dll 10.0.26100.6901 17-Oct-25 15:56 80,160
msvcp_win.dll 10.0.26100.6901 17-Oct-25 15:56 505,712
usoapi.dll 10.0.26100.6901 17-Oct-25 15:56 98,816
Windows.Management.Update.dll 10.0.26100.6901 17-Oct-25 15:56 217,600
nsi.dll 10.0.26100.6901 17-Oct-25 15:56 21,768
winnsi.dll 10.0.26100.6901 17-Oct-25 15:56 35,696
ws2_32.dll 10.0.26100.6901 17-Oct-25 15:56 392,120
win32u.dll 10.0.26100.6901 17-Oct-25 15:56 106,432
WindowsCodecs.dll 10.0.26100.6901 17-Oct-25 15:56 1,982,344
ReAgent.dll 10.0.26100.6901 17-Oct-25 15:56 638,376
ReInfo.dll 10.0.26100.6901 17-Oct-25 15:56 62,976

References

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

Query words: safeos du