应用对象
Windows 11 version 26H1, all editions

Windows 安全启动证书过期 

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

有关 Windows 设备的详细信息和准备步骤,请参阅Windows 安全启动证书过期和 CA 更新。

有关 Windows 服务器的详细信息和准备步骤,请参阅以下资源:

摘要

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

如何获取此更新

安装此更新

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

可用

后续步骤

可用

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

先决条件

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

重启信息

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

删除信息

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

更新替代信息

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

验证此更新的安装

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

若要获取安装的 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

文件信息

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

文件名

文件版本

日期

时间

文件大小

usb.inf

未版本控制

26 年 3 月 25 日

2,239

41,432

usbccgp.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

222,704

usbhub3.inf

未版本控制

26 年 3 月 25 日

2,239

11,296

USBHUB3.SYS

10.0.28000.1761

26 年 3 月 25 日

2,239

747,000

usbport.inf

未版本控制

26 年 3 月 25 日

2,239

77,436

usbohci.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

69,632

usbport.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

513,520

usbhub.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

574,960

usbehci.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

128,544

usbuhci.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

73,728

usbd.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

75,296

usbxhci.inf

未版本控制

26 年 3 月 25 日

2,239

8,444

USBXHCI.SYS

10.0.28000.1761

26 年 3 月 25 日

2,239

747,000

UsbXhciCompanion.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

187,512

hvloader.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

251,384

hvax64.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

2,205,208

hvix64.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

2,352,672

{60FD87F8-4593-44A0-91B0-2E0DA022F248}.cip

未版本控制

26 年 3 月 25 日

2,239

9,172

driver.stl

未版本控制

26 年 3 月 25 日

2,239

33,360

previous.driver.stl

未版本控制

26 年 3 月 25 日

2,239

33,360

skci.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

389,960

iumbase.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

51,160

iumdll.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

38,760

tprtdll.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

472,624

vertdll.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

237,096

ucrtbase_enclave.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

646,160

veinterop.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

47,024

securekernel.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

1,390,064

VbsSiPolicy.p7b

未版本控制

26 年 3 月 25 日

2,239

81,566

SDFHost.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

63,552

IumSdk.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

30,496

advapi32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

117,288

comctl32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

49,152

comdlg32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

40,960

cryptui.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

40,960

dwmapi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

55,264

dxcore.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

32,768

fontsub.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

32,768

gdi32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

96,584

imm32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

55,264

kernel32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

170,960

ole32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

100,712

oleacc.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

40,960

pdh.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

45,056

PerceptionDevice.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

36,864

psapi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

47,000

rstrtmgr.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

36,864

setupapi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

80,056

user32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

232,944

usp10.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

40,960

secur32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

45,056

shell32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

84,184

shlwapi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

92,448

version.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

32,768

wevtapi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

55,304

winmm.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

65,536

winspool.drv

10.0.28000.1761

26 年 3 月 25 日

2,239

53,248

prntvpt.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

40,960

wtsapi32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

55,264

xinput1_4.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

40,960

kdnet.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

157,168

kdstub.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

87,536

tcblaunch.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

1,005,776

tcbloader.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

316,912

DrtmAuthTxt.wim

未版本控制

26 年 3 月 25 日

2,239

23,184

bootmgfw.efi

10.0.28000.317

26 年 3 月 25 日

2,239

3,008,968

bootmgfw_EX.efi

10.0.28000.317

26 年 3 月 25 日

2,239

3,008,824

SecureBootRecovery.efi

未版本控制

26 年 3 月 25 日

2,239

173,512

bootmgr.efi

10.0.28000.317

26 年 3 月 25 日

2,239

2,991,008

boot.stl

未版本控制

26 年 3 月 25 日

2,239

11,030

boot.pnd.stl

未版本控制

26 年 3 月 25 日

2,239

11,733

winsipolicy.p7b

未版本控制

26 年 3 月 25 日

2,239

10,360

winload.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

1,986,112

winload.efi

10.0.28000.1761

26 年 3 月 25 日

2,239

3,486,584

bfsvc.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

126,976

bootsvc.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

315,576

bcrypt.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

179,248

bcryptprimitives.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

666,864

driversipolicy.p7b

未版本控制

26 年 3 月 25 日

2,239

238,709

cng.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

906,456

ci.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,146,112

cryptbase.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

59,424

cryptsp.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

121,400

WUDFHost.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

357,872

WUDFCompanionHost.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

237,096

WUDFRd.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

407,032

WUDFPf.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

173,552

WUDFPlatform.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

274,264

exfat.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

452,080

msimg32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

32,768

mf3216.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

131,072

gdi32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

220,584

gdi32full.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,208,096

drupdate.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

447,992

oobeldretw.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

27,120

setupugcetw.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

27,080

sysprepetw.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

31,216

windeployetw.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

27,080

esscli.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

439,840

fastprox.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

992,760

mofd.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

390,680

mofinstall.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

128,504

repdrvfs.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

427,512

wbemcomn.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

521,712

wbemcore.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,971,704

wbemprox.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

71,152

wmi_tracing.mof

未版本控制

26 年 3 月 25 日

2,239

1,682

wmiutils.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

144,888

iertutil.dll

11.0.28000.1761

26 年 3 月 25 日

2,239

2,927,040

msIso.dll

11.0.28000.1761

26 年 3 月 25 日

2,239

286,720

edgeIso.dll

11.0.28000.1761

26 年 3 月 25 日

2,239

442,368

kernel32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

836,232

KernelBase.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

4,183,152

dxgkrnl.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

5,338,608

cdd.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

335,872

dxgmms1.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

538,144

dxgmms2.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

1,291,760

dxgkrnl.sys.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

116,224

dxgmms2.sys.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

5,120

cdd.dll.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

3,072

dxgmms2.sys.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

5,632

cdd.dll.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

2,560

dxgkrnl.sys.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

117,760

dxgkrnl.sys.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

114,688

dxgmms2.sys.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

4,608

dxgkrnl.sys.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

118,272

dxgkrnl.sys.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

113,664

msasn1.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

92,480

msvcrt.dll

7.0.28000.1761

26 年 3 月 25 日

2,239

699,880

Narrator.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

1,232,896

DetailedReading-Default.xml

未版本控制

26 年 3 月 25 日

2,239

3,944

Narrator.lnk

未版本控制

26 年 3 月 25 日

2,239

1,108

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

24,576

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

29,696

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

29,184

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

28,160

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

27,136

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

30,720

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

31,232

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

30,208

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

23,040

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

28,672

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

17,408

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

16,896

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

27,648

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

13,824

ntdll.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

2,497,344

windows.storage.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

8,992,816

ntoskrnl.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

13,829,664

ntkrla57.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

12,498,416

pcrpf.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

344,064

pcrpf.dll.mui

10.0.28000.1761

26 年 3 月 25 日

2,239

6,144

refs.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

3,900,960

msrpc.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

423,408

rpcrt4.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,170,968

scesrv.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

585,728

diager.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

99,824

ii.admx

未版本控制

26 年 3 月 25 日

2,239

1,240

reagent.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

787,960

reagent.xml

未版本控制

26 年 3 月 25 日

2,239

837

SetupPlatform.cfg

未版本控制

26 年 3 月 25 日

2,239

23,043

SetupPlatform.dll

1.103.28000.1761

26 年 3 月 25 日

2,239

9,897,504

SetupPlatform.exe

1.103.28000.1761

26 年 3 月 25 日

2,239

288,248

unbcl.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,115,632

wdscore.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

280,096

wdsutil.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

353,776

WinSetupBoot.hiv

未版本控制

26 年 3 月 25 日

2,239

8,192

WinSetupBoot.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

124,400

WinSetupMon.hiv

未版本控制

26 年 3 月 25 日

2,239

8,192

WinSetupMon.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

169,520

wdsclientapi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

264,688

wdscsl.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

103,920

wdsimage.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

125,384

wdstptc.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

215,536

pnppropmig.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

116,208

hwcompat.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

243,224

offline.xml

未版本控制

26 年 3 月 25 日

2,239

45,162

upgrade_frmwrk.xml

未版本控制

26 年 3 月 25 日

2,239

19,157

fvevol.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

1,000,992

fverecoverux.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

139,264

bcd.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

175,088

hwreqchk.dll

未版本控制

26 年 3 月 25 日

2,239

439,792

ServicingCommon.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

927,120

utcapi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

67,096

wimgapi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

935,456

wdscommonlib.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

337,440

dismapi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,275,376

dismcore.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

534,048

dismcoreps.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

247,288

dismprov.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

300,528

deployprovider.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

718,320

folderprovider.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

95,728

imagingprovider.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

251,376

logprovider.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

189,944

osimageprovider.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

566,768

UpdateCompression.dll

5.0.1.1

26 年 3 月 25 日

2,239

529,912

vhdprovider.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

599,544

wimprovider.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

701,936

unattend.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

357,880

wpx.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,426,928

locale.nls

未版本控制

26 年 3 月 25 日

2,239

862,800

nlsbres.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

103,968

KerbClientShared.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

270,152

sechost.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

687,480

fveapibase.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

753,664

fveapi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,425,408

kerberos.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,409,024

kerb3961.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

208,176

localkdcsvc.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

860,160

LsaIso.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

394,112

iumcrypt.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

100,784

msv1_0.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

583,160

NtlmShared.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

104,912

schannel.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

770,048

ResetEngine.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

2,926,112

ResetEngine.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

42,520

ResetPluginHost.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

57,344

srms.dat

未版本控制

26 年 3 月 25 日

2,239

60,961

sysreset.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

491,520

ResetEngOnline.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

233,472

SysResetErr.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

75,248

lsm.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

950,272

lagcounterdef.ini

未版本控制

26 年 3 月 25 日

2,239

1,878

lagcounterdef.h

未版本控制

26 年 3 月 25 日

2,239

255

winsta.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

398,216

tbs.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

121,400

tbs.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

75,248

ucrtbase.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,389,968

msvcp_win.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

646,160

Ucx01000.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

304,624

udfs.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

405,504

nsi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

51,160

winnsi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

67,656

nsisvc.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

61,440

nsiproxy.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

77,824

ws2_32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

534,600

win32u.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

170,984

win32k.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

816,632

win32kfull.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

4,329,472

win32kbase.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

3,379,200

win32kbase_rs.sys

10.0.28000.1761

26 年 3 月 25 日

2,239

176,128

winlogon.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

958,464

sysntfy.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

57,344

winpeshl.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

90,112

wpeutil.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

204,800

wpeutil.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

32,768

wpeinit.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

61,440

startnet.cmd

未版本控制

26 年 3 月 25 日

2,239

9

ReAgent.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

787,992

ReInfo.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

110,592

StartRep.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

1,474,560

RecHost.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

169,456

SrtTel.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,746,416

RecEnv.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

1,054,192

BootRec.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

192,512

PITRestore.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

335,872

winsqlite3.dll

3.51.1.0

26 年 3 月 25 日

2,239

1,144,664

wintrust.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

505,648

fastprox.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

978,944

wbemcomn.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

499,712

wbemcore.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,859,584

wbemess.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

487,424

GdiPlus.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,953,792

advapi32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

80,744

comctl32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

18,432

comdlg32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

11,776

cryptui.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

10,240

dwmapi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

24,512

dxcore.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

7,168

fontsub.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

7,168

gdi32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

50,296

imm32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

23,968

kernel32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

133,440

ole32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

59,064

oleacc.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

10,752

pdh.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

11,776

PerceptionDevice.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

9,728

psapi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

19,832

rstrtmgr.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

9,728

setupapi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

49,272

user32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

145,248

usp10.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

10,752

secur32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

15,360

shell32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

45,608

shlwapi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

57,024

version.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

8,192

wevtapi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

25,496

winmm.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

29,184

winspool.drv

10.0.28000.1761

26 年 3 月 25 日

2,239

16,896

prntvpt.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

10,240

wtsapi32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

22,904

xinput1_4.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

10,240

bcrypt.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

113,224

bcryptprimitives.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

465,016

cryptbase.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

32,728

cryptsp.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

77,112

msimg32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

7,168

mf3216.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

87,552

gdi32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

161,304

gdi32full.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

954,688

iertutil.dll

11.0.28000.1761

26 年 3 月 25 日

2,239

2,355,432

msIso.dll

11.0.28000.1761

26 年 3 月 25 日

2,239

205,824

edgeIso.dll

11.0.28000.1761

26 年 3 月 25 日

2,239

375,808

kernel32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

691,592

KernelBase.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

2,982,424

msasn1.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

58,024

msvcrt.dll

7.0.28000.1761

26 年 3 月 25 日

2,239

812,064

ntdll.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,817,312

windows.storage.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

7,233,224

pcrpf.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

242,688

rpcrt4.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

891,056

scesrv.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

403,968

KerbClientShared.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

171,720

sechost.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

526,992

fveapibase.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

629,248

fveapi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,139,712

kerberos.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,049,088

kerb3961.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

155,632

msv1_0.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

500,216

NtlmShared.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

63,736

schannel.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

553,472

winsta.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

295,576

tbs.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

83,920

ucrtbase.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,129,792

msvcp_win.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

507,360

nsi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

21,864

winnsi.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

34,824

ws2_32.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

422,704

win32u.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

106,512

ReAgent.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

675,832

ReInfo.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

66,048

winsqlite3.dll

3.51.1.0

26 年 3 月 25 日

2,239

894,336

wintrust.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

392,696

fastprox.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

819,712

wbemcomn.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

403,456

wbemcore.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,666,048

GdiPlus.dll

10.0.28000.1761

26 年 3 月 25 日

2,239

1,540,096

wdsnbp.com

未版本控制

26 年 3 月 25 日

2,239

30,832

abortpxe.com

未版本控制

26 年 3 月 25 日

2,239

79

bootmgr.exe

10.0.28000.1761

26 年 3 月 25 日

2,239

830,448

pxeboot.com

未版本控制

26 年 3 月 25 日

2,239

25,254

pxeboot.n12

未版本控制

26 年 3 月 25 日

2,239

25,238

hdlscom1.com

未版本控制

26 年 3 月 25 日

2,239

25,662

hdlscom2.com

未版本控制

26 年 3 月 25 日

2,239

25,662

hdlscom1.n12

未版本控制

26 年 3 月 25 日

2,239

25,646

hdlscom2.n12

未版本控制

26 年 3 月 25 日

2,239

25,646

bootmgfw.efi

10.0.28000.317

26 年 3 月 25 日

2,239

2,518,944

bootmgfw_EX.efi

10.0.28000.317

26 年 3 月 25 日

2,239

2,518,832

文件名

文件版本

日期

时间

文件大小

usb.inf

未版本控制

26 年 3 月 25 日

22:35

41,432

usbccgp.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

181,752

usbhub3.inf

未版本控制

26 年 3 月 25 日

22:35

11,296

USBHUB3.SYS

10.0.28000.1761

26 年 3 月 25 日

22:35

692,720

usbport.inf

未版本控制

26 年 3 月 25 日

22:35

31,662

usbehci.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

109,048

usbport.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

466,424

usbhub.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

440,304

usbd.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

42,528

usbxhci.inf

未版本控制

26 年 3 月 25 日

22:35

8,452

USBXHCI.SYS

10.0.28000.1761

26 年 3 月 25 日

22:35

679,408

UsbXhciCompanion.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

156,208

hvloader.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

232,992

hvaa64.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

1,833,976

{60FD87F8-4593-44A0-91B0-2E0DA022F248}.cip

未版本控制

26 年 3 月 25 日

22:35

9,172

driver.stl

未版本控制

26 年 3 月 25 日

22:35

15,113

previous.driver.stl

未版本控制

26 年 3 月 25 日

22:35

15,113

skci.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

288,048

iumbase.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

26,512

iumdll.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

16,744

tprtdll.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

404,096

vertdll.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

187,176

ucrtbase_enclave.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

447,936

veinterop.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

31,224

securekernel.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

1,016,864

VbsSiPolicy.p7b

未版本控制

26 年 3 月 25 日

22:35

81,581

SDFHost.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

44,608

IumSdk.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

23,872

advapi32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

192,896

comctl32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

69,120

comdlg32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

49,152

cryptui.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

39,424

dwmapi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

69,992

dxcore.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

30,208

fontsub.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

30,208

gdi32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

176,808

imm32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

65,352

kernel32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

309,656

ole32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

178,888

oleacc.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

44,544

pdh.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

52,736

PerceptionDevice.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

39,936

psapi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

44,736

rstrtmgr.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

39,936

setupapi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

123,200

user32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

527,552

usp10.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

48,640

secur32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

51,712

shell32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

132,928

shlwapi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

163,384

version.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

30,208

wevtapi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

74,128

winmm.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

106,496

winspool.drv

10.0.28000.1761

26 年 3 月 25 日

22:35

69,120

prntvpt.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

44,544

wtsapi32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

59,688

xinput1_4.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

39,424

kdnet.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

117,744

kdstub.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

50,680

tcblaunch.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

970,152

tcbloader.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

293,880

DrtmAuthArm.wim

未版本控制

26 年 3 月 25 日

22:35

8,305

bootmgfw.efi

10.0.28000.317

26 年 3 月 25 日

22:35

3,030,944

bootmgfw_EX.efi

10.0.28000.317

26 年 3 月 25 日

22:35

3,030,840

SecureBootRecovery.efi

未版本控制

26 年 3 月 25 日

22:35

177,568

bootmgr.efi

10.0.28000.317

26 年 3 月 25 日

22:35

3,013,024

boot.stl

未版本控制

26 年 3 月 25 日

22:35

10,853

boot.pnd.stl

未版本控制

26 年 3 月 25 日

22:35

11,556

winsipolicy.p7b

未版本控制

26 年 3 月 25 日

22:35

10,360

winload.efi

10.0.28000.1761

26 年 3 月 25 日

22:35

3,517,552

bfsvc.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

110,080

bootsvc.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

494,536

bcrypt.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

290,552

bcryptprimitives.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

968,712

driversipolicy.p7b

未版本控制

26 年 3 月 25 日

22:35

238,694

cng.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

791,968

ci.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,005,432

cryptbase.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

76,272

cryptsp.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

176,944

WUDFHost.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

330,224

WUDFCompanionHost.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

205,824

WUDFRd.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

366,616

WUDFPf.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

145,904

WUDFPlatform.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

418,624

exfat.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

404,464

msimg32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

30,720

mf3216.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

238,592

gdi32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

461,952

gdi32full.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,937,552

drupdate.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

416,760

oobeldretw.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

16,840

setupugcetw.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

16,328

sysprepetw.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

20,464

windeployetw.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

16,840

esscli.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

459,248

fastprox.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

2,052,640

mofd.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

397,296

mofinstall.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

111,608

repdrvfs.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

434,680

wbemcomn.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,058,288

wbemcore.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

2,077,680

wbemprox.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

57,848

wmi_tracing.mof

未版本控制

26 年 3 月 25 日

22:35

1,682

wmiutils.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

165,408

iertutil.dll

11.0.28000.1761

26 年 3 月 25 日

22:35

3,518,136

msIso.dll

11.0.28000.1761

26 年 3 月 25 日

22:35

550,400

edgeIso.dll

11.0.28000.1761

26 年 3 月 25 日

22:35

844,288

kernel32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,489,856

KernelBase.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

7,111,944

dxgkrnl.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

5,065,720

cdd.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

286,208

dxgmms1.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

459,760

dxgmms2.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

1,159,152

dxgkrnl.sys.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

116,224

dxgmms2.sys.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

5,120

cdd.dll.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

3,072

dxgmms2.sys.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

5,632

cdd.dll.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

2,560

dxgkrnl.sys.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

117,760

dxgkrnl.sys.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

114,688

dxgmms2.sys.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

4,608

dxgkrnl.sys.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

118,272

dxgkrnl.sys.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

113,664

msasn1.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

146,408

msvcrt.dll

7.0.28000.1761

26 年 3 月 25 日

22:35

1,339,456

Narrator.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

1,344,512

DetailedReading-Default.xml

未版本控制

26 年 3 月 25 日

22:35

3,944

Narrator.lnk

未版本控制

26 年 3 月 25 日

22:35

1,108

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

24,576

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

29,696

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

29,184

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

28,160

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

27,136

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

30,720

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

31,232

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

30,208

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

23,040

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

28,672

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

17,408

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

16,896

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

27,648

Narrator.exe.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

13,824

ntdll.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

4,368,472

windows.storage.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

19,203,208

ntoskrnl.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

12,165,104

pcrpf.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

668,672

pcrpf.dll.mui

10.0.28000.1761

26 年 3 月 25 日

22:35

6,144

refs.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

3,526,128

msrpc.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

342,560

rpcrt4.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

2,167,032

scesrv.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

993,792

diager.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

76,832

ii.admx

未版本控制

26 年 3 月 25 日

22:35

1,240

reagent.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,283,608

reagent.xml

未版本控制

26 年 3 月 25 日

22:35

837

SetupPlatform.cfg

未版本控制

26 年 3 月 25 日

22:35

23,043

SetupPlatform.dll

1.103.28000.1761

26 年 3 月 25 日

22:35

10,325,488

SetupPlatform.exe

1.103.28000.1761

26 年 3 月 25 日

22:35

275,488

unbcl.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,143,832

wdscore.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

261,104

wdsutil.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

352,760

WinSetupBoot.hiv

未版本控制

26 年 3 月 25 日

22:35

8,192

WinSetupBoot.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

99,352

WinSetupMon.hiv

未版本控制

26 年 3 月 25 日

22:35

8,192

WinSetupMon.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

145,928

wdsclientapi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

243,656

wdscsl.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

86,512

wdsimage.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

102,896

wdstptc.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

191,472

pnppropmig.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

96,752

hwcompat.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

234,992

offline.xml

未版本控制

26 年 3 月 25 日

22:35

45,162

upgrade_frmwrk.xml

未版本控制

26 年 3 月 25 日

22:35

19,157

fvevol.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

916,464

fverecoverux.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

130,560

bcd.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

150,992

bootsvc.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

494,576

hwreqchk.dll

未版本控制

26 年 3 月 25 日

22:35

802,288

ServicingCommon.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,632,952

utcapi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

46,624

wimgapi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,613,856

wdscommonlib.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

315,376

dismapi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

2,270,704

dismcore.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

871,928

dismcoreps.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

230,392

dismprov.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

296,432

deployprovider.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,233,392

folderprovider.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

162,840

imagingprovider.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

470,512

logprovider.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

178,672

osimageprovider.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,033,200

UpdateCompression.dll

5.0.1.1

26 年 3 月 25 日

22:35

909,296

vhdprovider.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,115,168

wimprovider.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,296,416

unattend.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

333,304

wpx.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,553,432

locale.nls

未版本控制

26 年 3 月 25 日

22:35

862,800

nlsbres.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

94,704

KerbClientShared.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

400,616

sechost.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,177,368

fveapibase.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,313,792

fveapi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

2,396,672

kerberos.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

2,466,816

kerb3961.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

348,328

localkdcsvc.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

837,632

LsaIso.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

371,072

iumcrypt.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

145,384

msv1_0.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,036,272

NtlmShared.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

168,640

schannel.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,285,120

ResetEngine.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

3,420,184

ResetEngine.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

26,096

ResetPluginHost.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

41,472

srms.dat

未版本控制

26 年 3 月 25 日

22:35

60,961

sysreset.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

484,864

ResetEngOnline.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

232,960

SysResetErr.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

62,448

lsm.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

977,920

lagcounterdef.ini

未版本控制

26 年 3 月 25 日

22:35

1,878

lagcounterdef.h

未版本控制

26 年 3 月 25 日

22:35

255

winsta.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

661,864

tbs.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

181,072

tbs.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

45,088

ucrtbase.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

2,245,424

msvcp_win.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,307,496

Ucx01000.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

272,416

udfs.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

346,112

nsi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

53,536

winnsi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

94,824

nsisvc.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

78,848

nsiproxy.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

50,176

ws2_32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

841,096

win32u.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

382,480

win32k.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

704,496

win32kfull.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

4,012,032

win32kbase.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

3,171,840

win32kbase_rs.sys

10.0.28000.1761

26 年 3 月 25 日

22:35

129,536

winlogon.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

901,120

sysntfy.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

31,232

winpeshl.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

69,632

wpeutil.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

189,440

wpeutil.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

15,872

wpeinit.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

39,424

startnet.cmd

未版本控制

26 年 3 月 25 日

22:35

9

ReAgent.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,283,568

ReInfo.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

177,152

StartRep.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

1,545,728

RecHost.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

160,248

SrtTel.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,919,512

RecEnv.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

1,137,648

BootRec.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

174,592

PITRestore.exe

10.0.28000.1761

26 年 3 月 25 日

22:35

324,608

winsqlite3.dll

3.51.1.0

26 年 3 月 25 日

22:35

2,147,712

wintrust.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

881,888

fastprox.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

2,188,800

wbemcomn.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,079,296

wbemcore.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

3,270,656

wbemess.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

546,304

GdiPlus.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

3,276,800

advapi32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

80,744

comctl32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

18,432

comdlg32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

11,776

cryptui.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

10,240

dwmapi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

24,512

dxcore.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

7,168

fontsub.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

7,168

gdi32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

50,296

imm32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

23,968

kernel32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

133,440

ole32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

59,064

oleacc.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

10,752

pdh.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

11,776

PerceptionDevice.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

9,728

psapi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

19,832

rstrtmgr.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

9,728

setupapi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

49,272

user32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

145,248

usp10.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

10,752

secur32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

15,360

shell32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

45,608

shlwapi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

57,024

version.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

8,192

wevtapi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

25,496

winmm.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

29,184

winspool.drv

10.0.28000.1761

26 年 3 月 25 日

22:35

16,896

prntvpt.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

10,240

wtsapi32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

22,904

xinput1_4.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

10,240

bcrypt.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

113,224

bcryptprimitives.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

465,016

advapi32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

859,960

d3d9.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

2,310,616

d3d10_1.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

265,728

d3d10_1core.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

58,880

dsound.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,020,416

gdi32full.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,341,680

kernel32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,191,584

d2d1.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

7,023,152

d3d9on12.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

913,920

d3d10warp.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

7,362,704

d3d11.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

3,248,072

d3d11on12.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

810,272

d3d12.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

175,000

DWrite.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

2,957,824

gdi32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

325,984

iertutil.dll

11.0.28000.1761

26 年 3 月 25 日

22:35

2,748,800

jscript9.dll

11.0.28000.1761

26 年 3 月 25 日

22:35

6,456,832

msftedit.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

4,264,448

mshtml.dll

11.0.28000.1761

26 年 3 月 25 日

22:35

28,081,664

msIso.dll

11.0.28000.1761

26 年 3 月 25 日

22:35

381,440

opengl32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,304,064

urlmon.dll

11.0.28000.1761

26 年 3 月 25 日

22:35

2,315,264

windows.storage.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

12,385,696

WindowsCodecs.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

2,857,760

wininet.dll

11.0.28000.1761

26 年 3 月 25 日

22:35

3,114,928

rpcrt4.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,267,344

dui70.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

2,395,136

GdiPlus.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

2,332,160

riched20.dll

5.31.23.1231

26 年 3 月 25 日

22:35

794,112

cryptbase.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

32,728

cryptsp.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

77,112

msimg32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

7,168

mf3216.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

87,552

gdi32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

161,304

gdi32full.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

954,688

iertutil.dll

11.0.28000.1761

26 年 3 月 25 日

22:35

2,355,432

msIso.dll

11.0.28000.1761

26 年 3 月 25 日

22:35

205,824

edgeIso.dll

11.0.28000.1761

26 年 3 月 25 日

22:35

375,808

kernel32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

691,592

KernelBase.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

2,982,424

msasn1.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

58,024

msvcrt.dll

7.0.28000.1761

26 年 3 月 25 日

22:35

812,064

ntdll.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,817,312

windows.storage.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

7,233,224

pcrpf.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

242,688

rpcrt4.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

891,056

scesrv.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

403,968

KerbClientShared.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

171,720

sechost.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

526,992

fveapibase.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

629,248

fveapi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,139,712

kerberos.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,049,088

kerb3961.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

155,632

msv1_0.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

500,216

NtlmShared.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

63,736

schannel.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

553,472

winsta.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

295,576

tbs.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

83,920

ucrtbase.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,129,792

msvcp_win.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

507,360

nsi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

21,864

winnsi.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

34,824

ws2_32.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

422,704

win32u.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

106,512

ReAgent.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

675,832

ReInfo.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

66,048

winsqlite3.dll

3.51.1.0

26 年 3 月 25 日

22:35

894,336

wintrust.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

392,696

fastprox.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

819,712

wbemcomn.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

403,456

wbemcore.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,666,048

GdiPlus.dll

10.0.28000.1761

26 年 3 月 25 日

22:35

1,540,096

参考资料

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

查询字词: safeos du

需要更多帮助?

需要更多选项?

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