应用对象
Windows 11 version 24H2, all editions Windows 11 version 25H2, all editions Windows Server 2025

Windows 安全启动证书过期 

重要提示: 大多数 Windows 设备使用的安全启动证书从 2026 年 6 月开始过期。 若未能及时更新,这可能会影响某些个人和企业设备安全启动的能力。 为避免中断,建议查看指南并提前采取措施更新证书。 有关详细信息和准备步骤,请参阅Windows 安全启动证书过期和 CA 更新

摘要

此更新改进了 Windows 恢复环境 (WinRE) 。

如何获取此更新

安装此更新

若要安装此更新,请使用以下发布频道之一。

可用

后续步骤

可用

可以通过 Windows 更新获取此更新。 此更新会自动下载并安装。

先决条件

应用此更新没有任何先决条件。

重启信息

应用此更新后,无需重新启动您的设备。

删除信息

应用到 Windows 映像后,无法删除此更新。

更新替代信息

此更新将替换以前发布的更新 KB5067040

验证此更新的安装

安装此更新后,设备上安装的 WinRE 版本应为 10.0.26100.7149

若要获取安装的 WinRE 版本,请使用管理员凭据运行以下 PowerShell 脚本“GetWinReVersion.ps1”。 运行该脚本后,应该会收到已安装的 WinRE 版本,如以下示例所示:

GetWinReVersion.ps1 PowerShell 脚本

################################################################################################

#

# 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

文件信息

此软件更新的英语(美国)版本会安装具有以下属性的文件。 此更新可能包含其他语言的文件。

文件名

文件版本

日期

时间

文件大小

storufs.inf

未版本控制

23-Oct-25

23:47

26,264

storufs.sys

10.0.26100.7149

23-Oct-25

23:47

148,864

tpm.inf

未版本控制

23-Oct-25

23:47

11,804

tpm.sys

10.0.26100.7149

23-Oct-25

23:47

374,144

usb.inf

未版本控制

23-Oct-25

23:47

41,432

usbccgp.sys

10.0.26100.7149

23-Oct-25

23:47

222,592

usbhub3.inf

未版本控制

23-Oct-25

23:47

11,296

USBHUB3.SYS

10.0.26100.7149

23-Oct-25

23:47

746,896

usbport.inf

未版本控制

23-Oct-25

23:47

77,436

usbohci.sys

10.0.26100.7149

23-Oct-25

23:47

69,632

usbport.sys

10.0.26100.7149

23-Oct-25

23:47

509,336

usbhub.sys

10.0.26100.7149

23-Oct-25

23:47

570,752

usbehci.sys

10.0.26100.7149

23-Oct-25

23:47

128,384

usbuhci.sys

10.0.26100.7149

23-Oct-25

23:47

73,728

usbd.sys

10.0.26100.7149

23-Oct-25

23:47

75,136

usbxhci.inf

未版本控制

23-Oct-25

23:47

8,444

USBXHCI.SYS

10.0.26100.7149

23-Oct-25

23:47

730,496

UsbXhciCompanion.dll

10.0.26100.7149

23-Oct-25

23:47

187,424

hvloader.dll

10.0.26100.7149

23-Oct-25

23:47

230,824

hvax64.exe

10.0.26100.7149

23-Oct-25

23:47

1,971,616

hvix64.exe

10.0.26100.7149

23-Oct-25

23:47

2,053,528

skci.dll

10.0.26100.7149

23-Oct-25

23:47

340,256

iumbase.dll

10.0.26100.7149

23-Oct-25

23:47

51,064

iumdll.dll

10.0.26100.7149

23-Oct-25

23:47

38,648

tprtdll.dll

10.0.26100.7149

23-Oct-25

23:47

456,024

vertdll.dll

10.0.26100.7149

23-Oct-25

23:47

216,344

ucrtbase_enclave.dll

10.0.26100.7149

23-Oct-25

23:47

646,064

veinterop.dll

10.0.26100.7149

23-Oct-25

23:47

46,928

securekernel.exe

10.0.26100.7149

23-Oct-25

23:47

1,320,320

VbsSiPolicy.p7b

未版本控制

23-Oct-25

23:47

68,351

SDFHost.dll

10.0.26100.7149

23-Oct-25

23:47

63,440

IumSdk.dll

10.0.26100.7149

23-Oct-25

23:47

30,400

Facilitator.dll

10.0.26100.7149

23-Oct-25

23:47

1,123,728

apisetschema.dll

10.0.26100.7149

23-Oct-25

23:47

152,992

apisetschema.dll

10.0.26100.7149

23-Oct-25

23:47

152,976

chs_boot.ttf

未版本控制

23-Oct-25

23:47

3,696,712

chs_boot_EX.ttf

未版本控制

23-Oct-25

23:47

3,696,708

msyh_boot.ttf

未版本控制

23-Oct-25

23:47

189,920

msyh_boot_EX.ttf

未版本控制

23-Oct-25

23:47

189,948

msyhn_boot.ttf

未版本控制

23-Oct-25

23:47

187,936

msyhn_boot_EX.ttf

未版本控制

23-Oct-25

23:47

187,908

cht_boot.ttf

未版本控制

23-Oct-25

23:47

3,879,400

cht_boot_EX.ttf

未版本控制

23-Oct-25

23:47

3,879,400

msjh_boot.ttf

未版本控制

23-Oct-25

23:47

201,320

msjh_boot_EX.ttf

未版本控制

23-Oct-25

23:47

201,360

msjhn_boot.ttf

未版本控制

23-Oct-25

23:47

199,188

msjhn_boot_EX.ttf

未版本控制

23-Oct-25

23:47

199,176

wgl4_boot.ttf

未版本控制

23-Oct-25

23:47

50,120

wgl4_boot_EX.ttf

未版本控制

23-Oct-25

23:47

50,120

segmono_boot.ttf

未版本控制

23-Oct-25

23:47

45,892

segmono_boot_EX.ttf

未版本控制

23-Oct-25

23:47

45,848

segoe_slboot.ttf

未版本控制

23-Oct-25

23:47

102,996

segoe_slboot_EX.ttf

未版本控制

23-Oct-25

23:47

102,980

segoen_slboot.ttf

未版本控制

23-Oct-25

23:47

102,704

segoen_slboot_EX.ttf

未版本控制

23-Oct-25

23:47

102,728

jpn_boot.ttf

未版本控制

23-Oct-25

23:47

1,986,900

jpn_boot_EX.ttf

未版本控制

23-Oct-25

23:47

1,986,856

meiryo_boot.ttf

未版本控制

23-Oct-25

23:47

175,996

meiryo_boot_EX.ttf

未版本控制

23-Oct-25

23:47

175,972

meiryon_boot.ttf

未版本控制

23-Oct-25

23:47

174,148

meiryon_boot_EX.ttf

未版本控制

23-Oct-25

23:47

174,148

kor_boot.ttf

未版本控制

23-Oct-25

23:47

2,373,992

kor_boot_EX.ttf

未版本控制

23-Oct-25

23:47

2,374,012

malgun_boot.ttf

未版本控制

23-Oct-25

23:47

201,972

malgun_boot_EX.ttf

未版本控制

23-Oct-25

23:47

201,948

malgunn_boot.ttf

未版本控制

23-Oct-25

23:47

199,416

malgunn_boot_EX.ttf

未版本控制

23-Oct-25

23:47

199,440

efisys.bin

未版本控制

23-Oct-25

23:47

1,474,560

efisys_EX.bin

未版本控制

23-Oct-25

23:47

1,474,560

efisys_noprompt.bin

未版本控制

23-Oct-25

23:47

1,474,560

efisys_noprompt_EX.bin

未版本控制

23-Oct-25

23:47

1,474,560

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

94,640

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

94,640

bootmgr.efi.mui

10.0.26100.30227

23-Oct-25

23:47

90,024

bootmgr_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

90,024

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

93,616

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

93,616

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

92,592

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

92,592

bootmgr.efi.mui

10.0.26100.30227

23-Oct-25

23:47

90,000

bootmgr_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

90,000

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

97,200

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

97,200

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

97,712

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

97,712

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

90,032

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

90,032

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

90,056

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

90,056

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

91,056

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

91,056

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

96,712

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

96,712

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

93,640

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

93,640

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

96,688

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

96,688

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

94,152

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

94,152

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

81,328

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

81,328

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

80,816

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

80,816

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

92,104

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

92,104

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

92,080

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

92,080

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

94,664

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

94,664

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

95,664

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

95,664

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

93,104

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

93,104

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

94,128

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

94,128

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

93,128

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

93,128

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

76,208

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

76,208

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:47

76,720

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:47

76,720

tcblaunch.exe

10.0.26100.7149

23-Oct-25

23:47

975,696

tcbloader.dll

10.0.26100.7149

23-Oct-25

23:47

316,840

DrtmAuthTxt.wim

未版本控制

23-Oct-25

23:47

23,147

bootmgfw.efi

10.0.26100.30227

23-Oct-25

23:47

2,855,368

bootmgfw_EX.efi

10.0.26100.30227

23-Oct-25

23:47

2,855,192

SecureBootRecovery.efi

未版本控制

23-Oct-25

23:47

164,752

bootmgr.efi

10.0.26100.30227

23-Oct-25

23:47

2,837,416

bootmgr_EX.efi

10.0.26100.30227

23-Oct-25

23:47

2,837,416

boot.stl

未版本控制

23-Oct-25

23:47

11,030

boot.pnd.stl

未版本控制

23-Oct-25

23:47

11,733

winsipolicy.p7b

未版本控制

23-Oct-25

23:47

10,341

winload.sys

10.0.26100.7149

23-Oct-25

23:47

1,228,712

bootux.dll

10.0.26100.7149

23-Oct-25

23:47

4,964,352

winload.exe

10.0.26100.7149

23-Oct-25

23:47

1,866,216

winload.efi

10.0.26100.7149

23-Oct-25

23:47

3,268,464

bcrypt.dll

10.0.26100.7149

23-Oct-25

23:47

183,264

bcryptprimitives.dll

10.0.26100.7149

23-Oct-25

23:47

691,528

BootMenuUX.dll

10.0.26100.7149

23-Oct-25

23:47

241,664

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

40,448

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

48,640

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

46,592

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

44,032

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

51,200

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

53,248

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

48,128

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

43,520

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

45,568

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

51,712

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

35,840

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

46,080

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

47,104

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

26,624

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

24,064

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

45,056

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

44,544

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

49,152

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:47

19,456

bootim.exe

10.0.26100.7149

23-Oct-25

23:47

53,248

driversipolicy.p7b

未版本控制

23-Oct-25

23:47

229,162

cng.sys

10.0.26100.7149

23-Oct-25

23:47

927,000

ci.dll

10.0.26100.7149

23-Oct-25

23:47

1,108,840

driver.stl

未版本控制

23-Oct-25

23:47

33,360

previous.driver.stl

未版本控制

23-Oct-25

23:47

33,360

cryptbase.dll

10.0.26100.7149

23-Oct-25

23:47

59,352

symcryptk.dll

103.9.1.0

23-Oct-25

23:47

58,752

cryptsp.dll

10.0.26100.7149

23-Oct-25

23:47

121,288

DismCore.dll

10.0.26100.7149

23-Oct-25

23:47

480,640

DismProv.dll

10.0.26100.7149

23-Oct-25

23:47

300,416

DismCorePS.dll

10.0.26100.7149

23-Oct-25

23:47

230,784

LogProvider.dll

10.0.26100.7149

23-Oct-25

23:47

120,192

FolderProvider.dll

10.0.26100.7149

23-Oct-25

23:47

95,616

dhcpcore.dll

10.0.26100.7149

23-Oct-25

23:47

472,472

dhcpcsvc.dll

10.0.26100.7149

23-Oct-25

23:47

152,976

dhcpcore6.dll

10.0.26100.7149

23-Oct-25

23:47

337,320

dhcpcsvc6.dll

10.0.26100.7149

23-Oct-25

23:47

132,480

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:47

19,968

WerFaultSecure.exe.mui

10.0.26100.7149

23-Oct-25

23:47

6,656

faultrep.dll.mui

10.0.26100.7149

23-Oct-25

23:47

6,656

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:47

22,528

WerFaultSecure.exe.mui

10.0.26100.7149

23-Oct-25

23:47

7,168

faultrep.dll.mui

10.0.26100.7149

23-Oct-25

23:47

7,168

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:47

21,504

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:47

20,992

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:47

24,576

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:47

25,600

WerFaultSecure.exe.mui

10.0.26100.7149

23-Oct-25

23:47

8,192

faultrep.dll.mui

10.0.26100.7149

23-Oct-25

23:47

8,192

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:47

20,480

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:47

22,016

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:47

19,456

WerFaultSecure.exe.mui

10.0.26100.7149

23-Oct-25

23:47

7,680

faultrep.dll.mui

10.0.26100.7149

23-Oct-25

23:47

7,680

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:47

18,432

WerFaultSecure.exe.mui

10.0.26100.7149

23-Oct-25

23:47

6,144

faultrep.dll.mui

10.0.26100.7149

23-Oct-25

23:47

6,144

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:47

23,040

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:47

13,312

WerFaultSecure.exe.mui

10.0.26100.7149

23-Oct-25

23:47

5,120

faultrep.dll.mui

10.0.26100.7149

23-Oct-25

23:47

5,120

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:47

12,800

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:47

23,552

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:47

9,728

WerFaultSecure.exe.mui

10.0.26100.7149

23-Oct-25

23:47

4,608

faultrep.dll.mui

10.0.26100.7149

23-Oct-25

23:47

4,608

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:47

10,240

wer.dll.mui

10.0.26100.7149

23-Oct-25

23:47

11,264

wer.dll.mui

10.0.26100.7149

23-Oct-25

23:47

12,288

wer.dll.mui

10.0.26100.7149

23-Oct-25

23:47

11,776

wer.dll.mui

10.0.26100.7149

23-Oct-25

23:47

13,312

wer.dll.mui

10.0.26100.7149

23-Oct-25

23:47

12,800

wer.dll.mui

10.0.26100.7149

23-Oct-25

23:47

9,728

wer.dll.mui

10.0.26100.7149

23-Oct-25

23:47

8,192

wer.dll.mui

10.0.26100.7149

23-Oct-25

23:47

10,752

wer.dll.mui

10.0.26100.7149

23-Oct-25

23:47

7,168

wer.dll

10.0.26100.7149

23-Oct-25

23:47

989,024

weretw.dll

10.0.26100.7149

23-Oct-25

23:47

253,488

werdiagcontroller.dll

10.0.26100.7149

23-Oct-25

23:47

73,728

wermgr.exe

10.0.26100.7149

23-Oct-25

23:47

296,320

WerFault.exe

10.0.26100.7149

23-Oct-25

23:47

648,592

WerFaultSecure.exe

10.0.26100.7149

23-Oct-25

23:47

232,864

Faultrep.dll

10.0.26100.7149

23-Oct-25

23:47

559,256

WerEnc.dll

10.0.26100.7149

23-Oct-25

23:47

55,152

fbwf.sys

10.0.26100.7149

23-Oct-25

23:47

158,456

cmi2migxml.dll

10.0.26100.7149

23-Oct-25

23:47

226,712

csiagent.dll

10.0.26100.7149

23-Oct-25

23:47

718,208

diagER.dll

10.0.26100.7149

23-Oct-25

23:47

99,728

hwcompat.dll

10.0.26100.7149

23-Oct-25

23:47

243,088

hwcompat.txt

未版本控制

23-Oct-25

23:47

957,123

hwexclude.txt

未版本控制

23-Oct-25

23:47

51

icbexclusion.inf

未版本控制

23-Oct-25

23:47

7,222

migapp.xml

未版本控制

23-Oct-25

23:47

654,548

migcore.dll

10.0.26100.7149

23-Oct-25

23:47

9,311,688

mighost.exe

10.0.26100.7149

23-Oct-25

23:47

288,144

migres.dll

10.0.26100.7149

23-Oct-25

23:47

26,000

migisol.dll

10.0.26100.7149

23-Oct-25

23:47

148,896

migstore.dll

10.0.26100.7149

23-Oct-25

23:47

1,369,472

migsys.dll

10.0.26100.7149

23-Oct-25

23:47

464,272

MXEAgent.dll

10.0.26100.7149

23-Oct-25

23:47

386,464

AppExtAgent.dll

10.0.26100.7149

23-Oct-25

23:47

488,832

offline.xml

未版本控制

23-Oct-25

23:47

44,831

oscomps.xml

未版本控制

23-Oct-25

23:47

449,323

osfilter.inf

未版本控制

23-Oct-25

23:47

21,299

pnppropmig.dll

10.0.26100.7149

23-Oct-25

23:47

107,944

ReserveManager.dll

10.0.26100.7149

23-Oct-25

23:47

345,496

setupplatform.cfg

未版本控制

23-Oct-25

23:47

15,971

setupplatform.dll

1.97.26100.7149

23-Oct-25

23:47

9,827,784

setupplatform.exe

1.97.26100.7149

23-Oct-25

23:47

255,376

SFCN.dat

未版本控制

23-Oct-25

23:47

18:24

SFLCID.dat

未版本控制

23-Oct-25

23:47

1,644

SFLISTW7.dat

未版本控制

23-Oct-25

23:47

1,703,368

SFLISTW8.dat

未版本控制

23-Oct-25

23:47

2,608,858

SFLISTWB.dat

未版本控制

23-Oct-25

23:47

3,172,904

SFLISTWT.dat

未版本控制

23-Oct-25

23:47

4,935,402

SFLISTRS1.dat

未版本控制

23-Oct-25

23:47

5,593,182

SFPAT.inf

未版本控制

23-Oct-25

23:47

11,602

SFPATW7.inf

未版本控制

23-Oct-25

23:47

17,396

SFPATW8.inf

未版本控制

23-Oct-25

23:47

79,818

SFPATWB.inf

未版本控制

23-Oct-25

23:47

91,635

SFPATWT.inf

未版本控制

23-Oct-25

23:47

165,729

SFPATRS1.inf

未版本控制

23-Oct-25

23:47

169,730

unbcl.dll

10.0.26100.7149

23-Oct-25

23:47

1,090,968

upgradeagent.dll

10.0.26100.7149

23-Oct-25

23:47

3,306,896

upgradeagent.xml

未版本控制

23-Oct-25

23:47

70,907

upgrade_comp.xml

未版本控制

23-Oct-25

23:47

6,054

upgrade_bulk.xml

未版本控制

23-Oct-25

23:47

211,949

upgrade_data.xml

未版本控制

23-Oct-25

23:47

41,750

upgrade_frmwrk.xml

未版本控制

23-Oct-25

23:47

19,157

upgWow_bulk.xml

未版本控制

23-Oct-25

23:47

114,707

uninstall.xml

未版本控制

23-Oct-25

23:47

4,639

uninstall_data.xml

未版本控制

23-Oct-25

23:47

11,122

wdsutil.dll

10.0.26100.7149

23-Oct-25

23:47

353,688

WinSetupMon.hiv

未版本控制

23-Oct-25

23:47

8,192

WinSetupMon.sys

10.0.26100.7149

23-Oct-25

23:47

169,392

actionqueue.dll

10.0.26100.7149

23-Oct-25

23:47

267,664

appcompat_detailed.xsl

未版本控制

23-Oct-25

23:47

13,608

appcompat_detailed_bidi.xsl

未版本控制

23-Oct-25

23:47

13,732

cdplib.mof

未版本控制

23-Oct-25

23:47

1,976

cdplibuninstall.mof

未版本控制

23-Oct-25

23:47

571

dpx.dll

10.0.26100.7149

23-Oct-25

23:47

1,103,232

UpdateCompression.dll

5.0.1.1

23-Oct-25

23:47

619,904

itgtupg.dll

10.0.26100.7149

23-Oct-25

23:47

117,096

migtestplugin.dll

10.0.26100.7149

23-Oct-25

23:47

76,120

msdelta.dll

5.0.1.1

23-Oct-25

23:47

595,344

mspatcha.dll

5.0.1.1

23-Oct-25

23:47

83,344

smiengine.dll

10.0.26100.7149

23-Oct-25

23:47

927,120

wcmtypes.xsd

未版本控制

23-Oct-25

23:47

1,047

wdsupgcompl.dll

10.0.26100.7149

23-Oct-25

23:47

47,464

auditetw.dll

10.0.26100.7149

23-Oct-25

23:47

27,008

cmisetupetw.dll

10.0.26100.7149

23-Oct-25

23:47

26,992

etwproviderinstall.vbs

未版本控制

23-Oct-25

23:47

6,868

setupcletw.dll

10.0.26100.7149

23-Oct-25

23:47

31,104

winsetupetw.dll

10.0.26100.7149

23-Oct-25

23:47

76,120

migres.dll.mui

10.0.26100.7149

23-Oct-25

23:47

7,680

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:47

14,208

migres.dll.mui

10.0.26100.7149

23-Oct-25

23:47

8,192

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:47

14,224

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:47

14,232

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:47

14,240

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:47

14,736

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:47

14,752

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:47

14,248

migres.dll.mui

10.0.26100.7149

23-Oct-25

23:47

8,704

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:47

14,744

migres.dll.mui

10.0.26100.7149

23-Oct-25

23:47

7,168

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:47

13,712

migres.dll.mui

10.0.26100.7149

23-Oct-25

23:47

6,656

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:47

13,200

migres.dll.mui

10.0.26100.7149

23-Oct-25

23:47

6,144

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:47

13,216

migres.dll.mui

10.0.26100.7149

23-Oct-25

23:47

5,632

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:47

13,208

iertutil.dll

11.0.26100.7149

23-Oct-25

23:47

2,922,784

msIso.dll

11.0.26100.7149

23-Oct-25

23:47

286,720

edgeIso.dll

11.0.26100.7149

23-Oct-25

23:47

438,272

kernel.appcore.dll

10.0.26100.7149

23-Oct-25

23:47

121,304

kernel32.dll

10.0.26100.7149

23-Oct-25

23:47

836,120

KernelBase.dll

10.0.26100.7149

23-Oct-25

23:47

4,170,688

dxgkrnl.sys

10.0.26100.7149

23-Oct-25

23:47

5,182,880

cdd.dll

10.0.26100.7149

23-Oct-25

23:47

335,872

dxgmms1.sys

10.0.26100.7149

23-Oct-25

23:47

546,176

dxgmms2.sys

10.0.26100.7149

23-Oct-25

23:47

1,201,536

api-ms-win-core-comm-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,888

api-ms-win-core-console-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,888

api-ms-win-core-datetime-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,920

api-ms-win-core-datetime-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

21,912

api-ms-win-core-debug-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,888

api-ms-win-core-debug-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

21,912

api-ms-win-core-delayload-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,904

api-ms-win-core-errorhandling-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,888

api-ms-win-core-errorhandling-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

21,904

api-ms-win-core-fibers-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,928

api-ms-win-core-fibers-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

21,928

api-ms-win-core-file-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

26,008

api-ms-win-core-file-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,888

api-ms-win-core-file-l1-2-1.dll

10.0.26100.7149

23-Oct-25

23:47

21,888

api-ms-win-core-handle-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,928

api-ms-win-core-heap-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,928

api-ms-win-core-interlocked-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,920

api-ms-win-core-io-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,912

api-ms-win-core-io-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

21,912

api-ms-win-core-libraryloader-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,912

api-ms-win-core-libraryloader-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

21,912

api-ms-win-core-localization-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,920

api-ms-win-core-localization-l1-2-1.dll

10.0.26100.7149

23-Oct-25

23:47

21,888

api-ms-win-core-memory-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,888

api-ms-win-core-memory-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

21,928

api-ms-win-core-memory-l1-1-2.dll

10.0.26100.7149

23-Oct-25

23:47

21,912

api-ms-win-core-namedpipe-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,920

api-ms-win-core-processenvironment-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,904

api-ms-win-core-processenvironment-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,920

api-ms-win-core-processthreads-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,904

api-ms-win-core-processthreads-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

21,904

api-ms-win-core-processthreads-l1-1-2.dll

10.0.26100.7149

23-Oct-25

23:47

21,912

api-ms-win-core-profile-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,888

api-ms-win-core-realtime-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,920

api-ms-win-core-registry-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,888

api-ms-win-core-rtlsupport-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,888

api-ms-win-core-string-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,888

api-ms-win-core-stringloader-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

21,920

api-ms-win-core-synch-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,912

api-ms-win-core-synch-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,912

api-ms-win-core-sysinfo-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,920

api-ms-win-core-sysinfo-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,920

api-ms-win-core-sysinfo-l1-2-1.dll

10.0.26100.7149

23-Oct-25

23:47

21,904

api-ms-win-core-threadpool-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,920

api-ms-win-core-timezone-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,888

api-ms-win-core-util-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,928

api-ms-win-core-xstate-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,912

api-ms-win-security-base-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

26,000

api-ms-win-service-core-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,904

api-ms-win-service-core-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

21,912

api-ms-win-service-management-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,912

api-ms-win-service-management-l2-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,928

api-ms-win-service-winsvc-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,928

API-MS-Win-core-localization-obsolete-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,920

api-ms-win-core-threadpool-private-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,928

api-ms-win-core-threadpool-legacy-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,888

api-ms-win-core-wow64-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,912

api-ms-win-service-private-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,904

api-ms-win-service-private-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

21,888

api-ms-win-crt-conio-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,912

api-ms-win-crt-convert-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

26,000

api-ms-win-crt-environment-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,912

api-ms-win-crt-filesystem-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,888

api-ms-win-crt-heap-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,928

api-ms-win-crt-locale-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,912

api-ms-win-crt-math-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

30,096

api-ms-win-crt-multibyte-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

30,096

api-ms-win-crt-private-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

75,136

api-ms-win-crt-process-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,888

api-ms-win-crt-runtime-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

25,984

api-ms-win-crt-stdio-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

25,984

api-ms-win-crt-string-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

26,008

api-ms-win-crt-time-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,928

api-ms-win-crt-utility-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

21,904

ucrtbase.dll

10.0.26100.7149

23-Oct-25

23:47

1,373,304

migstore.dll

10.0.26100.7149

23-Oct-25

23:47

1,369,504

mighost.exe

10.0.26100.7149

23-Oct-25

23:47

288,128

migapp.dll

10.0.26100.7149

23-Oct-25

23:47

329,104

MXEAgent.dll

10.0.26100.7149

23-Oct-25

23:47

386,432

AppExtAgent.dll

10.0.26100.7149

23-Oct-25

23:47

488,856

cmi2migxml.dll

10.0.26100.7149

23-Oct-25

23:47

226,704

SFLISTXP.dat

未版本控制

23-Oct-25

23:47

1,459,226

SFLISTLH.dat

未版本控制

23-Oct-25

23:47

3,347,940

SFPATXP.inf

未版本控制

23-Oct-25

23:47

4,355

SFPATLH.inf

未版本控制

23-Oct-25

23:47

8,678

msasn1.dll

10.0.26100.7149

23-Oct-25

23:47

88,256

msvcrt.dll

7.0.26100.7149

23-Oct-25

23:47

699,768

netio.sys

10.0.26100.7149

23-Oct-25

23:47

755,112

ncsi.dll

10.0.26100.7149

23-Oct-25

23:47

708,608

netprofmsvc.dll

10.0.26100.7149

23-Oct-25

23:47

2,105,344

nlaapi.dll

10.0.26100.7149

23-Oct-25

23:47

53,248

nlmproxy.dll

10.0.26100.7149

23-Oct-25

23:47

53,248

nlmsprep.dll

10.0.26100.7149

23-Oct-25

23:47

49,152

ntdll.dll

10.0.26100.7149

23-Oct-25

23:47

2,521,984

ntoskrnl.exe

10.0.26100.7149

23-Oct-25

23:47

12,969,400

rpcrt4.dll

10.0.26100.7149

23-Oct-25

23:47

1,162,576

ii.adml

未版本控制

23-Oct-25

23:47

1,817

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:47

10,752

wdsimage.dll.mui

10.0.26100.7149

23-Oct-25

23:47

6,144

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:47

12,288

ii.adml

未版本控制

23-Oct-25

23:47

20:35

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:47

11,264

ii.adml

未版本控制

23-Oct-25

23:47

2,016

ii.adml

未版本控制

23-Oct-25

23:47

2,263

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:47

12,800

wdsimage.dll.mui

10.0.26100.7149

23-Oct-25

23:47

6,656

ii.adml

未版本控制

23-Oct-25

23:47

3,659

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:47

13,312

ii.adml

未版本控制

23-Oct-25

23:47

2,091

ii.adml

未版本控制

23-Oct-25

23:47

2,166

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:47

11,776

ii.adml

未版本控制

23-Oct-25

23:47

2,272

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:47

9,728

ii.adml

未版本控制

23-Oct-25

23:47

2,348

ii.adml

未版本控制

23-Oct-25

23:47

2,088

ii.adml

未版本控制

23-Oct-25

23:47

2,399

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:47

8,192

wdsimage.dll.mui

10.0.26100.7149

23-Oct-25

23:47

4,608

ii.adml

未版本控制

23-Oct-25

23:47

1,908

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:47

7,680

ii.adml

未版本控制

23-Oct-25

23:47

2,089

wdsimage.dll.mui

10.0.26100.7149

23-Oct-25

23:47

7,168

ii.adml

未版本控制

23-Oct-25

23:47

2,099

ii.adml

未版本控制

23-Oct-25

23:47

2,093

ii.adml

未版本控制

23-Oct-25

23:47

2,106

ii.adml

未版本控制

23-Oct-25

23:47

3,348

ii.adml

未版本控制

23-Oct-25

23:47

2,117

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:47

10,240

ii.adml

未版本控制

23-Oct-25

23:47

2,133

wdsimage.dll.mui

10.0.26100.7149

23-Oct-25

23:47

5,632

ii.adml

未版本控制

23-Oct-25

23:47

1,718

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:47

6,144

wdsimage.dll.mui

10.0.26100.7149

23-Oct-25

23:47

4,096

ii.adml

未版本控制

23-Oct-25

23:47

06:17

ii.admx

未版本控制

23-Oct-25

23:47

1,240

reagent.dll

10.0.26100.7149

23-Oct-25

23:47

742,800

reagent.xml

未版本控制

23-Oct-25

23:47

837

SetupPlatform.cfg

未版本控制

23-Oct-25

23:47

22,945

wdscore.dll

10.0.26100.7149

23-Oct-25

23:47

279,936

WinSetupBoot.hiv

未版本控制

23-Oct-25

23:47

8,192

WinSetupBoot.sys

10.0.26100.7149

23-Oct-25

23:47

112,000

wdsclientapi.dll

10.0.26100.7149

23-Oct-25

23:47

268,656

wdscsl.dll

10.0.26100.7149

23-Oct-25

23:47

112,032

wdsimage.dll

10.0.26100.7149

23-Oct-25

23:47

129,408

wdstptc.dll

10.0.26100.7149

23-Oct-25

23:47

219,520

fvevol.sys

10.0.26100.7149

23-Oct-25

23:47

972,176

dumpfve.sys

10.0.26100.7149

23-Oct-25

23:47

158,448

bcd.dll

10.0.26100.7149

23-Oct-25

23:47

162,608

bootsvc.dll

10.0.26100.7149

23-Oct-25

23:47

303,072

hwreqchk.dll

未版本控制

23-Oct-25

23:47

439,720

ServicingCommon.dll

10.0.26100.7149

23-Oct-25

23:47

955,944

utcapi.dll

10.0.26100.7149

23-Oct-25

23:47

66,960

wimgapi.dll

10.0.26100.7149

23-Oct-25

23:47

910,760

wdscommonlib.dll

10.0.26100.7149

23-Oct-25

23:47

341,376

dismapi.dll

10.0.26100.7149

23-Oct-25

23:47

1,250,728

dismcore.dll

10.0.26100.7149

23-Oct-25

23:47

480,664

folderprovider.dll

10.0.26100.7149

23-Oct-25

23:47

95,648

imagingprovider.dll

10.0.26100.7149

23-Oct-25

23:47

247,208

logprovider.dll

10.0.26100.7149

23-Oct-25

23:47

189,824

vhdprovider.dll

10.0.26100.7149

23-Oct-25

23:47

599,424

wimprovider.dll

10.0.26100.7149

23-Oct-25

23:47

697,760

unattend.dll

10.0.26100.7149

23-Oct-25

23:47

374,160

wpx.dll

10.0.26100.7149

23-Oct-25

23:47

1,422,720

locale.nls

未版本控制

23-Oct-25

23:47

862,800

nlsbres.dll

10.0.26100.7149

23-Oct-25

23:47

103,808

KerbClientShared.dll

10.0.26100.7149

23-Oct-25

23:47

261,792

sechost.dll

10.0.26100.7149

23-Oct-25

23:47

691,504

fveapibase.dll

10.0.26100.7149

23-Oct-25

23:47

749,568

fveapi.dll

10.0.26100.7149

23-Oct-25

23:47

1,323,008

kerberos.dll

10.0.26100.7149

23-Oct-25

23:47

1,404,928

kerb3961.dll

10.0.26100.7149

23-Oct-25

23:47

183,296

localkdcsvc.dll

10.0.26100.7149

23-Oct-25

23:47

884,736

LsaIso.exe

10.0.26100.7149

23-Oct-25

23:47

398,144

iumcrypt.dll

10.0.26100.7149

23-Oct-25

23:47

100,656

NtlmShared.dll

10.0.26100.7149

23-Oct-25

23:47

113,024

ServicingCommon.dll

10.0.26100.7149

23-Oct-25

23:47

955,928

ResetEngine.dll

10.0.26100.7149

23-Oct-25

23:47

2,921,872

ResetTelemetry.dll

10.0.26100.7149

23-Oct-25

23:47

570,776

ResetEngine.exe

10.0.26100.7149

23-Oct-25

23:47

42,368

ResetPluginHost.exe

10.0.26100.7149

23-Oct-25

23:47

57,344

srms.dat

未版本控制

23-Oct-25

23:47

60,961

sysreset.exe

10.0.26100.7149

23-Oct-25

23:47

487,424

ResetEngOnline.dll

10.0.26100.7149

23-Oct-25

23:47

229,376

SysResetErr.exe

10.0.26100.7149

23-Oct-25

23:47

75,136

ResetEngOnline.dll.mui

10.0.26100.7149

23-Oct-25

23:47

2,560

sysreseterr.exe.mui

10.0.26100.7149

23-Oct-25

23:47

3,072

ResetEngine.dll.mui

10.0.26100.7149

23-Oct-25

23:47

4,096

ResetEngOnline.dll.mui

10.0.26100.7149

23-Oct-25

23:47

3,072

ResetEngine.dll.mui

10.0.26100.7149

23-Oct-25

23:47

4,608

sysreseterr.exe.mui

10.0.26100.7149

23-Oct-25

23:47

2,560

ResetEngine.dll.mui

10.0.26100.7149

23-Oct-25

23:47

3,584

tcpip.sys

10.0.26100.7149

23-Oct-25

23:47

3,499,408

FWPKCLNT.SYS

10.0.26100.7149

23-Oct-25

23:47

583,056

tcpipreg.sys

10.0.26100.7149

23-Oct-25

23:47

86,016

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

262,144

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

269,824

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

266,240

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

265,216

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

267,776

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

269,312

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

261,632

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

264,192

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

265,728

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

259,072

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

252,928

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

252,416

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

264,704

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

263,168

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

267,264

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

266,752

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

262,656

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

263,680

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

249,344

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:47

249,856

DiagnosticDataSettings.dll

10.0.26100.7149

23-Oct-25

23:47

71,720

tbs.dll

10.0.26100.7149

23-Oct-25

23:47

117,184

tbs.sys

10.0.26100.7149

23-Oct-25

23:47

79,248

usodocked.dll

10.0.26100.7149

23-Oct-25

23:47

651,264

usosvc.dll.mui

10.0.26100.7149

23-Oct-25

23:47

3,584

usosvc.dll.mui

10.0.26100.7149

23-Oct-25

23:47

3,072

8acdd7e8a35f165b675b664e7ef8753ef4782f32.xml

未版本控制

23-Oct-25

23:47

3,314

72aceda3d9ebaa195b776ea9042fdf4dc3d29834.xml

未版本控制

23-Oct-25

23:47

2,496

7bc20c224f17145165aedb3fce9bda4f3c563cd7.xml

未版本控制

23-Oct-25

23:47

2,344

465bb23da8d1bea1a024758ba463bc1a7c487362.xml

未版本控制

23-Oct-25

23:47

2,458

7106fe8ce0b33cfdfee8b58e7e1b0a812935905e.xml

未版本控制

23-Oct-25

23:47

2,344

518f3ea9dc67aa5af7eb2840a6f77c874c2b2a17.xml

未版本控制

23-Oct-25

23:47

2,476

99c5248bd8c3356e9a42f332cab9b22eae3856df.xml

未版本控制

23-Oct-25

23:47

2,488

ef338bad6c4b025dc9c8f4f87a98276b2139d403.xml

未版本控制

23-Oct-25

23:47

2,482

0e0337eedd34f1bed8e9bc3202a2754e48b705af.xml

未版本控制

23-Oct-25

23:47

2,500

4ba05104f3d293466a50d8de04318624ab592070.xml

未版本控制

23-Oct-25

23:47

2,476

81d5c60cdaa2f6bac600452c12eac91e3823d9ef.xml

未版本控制

23-Oct-25

23:47

3,876

90eaab3b92938b566b871d11d7a2c86b081b26d4.xml

未版本控制

23-Oct-25

23:47

2,460

c20df1ed8df28c31d513bd896b58980c00c8b298.xml

未版本控制

23-Oct-25

23:47

878

5c7e9e098d198f0114f76066999378607084a638.xml

未版本控制

23-Oct-25

23:47

1,034

68feea34ca8e40dee5faab63604db4cd1d7a3e77.xml

未版本控制

23-Oct-25

23:47

1,034

56a7d507d06f3d51821e1124e642fa74ff3397af.xml

未版本控制

23-Oct-25

23:47

1,034

3332a645bfab2f45c96ade4c05630863cbdcfbd1.xml

未版本控制

23-Oct-25

23:47

1,034

e4c1f6f26bc4ae6ba77734b6aa93d400b87278bb.xml

未版本控制

23-Oct-25

23:47

1,034

b2617fe77af0e357462c58cb9ab1bbc2a243ab95.xml

未版本控制

23-Oct-25

23:47

1,034

0690201f6b392ef45758aa8180e54b80d4ff1a6a.xml

未版本控制

23-Oct-25

23:47

2,270

3cee7b10553edccb79ba709ba53630469cb48843.xml

未版本控制

23-Oct-25

23:47

1,234

23d343cca2905f5a9d8ed56e2f7308cf612ba7ec.xml

未版本控制

23-Oct-25

23:47

976

43ee7b2a373632f9a701249fd96d0edec2ff1279.xml

未版本控制

23-Oct-25

23:47

4,202

usosvc.dll

10.0.26100.7149

23-Oct-25

23:47

110,592

usosvcimpl.dll

1450.2510.14022.1

23-Oct-25

23:47

1,422,736

MoUsoCoreWorker.exe

1450.2510.14022.1

23-Oct-25

23:47

5,139,912

msvcp_win.dll

10.0.26100.7149

23-Oct-25

23:47

641,944

Ucx01000.sys

10.0.26100.7149

23-Oct-25

23:47

308,632

DuCsps.dll

10.0.26100.7149

23-Oct-25

23:47

139,264

usoapi.dll

10.0.26100.7149

23-Oct-25

23:47

204,800

usocoreps.dll

10.0.26100.7149

23-Oct-25

23:47

65,536

Windows.Management.Update.dll

10.0.26100.7149

23-Oct-25

23:47

266,240

nsi.dll

10.0.26100.7149

23-Oct-25

23:47

51,072

winnsi.dll

10.0.26100.7149

23-Oct-25

23:47

71,680

nsisvc.dll

10.0.26100.7149

23-Oct-25

23:47

61,440

nsiproxy.sys

10.0.26100.7149

23-Oct-25

23:47

77,824

ws2_32.dll

10.0.26100.7149

23-Oct-25

23:47

489,040

win32u.dll

10.0.26100.7149

23-Oct-25

23:47

170,872

win32k.sys

10.0.26100.7149

23-Oct-25

23:47

808,320

win32kfull.sys

10.0.26100.7149

23-Oct-25

23:47

4,268,032

win32kbase.sys

10.0.26100.7149

23-Oct-25

23:47

3,330,048

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:47

20,992

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:47

23,040

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:47

22,016

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:47

23,552

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:47

21,504

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:47

24,064

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:47

20,480

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:47

22,528

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:47

18,432

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:47

17,920

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:47

16,384

win32kbase_rs.sys

10.0.26100.7149

23-Oct-25

23:47

159,744

WindowsCodecs.dll

10.0.26100.7149

23-Oct-25

23:47

2,319,504

winpeshl.exe

10.0.26100.7149

23-Oct-25

23:47

98,304

wpeutil.dll

10.0.26100.7149

23-Oct-25

23:47

200,704

wpeutil.exe

10.0.26100.7149

23-Oct-25

23:47

32,768

wpeinit.exe

10.0.26100.7149

23-Oct-25

23:47

61,440

startnet.cmd

未版本控制

23-Oct-25

23:47

9

winpeshl.exe.mui

10.0.26100.7149

23-Oct-25

23:47

3,584

wpeutil.dll.mui

10.0.26100.7149

23-Oct-25

23:47

10,752

winpeshl.exe.mui

10.0.26100.7149

23-Oct-25

23:47

4,096

wpeutil.dll.mui

10.0.26100.7149

23-Oct-25

23:47

11,264

wpeutil.dll.mui

10.0.26100.7149

23-Oct-25

23:47

11,776

winpeshl.exe.mui

10.0.26100.7149

23-Oct-25

23:47

3,072

wpeutil.dll.mui

10.0.26100.7149

23-Oct-25

23:47

8,704

wpeutil.dll.mui

10.0.26100.7149

23-Oct-25

23:47

7,680

wpeutil.dll.mui

10.0.26100.7149

23-Oct-25

23:47

7,168

CloudRecApi.dll

10.0.26100.7149

23-Oct-25

23:47

86,016

CloudRecSvc.exe

1,001

23-Oct-25

23:47

106,496

ReAgent.dll

10.0.26100.7149

23-Oct-25

23:47

742,816

ReInfo.dll

10.0.26100.7149

23-Oct-25

23:47

102,400

StartRep.exe

10.0.26100.7149

23-Oct-25

23:47

1,277,952

RecHost.exe

10.0.26100.7149

23-Oct-25

23:47

152,984

SrtTel.dll

10.0.26100.7149

23-Oct-25

23:47

1,754,496

RecEnv.exe

10.0.26100.7149

23-Oct-25

23:47

484,768

BootRec.exe

10.0.26100.7149

23-Oct-25

23:47

192,512

DUTProvider.dll

10.0.26100.7149

23-Oct-25

23:47

365,952

WinSetupBak.hiv

未版本控制

23-Oct-25

23:47

8,192

WinSetupBak.sys

10.0.26100.7149

23-Oct-25

23:47

226,688

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:47

36,352

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:47

25,600

BootRec.exe.mui

10.0.26100.7149

23-Oct-25

23:47

4,608

DUTProvider.dll.mui

10.0.26100.7149

23-Oct-25

23:47

5,120

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:47

35,840

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:47

39,936

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:47

27,648

BootRec.exe.mui

10.0.26100.7149

23-Oct-25

23:47

5,120

DUTProvider.dll.mui

10.0.26100.7149

23-Oct-25

23:47

5,632

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:47

43,520

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:47

29,184

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:47

32,768

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:47

24,576

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:47

38,400

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:47

27,136

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:47

40,960

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:47

28,160

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:47

38,912

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:47

26,624

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:47

22,528

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:47

19,456

BootRec.exe.mui

10.0.26100.7149

23-Oct-25

23:47

4,096

DUTProvider.dll.mui

10.0.26100.7149

23-Oct-25

23:47

4,096

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:47

20,992

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:47

18,432

BootRec.exe.mui

10.0.26100.7149

23-Oct-25

23:47

3,584

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:47

35,328

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:47

26,112

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:47

37,888

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:47

40,448

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:47

34,816

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:47

25,088

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:47

15,872

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:47

16,896

wow64con.dll

10.0.26100.7149

23-Oct-25

23:47

108,888

bcrypt.dll

10.0.26100.7149

23-Oct-25

23:47

114,160

bcryptprimitives.dll

10.0.26100.7149

23-Oct-25

23:47

473,200

cryptbase.dll

10.0.26100.7149

23-Oct-25

23:47

32,608

cryptsp.dll

10.0.26100.7149

23-Oct-25

23:47

77,024

DismCore.dll

10.0.26100.7149

23-Oct-25

23:47

371,088

DismProv.dll

10.0.26100.7149

23-Oct-25

23:47

209,320

DismCorePS.dll

10.0.26100.7149

23-Oct-25

23:47

98,704

LogProvider.dll

10.0.26100.7149

23-Oct-25

23:47

76,184

FolderProvider.dll

10.0.26100.7149

23-Oct-25

23:47

59,792

dhcpcore.dll

10.0.26100.7149

23-Oct-25

23:47

383,360

dhcpcsvc.dll

10.0.26100.7149

23-Oct-25

23:47

99,200

dhcpcore6.dll

10.0.26100.7149

23-Oct-25

23:47

260,992

dhcpcsvc6.dll

10.0.26100.7149

23-Oct-25

23:47

86,416

wer.dll

10.0.26100.7149

23-Oct-25

23:47

814,048

weretw.dll

10.0.26100.7149

23-Oct-25

23:47

187,992

werdiagcontroller.dll

10.0.26100.7149

23-Oct-25

23:47

41,984

wermgr.exe

10.0.26100.7149

23-Oct-25

23:47

240,016

WerFault.exe

10.0.26100.7149

23-Oct-25

23:47

538,512

WerFaultSecure.exe

10.0.26100.7149

23-Oct-25

23:47

186,520

Faultrep.dll

10.0.26100.7149

23-Oct-25

23:47

457,688

WerEnc.dll

10.0.26100.7149

23-Oct-25

23:47

27,920

iertutil.dll

11.0.26100.7149

23-Oct-25

23:47

2,357,896

msIso.dll

11.0.26100.7149

23-Oct-25

23:47

205,312

edgeIso.dll

11.0.26100.7149

23-Oct-25

23:47

373,248

kernel.appcore.dll

10.0.26100.7149

23-Oct-25

23:47

74,992

kernel32.dll

10.0.26100.7149

23-Oct-25

23:47

687,360

KernelBase.dll

10.0.26100.7149

23-Oct-25

23:47

2,934,824

api-ms-win-core-comm-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,216

api-ms-win-core-console-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,200

api-ms-win-core-datetime-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-core-datetime-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-core-debug-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-core-debug-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-core-delayload-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,160

api-ms-win-core-errorhandling-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,688

api-ms-win-core-errorhandling-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

12,688

api-ms-win-core-fibers-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-core-fibers-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

12,160

api-ms-win-core-file-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

16,256

api-ms-win-core-file-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-core-file-l1-2-1.dll

10.0.26100.7149

23-Oct-25

23:47

12,696

api-ms-win-core-handle-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-core-heap-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,184

api-ms-win-core-interlocked-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,184

api-ms-win-core-io-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,696

api-ms-win-core-io-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

12,688

api-ms-win-core-libraryloader-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,712

api-ms-win-core-libraryloader-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-core-localization-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:47

15,776

api-ms-win-core-localization-l1-2-1.dll

10.0.26100.7149

23-Oct-25

23:47

12,200

api-ms-win-core-memory-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,184

api-ms-win-core-memory-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

13,696

api-ms-win-core-memory-l1-1-2.dll

10.0.26100.7149

23-Oct-25

23:47

13,208

api-ms-win-core-namedpipe-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-core-processenvironment-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,712

api-ms-win-core-processenvironment-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-core-processthreads-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

15,232

api-ms-win-core-processthreads-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

13,184

api-ms-win-core-processthreads-l1-1-2.dll

10.0.26100.7149

23-Oct-25

23:47

12,696

api-ms-win-core-profile-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,688

api-ms-win-core-realtime-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-core-registry-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

14,720

api-ms-win-core-rtlsupport-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-core-string-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,688

api-ms-win-core-stringloader-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

12,704

api-ms-win-core-synch-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

14,736

api-ms-win-core-synch-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,184

api-ms-win-core-sysinfo-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,712

api-ms-win-core-sysinfo-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,712

api-ms-win-core-sysinfo-l1-2-1.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-core-threadpool-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:47

14,720

api-ms-win-core-timezone-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,184

api-ms-win-core-util-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,688

api-ms-win-core-xstate-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-security-base-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

18,304

api-ms-win-service-core-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-service-core-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-service-management-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-service-management-l2-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-service-winsvc-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,720

API-MS-Win-core-localization-obsolete-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,184

api-ms-win-core-threadpool-private-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-core-threadpool-legacy-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,704

api-ms-win-core-wow64-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

12,672

api-ms-win-service-private-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,696

api-ms-win-service-private-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:47

13,736

api-ms-win-crt-conio-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,712

api-ms-win-crt-convert-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

16,784

api-ms-win-crt-environment-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,184

api-ms-win-crt-filesystem-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

15,232

api-ms-win-crt-heap-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,728

api-ms-win-crt-locale-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,184

api-ms-win-crt-math-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

23,440

api-ms-win-crt-multibyte-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

20,864

api-ms-win-crt-private-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

67,456

api-ms-win-crt-process-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,712

api-ms-win-crt-runtime-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

17,792

api-ms-win-crt-stdio-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

18,816

api-ms-win-crt-string-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

19,328

api-ms-win-crt-time-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

15,256

api-ms-win-crt-utility-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:47

13,200

ucrtbase.dll

10.0.26100.7149

23-Oct-25

23:47

1,114,152

migcore.dll

10.0.26100.7149

23-Oct-25

23:47

7,157,664

migstore.dll

10.0.26100.7149

23-Oct-25

23:47

1,046,440

mighost.exe

10.0.26100.7149

23-Oct-25

23:47

254,864

migres.dll

10.0.26100.7149

23-Oct-25

23:47

17,304

migapp.dll

10.0.26100.7149

23-Oct-25

23:47

231,824

MXEAgent.dll

10.0.26100.7149

23-Oct-25

23:47

274,816

AppExtAgent.dll

10.0.26100.7149

23-Oct-25

23:47

346,496

csiagent.dll

10.0.26100.7149

23-Oct-25

23:47

527,264

cmi2migxml.dll

10.0.26100.7149

23-Oct-25

23:47

158,624

msasn1.dll

10.0.26100.7149

23-Oct-25

23:47

52,232

msvcrt.dll

7.0.26100.7149

23-Oct-25

23:47

809,432

nlaapi.dll

10.0.26100.7149

23-Oct-25

23:47

24,064

nlmproxy.dll

10.0.26100.7149

23-Oct-25

23:47

19,456

nlmsprep.dll

10.0.26100.7149

23-Oct-25

23:47

17,920

ntdll.dll

10.0.26100.7149

23-Oct-25

23:47

1,819,256

rpcrt4.dll

10.0.26100.7149

23-Oct-25

23:47

772,176

KerbClientShared.dll

10.0.26100.7149

23-Oct-25

23:47

165,920

sechost.dll

10.0.26100.7149

23-Oct-25

23:47

529,496

fveapibase.dll

10.0.26100.7149

23-Oct-25

23:47

626,176

fveapi.dll

10.0.26100.7149

23-Oct-25

23:47

1,081,856

kerberos.dll

10.0.26100.7149

23-Oct-25

23:47

1,045,504

kerb3961.dll

10.0.26100.7149

23-Oct-25

23:47

134,888

NtlmShared.dll

10.0.26100.7149

23-Oct-25

23:47

68,232

ServicingCommon.dll

10.0.26100.7149

23-Oct-25

23:47

763,440

DiagnosticDataSettings.dll

10.0.26100.7149

23-Oct-25

23:47

38,808

tbs.dll

10.0.26100.7149

23-Oct-25

23:47

84,808

msvcp_win.dll

10.0.26100.7149

23-Oct-25

23:47

505,728

usoapi.dll

10.0.26100.7149

23-Oct-25

23:47

99,840

Windows.Management.Update.dll

10.0.26100.7149

23-Oct-25

23:47

217,600

nsi.dll

10.0.26100.7149

23-Oct-25

23:47

21,792

winnsi.dll

10.0.26100.7149

23-Oct-25

23:47

35,200

ws2_32.dll

10.0.26100.7149

23-Oct-25

23:47

392,096

win32u.dll

10.0.26100.7149

23-Oct-25

23:47

106,416

WindowsCodecs.dll

10.0.26100.7149

23-Oct-25

23:47

1,981,320

ReAgent.dll

10.0.26100.7149

23-Oct-25

23:47

637,848

ReInfo.dll

10.0.26100.7149

23-Oct-25

23:47

62,976

文件名

文件版本

日期

时间

文件大小

storufs.inf

未版本控制

23-Oct-25

23:45

26,264

storufs.sys

10.0.26100.7149

23-Oct-25

23:45

114,080

tpm.inf

未版本控制

23-Oct-25

23:45

11,618

tpm.sys

10.0.26100.7149

23-Oct-25

23:45

352,168

usb.inf

未版本控制

23-Oct-25

23:45

41,432

usbccgp.sys

10.0.26100.7149

23-Oct-25

23:45

177,056

usbhub3.inf

未版本控制

23-Oct-25

23:45

11,296

USBHUB3.SYS

10.0.26100.7149

23-Oct-25

23:45

694,696

usbport.inf

未版本控制

23-Oct-25

23:45

31,662

usbehci.sys

10.0.26100.7149

23-Oct-25

23:45

112,512

usbport.sys

10.0.26100.7149

23-Oct-25

23:45

466,856

usbhub.sys

10.0.26100.7149

23-Oct-25

23:45

439,192

usbd.sys

10.0.26100.7149

23-Oct-25

23:45

43,432

usbxhci.inf

未版本控制

23-Oct-25

23:45

8,452

USBXHCI.SYS

10.0.26100.7149

23-Oct-25

23:45

648,600

UsbXhciCompanion.dll

10.0.26100.7149

23-Oct-25

23:45

156,616

hvloader.dll

10.0.26100.7149

23-Oct-25

23:45

187,280

hvaa64.exe

10.0.26100.7149

23-Oct-25

23:45

1,399,720

skci.dll

10.0.26100.7149

23-Oct-25

23:45

250,728

iumbase.dll

10.0.26100.7149

23-Oct-25

23:45

26,432

iumdll.dll

10.0.26100.7149

23-Oct-25

23:45

16,632

tprtdll.dll

10.0.26100.7149

23-Oct-25

23:45

390,072

vertdll.dll

10.0.26100.7149

23-Oct-25

23:45

180,928

ucrtbase_enclave.dll

10.0.26100.7149

23-Oct-25

23:45

450,456

veinterop.dll

10.0.26100.7149

23-Oct-25

23:45

27,496

securekernel.exe

10.0.26100.7149

23-Oct-25

23:45

971,136

VbsSiPolicy.p7b

未版本控制

23-Oct-25

23:45

68,351

SDFHost.dll

10.0.26100.7149

23-Oct-25

23:45

44,008

IumSdk.dll

10.0.26100.7149

23-Oct-25

23:45

23,728

Facilitator.dll

10.0.26100.7149

23-Oct-25

23:45

1,174,952

apisetschema.dll

10.0.26100.7149

23-Oct-25

23:45

139,648

apisetschema.dll

10.0.26100.7149

23-Oct-25

23:45

140,160

chs_boot.ttf

未版本控制

23-Oct-25

23:45

3,696,712

chs_boot_EX.ttf

未版本控制

23-Oct-25

23:45

3,696,732

msyh_boot.ttf

未版本控制

23-Oct-25

23:45

189,936

msyh_boot_EX.ttf

未版本控制

23-Oct-25

23:45

189,948

cht_boot.ttf

未版本控制

23-Oct-25

23:45

3,879,404

cht_boot_EX.ttf

未版本控制

23-Oct-25

23:45

3,879,440

msjh_boot.ttf

未版本控制

23-Oct-25

23:45

201,336

msjh_boot_EX.ttf

未版本控制

23-Oct-25

23:45

201,320

wgl4_boot.ttf

未版本控制

23-Oct-25

23:45

50,108

wgl4_boot_EX.ttf

未版本控制

23-Oct-25

23:45

50,080

segmono_boot.ttf

未版本控制

23-Oct-25

23:45

45,864

segmono_boot_EX.ttf

未版本控制

23-Oct-25

23:45

45,852

segoe_slboot.ttf

未版本控制

23-Oct-25

23:45

102,980

segoe_slboot_EX.ttf

未版本控制

23-Oct-25

23:45

103,020

jpn_boot.ttf

未版本控制

23-Oct-25

23:45

1,986,884

jpn_boot_EX.ttf

未版本控制

23-Oct-25

23:45

1,986,900

meiryo_boot.ttf

未版本控制

23-Oct-25

23:45

175,972

meiryo_boot_EX.ttf

未版本控制

23-Oct-25

23:45

176,012

kor_boot.ttf

未版本控制

23-Oct-25

23:45

2,373,992

kor_boot_EX.ttf

未版本控制

23-Oct-25

23:45

2,374,004

malgun_boot.ttf

未版本控制

23-Oct-25

23:45

201,988

malgun_boot_EX.ttf

未版本控制

23-Oct-25

23:45

201,944

efisys.bin

未版本控制

23-Oct-25

23:45

1,720,320

efisys_EX.bin

未版本控制

23-Oct-25

23:45

1,720,320

efisys_noprompt.bin

未版本控制

23-Oct-25

23:45

1,720,320

efisys_noprompt_EX.bin

未版本控制

23-Oct-25

23:45

1,720,320

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

94,664

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

94,664

bootmgr.efi.mui

10.0.26100.30227

23-Oct-25

23:45

90,024

bootmgr_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

90,024

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

93,616

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

93,616

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

92,616

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

92,616

bootmgr.efi.mui

10.0.26100.30227

23-Oct-25

23:45

90,000

bootmgr_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

90,000

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

97,224

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

97,224

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

97,736

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

97,736

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

90,056

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

90,056

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

94,640

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

94,640

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

91,056

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

91,056

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

96,688

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

96,688

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

93,640

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

93,640

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

96,712

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

96,712

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

94,152

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

94,152

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

81,328

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

81,328

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

80,840

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

80,840

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

92,592

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

92,592

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

92,104

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

92,104

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

95,664

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

95,664

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

94,128

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

94,128

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

93,128

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

93,128

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

76,208

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

76,208

bootmgfw.efi.mui

10.0.26100.30227

23-Oct-25

23:45

76,744

bootmgfw_EX.efi.mui

10.0.26100.30227

23-Oct-25

23:45

76,744

tcblaunch.exe

10.0.26100.7149

23-Oct-25

23:45

887,400

tcbloader.dll

10.0.26100.7149

23-Oct-25

23:45

280,464

DrtmAuthArm.wim

未版本控制

23-Oct-25

23:45

7,408

bootmgfw.efi

10.0.26100.30227

23-Oct-25

23:45

2,698,184

bootmgfw_EX.efi

10.0.26100.30227

23-Oct-25

23:45

2,698,040

SecureBootRecovery.efi

未版本控制

23-Oct-25

23:45

172,968

bootmgr.efi

10.0.26100.30227

23-Oct-25

23:45

2,680,744

bootmgr_EX.efi

10.0.26100.30227

23-Oct-25

23:45

2,680,744

boot.stl

未版本控制

23-Oct-25

23:45

10,853

boot.pnd.stl

未版本控制

23-Oct-25

23:45

11,556

winsipolicy.p7b

未版本控制

23-Oct-25

23:45

10,341

bootux.dll

10.0.26100.7149

23-Oct-25

23:45

4,940,800

winload.efi

10.0.26100.7149

23-Oct-25

23:45

3,083,064

bcrypt.dll

10.0.26100.7149

23-Oct-25

23:45

294,592

bcryptprimitives.dll

10.0.26100.7149

23-Oct-25

23:45

980,992

BootMenuUX.dll

10.0.26100.7149

23-Oct-25

23:45

220,160

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

40,448

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

48,640

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

46,592

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

44,032

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

51,200

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

53,248

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

48,128

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

43,520

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

45,568

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

51,712

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

35,840

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

46,080

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

47,104

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

26,624

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

24,064

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

45,056

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

44,544

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

49,152

bootux.dll.mui

10.0.26100.7149

23-Oct-25

23:45

19,456

bootim.exe

10.0.26100.7149

23-Oct-25

23:45

34,816

driversipolicy.p7b

未版本控制

23-Oct-25

23:45

229,162

ntdll.dll

10.0.26100.7149

23-Oct-25

23:45

2,419,464

cng.sys

10.0.26100.7149

23-Oct-25

23:45

780,512

ci.dll

10.0.26100.7149

23-Oct-25

23:45

980,040

driver.stl

未版本控制

23-Oct-25

23:45

15,113

previous.driver.stl

未版本控制

23-Oct-25

23:45

15,113

cryptbase.dll

10.0.26100.7149

23-Oct-25

23:45

76,144

symcryptk.dll

103.9.1.0

23-Oct-25

23:45

36,760

cryptsp.dll

10.0.26100.7149

23-Oct-25

23:45

180,952

DismCore.dll

10.0.26100.7149

23-Oct-25

23:45

784,768

DismProv.dll

10.0.26100.7149

23-Oct-25

23:45

526,232

DismCorePS.dll

10.0.26100.7149

23-Oct-25

23:45

404,864

LogProvider.dll

10.0.26100.7149

23-Oct-25

23:45

200,088

FolderProvider.dll

10.0.26100.7149

23-Oct-25

23:45

162,728

dhcpcore.dll

10.0.26100.7149

23-Oct-25

23:45

796,576

dhcpcsvc.dll

10.0.26100.7149

23-Oct-25

23:45

260,992

dhcpcore6.dll

10.0.26100.7149

23-Oct-25

23:45

544,128

dhcpcsvc6.dll

10.0.26100.7149

23-Oct-25

23:45

173,968

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:45

19,968

WerFaultSecure.exe.mui

10.0.26100.7149

23-Oct-25

23:45

6,656

faultrep.dll.mui

10.0.26100.7149

23-Oct-25

23:45

6,656

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:45

22,528

WerFaultSecure.exe.mui

10.0.26100.7149

23-Oct-25

23:45

7,168

faultrep.dll.mui

10.0.26100.7149

23-Oct-25

23:45

7,168

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:45

21,504

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:45

20,992

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:45

24,576

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:45

25,600

WerFaultSecure.exe.mui

10.0.26100.7149

23-Oct-25

23:45

8,192

faultrep.dll.mui

10.0.26100.7149

23-Oct-25

23:45

8,192

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:45

20,480

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:45

22,016

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:45

19,456

WerFaultSecure.exe.mui

10.0.26100.7149

23-Oct-25

23:45

7,680

faultrep.dll.mui

10.0.26100.7149

23-Oct-25

23:45

7,680

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:45

18,432

WerFaultSecure.exe.mui

10.0.26100.7149

23-Oct-25

23:45

6,144

faultrep.dll.mui

10.0.26100.7149

23-Oct-25

23:45

6,144

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:45

23,040

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:45

13,312

WerFaultSecure.exe.mui

10.0.26100.7149

23-Oct-25

23:45

5,120

faultrep.dll.mui

10.0.26100.7149

23-Oct-25

23:45

5,120

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:45

12,800

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:45

23,552

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:45

9,728

WerFaultSecure.exe.mui

10.0.26100.7149

23-Oct-25

23:45

4,608

faultrep.dll.mui

10.0.26100.7149

23-Oct-25

23:45

4,608

WerFault.exe.mui

10.0.26100.7149

23-Oct-25

23:45

10,240

wer.dll.mui

10.0.26100.7149

23-Oct-25

23:45

11,264

wer.dll.mui

10.0.26100.7149

23-Oct-25

23:45

12,288

wer.dll.mui

10.0.26100.7149

23-Oct-25

23:45

11,776

wer.dll.mui

10.0.26100.7149

23-Oct-25

23:45

13,312

wer.dll.mui

10.0.26100.7149

23-Oct-25

23:45

12,800

wer.dll.mui

10.0.26100.7149

23-Oct-25

23:45

9,728

wer.dll.mui

10.0.26100.7149

23-Oct-25

23:45

8,192

wer.dll.mui

10.0.26100.7149

23-Oct-25

23:45

10,752

wer.dll.mui

10.0.26100.7149

23-Oct-25

23:45

7,168

wer.dll

10.0.26100.7149

23-Oct-25

23:45

1,964,304

weretw.dll

10.0.26100.7149

23-Oct-25

23:45

516,088

werdiagcontroller.dll

10.0.26100.7149

23-Oct-25

23:45

52,736

wermgr.exe

10.0.26100.7149

23-Oct-25

23:45

284,056

WerFault.exe

10.0.26100.7149

23-Oct-25

23:45

1,099,168

WerFaultSecure.exe

10.0.26100.7149

23-Oct-25

23:45

214,448

Faultrep.dll

10.0.26100.7149

23-Oct-25

23:45

929,296

WerEnc.dll

10.0.26100.7149

23-Oct-25

23:45

34,712

fbwf.sys

10.0.26100.7149

23-Oct-25

23:45

134,408

cmi2migxml.dll

10.0.26100.7149

23-Oct-25

23:45

216,464

csiagent.dll

10.0.26100.7149

23-Oct-25

23:45

739,200

diagER.dll

10.0.26100.7149

23-Oct-25

23:45

77,712

hwcompat.dll

10.0.26100.7149

23-Oct-25

23:45

234,880

hwcompat.txt

未版本控制

23-Oct-25

23:45

218,945

hwexclude.txt

未版本控制

23-Oct-25

23:45

51

icbexclusion.inf

未版本控制

23-Oct-25

23:45

7,222

migapp.xml

未版本控制

23-Oct-25

23:45

654,548

migcore.dll

10.0.26100.7149

23-Oct-25

23:45

9,909,152

mighost.exe

10.0.26100.7149

23-Oct-25

23:45

271,232

migres.dll

10.0.26100.7149

23-Oct-25

23:45

17,320

migisol.dll

10.0.26100.7149

23-Oct-25

23:45

124,800

migstore.dll

10.0.26100.7149

23-Oct-25

23:45

1,407,912

migsys.dll

10.0.26100.7149

23-Oct-25

23:45

483,240

MXEAgent.dll

10.0.26100.7149

23-Oct-25

23:45

395,664

AppExtAgent.dll

10.0.26100.7149

23-Oct-25

23:45

499,616

offline.xml

未版本控制

23-Oct-25

23:45

44,831

oscomps.xml

未版本控制

23-Oct-25

23:45

449,323

osfilter.inf

未版本控制

23-Oct-25

23:45

21,299

pnppropmig.dll

10.0.26100.7149

23-Oct-25

23:45

93,568

ReserveManager.dll

10.0.26100.7149

23-Oct-25

23:45

340,864

setupplatform.cfg

未版本控制

23-Oct-25

23:45

15,971

setupplatform.dll

1.97.26100.7149

23-Oct-25

23:45

10,305,440

setupplatform.exe

1.97.26100.7149

23-Oct-25

23:45

238,976

SFCN.dat

未版本控制

23-Oct-25

23:45

18:24

SFLCID.dat

未版本控制

23-Oct-25

23:45

1,644

SFLISTW7.dat

未版本控制

23-Oct-25

23:45

1,703,368

SFLISTW8.dat

未版本控制

23-Oct-25

23:45

2,608,858

SFLISTWB.dat

未版本控制

23-Oct-25

23:45

3,172,904

SFLISTWT.dat

未版本控制

23-Oct-25

23:45

4,935,402

SFLISTRS1.dat

未版本控制

23-Oct-25

23:45

5,593,182

SFPAT.inf

未版本控制

23-Oct-25

23:45

11,602

SFPATW7.inf

未版本控制

23-Oct-25

23:45

17,396

SFPATW8.inf

未版本控制

23-Oct-25

23:45

79,818

SFPATWB.inf

未版本控制

23-Oct-25

23:45

91,635

SFPATWT.inf

未版本控制

23-Oct-25

23:45

165,729

SFPATRS1.inf

未版本控制

23-Oct-25

23:45

169,730

unbcl.dll

10.0.26100.7149

23-Oct-25

23:45

1,112,984

upgradeagent.dll

10.0.26100.7149

23-Oct-25

23:45

3,451,288

upgradeagent.xml

未版本控制

23-Oct-25

23:45

70,907

upgrade_comp.xml

未版本控制

23-Oct-25

23:45

6,054

upgrade_bulk.xml

未版本控制

23-Oct-25

23:45

211,949

upgrade_data.xml

未版本控制

23-Oct-25

23:45

41,750

upgrade_frmwrk.xml

未版本控制

23-Oct-25

23:45

19,157

upgWow_bulk.xml

未版本控制

23-Oct-25

23:45

114,707

upgWowA32_bulk.xml

未版本控制

23-Oct-25

23:45

114,697

uninstall.xml

未版本控制

23-Oct-25

23:45

4,639

uninstall_data.xml

未版本控制

23-Oct-25

23:45

11,122

wdsutil.dll

10.0.26100.7149

23-Oct-25

23:45

352,640

WinSetupMon.hiv

未版本控制

23-Oct-25

23:45

8,192

WinSetupMon.sys

10.0.26100.7149

23-Oct-25

23:45

145,808

actionqueue.dll

10.0.26100.7149

23-Oct-25

23:45

431,512

appcompat_detailed.xsl

未版本控制

23-Oct-25

23:45

13,608

appcompat_detailed_bidi.xsl

未版本控制

23-Oct-25

23:45

13,732

cdplib.mof

未版本控制

23-Oct-25

23:45

1,976

cdplibuninstall.mof

未版本控制

23-Oct-25

23:45

571

dpx.dll

10.0.26100.7149

23-Oct-25

23:45

1,938,816

UpdateCompression.dll

5.0.1.1

23-Oct-25

23:45

1,075,072

itgtupg.dll

10.0.26100.7149

23-Oct-25

23:45

100,696

migtestplugin.dll

10.0.26100.7149

23-Oct-25

23:45

56,704

msdelta.dll

5.0.1.1

23-Oct-25

23:45

947,608

mspatcha.dll

5.0.1.1

23-Oct-25

23:45

116,136

smiengine.dll

10.0.26100.7149

23-Oct-25

23:45

1,696,672

wcmtypes.xsd

未版本控制

23-Oct-25

23:45

1,047

wdsupgcompl.dll

10.0.26100.7149

23-Oct-25

23:45

26,992

auditetw.dll

10.0.26100.7149

23-Oct-25

23:45

16,240

cmisetupetw.dll

10.0.26100.7149

23-Oct-25

23:45

16,752

etwproviderinstall.vbs

未版本控制

23-Oct-25

23:45

6,868

setupcletw.dll

10.0.26100.7149

23-Oct-25

23:45

20,824

winsetupetw.dll

10.0.26100.7149

23-Oct-25

23:45

68,976

migres.dll.mui

10.0.26100.7149

23-Oct-25

23:45

7,680

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:45

14,232

migres.dll.mui

10.0.26100.7149

23-Oct-25

23:45

8,192

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:45

14,208

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:45

14,720

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:45

14,248

migres.dll.mui

10.0.26100.7149

23-Oct-25

23:45

8,704

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:45

14,760

migres.dll.mui

10.0.26100.7149

23-Oct-25

23:45

7,168

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:45

13,720

migres.dll.mui

10.0.26100.7149

23-Oct-25

23:45

6,656

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:45

13,200

migres.dll.mui

10.0.26100.7149

23-Oct-25

23:45

6,144

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:45

13,208

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:45

14,224

migres.dll.mui

10.0.26100.7149

23-Oct-25

23:45

5,632

setupplatform.exe.mui

1.97.26100.7149

23-Oct-25

23:45

13,184

iertutil.dll

11.0.26100.7149

23-Oct-25

23:45

3,478,752

msIso.dll

11.0.26100.7149

23-Oct-25

23:45

529,920

edgeIso.dll

11.0.26100.7149

23-Oct-25

23:45

827,904

kernel.appcore.dll

10.0.26100.7149

23-Oct-25

23:45

187,144

kernel32.dll

10.0.26100.7149

23-Oct-25

23:45

1,459,816

KernelBase.dll

10.0.26100.7149

23-Oct-25

23:45

7,075,160

dxgkrnl.sys

10.0.26100.7149

23-Oct-25

23:45

4,922,792

cdd.dll

10.0.26100.7149

23-Oct-25

23:45

260,096

dxgmms1.sys

10.0.26100.7149

23-Oct-25

23:45

462,736

dxgmms2.sys

10.0.26100.7149

23-Oct-25

23:45

1,076,096

api-ms-win-core-comm-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

22,416

api-ms-win-core-console-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

22,400

api-ms-win-core-datetime-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,392

api-ms-win-core-datetime-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

20,880

api-ms-win-core-debug-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,376

api-ms-win-core-debug-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

21,376

api-ms-win-core-delayload-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

20,896

api-ms-win-core-errorhandling-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,408

api-ms-win-core-errorhandling-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

21,376

api-ms-win-core-fibers-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

20,864

api-ms-win-core-fibers-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

20,888

api-ms-win-core-file-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

29,592

api-ms-win-core-file-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,376

api-ms-win-core-file-l1-2-1.dll

10.0.26100.7149

23-Oct-25

23:45

21,376

api-ms-win-core-handle-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,392

api-ms-win-core-heap-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

22,424

api-ms-win-core-interlocked-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,400

api-ms-win-core-io-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,928

api-ms-win-core-io-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

20,904

api-ms-win-core-libraryloader-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

23,448

api-ms-win-core-libraryloader-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

21,400

api-ms-win-core-localization-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:45

27,536

api-ms-win-core-localization-l1-2-1.dll

10.0.26100.7149

23-Oct-25

23:45

20,864

api-ms-win-core-memory-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

22,416

api-ms-win-core-memory-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

23,464

api-ms-win-core-memory-l1-1-2.dll

10.0.26100.7149

23-Oct-25

23:45

22,424

api-ms-win-core-namedpipe-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,904

api-ms-win-core-processenvironment-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

23,424

api-ms-win-core-processenvironment-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,392

api-ms-win-core-processthreads-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

26,496

api-ms-win-core-processthreads-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

22,928

api-ms-win-core-processthreads-l1-1-2.dll

10.0.26100.7149

23-Oct-25

23:45

21,912

api-ms-win-core-profile-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

20,864

api-ms-win-core-realtime-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,392

api-ms-win-core-registry-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

25,472

api-ms-win-core-rtlsupport-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

22,416

api-ms-win-core-string-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,888

api-ms-win-core-stringloader-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

20,888

api-ms-win-core-synch-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

25,496

api-ms-win-core-synch-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:45

22,952

api-ms-win-core-sysinfo-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

23,448

api-ms-win-core-sysinfo-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,888

api-ms-win-core-sysinfo-l1-2-1.dll

10.0.26100.7149

23-Oct-25

23:45

21,408

api-ms-win-core-threadpool-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:45

26,000

api-ms-win-core-timezone-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

22,936

api-ms-win-core-util-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,400

api-ms-win-core-xstate-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,928

api-ms-win-security-base-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

33,664

api-ms-win-service-core-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,376

api-ms-win-service-core-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

21,392

api-ms-win-service-management-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,376

api-ms-win-service-management-l2-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,928

api-ms-win-service-winsvc-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

23,936

API-MS-Win-core-localization-obsolete-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,912

api-ms-win-core-threadpool-private-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,160

api-ms-win-core-threadpool-legacy-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,928

api-ms-win-core-wow64-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

21,416

api-ms-win-service-private-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

22,928

api-ms-win-service-private-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

23,448

api-ms-win-crt-conio-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

23,936

api-ms-win-crt-convert-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

30,592

api-ms-win-crt-environment-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

22,400

api-ms-win-crt-filesystem-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

26,512

api-ms-win-crt-heap-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

23,440

api-ms-win-crt-locale-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

22,944

api-ms-win-crt-math-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

41,856

api-ms-win-crt-multibyte-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

39,320

api-ms-win-crt-private-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

135,568

api-ms-win-crt-process-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

23,976

api-ms-win-crt-runtime-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

31,616

api-ms-win-crt-stdio-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

35,200

api-ms-win-crt-string-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

35,712

api-ms-win-crt-time-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

27,008

api-ms-win-crt-utility-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

22,936

ucrtbase.dll

10.0.26100.7149

23-Oct-25

23:45

2,262,352

migcore.dll

10.0.26100.7149

23-Oct-25

23:45

9,909,192

migres.dll

10.0.26100.7149

23-Oct-25

23:45

17,304

migapp.dll

10.0.26100.7149

23-Oct-25

23:45

334,208

MXEAgent.dll

10.0.26100.7149

23-Oct-25

23:45

395,648

AppExtAgent.dll

10.0.26100.7149

23-Oct-25

23:45

499,584

cmi2migxml.dll

10.0.26100.7149

23-Oct-25

23:45

216,448

SFLISTXP.dat

未版本控制

23-Oct-25

23:45

1,459,226

SFLISTLH.dat

未版本控制

23-Oct-25

23:45

3,347,940

SFPATXP.inf

未版本控制

23-Oct-25

23:45

4,355

SFPATLH.inf

未版本控制

23-Oct-25

23:45

8,678

msasn1.dll

10.0.26100.7149

23-Oct-25

23:45

140,656

msvcrt.dll

7.0.26100.7149

23-Oct-25

23:45

1,324,416

netio.sys

10.0.26100.7149

23-Oct-25

23:45

674,728

ncsi.dll

10.0.26100.7149

23-Oct-25

23:45

1,243,648

netprofmsvc.dll

10.0.26100.7149

23-Oct-25

23:45

2,163,200

nlaapi.dll

10.0.26100.7149

23-Oct-25

23:45

75,264

nlmproxy.dll

10.0.26100.7149

23-Oct-25

23:45

77,312

nlmsprep.dll

10.0.26100.7149

23-Oct-25

23:45

57,344

ntdll.dll

10.0.26100.7149

23-Oct-25

23:45

4,340,480

ntoskrnl.exe

10.0.26100.7149

23-Oct-25

23:45

11,448,760

rpcrt4.dll

10.0.26100.7149

23-Oct-25

23:45

2,102,840

ii.adml

未版本控制

23-Oct-25

23:45

1,817

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:45

10,752

wdsimage.dll.mui

10.0.26100.7149

23-Oct-25

23:45

6,144

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:45

12,288

ii.adml

未版本控制

23-Oct-25

23:45

20:35

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:45

11,264

ii.adml

未版本控制

23-Oct-25

23:45

2,016

ii.adml

未版本控制

23-Oct-25

23:45

2,263

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:45

12,800

wdsimage.dll.mui

10.0.26100.7149

23-Oct-25

23:45

6,656

ii.adml

未版本控制

23-Oct-25

23:45

3,659

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:45

13,312

ii.adml

未版本控制

23-Oct-25

23:45

2,091

ii.adml

未版本控制

23-Oct-25

23:45

2,166

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:45

11,776

ii.adml

未版本控制

23-Oct-25

23:45

2,272

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:45

9,728

ii.adml

未版本控制

23-Oct-25

23:45

2,348

ii.adml

未版本控制

23-Oct-25

23:45

2,088

ii.adml

未版本控制

23-Oct-25

23:45

2,399

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:45

8,192

wdsimage.dll.mui

10.0.26100.7149

23-Oct-25

23:45

4,608

ii.adml

未版本控制

23-Oct-25

23:45

1,908

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:45

7,680

ii.adml

未版本控制

23-Oct-25

23:45

2,089

wdsimage.dll.mui

10.0.26100.7149

23-Oct-25

23:45

7,168

ii.adml

未版本控制

23-Oct-25

23:45

2,099

ii.adml

未版本控制

23-Oct-25

23:45

2,093

ii.adml

未版本控制

23-Oct-25

23:45

2,106

ii.adml

未版本控制

23-Oct-25

23:45

3,348

ii.adml

未版本控制

23-Oct-25

23:45

2,117

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:45

10,240

ii.adml

未版本控制

23-Oct-25

23:45

2,133

wdsimage.dll.mui

10.0.26100.7149

23-Oct-25

23:45

5,632

ii.adml

未版本控制

23-Oct-25

23:45

1,718

reagent.dll.mui

10.0.26100.7149

23-Oct-25

23:45

6,144

wdsimage.dll.mui

10.0.26100.7149

23-Oct-25

23:45

4,096

ii.adml

未版本控制

23-Oct-25

23:45

06:17

ii.admx

未版本控制

23-Oct-25

23:45

1,240

reagent.dll

10.0.26100.7149

23-Oct-25

23:45

1,207,704

reagent.xml

未版本控制

23-Oct-25

23:45

837

SetupPlatform.cfg

未版本控制

23-Oct-25

23:45

22,945

wdscore.dll

10.0.26100.7149

23-Oct-25

23:45

259,992

WinSetupBoot.hiv

未版本控制

23-Oct-25

23:45

8,192

WinSetupBoot.sys

10.0.26100.7149

23-Oct-25

23:45

91,040

wdsclientapi.dll

10.0.26100.7149

23-Oct-25

23:45

252,272

wdscsl.dll

10.0.26100.7149

23-Oct-25

23:45

94,592

wdsimage.dll

10.0.26100.7149

23-Oct-25

23:45

111,464

wdstptc.dll

10.0.26100.7149

23-Oct-25

23:45

199,040

fvevol.sys

10.0.26100.7149

23-Oct-25

23:45

890,264

dumpfve.sys

10.0.26100.7149

23-Oct-25

23:45

108,672

bcd.dll

10.0.26100.7149

23-Oct-25

23:45

145,176

bootsvc.dll

10.0.26100.7149

23-Oct-25

23:45

282,552

hwreqchk.dll

未版本控制

23-Oct-25

23:45

797,568

ServicingCommon.dll

10.0.26100.7149

23-Oct-25

23:45

1,771,208

utcapi.dll

10.0.26100.7149

23-Oct-25

23:45

46,496

wimgapi.dll

10.0.26100.7149

23-Oct-25

23:45

1,547,136

wdscommonlib.dll

10.0.26100.7149

23-Oct-25

23:45

322,432

dismapi.dll

10.0.26100.7149

23-Oct-25

23:45

2,149,760

dismcore.dll

10.0.26100.7149

23-Oct-25

23:45

784,792

dismcoreps.dll

10.0.26100.7149

23-Oct-25

23:45

219,560

dismprov.dll

10.0.26100.7149

23-Oct-25

23:45

298,400

imagingprovider.dll

10.0.26100.7149

23-Oct-25

23:45

470,416

logprovider.dll

10.0.26100.7149

23-Oct-25

23:45

180,128

vhdprovider.dll

10.0.26100.7149

23-Oct-25

23:45

1,090,456

wimprovider.dll

10.0.26100.7149

23-Oct-25

23:45

1,283,472

unattend.dll

10.0.26100.7149

23-Oct-25

23:45

353,664

wpx.dll

10.0.26100.7149

23-Oct-25

23:45

1,553,808

locale.nls

未版本控制

23-Oct-25

23:45

862,800

nlsbres.dll

10.0.26100.7149

23-Oct-25

23:45

94,592

KerbClientShared.dll

10.0.26100.7149

23-Oct-25

23:45

375,160

sechost.dll

10.0.26100.7149

23-Oct-25

23:45

1,164,840

fveapibase.dll

10.0.26100.7149

23-Oct-25

23:45

1,297,408

fveapi.dll

10.0.26100.7149

23-Oct-25

23:45

2,201,600

kerberos.dll

10.0.26100.7149

23-Oct-25

23:45

2,355,712

kerb3961.dll

10.0.26100.7149

23-Oct-25

23:45

305,400

localkdcsvc.dll

10.0.26100.7149

23-Oct-25

23:45

873,472

LsaIso.exe

10.0.26100.7149

23-Oct-25

23:45

378,184

iumcrypt.dll

10.0.26100.7149

23-Oct-25

23:45

141,136

NtlmShared.dll

10.0.26100.7149

23-Oct-25

23:45

177,304

ServicingCommon.dll

10.0.26100.7149

23-Oct-25

23:45

1,771,232

ResetEngine.dll

10.0.26100.7149

23-Oct-25

23:45

3,419,048

ResetTelemetry.dll

10.0.26100.7149

23-Oct-25

23:45

583,080

ResetEngine.exe

10.0.26100.7149

23-Oct-25

23:45

26,520

ResetPluginHost.exe

10.0.26100.7149

23-Oct-25

23:45

41,472

srms.dat

未版本控制

23-Oct-25

23:45

60,961

sysreset.exe

10.0.26100.7149

23-Oct-25

23:45

480,256

ResetEngOnline.dll

10.0.26100.7149

23-Oct-25

23:45

228,352

SysResetErr.exe

10.0.26100.7149

23-Oct-25

23:45

62,848

ResetEngOnline.dll.mui

10.0.26100.7149

23-Oct-25

23:45

2,560

sysreseterr.exe.mui

10.0.26100.7149

23-Oct-25

23:45

3,072

ResetEngine.dll.mui

10.0.26100.7149

23-Oct-25

23:45

4,096

ResetEngOnline.dll.mui

10.0.26100.7149

23-Oct-25

23:45

3,072

ResetEngine.dll.mui

10.0.26100.7149

23-Oct-25

23:45

4,608

sysreseterr.exe.mui

10.0.26100.7149

23-Oct-25

23:45

2,560

ResetEngine.dll.mui

10.0.26100.7149

23-Oct-25

23:45

3,584

tcpip.sys

10.0.26100.7149

23-Oct-25

23:45

3,303,320

FWPKCLNT.SYS

10.0.26100.7149

23-Oct-25

23:45

541,568

tcpipreg.sys

10.0.26100.7149

23-Oct-25

23:45

62,464

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

262,144

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

269,824

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

266,240

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

265,216

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

267,776

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

269,312

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

261,632

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

264,192

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

265,728

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

259,072

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

252,928

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

252,416

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

264,704

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

263,168

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

267,264

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

266,752

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

262,656

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

263,680

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

249,344

tcpip.sys.mui

10.0.26100.7149

23-Oct-25

23:45

249,856

DiagnosticDataSettings.dll

10.0.26100.7149

23-Oct-25

23:45

94,184

tbs.dll

10.0.26100.7149

23-Oct-25

23:45

181,488

tbs.sys

10.0.26100.7149

23-Oct-25

23:45

46,488

usodocked.dll

10.0.26100.7149

23-Oct-25

23:45

1,448,960

usosvc.dll.mui

10.0.26100.7149

23-Oct-25

23:45

3,584

usosvc.dll.mui

10.0.26100.7149

23-Oct-25

23:45

3,072

8acdd7e8a35f165b675b664e7ef8753ef4782f32.xml

未版本控制

23-Oct-25

23:45

3,314

72aceda3d9ebaa195b776ea9042fdf4dc3d29834.xml

未版本控制

23-Oct-25

23:45

2,496

7bc20c224f17145165aedb3fce9bda4f3c563cd7.xml

未版本控制

23-Oct-25

23:45

2,344

465bb23da8d1bea1a024758ba463bc1a7c487362.xml

未版本控制

23-Oct-25

23:45

2,458

7106fe8ce0b33cfdfee8b58e7e1b0a812935905e.xml

未版本控制

23-Oct-25

23:45

2,344

518f3ea9dc67aa5af7eb2840a6f77c874c2b2a17.xml

未版本控制

23-Oct-25

23:45

2,476

99c5248bd8c3356e9a42f332cab9b22eae3856df.xml

未版本控制

23-Oct-25

23:45

2,488

ef338bad6c4b025dc9c8f4f87a98276b2139d403.xml

未版本控制

23-Oct-25

23:45

2,482

0e0337eedd34f1bed8e9bc3202a2754e48b705af.xml

未版本控制

23-Oct-25

23:45

2,500

4ba05104f3d293466a50d8de04318624ab592070.xml

未版本控制

23-Oct-25

23:45

2,476

81d5c60cdaa2f6bac600452c12eac91e3823d9ef.xml

未版本控制

23-Oct-25

23:45

3,876

90eaab3b92938b566b871d11d7a2c86b081b26d4.xml

未版本控制

23-Oct-25

23:45

2,460

c20df1ed8df28c31d513bd896b58980c00c8b298.xml

未版本控制

23-Oct-25

23:45

878

5c7e9e098d198f0114f76066999378607084a638.xml

未版本控制

23-Oct-25

23:45

1,034

68feea34ca8e40dee5faab63604db4cd1d7a3e77.xml

未版本控制

23-Oct-25

23:45

1,034

56a7d507d06f3d51821e1124e642fa74ff3397af.xml

未版本控制

23-Oct-25

23:45

1,034

3332a645bfab2f45c96ade4c05630863cbdcfbd1.xml

未版本控制

23-Oct-25

23:45

1,034

e4c1f6f26bc4ae6ba77734b6aa93d400b87278bb.xml

未版本控制

23-Oct-25

23:45

1,034

b2617fe77af0e357462c58cb9ab1bbc2a243ab95.xml

未版本控制

23-Oct-25

23:45

1,034

0690201f6b392ef45758aa8180e54b80d4ff1a6a.xml

未版本控制

23-Oct-25

23:45

2,270

3cee7b10553edccb79ba709ba53630469cb48843.xml

未版本控制

23-Oct-25

23:45

1,234

23d343cca2905f5a9d8ed56e2f7308cf612ba7ec.xml

未版本控制

23-Oct-25

23:45

976

43ee7b2a373632f9a701249fd96d0edec2ff1279.xml

未版本控制

23-Oct-25

23:45

4,202

usosvc.dll

10.0.26100.7149

23-Oct-25

23:45

97,792

usosvcimpl.dll

1450.2510.14022.1

23-Oct-25

23:45

1,626,536

MoUsoCoreWorker.exe

1450.2510.14022.1

23-Oct-25

23:45

5,994,912

msvcp_win.dll

10.0.26100.7149

23-Oct-25

23:45

1,331,696

Ucx01000.sys

10.0.26100.7149

23-Oct-25

23:45

274,344

DuCsps.dll

10.0.26100.7149

23-Oct-25

23:45

128,000

usoapi.dll

10.0.26100.7149

23-Oct-25

23:45

389,632

usocoreps.dll

10.0.26100.7149

23-Oct-25

23:45

101,888

Windows.Management.Update.dll

10.0.26100.7149

23-Oct-25

23:45

293,376

nsi.dll

10.0.26100.7149

23-Oct-25

23:45

53,416

winnsi.dll

10.0.26100.7149

23-Oct-25

23:45

98,320

nsisvc.dll

10.0.26100.7149

23-Oct-25

23:45

78,848

nsiproxy.sys

10.0.26100.7149

23-Oct-25

23:45

50,176

ws2_32.dll

10.0.26100.7149

23-Oct-25

23:45

782,680

win32u.dll

10.0.26100.7149

23-Oct-25

23:45

381,296

win32k.sys

10.0.26100.7149

23-Oct-25

23:45

684,416

win32kfull.sys

10.0.26100.7149

23-Oct-25

23:45

3,931,648

win32kbase.sys

10.0.26100.7149

23-Oct-25

23:45

3,065,344

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:45

20,992

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:45

23,040

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:45

22,016

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:45

23,552

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:45

21,504

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:45

24,064

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:45

20,480

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:45

22,528

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:45

18,432

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:45

17,920

win32kbase.sys.mui

10.0.26100.7149

23-Oct-25

23:45

16,384

win32kbase_rs.sys

10.0.26100.7149

23-Oct-25

23:45

120,320

WindowsCodecs.dll

10.0.26100.7149

23-Oct-25

23:45

3,935,864

winpeshl.exe

10.0.26100.7149

23-Oct-25

23:45

72,704

wpeutil.dll

10.0.26100.7149

23-Oct-25

23:45

182,784

wpeutil.exe

10.0.26100.7149

23-Oct-25

23:45

15,872

wpeinit.exe

10.0.26100.7149

23-Oct-25

23:45

39,424

startnet.cmd

未版本控制

23-Oct-25

23:45

9

winpeshl.exe.mui

10.0.26100.7149

23-Oct-25

23:45

3,584

wpeutil.dll.mui

10.0.26100.7149

23-Oct-25

23:45

10,752

winpeshl.exe.mui

10.0.26100.7149

23-Oct-25

23:45

4,096

wpeutil.dll.mui

10.0.26100.7149

23-Oct-25

23:45

11,264

wpeutil.dll.mui

10.0.26100.7149

23-Oct-25

23:45

11,776

winpeshl.exe.mui

10.0.26100.7149

23-Oct-25

23:45

3,072

wpeutil.dll.mui

10.0.26100.7149

23-Oct-25

23:45

8,704

wpeutil.dll.mui

10.0.26100.7149

23-Oct-25

23:45

7,680

wpeutil.dll.mui

10.0.26100.7149

23-Oct-25

23:45

7,168

CloudRecApi.dll

10.0.26100.7149

23-Oct-25

23:45

72,192

CloudRecSvc.exe

1,001

23-Oct-25

23:45

97,280

ReAgent.dll

10.0.26100.7149

23-Oct-25

23:45

1,207,680

ReInfo.dll

10.0.26100.7149

23-Oct-25

23:45

176,640

StartRep.exe

10.0.26100.7149

23-Oct-25

23:45

1,309,696

RecHost.exe

10.0.26100.7149

23-Oct-25

23:45

139,672

SrtTel.dll

10.0.26100.7149

23-Oct-25

23:45

1,904,536

RecEnv.exe

10.0.26100.7149

23-Oct-25

23:45

462,720

BootRec.exe

10.0.26100.7149

23-Oct-25

23:45

171,520

DUTProvider.dll

10.0.26100.7149

23-Oct-25

23:45

361,360

WinSetupBak.hiv

未版本控制

23-Oct-25

23:45

8,192

WinSetupBak.sys

10.0.26100.7149

23-Oct-25

23:45

197,032

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:45

36,352

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:45

25,600

BootRec.exe.mui

10.0.26100.7149

23-Oct-25

23:45

4,608

DUTProvider.dll.mui

10.0.26100.7149

23-Oct-25

23:45

5,120

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:45

35,840

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:45

39,936

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:45

27,648

BootRec.exe.mui

10.0.26100.7149

23-Oct-25

23:45

5,120

DUTProvider.dll.mui

10.0.26100.7149

23-Oct-25

23:45

5,632

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:45

43,520

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:45

29,184

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:45

32,768

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:45

24,576

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:45

38,400

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:45

27,136

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:45

40,960

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:45

28,160

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:45

38,912

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:45

26,624

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:45

22,528

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:45

19,456

BootRec.exe.mui

10.0.26100.7149

23-Oct-25

23:45

4,096

DUTProvider.dll.mui

10.0.26100.7149

23-Oct-25

23:45

4,096

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:45

20,992

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:45

18,432

BootRec.exe.mui

10.0.26100.7149

23-Oct-25

23:45

3,584

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:45

35,328

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:45

26,112

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:45

37,888

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:45

40,448

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:45

34,816

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:45

25,088

StartRep.exe.mui

10.0.26100.7149

23-Oct-25

23:45

15,872

RecEnv.exe.mui

10.0.26100.7149

23-Oct-25

23:45

16,896

wow64con.dll

10.0.26100.7149

23-Oct-25

23:45

18,720

bcrypt.dll

10.0.26100.7149

23-Oct-25

23:45

114,160

bcryptprimitives.dll

10.0.26100.7149

23-Oct-25

23:45

473,200

msvcrt.dll

7.0.26100.7149

23-Oct-25

23:45

1,156,640

ucrtbase.dll

10.0.26100.7149

23-Oct-25

23:45

1,574,584

d2d1.dll

10.0.26100.7149

23-Oct-25

23:45

7,036,520

d3d9on12.dll

10.0.26100.7149

23-Oct-25

23:45

981,504

d3d10warp.dll

10.0.26100.7149

23-Oct-25

23:45

9,689,936

d3d11.dll

10.0.26100.7149

23-Oct-25

23:45

3,431,816

d3d11on12.dll

10.0.26100.7149

23-Oct-25

23:45

826,704

d3d12.dll

10.0.26100.7149

23-Oct-25

23:45

188,304

DWrite.dll

10.0.26100.7149

23-Oct-25

23:45

2,943,488

gdi32.dll

10.0.26100.7149

23-Oct-25

23:45

280,832

iertutil.dll

11.0.26100.7149

23-Oct-25

23:45

2,749,168

jscript9.dll

11.0.26100.7149

23-Oct-25

23:45

6,512,640

msftedit.dll

10.0.26100.7149

23-Oct-25

23:45

4,263,424

mshtml.dll

11.0.26100.7149

23-Oct-25

23:45

28,168,192

msIso.dll

11.0.26100.7149

23-Oct-25

23:45

381,440

opengl32.dll

10.0.26100.7149

23-Oct-25

23:45

1,281,536

urlmon.dll

11.0.26100.7149

23-Oct-25

23:45

2,325,504

windows.storage.dll

10.0.26100.7149

23-Oct-25

23:45

12,470,848

WindowsCodecs.dll

10.0.26100.7149

23-Oct-25

23:45

2,807,040

wininet.dll

11.0.26100.7149

23-Oct-25

23:45

3,079,152

KernelBase.dll

10.0.26100.7149

23-Oct-25

23:45

3,952,008

oleaut32.dll

10.0.26100.7149

23-Oct-25

23:45

1,032,776

rpcrt4.dll

10.0.26100.7149

23-Oct-25

23:45

1,249,640

cryptbase.dll

10.0.26100.7149

23-Oct-25

23:45

32,608

cryptsp.dll

10.0.26100.7149

23-Oct-25

23:45

77,024

DismCore.dll

10.0.26100.7149

23-Oct-25

23:45

371,088

DismProv.dll

10.0.26100.7149

23-Oct-25

23:45

209,320

DismCorePS.dll

10.0.26100.7149

23-Oct-25

23:45

98,704

LogProvider.dll

10.0.26100.7149

23-Oct-25

23:45

76,184

FolderProvider.dll

10.0.26100.7149

23-Oct-25

23:45

59,792

dhcpcore.dll

10.0.26100.7149

23-Oct-25

23:45

383,360

dhcpcsvc.dll

10.0.26100.7149

23-Oct-25

23:45

99,200

dhcpcore6.dll

10.0.26100.7149

23-Oct-25

23:45

260,992

dhcpcsvc6.dll

10.0.26100.7149

23-Oct-25

23:45

86,416

wer.dll

10.0.26100.7149

23-Oct-25

23:45

814,048

weretw.dll

10.0.26100.7149

23-Oct-25

23:45

187,992

werdiagcontroller.dll

10.0.26100.7149

23-Oct-25

23:45

41,984

wermgr.exe

10.0.26100.7149

23-Oct-25

23:45

240,016

WerFault.exe

10.0.26100.7149

23-Oct-25

23:45

538,512

WerFaultSecure.exe

10.0.26100.7149

23-Oct-25

23:45

186,520

Faultrep.dll

10.0.26100.7149

23-Oct-25

23:45

457,688

WerEnc.dll

10.0.26100.7149

23-Oct-25

23:45

27,920

iertutil.dll

11.0.26100.7149

23-Oct-25

23:45

2,357,896

msIso.dll

11.0.26100.7149

23-Oct-25

23:45

205,312

edgeIso.dll

11.0.26100.7149

23-Oct-25

23:45

373,248

kernel.appcore.dll

10.0.26100.7149

23-Oct-25

23:45

74,992

kernel32.dll

10.0.26100.7149

23-Oct-25

23:45

687,360

KernelBase.dll

10.0.26100.7149

23-Oct-25

23:45

2,934,824

api-ms-win-core-comm-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,216

api-ms-win-core-console-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,200

api-ms-win-core-datetime-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-core-datetime-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-core-debug-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-core-debug-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-core-delayload-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,160

api-ms-win-core-errorhandling-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,688

api-ms-win-core-errorhandling-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

12,688

api-ms-win-core-fibers-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-core-fibers-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

12,160

api-ms-win-core-file-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

16,256

api-ms-win-core-file-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-core-file-l1-2-1.dll

10.0.26100.7149

23-Oct-25

23:45

12,696

api-ms-win-core-handle-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-core-heap-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,184

api-ms-win-core-interlocked-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,184

api-ms-win-core-io-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,696

api-ms-win-core-io-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

12,688

api-ms-win-core-libraryloader-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,712

api-ms-win-core-libraryloader-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-core-localization-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:45

15,776

api-ms-win-core-localization-l1-2-1.dll

10.0.26100.7149

23-Oct-25

23:45

12,200

api-ms-win-core-memory-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,184

api-ms-win-core-memory-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

13,696

api-ms-win-core-memory-l1-1-2.dll

10.0.26100.7149

23-Oct-25

23:45

13,208

api-ms-win-core-namedpipe-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-core-processenvironment-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,712

api-ms-win-core-processenvironment-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-core-processthreads-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

15,232

api-ms-win-core-processthreads-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

13,184

api-ms-win-core-processthreads-l1-1-2.dll

10.0.26100.7149

23-Oct-25

23:45

12,696

api-ms-win-core-profile-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,688

api-ms-win-core-realtime-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-core-registry-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

14,720

api-ms-win-core-rtlsupport-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-core-string-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,688

api-ms-win-core-stringloader-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

12,704

api-ms-win-core-synch-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

14,736

api-ms-win-core-synch-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,184

api-ms-win-core-sysinfo-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,712

api-ms-win-core-sysinfo-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,712

api-ms-win-core-sysinfo-l1-2-1.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-core-threadpool-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:45

14,720

api-ms-win-core-timezone-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,184

api-ms-win-core-util-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,688

api-ms-win-core-xstate-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-security-base-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

18,304

api-ms-win-service-core-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-service-core-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-service-management-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-service-management-l2-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-service-winsvc-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,720

API-MS-Win-core-localization-obsolete-l1-2-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,184

api-ms-win-core-threadpool-private-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-core-threadpool-legacy-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,704

api-ms-win-core-wow64-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

12,672

api-ms-win-service-private-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,696

api-ms-win-service-private-l1-1-1.dll

10.0.26100.7149

23-Oct-25

23:45

13,736

api-ms-win-crt-conio-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,712

api-ms-win-crt-convert-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

16,784

api-ms-win-crt-environment-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,184

api-ms-win-crt-filesystem-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

15,232

api-ms-win-crt-heap-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,728

api-ms-win-crt-locale-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,184

api-ms-win-crt-math-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

23,440

api-ms-win-crt-multibyte-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

20,864

api-ms-win-crt-private-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

67,456

api-ms-win-crt-process-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,712

api-ms-win-crt-runtime-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

17,792

api-ms-win-crt-stdio-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

18,816

api-ms-win-crt-string-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

19,328

api-ms-win-crt-time-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

15,256

api-ms-win-crt-utility-l1-1-0.dll

10.0.26100.7149

23-Oct-25

23:45

13,200

ucrtbase.dll

10.0.26100.7149

23-Oct-25

23:45

1,114,152

migcore.dll

10.0.26100.7149

23-Oct-25

23:45

7,157,664

migstore.dll

10.0.26100.7149

23-Oct-25

23:45

1,046,440

mighost.exe

10.0.26100.7149

23-Oct-25

23:45

254,864

migapp.dll

10.0.26100.7149

23-Oct-25

23:45

231,824

MXEAgent.dll

10.0.26100.7149

23-Oct-25

23:45

274,816

AppExtAgent.dll

10.0.26100.7149

23-Oct-25

23:45

346,496

csiagent.dll

10.0.26100.7149

23-Oct-25

23:45

527,264

cmi2migxml.dll

10.0.26100.7149

23-Oct-25

23:45

158,624

msasn1.dll

10.0.26100.7149

23-Oct-25

23:45

52,232

msvcrt.dll

7.0.26100.7149

23-Oct-25

23:45

809,432

nlaapi.dll

10.0.26100.7149

23-Oct-25

23:45

24,064

nlmproxy.dll

10.0.26100.7149

23-Oct-25

23:45

19,456

nlmsprep.dll

10.0.26100.7149

23-Oct-25

23:45

17,920

ntdll.dll

10.0.26100.7149

23-Oct-25

23:45

1,819,256

rpcrt4.dll

10.0.26100.7149

23-Oct-25

23:45

772,176

KerbClientShared.dll

10.0.26100.7149

23-Oct-25

23:45

165,920

sechost.dll

10.0.26100.7149

23-Oct-25

23:45

529,496

fveapibase.dll

10.0.26100.7149

23-Oct-25

23:45

626,176

fveapi.dll

10.0.26100.7149

23-Oct-25

23:45

1,081,856

kerberos.dll

10.0.26100.7149

23-Oct-25

23:45

1,045,504

kerb3961.dll

10.0.26100.7149

23-Oct-25

23:45

134,888

NtlmShared.dll

10.0.26100.7149

23-Oct-25

23:45

68,232

ServicingCommon.dll

10.0.26100.7149

23-Oct-25

23:45

763,440

DiagnosticDataSettings.dll

10.0.26100.7149

23-Oct-25

23:45

38,808

tbs.dll

10.0.26100.7149

23-Oct-25

23:45

84,808

msvcp_win.dll

10.0.26100.7149

23-Oct-25

23:45

505,728

usoapi.dll

10.0.26100.7149

23-Oct-25

23:45

99,840

Windows.Management.Update.dll

10.0.26100.7149

23-Oct-25

23:45

217,600

nsi.dll

10.0.26100.7149

23-Oct-25

23:45

21,792

winnsi.dll

10.0.26100.7149

23-Oct-25

23:45

35,200

ws2_32.dll

10.0.26100.7149

23-Oct-25

23:45

392,096

win32u.dll

10.0.26100.7149

23-Oct-25

23:45

106,416

WindowsCodecs.dll

10.0.26100.7149

23-Oct-25

23:45

1,981,320

ReAgent.dll

10.0.26100.7149

23-Oct-25

23:45

637,848

ReInfo.dll

10.0.26100.7149

23-Oct-25

23:45

62,976

参考资料

用于描述 Microsoft 软件更新的标准术语说明

查询字词: safeos du

需要更多帮助?

需要更多选项?

了解订阅权益、浏览培训课程、了解如何保护设备等。