Applies ToWindows 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 11 版本 24H2 中的 Windows 修復環境。

如何取得此更新

安裝此更新

若要安裝此更新,請使用下列其中一個發行管道。

可供使用

下一步

此更新無法透過 Windows Update 取得。 請參閱更新目錄發行通道。

必要條件

套用此更新沒有任何先決條件。

重新啟動資訊

套用此更新之後,您不必重新啟動電腦。

移除資訊

此更新套用至 Windows 映像後,即無法移除。 

更新取代資訊

此更新會取代先前發行的更新 KB5041979

確認此更新的安裝

安裝此更新之後,裝置上安裝的 WinRE 版本應該是 10.0.26100.1583

若要安裝 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

無版本

8-Aug-24

18:12

24,702

storufs.sys

10.0.26100.560

8-Aug-24

18:12

148,800

Facilitator.dll

10.0.26100.1287

8-Aug-24

18:12

1,111,456

dhcpcore.dll

10.0.26100.712

8-Aug-24

18:12

435,616

dhcpcsvc.dll

10.0.26100.712

8-Aug-24

18:12

157,104

dhcpcore6.dll

10.0.26100.712

8-Aug-24

18:12

320,928

dhcpcsvc6.dll

10.0.26100.712

8-Aug-24

18:12

128,416

cmi2migxml.dll

10.0.26100.1583

8-Aug-24

18:12

226,624

csiagent.dll

10.0.26100.1583

8-Aug-24

18:12

718,144

diagER.dll

10.0.26100.1583

8-Aug-24

18:12

99,744

hwcompat.dll

10.0.26100.1583

8-Aug-24

18:12

242,992

hwcompat.txt

無版本

8-Aug-24

18:12

963,150

hwexclude.txt

無版本

8-Aug-24

18:12

51

icbexclusion.inf

無版本

8-Aug-24

18:12

7,222

migapp.xml

無版本

8-Aug-24

18:12

654,548

migcore.dll

10.0.26100.1583

8-Aug-24

18:12

9,274,824

mighost.exe

10.0.26100.1583

8-Aug-24

18:12

288,176

migres.dll

10.0.26100.1583

8-Aug-24

18:12

25,904

migisol.dll

10.0.26100.1583

8-Aug-24

18:12

148,920

migstore.dll

10.0.26100.1583

8-Aug-24

18:12

1,303,984

migsys.dll

10.0.26100.1583

8-Aug-24

18:12

464,176

MXEAgent.dll

10.0.26100.1583

8-Aug-24

18:12

386,352

AppExtAgent.dll

10.0.26100.1583

8-Aug-24

18:12

488,752

offline.xml

無版本

8-Aug-24

18:12

44,544

oscomps.xml

無版本

8-Aug-24

18:12

449,323

osfilter.inf

無版本

8-Aug-24

18:12

21,299

pnppropmig.dll

10.0.26100.1583

8-Aug-24

18:12

107,824

ReserveManager.dll

10.0.26100.1583

8-Aug-24

18:12

316,720

setupplatform.cfg

無版本

8-Aug-24

18:12

15,971

setupplatform.dll

1.95.26100.1583

8-Aug-24

18:12

9,684,288

setupplatform.exe

1.95.26100.1583

8-Aug-24

18:12

255,416

SFCN.dat

無版本

8-Aug-24

18:12

18:24

SFLCID.dat

無版本

8-Aug-24

18:12

1,644

SFLISTW7.dat

無版本

8-Aug-24

18:12

1,703,368

SFLISTW8.dat

無版本

8-Aug-24

18:12

2,608,858

SFLISTWB.dat

無版本

8-Aug-24

18:12

3,172,904

SFLISTWT.dat

無版本

8-Aug-24

18:12

4,935,402

SFLISTRS1.dat

無版本

8-Aug-24

18:12

5,593,182

SFPAT.inf

無版本

8-Aug-24

18:12

11,602

SFPATW7.inf

無版本

8-Aug-24

18:12

17,396

SFPATW8.inf

無版本

8-Aug-24

18:12

79,818

SFPATWB.inf

無版本

8-Aug-24

18:12

91,635

SFPATWT.inf

無版本

8-Aug-24

18:12

165,729

SFPATRS1.inf

無版本

8-Aug-24

18:12

169,730

unbcl.dll

10.0.26100.1583

8-Aug-24

18:12

1,090,880

upgradeagent.dll

10.0.26100.1583

8-Aug-24

18:12

3,302,832

upgradeagent.xml

無版本

8-Aug-24

18:12

70,907

upgrade_comp.xml

無版本

8-Aug-24

18:12

6,054

upgrade_bulk.xml

無版本

8-Aug-24

18:12

211,949

upgrade_data.xml

無版本

8-Aug-24

18:12

41,750

upgrade_frmwrk.xml

無版本

8-Aug-24

18:12

19,157

upgWow_bulk.xml

無版本

8-Aug-24

18:12

114,707

uninstall.xml

無版本

8-Aug-24

18:12

4,639

uninstall_data.xml

無版本

8-Aug-24

18:12

11,122

wdsutil.dll

10.0.26100.1583

8-Aug-24

18:12

353,720

WinSetupMon.hiv

無版本

8-Aug-24

18:12

8,192

WinSetupMon.sys

10.0.26100.1583

8-Aug-24

18:12

169,304

actionqueue.dll

10.0.26100.1583

8-Aug-24

18:12

267,584

appcompat_detailed.xsl

無版本

8-Aug-24

18:12

13,608

appcompat_detailed_bidi.xsl

無版本

8-Aug-24

18:12

13,732

cdplib.mof

無版本

8-Aug-24

18:12

1,976

cdplibuninstall.mof

無版本

8-Aug-24

18:12

571

dpx.dll

10.0.26100.1583

8-Aug-24

18:12

1,078,600

UpdateCompression.dll

5.0.1.1

8-Aug-24

18:12

542,000

itgtupg.dll

10.0.26100.1583

8-Aug-24

18:12

116,160

migtestplugin.dll

10.0.26100.1583

8-Aug-24

18:12

75,304

msdelta.dll

5.0.1.1

8-Aug-24

18:12

595,360

mspatcha.dll

5.0.1.1

8-Aug-24

18:12

83,400

smiengine.dll

10.0.26100.1583

8-Aug-24

18:12

927,136

wcmtypes.xsd

無版本

8-Aug-24

18:12

1,047

wdsupgcompl.dll

10.0.26100.1583

8-Aug-24

18:12

46,536

auditetw.dll

10.0.26100.1583

8-Aug-24

18:12

26,152

cmisetupetw.dll

10.0.26100.1583

8-Aug-24

18:12

26,056

etwproviderinstall.vbs

無版本

8-Aug-24

18:12

6,868

setupcletw.dll

10.0.26100.1583

8-Aug-24

18:12

30,248

winsetupetw.dll

10.0.26100.1583

8-Aug-24

18:12

75,296

migcore.dll

10.0.26100.1583

8-Aug-24

18:12

9,274,672

migapp.dll

10.0.26100.1583

8-Aug-24

18:12

329,120

AppExtAgent.dll

10.0.26100.1583

8-Aug-24

18:12

488,768

csiagent.dll

10.0.26100.1583

8-Aug-24

18:12

718,128

SFLISTXP.dat

無版本

8-Aug-24

18:12

1,459,226

SFLISTLH.dat

無版本

8-Aug-24

18:12

3,347,940

SFPATXP.inf

無版本

8-Aug-24

18:12

4,355

SFPATLH.inf

無版本

8-Aug-24

18:12

8,678

ncsi.dll

10.0.26100.712

8-Aug-24

18:12

692,224

netprofmsvc.dll

10.0.26100.712

8-Aug-24

18:12

1,871,872

nlaapi.dll

10.0.26100.712

8-Aug-24

18:12

53,248

nlmproxy.dll

10.0.26100.712

8-Aug-24

18:12

53,248

nlmsprep.dll

10.0.26100.712

8-Aug-24

18:12

49,152

diagtrack.dll

10.0.10586.0

8-Aug-24

18:12

1,365,856

diagtrackrunner.exe

10.0.10586.0

8-Aug-24

18:12

88,256

reagent.admx

無版本

8-Aug-24

18:12

1,240

reagent.dll

10.0.26100.1583

8-Aug-24

18:12

603,440

reagent.xml

無版本

8-Aug-24

18:12

837

SetupPlatform.cfg

無版本

8-Aug-24

18:12

23,023

wdscore.dll

10.0.26100.1583

8-Aug-24

18:12

279,984

WinSetupBoot.hiv

無版本

8-Aug-24

18:12

8,192

WinSetupBoot.sys

10.0.26100.1583

8-Aug-24

18:12

111,936

wdsclientapi.dll

10.0.26100.1583

8-Aug-24

18:12

267,816

wdscsl.dll

10.0.26100.1583

8-Aug-24

18:12

112,048

wdsimage.dll

10.0.26100.1583

8-Aug-24

18:12

128,552

wdstptc.dll

10.0.26100.1583

8-Aug-24

18:12

218,568

bcd.dll

10.0.26100.998

8-Aug-24

18:12

162,616

bootsvc.dll

10.0.26100.998

8-Aug-24

18:12

307,136

hwreqchk.dll

無版本

8-Aug-24

18:12

423,328

ServicingCommon.dll

10.0.26100.998

8-Aug-24

18:12

1,030,248

utcapi.dll

10.0.26100.998

8-Aug-24

18:12

66,872

wimgapi.dll

10.0.26100.998

8-Aug-24

18:12

910,768

wdscommonlib.dll

10.0.26100.998

8-Aug-24

18:12

341,424

dismapi.dll

10.0.26100.998

8-Aug-24

18:12

1,201,480

dismcore.dll

10.0.26100.998

8-Aug-24

18:12

476,480

dismcoreps.dll

10.0.26100.998

8-Aug-24

18:12

230,816

dismprov.dll

10.0.26100.998

8-Aug-24

18:12

300,344

folderprovider.dll

10.0.26100.998

8-Aug-24

18:12

95,552

imagingprovider.dll

10.0.26100.998

8-Aug-24

18:12

247,200

logprovider.dll

10.0.26100.998

8-Aug-24

18:12

189,752

UpdateCompression.dll

5.0.1.1

8-Aug-24

18:12

542,016

vhdprovider.dll

10.0.26100.998

8-Aug-24

18:12

599,456

wimprovider.dll

10.0.26100.998

8-Aug-24

18:12

697,656

unattend.dll

10.0.26100.998

8-Aug-24

18:12

275,872

wpx.dll

10.0.26100.998

8-Aug-24

18:12

1,422,640

locale.nls

無版本

8-Aug-24

18:12

861,992

nlsbres.dll

10.0.26100.998

8-Aug-24

18:12

103,856

ServicingCommon.dll

10.0.26100.998

8-Aug-24

18:12

1,030,224

ResetEngine.dll

10.0.26100.1583

8-Aug-24

18:12

2,823,600

ResetTelemetry.dll

10.0.26100.1583

8-Aug-24

18:12

570,784

ResetEngine.exe

10.0.26100.1583

8-Aug-24

18:12

42,424

ResetPluginHost.exe

10.0.26100.1583

8-Aug-24

18:12

57,344

srms.dat

無版本

8-Aug-24

18:12

60,394

sysreset.exe

10.0.26100.1583

8-Aug-24

18:12

487,424

winpeshl.exe

10.0.26100.1583

8-Aug-24

18:12

57,344

wpeutil.dll

10.0.26100.1583

8-Aug-24

18:12

159,744

wpeutil.exe

10.0.26100.1583

8-Aug-24

18:12

32,768

wpeinit.exe

10.0.26100.1583

8-Aug-24

18:12

61,440

startnet.cmd

無版本

8-Aug-24

18:12

9

dhcpcore.dll

10.0.26100.712

8-Aug-24

18:12

343,872

dhcpcsvc.dll

10.0.26100.712

8-Aug-24

18:12

97,072

dhcpcore6.dll

10.0.26100.712

8-Aug-24

18:12

246,576

dhcpcsvc6.dll

10.0.26100.712

8-Aug-24

18:12

82,864

migcore.dll

10.0.26100.1583

8-Aug-24

18:12

7,130,528

migstore.dll

10.0.26100.1583

8-Aug-24

18:12

1,004,448

mighost.exe

10.0.26100.1583

8-Aug-24

18:12

254,768

migres.dll

10.0.26100.1583

8-Aug-24

18:12

17,328

migapp.dll

10.0.26100.1583

8-Aug-24

18:12

231,840

MXEAgent.dll

10.0.26100.1583

8-Aug-24

18:12

274,752

AppExtAgent.dll

10.0.26100.1583

8-Aug-24

18:12

346,432

csiagent.dll

10.0.26100.1583

8-Aug-24

18:12

527,168

cmi2migxml.dll

10.0.26100.1583

8-Aug-24

18:12

158,624

ServicingCommon.dll

10.0.26100.998

8-Aug-24

18:12

827,904

檔案名稱

檔案版本

日期

時間

檔案大小

storufs.inf

無版本

8-Aug-24

18:09

24,702

storufs.sys

10.0.26100.560

8-Aug-24

18:09

108,344

Facilitator.dll

10.0.26100.1287

8-Aug-24

18:09

1,160,008

dhcpcore.dll

10.0.26100.712

8-Aug-24

18:09

720,816

dhcpcsvc.dll

10.0.26100.712

8-Aug-24

18:09

254,896

dhcpcore6.dll

10.0.26100.712

8-Aug-24

18:09

513,328

dhcpcsvc6.dll

10.0.26100.712

8-Aug-24

18:09

168,752

cmi2migxml.dll

10.0.26100.1583

8-Aug-24

18:09

216,504

csiagent.dll

10.0.26100.1583

8-Aug-24

18:09

739,232

diagER.dll

10.0.26100.1583

8-Aug-24

18:09

77,624

hwcompat.dll

10.0.26100.1583

8-Aug-24

18:09

234,912

hwcompat.txt

無版本

8-Aug-24

18:09

218,923

hwexclude.txt

無版本

8-Aug-24

18:09

51

icbexclusion.inf

無版本

8-Aug-24

18:09

7,222

migapp.xml

無版本

8-Aug-24

18:09

654,548

migcore.dll

10.0.26100.1583

8-Aug-24

18:09

9,871,672

mighost.exe

10.0.26100.1583

8-Aug-24

18:09

271,280

migres.dll

10.0.26100.1583

8-Aug-24

18:09

17,352

migisol.dll

10.0.26100.1583

8-Aug-24

18:09

124,720

migstore.dll

10.0.26100.1583

8-Aug-24

18:09

1,350,464

migsys.dll

10.0.26100.1583

8-Aug-24

18:09

483,232

MXEAgent.dll

10.0.26100.1583

8-Aug-24

18:09

395,168

AppExtAgent.dll

10.0.26100.1583

8-Aug-24

18:09

499,504

offline.xml

無版本

8-Aug-24

18:09

44,544

oscomps.xml

無版本

8-Aug-24

18:09

449,323

osfilter.inf

無版本

8-Aug-24

18:09

21,299

pnppropmig.dll

10.0.26100.1583

8-Aug-24

18:09

93,600

ReserveManager.dll

10.0.26100.1583

8-Aug-24

18:09

310,688

setupplatform.cfg

無版本

8-Aug-24

18:09

15,971

setupplatform.dll

1.95.26100.1583

8-Aug-24

18:09

10,160,584

setupplatform.exe

1.95.26100.1583

8-Aug-24

18:09

239,024

SFCN.dat

無版本

8-Aug-24

18:09

18:24

SFLCID.dat

無版本

8-Aug-24

18:09

1,644

SFLISTW7.dat

無版本

8-Aug-24

18:09

1,703,368

SFLISTW8.dat

無版本

8-Aug-24

18:09

2,608,858

SFLISTWB.dat

無版本

8-Aug-24

18:09

3,172,904

SFLISTWT.dat

無版本

8-Aug-24

18:09

4,935,402

SFLISTRS1.dat

無版本

8-Aug-24

18:09

5,593,182

SFPAT.inf

無版本

8-Aug-24

18:09

11,602

SFPATW7.inf

無版本

8-Aug-24

18:09

17,396

SFPATW8.inf

無版本

8-Aug-24

18:09

79,818

SFPATWB.inf

無版本

8-Aug-24

18:09

91,635

SFPATWT.inf

無版本

8-Aug-24

18:09

165,729

SFPATRS1.inf

無版本

8-Aug-24

18:09

169,730

unbcl.dll

10.0.26100.1583

8-Aug-24

18:09

1,113,008

upgradeagent.dll

10.0.26100.1583

8-Aug-24

18:09

3,451,184

upgradeagent.xml

無版本

8-Aug-24

18:09

70,907

upgrade_comp.xml

無版本

8-Aug-24

18:09

6,054

upgrade_bulk.xml

無版本

8-Aug-24

18:09

211,949

upgrade_data.xml

無版本

8-Aug-24

18:09

41,750

upgrade_frmwrk.xml

無版本

8-Aug-24

18:09

19,157

upgWow_bulk.xml

無版本

8-Aug-24

18:09

114,707

upgWowA32_bulk.xml

無版本

8-Aug-24

18:09

114,697

uninstall.xml

無版本

8-Aug-24

18:09

4,639

uninstall_data.xml

無版本

8-Aug-24

18:09

11,122

wdsutil.dll

10.0.26100.1583

8-Aug-24

18:09

352,688

WinSetupMon.hiv

無版本

8-Aug-24

18:09

8,192

WinSetupMon.sys

10.0.26100.1583

8-Aug-24

18:09

145,736

actionqueue.dll

10.0.26100.1583

8-Aug-24

18:09

431,536

appcompat_detailed.xsl

無版本

8-Aug-24

18:09

13,608

appcompat_detailed_bidi.xsl

無版本

8-Aug-24

18:09

13,732

cdplib.mof

無版本

8-Aug-24

18:09

1,976

cdplibuninstall.mof

無版本

8-Aug-24

18:09

571

dpx.dll

10.0.26100.1583

8-Aug-24

18:09

1,891,120

UpdateCompression.dll

5.0.1.1

8-Aug-24

18:09

930,736

itgtupg.dll

10.0.26100.1583

8-Aug-24

18:09

99,896

migtestplugin.dll

10.0.26100.1583

8-Aug-24

18:09

55,736

msdelta.dll

5.0.1.1

8-Aug-24

18:09

947,616

mspatcha.dll

5.0.1.1

8-Aug-24

18:09

116,144

smiengine.dll

10.0.26100.1583

8-Aug-24

18:09

1,696,672

wcmtypes.xsd

無版本

8-Aug-24

18:09

1,047

wdsupgcompl.dll

10.0.26100.1583

8-Aug-24

18:09

26,040

auditetw.dll

10.0.26100.1583

8-Aug-24

18:09

15,288

cmisetupetw.dll

10.0.26100.1583

8-Aug-24

18:09

15,928

etwproviderinstall.vbs

無版本

8-Aug-24

18:09

6,868

setupcletw.dll

10.0.26100.1583

8-Aug-24

18:09

19,912

winsetupetw.dll

10.0.26100.1583

8-Aug-24

18:09

68,024

migcore.dll

10.0.26100.1583

8-Aug-24

18:09

9,871,800

migstore.dll

10.0.26100.1583

8-Aug-24

18:09

1,350,472

migres.dll

10.0.26100.1583

8-Aug-24

18:09

17,200

migapp.dll

10.0.26100.1583

8-Aug-24

18:09

334,128

MXEAgent.dll

10.0.26100.1583

8-Aug-24

18:09

395,056

AppExtAgent.dll

10.0.26100.1583

8-Aug-24

18:09

499,520

csiagent.dll

10.0.26100.1583

8-Aug-24

18:09

739,256

cmi2migxml.dll

10.0.26100.1583

8-Aug-24

18:09

216,368

SFLISTXP.dat

無版本

8-Aug-24

18:09

1,459,226

SFLISTLH.dat

無版本

8-Aug-24

18:09

3,347,940

SFPATXP.inf

無版本

8-Aug-24

18:09

4,355

SFPATLH.inf

無版本

8-Aug-24

18:09

8,678

ncsi.dll

10.0.26100.712

8-Aug-24

18:09

1,222,144

netprofmsvc.dll

10.0.26100.712

8-Aug-24

18:09

1,927,680

nlaapi.dll

10.0.26100.712

8-Aug-24

18:09

75,264

nlmproxy.dll

10.0.26100.712

8-Aug-24

18:09

77,312

nlmsprep.dll

10.0.26100.712

8-Aug-24

18:09

57,344

diagtrack.dll

10.0.10586.0

8-Aug-24

18:09

1,561,952

diagtrackrunner.exe

10.0.10586.0

8-Aug-24

18:09

90,304

reagent.admx

無版本

8-Aug-24

18:09

1,240

reagent.dll

10.0.26100.1583

8-Aug-24

18:09

973,232

reagent.xml

無版本

8-Aug-24

18:09

837

SetupPlatform.cfg

無版本

8-Aug-24

18:09

23,023

wdscore.dll

10.0.26100.1583

8-Aug-24

18:09

260,016

WinSetupBoot.hiv

無版本

8-Aug-24

18:09

8,192

WinSetupBoot.sys

10.0.26100.1583

8-Aug-24

18:09

86,856

wdsclientapi.dll

10.0.26100.1583

8-Aug-24

18:09

251,432

wdscsl.dll

10.0.26100.1583

8-Aug-24

18:09

94,528

wdsimage.dll

10.0.26100.1583

8-Aug-24

18:09

110,648

wdstptc.dll

10.0.26100.1583

8-Aug-24

18:09

198,096

bcd.dll

10.0.26100.998

8-Aug-24

18:09

145,112

bootsvc.dll

10.0.26100.998

8-Aug-24

18:09

282,528

hwreqchk.dll

無版本

8-Aug-24

18:09

757,152

ServicingCommon.dll

10.0.26100.998

8-Aug-24

18:09

1,941,128

utcapi.dll

10.0.26100.998

8-Aug-24

18:09

46,512

wimgapi.dll

10.0.26100.998

8-Aug-24

18:09

1,538,480

wdscommonlib.dll

10.0.26100.998

8-Aug-24

18:09

322,464

dismapi.dll

10.0.26100.998

8-Aug-24

18:09

2,067,264

dismcore.dll

10.0.26100.998

8-Aug-24

18:09

783,664

dismcoreps.dll

10.0.26100.998

8-Aug-24

18:09

217,504

dismprov.dll

10.0.26100.998

8-Aug-24

18:09

297,280

folderprovider.dll

10.0.26100.998

8-Aug-24

18:09

162,608

imagingprovider.dll

10.0.26100.998

8-Aug-24

18:09

470,344

logprovider.dll

10.0.26100.998

8-Aug-24

18:09

180,128

vhdprovider.dll

10.0.26100.998

8-Aug-24

18:09

1,090,368

wimprovider.dll

10.0.26100.998

8-Aug-24

18:09

1,283,376

unattend.dll

10.0.26100.998

8-Aug-24

18:09

256,416

wpx.dll

10.0.26100.998

8-Aug-24

18:09

1,553,840

locale.nls

無版本

8-Aug-24

18:09

861,992

nlsbres.dll

10.0.26100.998

8-Aug-24

18:09

95,136

ServicingCommon.dll

10.0.26100.998

8-Aug-24

18:09

1,941,136

ResetEngine.dll

10.0.26100.1583

8-Aug-24

18:09

3,320,240

ResetTelemetry.dll

10.0.26100.1583

8-Aug-24

18:09

583,088

ResetEngine.exe

10.0.26100.1583

8-Aug-24

18:09

26,416

ResetPluginHost.exe

10.0.26100.1583

8-Aug-24

18:09

41,472

srms.dat

無版本

8-Aug-24

18:09

60,394

sysreset.exe

10.0.26100.1583

8-Aug-24

18:09

480,256

winpeshl.exe

10.0.26100.1583

8-Aug-24

18:09

37,376

wpeutil.dll

10.0.26100.1583

8-Aug-24

18:09

139,776

wpeutil.exe

10.0.26100.1583

8-Aug-24

18:09

15,872

wpeinit.exe

10.0.26100.1583

8-Aug-24

18:09

39,424

startnet.cmd

無版本

8-Aug-24

18:09

9

dhcpcore.dll

10.0.26100.712

8-Aug-24

18:09

343,872

dhcpcsvc.dll

10.0.26100.712

8-Aug-24

18:09

97,072

dhcpcore6.dll

10.0.26100.712

8-Aug-24

18:09

246,576

dhcpcsvc6.dll

10.0.26100.712

8-Aug-24

18:09

82,864

migcore.dll

10.0.26100.1583

8-Aug-24

18:09

7,130,528

migstore.dll

10.0.26100.1583

8-Aug-24

18:09

1,004,448

mighost.exe

10.0.26100.1583

8-Aug-24

18:09

254,768

migres.dll

10.0.26100.1583

8-Aug-24

18:09

17,328

migapp.dll

10.0.26100.1583

8-Aug-24

18:09

231,840

MXEAgent.dll

10.0.26100.1583

8-Aug-24

18:09

274,752

AppExtAgent.dll

10.0.26100.1583

8-Aug-24

18:09

346,432

csiagent.dll

10.0.26100.1583

8-Aug-24

18:09

527,168

cmi2migxml.dll

10.0.26100.1583

8-Aug-24

18:09

158,624

ServicingCommon.dll

10.0.26100.998

8-Aug-24

18:09

827,904

參考資料

用來描述軟體更新Microsoft的標準術語描述

查詢字詞:safeos du

需要更多協助嗎?

想要其他選項嗎?

探索訂閱權益、瀏覽訓練課程、瞭解如何保護您的裝置等等。