应用对象
Windows Server 2022

Windows 安全启动证书过期 

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

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

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

对 Windows Server 2022 的支持将于 2031 年 10 月结束

2031 年 10 月 14 日后,Microsoft 将不再为 Windows Server 2022 提供来自 Windows 更新的免费软件更新、技术协助或安全修补程序。 建议升级到更高版本的 Windows Server

摘要

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

如何获取此更新

安装此更新

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

可用

后续步骤

不可用

此更新仅在Microsoft更新目录中可用。

先决条件

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

重启信息

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

删除信息

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

更新替代信息

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

验证此更新的安装

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

请使用管理员凭据运行以下 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 月 3 日

2,120

41,484

usbccgp.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

222,624

usbhub3.inf

未版本控制

26 年 3 月 3 日

2,120

11,162

USBHUB3.SYS

10.0.20348.4893

26 年 3 月 3 日

2,120

697,800

usbport.inf

未版本控制

26 年 3 月 3 日

2,120

77,558

usbohci.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

61,440

usbport.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

505,248

usbhub.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

554,400

usbehci.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

116,168

usbuhci.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

69,632

usbd.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

66,976

skci.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

315,496

conhost.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

987,136

iumbase.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

46,944

iumdll.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

38,680

vertdll.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

199,824

ucrtbase_enclave.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

563,440

securekernel.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

1,070,536

VbsSiPolicy.p7b

未版本控制

26 年 3 月 3 日

2,120

81,434

advapi32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

129,600

comctl32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

57,344

comdlg32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

45,056

cryptui.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

40,960

dwmapi.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

63,440

dxcore.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

28,672

fontsub.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

28,672

gdi32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

137,824

imm32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

59,312

kernel32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

191,536

ole32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

129,560

oleacc.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

40,960

PerceptionDevice.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

36,864

psapi.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

42,784

rstrtmgr.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

40,960

setupapi.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

117,160

user32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

402,272

usp10.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

40,960

secur32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

45,056

shell32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

121,296

shlwapi.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

121,296

version.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

32,768

wevtapi.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

63,488

winmm.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

86,016

winspool.drv

10.0.20348.4893

26 年 3 月 3 日

2,120

61,440

prntvpt.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

40,960

wtsapi32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

59,312

xinput1_4.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

40,960

winresume.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

1,282,568

winresume.efi

10.0.20348.4893

26 年 3 月 3 日

2,120

1,956,160

winload.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

1,647,240

winload.efi

10.0.20348.4893

26 年 3 月 3 日

2,120

2,396,744

bootmgfw.efi

10.0.20348.4893

26 年 3 月 3 日

2,120

2,044,360

bootmgfw_EX.efi

10.0.26100.30212

26 年 3 月 3 日

2,120

2,830,632

SecureBootRecovery.efi

未版本控制

26 年 3 月 3 日

2,120

162,688

bootmgr.efi

10.0.20348.4893

26 年 3 月 3 日

2,120

2,027,936

bootmgr_EX.efi

10.0.26100.30212

26 年 3 月 3 日

2,120

2,818,464

boot.stl

未版本控制

26 年 3 月 3 日

2,120

11,030

winsipolicy.p7b

未版本控制

26 年 3 月 3 日

2,120

9,796

bcrypt.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

170,904

bcryptprimitives.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

534,512

BootMenuUX.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

229,376

driversipolicy.p7b

未版本控制

26 年 3 月 3 日

2,120

229,162

cng.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

782,416

ci.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

968,352

driver.stl

未版本控制

26 年 3 月 3 日

2,120

33,360

cryptbase.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

59,336

cryptsp.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

121,320

exfat.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

447,944

msimg32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

28,672

mf3216.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

126,976

gdi32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

191,536

gdi32full.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

1,170,824

cmi2migxml.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

230,816

csiagent.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

718,280

diagER.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

79,264

hwcompat.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

251,296

hwcompat.txt

未版本控制

26 年 3 月 3 日

2,120

780,048

hwexclude.txt

未版本控制

26 年 3 月 3 日

2,120

51

migapp.xml

未版本控制

26 年 3 月 3 日

2,120

654,548

migcore.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

9,741,728

mighost.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

279,968

migres.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

26,016

migisol.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

148,896

migstore.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

1,320,352

migsys.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

456,136

MXEAgent.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

374,176

offline.xml

未版本控制

26 年 3 月 3 日

2,120

40,820

oscomps.xml

未版本控制

26 年 3 月 3 日

2,120

435,175

oscomps.woa.xml

未版本控制

26 年 3 月 3 日

2,120

249,101

osfilter.inf

未版本控制

26 年 3 月 3 日

2,120

21,299

pnppropmig.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

103,840

reagent.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

759,200

ReserveManager.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

296,392

setupplatform.cfg

未版本控制

26 年 3 月 3 日

2,120

6,371

setupplatform.dll

1.64.20348.4893

26 年 3 月 3 日

2,120

9,283,016

setupplatform.exe

1.64.20348.4893

26 年 3 月 3 日

2,120

202,184

SFCN.dat

未版本控制

26 年 3 月 3 日

2,120

18:24

SFLCID.dat

未版本控制

26 年 3 月 3 日

2,120

1,644

SFLISTW7.dat

未版本控制

26 年 3 月 3 日

2,120

1,703,368

SFLISTW8.dat

未版本控制

26 年 3 月 3 日

2,120

2,608,858

SFLISTWB.dat

未版本控制

26 年 3 月 3 日

2,120

3,172,904

SFLISTWT.dat

未版本控制

26 年 3 月 3 日

2,120

4,935,438

sflistw8.woa.dat

未版本控制

26 年 3 月 3 日

2,120

954,436

SFLISTRS1.dat

未版本控制

26 年 3 月 3 日

2,120

5,593,408

sflistwb.woa.dat

未版本控制

26 年 3 月 3 日

2,120

1,150,134

sflistwt.woa.dat

未版本控制

26 年 3 月 3 日

2,120

2,636,850

SFPAT.inf

未版本控制

26 年 3 月 3 日

2,120

11,602

SFPATW7.inf

未版本控制

26 年 3 月 3 日

2,120

17,396

SFPATW8.inf

未版本控制

26 年 3 月 3 日

2,120

79,818

SFPATWB.inf

未版本控制

26 年 3 月 3 日

2,120

91,635

SFPATWT.inf

未版本控制

26 年 3 月 3 日

2,120

165,729

SFPATRS1.inf

未版本控制

26 年 3 月 3 日

2,120

169,870

unbcl.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

1,205,664

upgradeagent.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

3,286,432

upgradeagent.xml

未版本控制

26 年 3 月 3 日

2,120

70,907

upgrade_comp.xml

未版本控制

26 年 3 月 3 日

2,120

6,054

upgrade_bulk.xml

未版本控制

26 年 3 月 3 日

2,120

211,052

upgrade_data.xml

未版本控制

26 年 3 月 3 日

2,120

41,750

upgrade_frmwrk.xml

未版本控制

26 年 3 月 3 日

2,120

18,614

upgWow_bulk.xml

未版本控制

26 年 3 月 3 日

2,120

114,963

uninstall.xml

未版本控制

26 年 3 月 3 日

2,120

4,407

uninstall_data.xml

未版本控制

26 年 3 月 3 日

2,120

11,122

wdsutil.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

353,736

iertutil.dll

11.0.20348.4893

26 年 3 月 3 日

2,120

2,856,680

msIso.dll

11.0.20348.4893

26 年 3 月 3 日

2,120

290,816

edgeIso.dll

11.0.20348.4893

26 年 3 月 3 日

2,120

487,424

kernel32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

782,440

KernelBase.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

3,637,648

ClipSp.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

1,127,880

dxgkrnl.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

4,527,520

cdd.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

278,528

dxgmms1.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

521,632

dxgmms2.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

1,050,016

dxgkrnl.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

109,056

dxgmms2.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

5,120

dxgmms2.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

5,632

dxgkrnl.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

110,592

dxgmms2.sys.mui

10.0.20348.4893

26 年 3 月 3 日

21:21

5,632

dxgkrnl.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

110,080

dxgkrnl.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

108,032

dxgmms2.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

4,608

dxgkrnl.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

107,520

lsasrv.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

1,638,400

lsaadt.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

217,088

ksecpkg.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

214,432

offlinelsa.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

157,128

msasn1.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

84,128

msvcrt.dll

7.0.20348.4893

26 年 3 月 3 日

2,120

675,048

netio.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

656,800

ntdll.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

2,104,680

ntfs.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

3,114,400

windows.storage.dll

10.0.20348.4893

26 年 3 月 3 日

21:21

8,736,584

ntoskrnl.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

11,584,928

ntkrla57.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

11,101,600

refs.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

2,295,200

msrpc.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

411,040

rpcrt4.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

1,191,504

diagtrack.dll

10.0.10586.0

26 年 3 月 3 日

2,120

1,365,856

diagtrackrunner.exe

10.0.10586.0

26 年 3 月 3 日

2,120

88,256

ii.admx

未版本控制

26 年 3 月 3 日

2,120

1,240

reagent.xml

未版本控制

26 年 3 月 3 日

2,120

837

SetupPlatform.cfg

未版本控制

26 年 3 月 3 日

2,120

11,803

wdsclientapi.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

334,200

wdscore.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

279,968

wdscsl.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

91,552

wdsimage.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

1,038,704

wdstptc.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

727,416

fvevol.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

861,640

dumpfve.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

129,600

KerbClientShared.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

237,056

sechost.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

675,048

fveapibase.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

450,560

fveapi.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

1,093,632

NtlmShared.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

67,600

schannel.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

671,744

ResetEngine.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

2,299,336

ResetEngine.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

38,344

ResetPluginHost.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

53,248

reseteng.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

679,936

resetengmig.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

106,496

srms.dat

未版本控制

26 年 3 月 3 日

2,120

59,554

srms62.dat

未版本控制

26 年 3 月 3 日

2,120

22,841

sysreset.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

372,736

systemreset.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

538,624

ResetEngOnline.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

221,184

SysResetErr.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

71,072

tcpip.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

3,216,840

FWPKCLNT.SYS

10.0.20348.4893

26 年 3 月 3 日

2,120

542,112

tcpipreg.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

77,824

tcpip.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

207,872

tcpip.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

212,992

tcpip.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

209,920

tcpip.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

209,408

tcpip.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

210,944

tcpip.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

211,968

tcpip.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

206,336

tcpip.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

205,312

tcpip.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

211,456

tcpip.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

200,704

tcpip.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

200,192

tcpip.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

208,384

tcpip.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

208,896

tcpip.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

207,360

tcpip.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

210,432

tcpip.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

198,144

tcpip.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

198,656

tbs.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

125,448

tbs.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

71,072

ucrtbase.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

1,129,528

msvcp_win.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

662,608

udfs.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

376,832

nsi.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

46,984

winnsi.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

59,312

nsisvc.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

57,344

nsiproxy.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

73,728

ws2_32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

476,672

win32u.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

166,808

win32k.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

684,032

win32kfull.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

3,829,760

win32kbase.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

2,895,872

win32kbase.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

19,968

win32kbase.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

22,528

win32kbase.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

21,504

win32kbase.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

23,040

win32kbase.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

20,480

win32kbase.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

20,992

win32kbase.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

19,456

win32kbase.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

22,016

win32kbase.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

17,408

win32kbase.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

16,896

win32kbase.sys.mui

10.0.20348.4893

26 年 3 月 3 日

2,120

15,360

WindowsCodecs.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

1,782,360

winlogon.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

880,640

winpeshl.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

90,112

wpeutil.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

159,744

wpeutil.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

32,768

wpeinit.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

57,344

startnet.cmd

未版本控制

26 年 3 月 3 日

2,120

9

ReInfo.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

61,440

StartRep.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

647,168

RecEnv.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

423,328

BootRec.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

192,512

winsqlite3.dll

3.51.1.0

26 年 3 月 3 日

2,120

1,079,088

GdiPlus.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

1,785,856

bcrypt.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

99,208

bcryptprimitives.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

409,680

cryptbase.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

33,192

cryptsp.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

84,312

msimg32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

7,168

mf3216.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

88,576

gdi32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

139,536

gdi32full.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

946,304

iertutil.dll

11.0.20348.4893

26 年 3 月 3 日

2,120

2,296,520

msIso.dll

11.0.20348.4893

26 年 3 月 3 日

2,120

217,600

edgeIso.dll

11.0.20348.4893

26 年 3 月 3 日

2,120

403,968

kernel32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

641,928

KernelBase.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

2,437,472

offlinelsa.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

118,176

msasn1.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

52,240

msvcrt.dll

7.0.20348.4893

26 年 3 月 3 日

2,120

788,248

ntdll.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

1,721,640

windows.storage.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

6,699,136

rpcrt4.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

768,080

KerbClientShared.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

155,072

sechost.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

508,848

fveapibase.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

365,568

fveapi.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

842,240

NtlmShared.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

37,280

schannel.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

527,360

tbs.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

80,144

ucrtbase.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

1,128,136

msvcp_win.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

509,872

nsi.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

21,824

winnsi.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

31,080

ws2_32.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

411,216

win32u.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

102,336

win32k.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

370,176

win32kfull.sys

10.0.20348.4893

26 年 3 月 3 日

2,120

2,790,400

WindowsCodecs.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

1,449,344

ReAgent.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

633,248

ReInfo.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

30,208

winsqlite3.dll

3.51.1.0

26 年 3 月 3 日

2,120

889,600

GdiPlus.dll

10.0.20348.4893

26 年 3 月 3 日

2,120

1,472,000

wdsnbp.com

未版本控制

26 年 3 月 3 日

2,120

30,832

abortpxe.com

未版本控制

26 年 3 月 3 日

2,120

79

bootmgr.exe

10.0.20348.4893

26 年 3 月 3 日

2,120

721,824

pxeboot.com

未版本控制

26 年 3 月 3 日

2,120

25,358

pxeboot.n12

未版本控制

26 年 3 月 3 日

2,120

25,358

hdlscom1.com

未版本控制

26 年 3 月 3 日

2,120

25,662

hdlscom2.com

未版本控制

26 年 3 月 3 日

2,120

25,662

hdlscom1.n12

未版本控制

26 年 3 月 3 日

2,120

25,646

hdlscom2.n12

未版本控制

26 年 3 月 3 日

2,120

25,646

bootmgfw.efi

10.0.20348.4893

26 年 3 月 3 日

2,120

1,386,952

bootmgfw_EX.efi

10.0.26100.30212

26 年 3 月 3 日

2,120

2,376,464

参考资料

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

查询字词: safeos du

需要更多帮助?

需要更多选项?

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