应用对象
Windows 11 SE, version 24H2 Windows 11 Enterprise and Education, version 24H2 Windows 11 Enterprise Multi-Session, version 24H2 Windows 11 Home and Pro, version 24H2 Windows 11 IoT Enterprise, version 24H2 Windows Server 2025

摘要

此更新改进了 Windows 11 版本 24H2 和 Windows Server 2025 中的 Windows 恢复环境。

如何获取此更新

安装此更新

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

可用

后续步骤

可用

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

先决条件

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

重启信息

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

删除信息

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

更新替代信息

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

验证此更新的安装

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

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

未版本控制

25 年 4 月 1 日

22:34

24,702

storufs.sys

10.0.26100.560

25 年 4 月 1 日

22:34

148,800

tpm.inf

未版本控制

25 年 4 月 1 日

22:34

11,804

tpm.sys

10.0.26100.3613

25 年 4 月 1 日

22:34

374,216

hvloader.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

226,760

hvax64.exe

10.0.26100.3031

25 年 4 月 1 日

22:34

1,951,136

hvix64.exe

10.0.26100.3031

25 年 4 月 1 日

22:34

2,049,464

skci.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

332,040

securekernel.exe

10.0.26100.3031

25 年 4 月 1 日

22:34

1,308,064

VbsSiPolicy.p7b

未版本控制

25 年 4 月 1 日

22:34

68,283

Facilitator.dll

10.0.26100.1287

25 年 4 月 1 日

22:34

1,111,456

apisetschema.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

153,016

apisetschema.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

153,008

tcblaunch.exe

10.0.26100.3031

25 年 4 月 1 日

22:34

954,016

tcbloader.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

292,256

DrtmAuthTxt.wim

未版本控制

25 年 4 月 1 日

22:34

20,919

winload.sys

10.0.26100.2876

25 年 4 月 1 日

22:34

1,129,560

winload.exe

10.0.26100.3762

25 年 4 月 1 日

22:34

1,824,432

winload.efi

10.0.26100.3762

25 年 4 月 1 日

22:34

3,205,560

bcrypt.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

166,768

bcryptprimitives.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

641,960

BootMenuUX.dll

10.0.26100.3762

25 年 4 月 1 日

22:34

241,664

driversipolicy.p7b

未版本控制

25 年 4 月 1 日

22:34

228,546

cng.sys

10.0.26100.3031

25 年 4 月 1 日

22:34

873,328

ci.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

1,079,928

driver.stl

未版本控制

25 年 4 月 1 日

22:34

32,631

previous.driver.stl

未版本控制

25 年 4 月 1 日

22:34

32,631

DismCore.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

476,592

DismProv.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

353,736

DismCorePS.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

230,856

LogProvider.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

120,248

FolderProvider.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

95,688

dhcpcore.dll

10.0.26100.712

25 年 4 月 1 日

22:34

435,616

dhcpcsvc.dll

10.0.26100.712

25 年 4 月 1 日

22:34

157,104

dhcpcore6.dll

10.0.26100.712

25 年 4 月 1 日

22:34

320,928

dhcpcsvc6.dll

10.0.26100.712

25 年 4 月 1 日

22:34

128,416

fbwf.sys

10.0.26100.1866

25 年 4 月 1 日

22:34

154,360

cmi2migxml.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

226,760

csiagent.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

718,280

diagER.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

99,744

hwcompat.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

243,128

hwcompat.txt

未版本控制

25 年 4 月 1 日

22:34

957,056

hwexclude.txt

未版本控制

25 年 4 月 1 日

22:34

51

icbexclusion.inf

未版本控制

25 年 4 月 1 日

22:34

7,222

migapp.xml

未版本控制

25 年 4 月 1 日

22:34

654,548

migcore.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

9,270,704

mighost.exe

10.0.26100.3613

25 年 4 月 1 日

22:34

288,176

migres.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

26,016

migisol.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

148,896

migstore.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

1,308,064

migsys.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

464,328

MXEAgent.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

386,464

AppExtAgent.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

488,880

offline.xml

未版本控制

25 年 4 月 1 日

22:34

44,690

oscomps.xml

未版本控制

25 年 4 月 1 日

22:34

449,323

osfilter.inf

未版本控制

25 年 4 月 1 日

22:34

21,299

pnppropmig.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

107,936

ReserveManager.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

357,792

setupplatform.cfg

未版本控制

25 年 4 月 1 日

22:34

15,971

setupplatform.dll

1.96.26100.3613

25 年 4 月 1 日

22:34

9,729,464

setupplatform.exe

1.96.26100.3613

25 年 4 月 1 日

22:34

255,432

SFCN.dat

未版本控制

25 年 4 月 1 日

22:34

18:24

SFLCID.dat

未版本控制

25 年 4 月 1 日

22:34

1,644

SFLISTW7.dat

未版本控制

25 年 4 月 1 日

22:34

1,703,368

SFLISTW8.dat

未版本控制

25 年 4 月 1 日

22:34

2,608,858

SFLISTWB.dat

未版本控制

25 年 4 月 1 日

22:34

3,172,904

SFLISTWT.dat

未版本控制

25 年 4 月 1 日

22:34

4,935,402

SFLISTRS1.dat

未版本控制

25 年 4 月 1 日

22:34

5,593,182

SFPAT.inf

未版本控制

25 年 4 月 1 日

22:34

11,602

SFPATW7.inf

未版本控制

25 年 4 月 1 日

22:34

17,396

SFPATW8.inf

未版本控制

25 年 4 月 1 日

22:34

79,818

SFPATWB.inf

未版本控制

25 年 4 月 1 日

22:34

91,635

SFPATWT.inf

未版本控制

25 年 4 月 1 日

22:34

165,729

SFPATRS1.inf

未版本控制

25 年 4 月 1 日

22:34

169,730

unbcl.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

1,091,000

upgradeagent.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

3,306,928

upgradeagent.xml

未版本控制

25 年 4 月 1 日

22:34

70,907

upgrade_comp.xml

未版本控制

25 年 4 月 1 日

22:34

6,054

upgrade_bulk.xml

未版本控制

25 年 4 月 1 日

22:34

211,949

upgrade_data.xml

未版本控制

25 年 4 月 1 日

22:34

41,750

upgrade_frmwrk.xml

未版本控制

25 年 4 月 1 日

22:34

19,157

upgWow_bulk.xml

未版本控制

25 年 4 月 1 日

22:34

114,707

uninstall.xml

未版本控制

25 年 4 月 1 日

22:34

4,639

uninstall_data.xml

未版本控制

25 年 4 月 1 日

22:34

11,122

wdsutil.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

353,736

WinSetupMon.hiv

未版本控制

25 年 4 月 1 日

22:34

8,192

WinSetupMon.sys

10.0.26100.3613

25 年 4 月 1 日

22:34

169,424

actionqueue.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

267,584

appcompat_detailed.xsl

未版本控制

25 年 4 月 1 日

22:34

13,608

appcompat_detailed_bidi.xsl

未版本控制

25 年 4 月 1 日

22:34

13,732

cdplib.mof

未版本控制

25 年 4 月 1 日

22:34

1,976

cdplibuninstall.mof

未版本控制

25 年 4 月 1 日

22:34

571

dpx.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

1,078,600

UpdateCompression.dll

5.0.1.1

25 年 4 月 1 日

22:34

542,000

hwcompat.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

242,992

itgtupg.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

116,160

migisol.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

148,920

migtestplugin.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

75,304

msdelta.dll

5.0.1.1

25 年 4 月 1 日

22:34

595,360

mspatcha.dll

5.0.1.1

25 年 4 月 1 日

22:34

83,400

smiengine.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

927,136

cmi2migxml.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

226,624

migcore.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

9,274,824

migstore.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

1,303,984

csiagent.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

718,144

mighost.exe

10.0.26100.1583

25 年 4 月 1 日

22:34

288,176

mxeagent.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

386,352

AppExtAgent.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

488,752

upgradeagent.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

3,302,832

migres.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

25,904

wcmtypes.xsd

未版本控制

25 年 4 月 1 日

22:34

1,047

wdsupgcompl.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

46,536

auditetw.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

26,152

cmisetupetw.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

26,056

etwproviderinstall.vbs

未版本控制

25 年 4 月 1 日

22:34

6,868

setupcletw.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

30,248

winsetupetw.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

75,296

KernelBase.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

3,988,888

dxgkrnl.sys

10.0.26100.3613

25 年 4 月 1 日

22:34

5,170,592

cdd.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

335,872

dxgmms1.sys

10.0.26100.3613

25 年 4 月 1 日

22:34

542,152

dxgmms2.sys

10.0.26100.3613

25 年 4 月 1 日

22:34

1,226,168

migcore.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

9,274,672

migapp.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

329,120

AppExtAgent.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

488,768

csiagent.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

718,128

SFLISTXP.dat

未版本控制

25 年 4 月 1 日

22:34

1,459,226

SFLISTLH.dat

未版本控制

25 年 4 月 1 日

22:34

3,347,940

SFPATXP.inf

未版本控制

25 年 4 月 1 日

22:34

4,355

SFPATLH.inf

未版本控制

25 年 4 月 1 日

22:34

8,678

netio.sys

10.0.26100.3762

25 年 4 月 1 日

22:34

730,544

ncsi.dll

10.0.26100.712

25 年 4 月 1 日

22:34

692,224

netprofmsvc.dll

10.0.26100.712

25 年 4 月 1 日

22:34

1,871,872

nlaapi.dll

10.0.26100.712

25 年 4 月 1 日

22:34

53,248

nlmproxy.dll

10.0.26100.712

25 年 4 月 1 日

22:34

53,248

nlmsprep.dll

10.0.26100.712

25 年 4 月 1 日

22:34

49,152

ntdll.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

2,505,496

ntoskrnl.exe

10.0.26100.3613

25 年 4 月 1 日

22:34

12,760,496

rpcrt4.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

1,154,320

diager.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

99,768

diagtrack.dll

10.0.10586.0

25 年 4 月 1 日

22:34

1,365,856

diagtrackrunner.exe

10.0.10586.0

25 年 4 月 1 日

22:34

88,256

ii.admx

未版本控制

25 年 4 月 1 日

22:34

1,240

reagent.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

710,048

reagent.xml

未版本控制

25 年 4 月 1 日

22:34

837

SetupPlatform.cfg

未版本控制

25 年 4 月 1 日

22:34

23,023

SetupPlatform.dll

1.96.26100.3321

25 年 4 月 1 日

22:34

9,729,456

SetupPlatform.exe

1.96.26100.3321

25 年 4 月 1 日

22:34

255,408

unbcl.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

1,091,000

wdscore.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

280,008

wdsutil.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

353,736

WinSetupBoot.hiv

未版本控制

25 年 4 月 1 日

22:34

8,192

WinSetupBoot.sys

10.0.26100.3321

25 年 4 月 1 日

22:34

112,032

WinSetupMon.sys

10.0.26100.3321

25 年 4 月 1 日

22:34

169,408

wdsclientapi.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

267,856

wdscsl.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

112,048

wdsimage.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

128,576

wdstptc.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

218,704

pnppropmig.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

107,976

hwcompat.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

243,120

fvevol.sys

10.0.26100.3762

25 年 4 月 1 日

22:34

927,152

dumpfve.sys

10.0.26100.3762

25 年 4 月 1 日

22:34

150,256

bcd.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

166,784

bootsvc.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

307,272

hwreqchk.dll

未版本控制

25 年 4 月 1 日

22:34

423,352

ServicingCommon.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

1,055,128

utcapi.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

66,992

wimgapi.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

910,792

wdscommonlib.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

341,432

dismapi.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

1,201,592

dismcore.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

476,576

dismcoreps.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

230,816

dismprov.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

353,696

folderprovider.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

95,672

imagingprovider.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

247,224

logprovider.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

189,856

UpdateCompression.dll

5.0.1.1

25 年 4 月 1 日

22:34

542,128

vhdprovider.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

599,496

wimprovider.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

697,760

unattend.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

275,912

wpx.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

1,422,752

locale.nls

未版本控制

25 年 4 月 1 日

22:34

861,992

nlsbres.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

103,856

fveapibase.dll

10.0.26100.3762

25 年 4 月 1 日

22:34

659,456

fveapi.dll

10.0.26100.3762

25 年 4 月 1 日

22:34

1,236,992

kerberos.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

1,380,352

kerb3961.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

162,664

localkdcsvc.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

802,816

LsaIso.exe

10.0.26100.3031

25 年 4 月 1 日

22:34

389,920

iumcrypt.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

100,680

ServicingCommon.dll

10.0.26100.998

25 年 4 月 1 日

22:34

1,030,224

ResetEngine.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

2,864,560

ResetTelemetry.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

570,784

ResetEngine.exe

10.0.26100.3321

25 年 4 月 1 日

22:34

42,400

ResetPluginHost.exe

10.0.26100.3321

25 年 4 月 1 日

22:34

57,344

srms.dat

未版本控制

25 年 4 月 1 日

22:34

60,394

sysreset.exe

10.0.26100.3321

25 年 4 月 1 日

22:34

487,424

ResetEngOnline.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

212,992

SysResetErr.exe

10.0.26100.3321

25 年 4 月 1 日

22:34

75,168

tcpip.sys

10.0.26100.3762

25 年 4 月 1 日

22:34

3,458,464

FWPKCLNT.SYS

10.0.26100.3762

25 年 4 月 1 日

22:34

574,920

tcpipreg.sys

10.0.26100.3762

25 年 4 月 1 日

22:34

86,016

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

255,488

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

263,168

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

259,584

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

258,560

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

261,120

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

262,656

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

254,976

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

257,536

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

259,072

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

252,416

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

246,272

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

245,760

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

258,048

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

256,512

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

260,608

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

260,096

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

256,000

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

257,024

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

242,688

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:34

243,200

win32u.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

170,936

win32k.sys

10.0.26100.3613

25 年 4 月 1 日

22:34

800,184

win32kfull.sys

10.0.26100.3613

25 年 4 月 1 日

22:34

4,247,552

win32kbase.sys

10.0.26100.3613

25 年 4 月 1 日

22:34

3,342,336

win32kbase_rs.sys

10.0.26100.3613

25 年 4 月 1 日

22:34

151,552

winpeshl.exe

10.0.26100.3762

25 年 4 月 1 日

22:34

57,344

wpeutil.dll

10.0.26100.3762

25 年 4 月 1 日

22:34

200,704

wpeutil.exe

10.0.26100.3762

25 年 4 月 1 日

1:22:34 AM

32,768

wpeinit.exe

10.0.26100.3762

25 年 4 月 1 日

22:34

61,440

startnet.cmd

未版本控制

25 年 4 月 1 日

22:34

9

StartRep.exe

10.0.26100.3762

25 年 4 月 1 日

22:34

1,224,704

RecHost.exe

10.0.26100.3762

25 年 4 月 1 日

22:34

153,008

SrtTel.dll

10.0.26100.3762

25 年 4 月 1 日

22:34

1,721,776

RecEnv.exe

10.0.26100.3762

25 年 4 月 1 日

22:34

464,288

BootRec.exe

10.0.26100.3762

25 年 4 月 1 日

22:34

192,512

DUTProvider.dll

10.0.26100.3762

25 年 4 月 1 日

22:34

312,752

WinSetupBak.hiv

未版本控制

25 年 4 月 1 日

22:34

8,192

WinSetupBak.sys

10.0.26100.3762

25 年 4 月 1 日

22:34

198,064

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

35,840

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

25,600

BootRec.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

4,608

DUTProvider.dll.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

5,120

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

34,816

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

38,912

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

27,648

BootRec.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

5,120

DUTProvider.dll.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

5,632

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

42,496

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

29,184

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

32,256

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

24,576

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

37,888

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

27,136

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

35,328

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

39,936

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

28,160

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

26,624

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

38,400

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

22,016

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

19,456

BootRec.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

4,096

DUTProvider.dll.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

4,096

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

20,992

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

18,432

BootRec.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

3,584

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

34,304

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

26,112

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

37,376

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

39,424

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

25,088

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

15,360

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

16,896

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:34

15,872

bcrypt.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

102,328

bcryptprimitives.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

427,256

DismCore.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

370,080

DismProv.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

251,848

DismCorePS.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

98,208

LogProvider.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

76,208

FolderProvider.dll

10.0.26100.3321

25 年 4 月 1 日

22:34

59,824

dhcpcore.dll

10.0.26100.712

25 年 4 月 1 日

22:34

343,872

dhcpcsvc.dll

10.0.26100.712

25 年 4 月 1 日

22:34

97,072

dhcpcore6.dll

10.0.26100.712

25 年 4 月 1 日

22:34

246,576

dhcpcsvc6.dll

10.0.26100.712

25 年 4 月 1 日

22:34

82,864

KernelBase.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

2,796,416

migcore.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

7,130,528

migstore.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

1,004,448

mighost.exe

10.0.26100.1583

25 年 4 月 1 日

22:34

254,768

migres.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

17,328

migapp.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

231,840

MXEAgent.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

274,752

AppExtAgent.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

346,432

csiagent.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

527,168

cmi2migxml.dll

10.0.26100.1583

25 年 4 月 1 日

22:34

158,624

ntdll.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

1,801,176

rpcrt4.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

758,296

fveapibase.dll

10.0.26100.3762

25 年 4 月 1 日

22:34

549,376

fveapi.dll

10.0.26100.3762

25 年 4 月 1 日

22:34

974,848

kerberos.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

1,012,736

kerb3961.dll

10.0.26100.3031

25 年 4 月 1 日

22:34

110,592

ServicingCommon.dll

10.0.26100.998

25 年 4 月 1 日

22:34

827,904

win32u.dll

10.0.26100.3613

25 年 4 月 1 日

22:34

105,944

​​​​​​​

文件名

文件版本

日期

时间

文件大小

storufs.inf

未版本控制

25 年 4 月 1 日

22:24

24,702

storufs.sys

10.0.26100.560

25 年 4 月 1 日

22:24

108,344

tpm.inf

未版本控制

25 年 4 月 1 日

22:24

11,618

tpm.sys

10.0.26100.3613

25 年 4 月 1 日

22:24

349,104

hvloader.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

187,312

hvaa64.exe

10.0.26100.3031

25 年 4 月 1 日

22:24

1,428,424

skci.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

246,624

securekernel.exe

10.0.26100.3031

25 年 4 月 1 日

22:24

923,592

VbsSiPolicy.p7b

未版本控制

25 年 4 月 1 日

22:24

68,283

Facilitator.dll

10.0.26100.1287

25 年 4 月 1 日

22:24

1,160,008

apisetschema.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

140,728

apisetschema.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

140,744

tcblaunch.exe

10.0.26100.3031

25 年 4 月 1 日

22:24

896,776

tcbloader.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

260,552

DrtmAuthArm.wim

未版本控制

25 年 4 月 1 日

22:24

5,102

winload.efi

10.0.26100.3762

25 年 4 月 1 日

22:24

3,058,912

bcrypt.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

264,656

bcryptprimitives.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

904,608

BootMenuUX.dll

10.0.26100.3762

25 年 4 月 1 日

22:24

218,624

driversipolicy.p7b

未版本控制

25 年 4 月 1 日

22:24

228,546

cng.sys

10.0.26100.3031

25 年 4 月 1 日

22:24

728,936

ci.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

948,024

driver.stl

未版本控制

25 年 4 月 1 日

22:24

15,114

previous.driver.stl

未版本控制

25 年 4 月 1 日

22:24

15,114

DismCore.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

783,816

DismProv.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

633,248

DismCorePS.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

400,312

LogProvider.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

200,120

FolderProvider.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

162,736

dhcpcore.dll

10.0.26100.712

25 年 4 月 1 日

22:24

720,816

dhcpcsvc.dll

10.0.26100.712

25 年 4 月 1 日

22:24

254,896

dhcpcore6.dll

10.0.26100.712

25 年 4 月 1 日

22:24

513,328

dhcpcsvc6.dll

10.0.26100.712

25 年 4 月 1 日

22:24

168,752

fbwf.sys

10.0.26100.1866

25 年 4 月 1 日

22:24

128,800

cmi2migxml.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

216,496

csiagent.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

739,248

diagER.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

77,744

hwcompat.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

234,928

hwcompat.txt

未版本控制

25 年 4 月 1 日

22:24

219,162

hwexclude.txt

未版本控制

25 年 4 月 1 日

22:24

51

icbexclusion.inf

未版本控制

25 年 4 月 1 日

22:24

7,222

migapp.xml

未版本控制

25 年 4 月 1 日

22:24

654,548

migcore.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

9,872,288

mighost.exe

10.0.26100.3613

25 年 4 月 1 日

22:24

271,288

migres.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

17,336

migisol.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

124,872

migstore.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

1,350,600

migsys.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

483,232

MXEAgent.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

395,168

AppExtAgent.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

499,656

offline.xml

未版本控制

25 年 4 月 1 日

22:24

44,690

oscomps.xml

未版本控制

25 年 4 月 1 日

22:24

449,323

osfilter.inf

未版本控制

25 年 4 月 1 日

22:24

21,299

pnppropmig.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

93,600

ReserveManager.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

351,672

setupplatform.cfg

未版本控制

25 年 4 月 1 日

22:24

15,971

setupplatform.dll

1.96.26100.3613

25 年 4 月 1 日

22:24

10,204,064

setupplatform.exe

1.96.26100.3613

25 年 4 月 1 日

22:24

239,024

SFCN.dat

未版本控制

25 年 4 月 1 日

22:24

18:24

SFLCID.dat

未版本控制

25 年 4 月 1 日

22:24

1,644

SFLISTW7.dat

未版本控制

25 年 4 月 1 日

22:24

1,703,368

SFLISTW8.dat

未版本控制

25 年 4 月 1 日

22:24

2,608,858

SFLISTWB.dat

未版本控制

25 年 4 月 1 日

22:24

3,172,904

SFLISTWT.dat

未版本控制

25 年 4 月 1 日

22:24

4,935,402

SFLISTRS1.dat

未版本控制

25 年 4 月 1 日

22:24

5,593,182

SFPAT.inf

未版本控制

25 年 4 月 1 日

22:24

11,602

SFPATW7.inf

未版本控制

25 年 4 月 1 日

22:24

17,396

SFPATW8.inf

未版本控制

25 年 4 月 1 日

22:24

79,818

SFPATWB.inf

未版本控制

25 年 4 月 1 日

22:24

91,635

SFPATWT.inf

未版本控制

25 年 4 月 1 日

22:24

165,729

SFPATRS1.inf

未版本控制

25 年 4 月 1 日

22:24

169,730

unbcl.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

1,113,008

upgradeagent.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

3,451,296

upgradeagent.xml

未版本控制

25 年 4 月 1 日

22:24

70,907

upgrade_comp.xml

未版本控制

25 年 4 月 1 日

22:24

6,054

upgrade_bulk.xml

未版本控制

25 年 4 月 1 日

22:24

211,949

upgrade_data.xml

未版本控制

25 年 4 月 1 日

22:24

41,750

upgrade_frmwrk.xml

未版本控制

25 年 4 月 1 日

22:24

19,157

upgWow_bulk.xml

未版本控制

25 年 4 月 1 日

22:24

114,707

upgWowA32_bulk.xml

未版本控制

25 年 4 月 1 日

22:24

114,697

uninstall.xml

未版本控制

25 年 4 月 1 日

22:24

4,639

uninstall_data.xml

未版本控制

25 年 4 月 1 日

22:24

11,122

wdsutil.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

352,688

WinSetupMon.hiv

未版本控制

25 年 4 月 1 日

22:24

8,192

WinSetupMon.sys

10.0.26100.3613

25 年 4 月 1 日

22:24

145,856

actionqueue.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

431,536

appcompat_detailed.xsl

未版本控制

25 年 4 月 1 日

22:24

13,608

appcompat_detailed_bidi.xsl

未版本控制

25 年 4 月 1 日

22:24

13,732

cdplib.mof

未版本控制

25 年 4 月 1 日

22:24

1,976

cdplibuninstall.mof

未版本控制

25 年 4 月 1 日

22:24

571

dpx.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

1,891,120

UpdateCompression.dll

5.0.1.1

25 年 4 月 1 日

22:24

930,736

hwcompat.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

234,912

itgtupg.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

99,896

migisol.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

124,720

migtestplugin.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

55,736

msdelta.dll

5.0.1.1

25 年 4 月 1 日

22:24

947,616

mspatcha.dll

5.0.1.1

25 年 4 月 1 日

22:24

116,144

smiengine.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

1,696,672

cmi2migxml.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

216,504

migcore.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

9,871,672

migstore.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

1,350,464

csiagent.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

739,232

mighost.exe

10.0.26100.1583

25 年 4 月 1 日

22:24

271,280

mxeagent.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

395,168

AppExtAgent.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

499,504

upgradeagent.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

3,451,184

migres.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

17,352

wcmtypes.xsd

未版本控制

25 年 4 月 1 日

22:24

1,047

wdsupgcompl.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

26,040

auditetw.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

15,288

cmisetupetw.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

15,928

etwproviderinstall.vbs

未版本控制

25 年 4 月 1 日

22:24

6,868

setupcletw.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

19,912

winsetupetw.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

68,024

KernelBase.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

6,654,232

dxgkrnl.sys

10.0.26100.3613

25 年 4 月 1 日

22:24

4,892,104

cdd.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

259,072

dxgmms1.sys

10.0.26100.3613

25 年 4 月 1 日

22:24

453,024

dxgmms2.sys

10.0.26100.3613

25 年 4 月 1 日

22:24

1,097,648

migcore.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

9,871,800

migstore.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

1,350,472

migres.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

17,200

migapp.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

334,128

MXEAgent.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

395,056

AppExtAgent.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

499,520

csiagent.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

739,256

cmi2migxml.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

216,368

SFLISTXP.dat

未版本控制

25 年 4 月 1 日

22:24

1,459,226

SFLISTLH.dat

未版本控制

25 年 4 月 1 日

22:24

3,347,940

SFPATXP.inf

未版本控制

25 年 4 月 1 日

22:24

4,355

SFPATLH.inf

未版本控制

25 年 4 月 1 日

22:24

8,678

netio.sys

10.0.26100.3762

25 年 4 月 1 日

22:24

658,888

ncsi.dll

10.0.26100.712

25 年 4 月 1 日

22:24

1,222,144

netprofmsvc.dll

10.0.26100.712

25 年 4 月 1 日

22:24

1,927,680

nlaapi.dll

10.0.26100.712

25 年 4 月 1 日

22:24

75,264

nlmproxy.dll

10.0.26100.712

25 年 4 月 1 日

22:24

77,312

nlmsprep.dll

10.0.26100.712

25 年 4 月 1 日

22:24

57,344

ntdll.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

4,271,800

ntoskrnl.exe

10.0.26100.3613

25 年 4 月 1 日

22:24

11,284,384

rpcrt4.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

2,077,072

diager.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

77,744

diagtrack.dll

10.0.10586.0

25 年 4 月 1 日

22:24

1,561,952

diagtrackrunner.exe

10.0.10586.0

25 年 4 月 1 日

22:24

90,304

ii.admx

未版本控制

25 年 4 月 1 日

22:24

1,240

reagent.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

1,158,576

reagent.xml

未版本控制

25 年 4 月 1 日

22:24

837

SetupPlatform.cfg

未版本控制

25 年 4 月 1 日

22:24

23,023

SetupPlatform.dll

1.96.26100.3321

25 年 4 月 1 日

22:24

10,202,056

SetupPlatform.exe

1.96.26100.3321

25 年 4 月 1 日

22:24

239,024

unbcl.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

1,112,992

wdscore.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

260,040

wdsutil.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

352,688

WinSetupBoot.hiv

未版本控制

25 年 4 月 1 日

22:24

8,192

WinSetupBoot.sys

10.0.26100.3321

25 年 4 月 1 日

22:24

90,568

WinSetupMon.sys

10.0.26100.3321

25 年 4 月 1 日

22:24

145,880

wdsclientapi.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

251,472

wdscsl.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

94,640

wdsimage.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

110,672

wdstptc.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

198,208

pnppropmig.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

93,616

hwcompat.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

234,928

fvevol.sys

10.0.26100.3762

25 年 4 月 1 日

22:24

851,360

dumpfve.sys

10.0.26100.3762

25 年 4 月 1 日

22:24

102,984

bcd.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

148,312

bootsvc.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

284,168

hwreqchk.dll

未版本控制

25 年 4 月 1 日

22:24

757,176

ServicingCommon.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

1,974,760

utcapi.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

46,536

wimgapi.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

1,538,488

wdscommonlib.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

322,480

dismapi.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

2,071,496

dismcoreps.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

217,504

dismprov.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

355,272

folderprovider.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

162,744

imagingprovider.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

470,472

logprovider.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

180,168

UpdateCompression.dll

5.0.1.1

25 年 4 月 1 日

22:24

930,744

vhdprovider.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

1,090,480

wimprovider.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

1,283,512

unattend.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

256,416

wpx.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

1,553,824

locale.nls

未版本控制

25 年 4 月 1 日

22:24

861,992

nlsbres.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

95,176

fveapibase.dll

10.0.26100.3762

25 年 4 月 1 日

22:24

1,129,984

fveapi.dll

10.0.26100.3762

25 年 4 月 1 日

22:24

1,995,776

kerberos.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

2,288,640

kerb3961.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

267,216

localkdcsvc.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

784,384

LsaIso.exe

10.0.26100.3031

25 年 4 月 1 日

22:24

366,352

iumcrypt.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

141,192

ServicingCommon.dll

10.0.26100.998

25 年 4 月 1 日

22:24

1,941,136

ResetEngine.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

3,363,248

ResetTelemetry.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

583,096

ResetEngine.exe

10.0.26100.3321

25 年 4 月 1 日

22:24

26,528

ResetPluginHost.exe

10.0.26100.3321

25 年 4 月 1 日

22:24

41,472

srms.dat

未版本控制

25 年 4 月 1 日

22:24

60,394

sysreset.exe

10.0.26100.3321

25 年 4 月 1 日

22:24

480,256

ResetEngOnline.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

212,992

SysResetErr.exe

10.0.26100.3321

25 年 4 月 1 日

22:24

62,896

tcpip.sys

10.0.26100.3762

25 年 4 月 1 日

22:24

3,319,216

FWPKCLNT.SYS

10.0.26100.3762

25 年 4 月 1 日

22:24

538,544

tcpipreg.sys

10.0.26100.3762

25 年 4 月 1 日

22:24

62,464

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

255,488

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

263,168

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

259,584

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

258,560

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

261,120

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

262,656

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

254,976

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

257,536

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

259,072

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

252,416

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

246,272

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

245,760

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

258,048

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

256,512

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

260,608

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

260,096

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

256,000

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

257,024

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

242,688

tcpip.sys.mui

10.0.26100.3762

25 年 4 月 1 日

22:24

243,200

win32u.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

377,208

win32k.sys

10.0.26100.3613

25 年 4 月 1 日

22:24

678,816

win32kfull.sys

10.0.26100.3613

25 年 4 月 1 日

22:24

3,890,176

win32kbase.sys

10.0.26100.3613

25 年 4 月 1 日

22:24

3,051,008

win32kbase_rs.sys

10.0.26100.3613

25 年 4 月 1 日

22:24

112,128

winpeshl.exe

10.0.26100.3762

25 年 4 月 1 日

22:24

37,376

wpeutil.dll

10.0.26100.3762

25 年 4 月 1 日

22:24

182,784

wpeutil.exe

10.0.26100.3762

25 年 4 月 1 日

22:24

15,872

wpeinit.exe

10.0.26100.3762

25 年 4 月 1 日

22:24

39,424

startnet.cmd

未版本控制

25 年 4 月 1 日

22:24

9

StartRep.exe

10.0.26100.3762

25 年 4 月 1 日

22:24

1,253,888

RecHost.exe

10.0.26100.3762

25 年 4 月 1 日

22:24

139,680

SrtTel.dll

10.0.26100.3762

25 年 4 月 1 日

22:24

1,873,312

RecEnv.exe

10.0.26100.3762

25 年 4 月 1 日

22:24

442,784

BootRec.exe

10.0.26100.3762

25 年 4 月 1 日

22:24

174,080

DUTProvider.dll

10.0.26100.3762

25 年 4 月 1 日

22:24

308,664

WinSetupBak.hiv

未版本控制

25 年 4 月 1 日

22:24

8,192

WinSetupBak.sys

10.0.26100.3762

25 年 4 月 1 日

22:24

172,960

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

35,840

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

25,600

BootRec.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

4,608

DUTProvider.dll.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

5,120

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

34,816

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

38,912

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

27,648

BootRec.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

5,120

DUTProvider.dll.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

5,632

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

42,496

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

29,184

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

32,256

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

24,576

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

37,888

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

27,136

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

35,328

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

39,936

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

28,160

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

26,624

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

38,400

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

22,016

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

19,456

BootRec.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

4,096

DUTProvider.dll.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

4,096

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

20,992

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

18,432

BootRec.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

3,584

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

34,304

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

26,112

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

37,376

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

39,424

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

25,088

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

15,360

RecEnv.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

16,896

StartRep.exe.mui

10.0.26100.3321

25 年 4 月 1 日

22:24

15,872

bcrypt.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

102,328

bcryptprimitives.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

427,256

ntdll.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

2,386,456

msvcrt.dll

7.0.26100.3031

25 年 4 月 1 日

22:24

1,156,672

ucrtbase.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

1,574,096

KernelBase.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

3,768,704

oleaut32.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

1,028,672

rpcrt4.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

1,236,768

DismCore.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

370,080

DismProv.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

251,848

DismCorePS.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

98,208

LogProvider.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

76,208

FolderProvider.dll

10.0.26100.3321

25 年 4 月 1 日

22:24

59,824

dhcpcore.dll

10.0.26100.712

25 年 4 月 1 日

22:24

343,872

dhcpcsvc.dll

10.0.26100.712

25 年 4 月 1 日

22:24

97,072

dhcpcore6.dll

10.0.26100.712

25 年 4 月 1 日

22:24

246,576

dhcpcsvc6.dll

10.0.26100.712

25 年 4 月 1 日

22:24

82,864

KernelBase.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

2,796,416

migcore.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

7,130,528

migstore.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

1,004,448

mighost.exe

10.0.26100.1583

25 年 4 月 1 日

22:24

254,768

migres.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

17,328

migapp.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

231,840

MXEAgent.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

274,752

AppExtAgent.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

346,432

csiagent.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

527,168

cmi2migxml.dll

10.0.26100.1583

25 年 4 月 1 日

22:24

158,624

ntdll.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

1,801,176

rpcrt4.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

758,296

fveapibase.dll

10.0.26100.3762

25 年 4 月 1 日

22:24

549,376

fveapi.dll

10.0.26100.3762

25 年 4 月 1 日

22:24

974,848

kerberos.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

1,012,736

kerb3961.dll

10.0.26100.3031

25 年 4 月 1 日

22:24

110,592

ServicingCommon.dll

10.0.26100.998

25 年 4 月 1 日

22:24

827,904

win32u.dll

10.0.26100.3613

25 年 4 月 1 日

22:24

105,944

参考资料

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

查询字词:safeos du

​​​​​​​​​​​​

需要更多帮助?

需要更多选项?

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