Gilt fürWindows 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

Zusammenfassung

Dieses Update verbessert die Windows-Wiederherstellungsumgebung in Windows 11 Version 24H2.

So erhalten Sie dieses Update

Dieses Update installieren

Verwenden Sie zum Installieren dieses Updates einen der folgenden Veröffentlichungskanäle.

Verfügbar

Nächster Schritt

Nein

Dieses Update ist nicht über Windows Update verfügbar. Weitere Informationen finden Sie unter Update Catalog release channel ( Update Catalog release channel).

Voraussetzungen

Es gibt keine Voraussetzungen für die Anwendung dieses Updates.

Informationen zum Neustart

Sie brauchen den Computer nicht neu zu starten, nachdem Sie das Update installiert haben.

Informationen zur Deinstallation

Dieses Update kann nicht entfernt werden, nachdem es auf ein Windows-Image angewendet wurde. 

Informationen zur Ersetzung von Updates 

Dieses Update ersetzt das zuvor veröffentlichte Update KB5043355.

Überprüfen der Installation dieses Updates

Nach der Installation dieses Updates sollte die auf dem Gerät installierte WinRE-Version 10.0.26100.1866 sein.

Um die installierte WinRE-Version zu ermitteln, führen Sie das folgende PowerShell-Skript „GetWinReVersion.ps1“ mit Administratoranmeldeinformationen aus. Nachdem Sie das Skript ausgeführt haben, sollten Sie die installierte WinRE-Version wie im folgenden Beispiel erhalten:

PowerShell-Skript „GetWinReVersion.ps1“

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

#

# 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

Dateiinformationen

Die englische Version (USA) dieses Softwareupdates installiert Dateien mit den folgenden Attributen. Dieses Update kann Dateien für weitere Sprachen enthalten.

Dateiname

Dateiversion

Datum

Uhrzeit

Dateigröße

storufs.inf

Nicht versioniert

24.07.07.

1,758

24,702

storufs.sys

10.0.26100.560

24.07.07.

1,758

148,800

Facilitator.dll

10.0.26100.1287

24.07.07.

1,758

1,111,456

dhcpcore.dll

10.0.26100.712

24.07.07.

1,758

435,616

dhcpcsvc.dll

10.0.26100.712

24.07.07.

1,758

157,104

dhcpcore6.dll

10.0.26100.712

24.07.07.

1,758

320,928

dhcpcsvc6.dll

10.0.26100.712

24.07.07.

1,758

128,416

fbwf.sys

10.0.26100.1866

24.07.07.

1,758

154,360

cmi2migxml.dll

10.0.26100.1710

24.07.07.

1,758

226,616

csiagent.dll

10.0.26100.1710

24.07.07.

1,758

718,264

diagER.dll

10.0.26100.1710

24.07.07.

1,758

99,744

hwcompat.dll

10.0.26100.1710

24.07.07.

1,758

242,992

hwcompat.txt

Nicht versioniert

24.07.07.

1,758

963,150

hwexclude.txt

Nicht versioniert

24.07.07.

1,758

51

icbexclusion.inf

Nicht versioniert

24.07.07.

1,758

7,222

migapp.xml

Nicht versioniert

24.07.07.

1,758

654,548

migcore.dll

10.0.26100.1710

24.07.07.

1,758

9,274,784

mighost.exe

10.0.26100.1710

24.07.07.

1,758

288,048

migres.dll

10.0.26100.1710

24.07.07.

1,758

26,016

migisol.dll

10.0.26100.1710

24.07.07.

1,758

148,784

migstore.dll

10.0.26100.1710

24.07.07.

1,758

1,303,992

migsys.dll

10.0.26100.1710

24.07.07.

1,758

464,312

MXEAgent.dll

10.0.26100.1710

24.07.07.

1,758

386,352

AppExtAgent.dll

10.0.26100.1710

24.07.07.

1,758

488,760

offline.xml

Nicht versioniert

24.07.07.

1,758

44,544

oscomps.xml

Nicht versioniert

24.07.07.

1,758

449,323

osfilter.inf

Nicht versioniert

24.07.07.

1,758

21,299

pnppropmig.dll

10.0.26100.1710

24.07.07.

1,758

107,936

ReserveManager.dll

10.0.26100.1710

24.07.07.

1,758

316,848

setupplatform.cfg

Nicht versioniert

24.07.07.

1,758

15,971

setupplatform.dll

1.95.26100.1710

24.07.07.

1,758

9,688,480

setupplatform.exe

1.95.26100.1710

24.07.07.

1,758

255,416

SFCN.dat

Nicht versioniert

24.07.07.

1,758

18:24

SFLCID.dat

Nicht versioniert

24.07.07.

1,758

1,644

SFLISTW7.dat

Nicht versioniert

24.07.07.

1,758

1,703,368

SFLISTW8.dat

Nicht versioniert

24.07.07.

1,758

2,608,858

SFLISTWB.dat

Nicht versioniert

24.07.07.

1,758

3,172,904

SFLISTWT.dat

Nicht versioniert

24.07.07.

1,758

4,935,402

SFLISTRS1.dat

Nicht versioniert

24.07.07.

1,758

5,593,182

SFPAT.inf

Nicht versioniert

24.07.07.

1,758

11,602

SFPATW7.inf

Nicht versioniert

24.07.07.

1,758

17,396

SFPATW8.inf

Nicht versioniert

24.07.07.

1,758

79,818

SFPATWB.inf

Nicht versioniert

24.07.07.

1,758

91,635

SFPATWT.inf

Nicht versioniert

24.07.07.

1,758

165,729

SFPATRS1.inf

Nicht versioniert

24.07.07.

1,758

169,730

unbcl.dll

10.0.26100.1710

24.07.07.

1,758

1,090,976

upgradeagent.dll

10.0.26100.1710

24.07.07.

1,758

3,302,840

upgradeagent.xml

Nicht versioniert

24.07.07.

1,758

70,907

upgrade_comp.xml

Nicht versioniert

24.07.07.

1,758

6,054

upgrade_bulk.xml

Nicht versioniert

24.07.07.

1,758

211,949

upgrade_data.xml

Nicht versioniert

24.07.07.

1,758

41,750

upgrade_frmwrk.xml

Nicht versioniert

24.07.07.

1,758

19,157

upgWow_bulk.xml

Nicht versioniert

24.07.07.

1,758

114,707

uninstall.xml

Nicht versioniert

24.07.07.

1,758

4,639

uninstall_data.xml

Nicht versioniert

24.07.07.

1,758

11,122

wdsutil.dll

10.0.26100.1710

24.07.07.

1,758

353,696

WinSetupMon.hiv

Nicht versioniert

24.07.07.

1,758

8.192

WinSetupMon.sys

10.0.26100.1710

24.07.07.

1,758

169,416

actionqueue.dll

10.0.26100.1583

24.07.07.

1,758

267,584

appcompat_detailed.xsl

Nicht versioniert

24.07.07.

1,758

13,608

appcompat_detailed_bidi.xsl

Nicht versioniert

24.07.07.

1,758

13,732

cdplib.mof

Nicht versioniert

24.07.07.

1,758

1,976

cdplibuninstall.mof

Nicht versioniert

24.07.07.

1,758

571

dpx.dll

10.0.26100.1583

24.07.07.

1,758

1,078,600

UpdateCompression.dll

5.0.1.1

24.07.07.

1,758

542,000

hwcompat.dll

10.0.26100.1583

24.07.07.

1,758

242,992

itgtupg.dll

10.0.26100.1583

24.07.07.

1,758

116,160

migisol.dll

10.0.26100.1583

24.07.07.

1,758

148,920

migtestplugin.dll

10.0.26100.1583

24.07.07.

1,758

75,304

msdelta.dll

5.0.1.1

24.07.07.

1,758

595,360

mspatcha.dll

5.0.1.1

24.07.07.

1,758

83,400

smiengine.dll

10.0.26100.1583

24.07.07.

1,758

927,136

cmi2migxml.dll

10.0.26100.1583

24.07.07.

1,758

226,624

migcore.dll

10.0.26100.1583

24.07.07.

1,758

9,274,824

migstore.dll

10.0.26100.1583

24.07.07.

1,758

1,303,984

csiagent.dll

10.0.26100.1583

24.07.07.

1,758

718,144

mighost.exe

10.0.26100.1583

24.07.07.

1,758

288,176

mxeagent.dll

10.0.26100.1583

24.07.07.

1,758

386,352

AppExtAgent.dll

10.0.26100.1583

24.07.07.

1,758

488,752

upgradeagent.dll

10.0.26100.1583

24.07.07.

1,758

3,302,832

migres.dll

10.0.26100.1583

24.07.07.

1,758

25,904

wcmtypes.xsd

Nicht versioniert

24.07.07.

1,758

1,047

wdsupgcompl.dll

10.0.26100.1583

24.07.07.

1,758

46,536

auditetw.dll

10.0.26100.1583

24.07.07.

1,758

26,152

cmisetupetw.dll

10.0.26100.1583

24.07.07.

1,758

26,056

etwproviderinstall.vbs

Nicht versioniert

24.07.07.

1,758

6,868

setupcletw.dll

10.0.26100.1583

24.07.07.

1,758

30,248

winsetupetw.dll

10.0.26100.1583

24.07.07.

1,758

75,296

migcore.dll

10.0.26100.1583

24.07.07.

1,758

9,274,672

migapp.dll

10.0.26100.1583

24.07.07.

1,758

329,120

AppExtAgent.dll

10.0.26100.1583

24.07.07.

1,758

488,768

csiagent.dll

10.0.26100.1583

24.07.07.

1,758

718,128

SFLISTXP.dat

Nicht versioniert

24.07.07.

1,758

1,459,226

SFLISTLH.dat

Nicht versioniert

24.07.07.

1,758

3,347,940

SFPATXP.inf

Nicht versioniert

24.07.07.

1,758

4,355

SFPATLH.inf

Nicht versioniert

24.07.07.

1,758

8,678

ncsi.dll

10.0.26100.712

24.07.07.

1,758

692,224

netprofmsvc.dll

10.0.26100.712

24.07.07.

1,758

1,871,872

nlaapi.dll

10.0.26100.712

24.07.07.

1,758

53,248

nlmproxy.dll

10.0.26100.712

24.07.07.

1,758

53,248

nlmsprep.dll

10.0.26100.712

24.07.07.

1,758

49,152

diagtrack.dll

10.0.10586.0

24.07.07.

1,758

1,365,856

diagtrackrunner.exe

10.0.10586.0

24.07.07.

1,758

88,256

reagent.admx

Nicht versioniert

24.07.07.

1,758

1,240

reagent.dll

10.0.26100.1710

24.07.07.

1,758

603,552

reagent.xml

Nicht versioniert

24.07.07.

1,758

837

SetupPlatform.cfg

Nicht versioniert

24.07.07.

1,758

23,023

wdscore.dll

10.0.26100.1710

24.07.07.

1,758

279,984

WinSetupBoot.hiv

Nicht versioniert

24.07.07.

1,758

8.192

WinSetupBoot.sys

10.0.26100.1710

24.07.07.

1,758

112,056

wdsclientapi.dll

10.0.26100.1710

24.07.07.

1,758

267,816

wdscsl.dll

10.0.26100.1710

24.07.07.

1,758

111,920

wdsimage.dll

10.0.26100.1710

24.07.07.

1,758

128,552

wdstptc.dll

10.0.26100.1710

24.07.07.

1,758

218,688

bcd.dll

10.0.26100.998

24.07.07.

1,758

162,616

bootsvc.dll

10.0.26100.998

24.07.07.

1,758

307.136

hwreqchk.dll

Nicht versioniert

24.07.07.

1,758

423,328

ServicingCommon.dll

10.0.26100.998

24.07.07.

1,758

1,030,248

utcapi.dll

10.0.26100.998

24.07.07.

1,758

66,872

wimgapi.dll

10.0.26100.998

24.07.07.

1,758

910,768

wdscommonlib.dll

10.0.26100.998

24.07.07.

1,758

341,424

dismapi.dll

10.0.26100.998

24.07.07.

1,758

1,201,480

dismcore.dll

10.0.26100.998

24.07.07.

1,758

476,480

dismcoreps.dll

10.0.26100.998

24.07.07.

1,758

230,816

dismprov.dll

10.0.26100.998

24.07.07.

1,758

300,344

folderprovider.dll

10.0.26100.998

24.07.07.

1,758

95,552

imagingprovider.dll

10.0.26100.998

24.07.07.

1,758

247.200

logprovider.dll

10.0.26100.998

24.07.07.

1,758

189,752

UpdateCompression.dll

5.0.1.1

24.07.07.

1,758

542,016

vhdprovider.dll

10.0.26100.998

24.07.07.

1,758

599,456

wimprovider.dll

10.0.26100.998

24.07.07.

1,758

697,656

unattend.dll

10.0.26100.998

24.07.07.

1,758

275.872

wpx.dll

10.0.26100.998

24.07.07.

1,758

1,422,640

locale.nls

Nicht versioniert

24.07.07.

1,758

861,992

nlsbres.dll

10.0.26100.998

24.07.07.

1,758

103,856

ServicingCommon.dll

10.0.26100.998

24.07.07.

1,758

1,030,224

ResetEngine.dll

10.0.26100.1583

24.07.07.

1,758

2,823,600

ResetTelemetry.dll

10.0.26100.1583

24.07.07.

1,758

570,784

ResetEngine.exe

10.0.26100.1583

24.07.07.

1,758

42,424

ResetPluginHost.exe

10.0.26100.1583

24.07.07.

1,758

57 344

srms.dat

Nicht versioniert

24.07.07.

1,758

60,394

sysreset.exe

10.0.26100.1583

24.07.07.

1,758

487,424

winpeshl.exe

10.0.26100.1866

24.07.07.

1,758

57 344

wpeutil.dll

10.0.26100.1866

24.07.07.

1,758

159,744

wpeutil.exe

10.0.26100.1866

24.07.07.

1,758

32.768

wpeinit.exe

10.0.26100.1866

24.07.07.

1,758

61,440

startnet.cmd

Nicht versioniert

24.07.07.

1,758

9

dhcpcore.dll

10.0.26100.712

24.07.07.

1,758

343,872

dhcpcsvc.dll

10.0.26100.712

24.07.07.

1,758

97,072

dhcpcore6.dll

10.0.26100.712

24.07.07.

1,758

246,576

dhcpcsvc6.dll

10.0.26100.712

24.07.07.

1,758

82,864

migcore.dll

10.0.26100.1583

24.07.07.

1,758

7,130,528

migstore.dll

10.0.26100.1583

24.07.07.

1,758

1,004,448

mighost.exe

10.0.26100.1583

24.07.07.

1,758

254,768

migres.dll

10.0.26100.1583

24.07.07.

1,758

17,328

migapp.dll

10.0.26100.1583

24.07.07.

1,758

231,840

MXEAgent.dll

10.0.26100.1583

24.07.07.

1,758

274,752

AppExtAgent.dll

10.0.26100.1583

24.07.07.

1,758

346,432

csiagent.dll

10.0.26100.1583

24.07.07.

1,758

527,168

cmi2migxml.dll

10.0.26100.1583

24.07.07.

1,758

158,624

ServicingCommon.dll

10.0.26100.998

24.07.07.

1,758

827,904

Dateiname

Dateiversion

Datum

Uhrzeit

Dateigröße

storufs.inf

Nicht versioniert

24.07.07.

17:52

24,702

storufs.sys

10.0.26100.560

24.07.07.

17:52

108,344

Facilitator.dll

10.0.26100.1287

24.07.07.

17:52

1,160,008

dhcpcore.dll

10.0.26100.712

24.07.07.

17:52

720,816

dhcpcsvc.dll

10.0.26100.712

24.07.07.

17:52

254,896

dhcpcore6.dll

10.0.26100.712

24.07.07.

17:52

513,328

dhcpcsvc6.dll

10.0.26100.712

24.07.07.

17:52

168,752

fbwf.sys

10.0.26100.1866

24.07.07.

17:52

128,800

cmi2migxml.dll

10.0.26100.1710

24.07.07.

17:52

216,376

csiagent.dll

10.0.26100.1710

24.07.07.

17:52

739,232

diagER.dll

10.0.26100.1710

24.07.07.

17:52

77,728

hwcompat.dll

10.0.26100.1710

24.07.07.

17:52

234,936

hwcompat.txt

Nicht versioniert

24.07.07.

17:52

218,923

hwexclude.txt

Nicht versioniert

24.07.07.

17:52

51

icbexclusion.inf

Nicht versioniert

24.07.07.

17:52

7,222

migapp.xml

Nicht versioniert

24.07.07.

17:52

654,548

migcore.dll

10.0.26100.1710

24.07.07.

17:52

9,871,776

mighost.exe

10.0.26100.1710

24.07.07.

17:52

271,152

migres.dll

10.0.26100.1710

24.07.07.

17:52

17,208

migisol.dll

10.0.26100.1710

24.07.07.

17:52

124,856

migstore.dll

10.0.26100.1710

24.07.07.

17:52

1,350,560

migsys.dll

10.0.26100.1710

24.07.07.

17:52

483,256

MXEAgent.dll

10.0.26100.1710

24.07.07.

17:52

395,168

AppExtAgent.dll

10.0.26100.1710

24.07.07.

17:52

499,616

offline.xml

Nicht versioniert

24.07.07.

17:52

44,544

oscomps.xml

Nicht versioniert

24.07.07.

17:52

449,323

osfilter.inf

Nicht versioniert

24.07.07.

17:52

21,299

pnppropmig.dll

10.0.26100.1710

24.07.07.

17:52

93,488

ReserveManager.dll

10.0.26100.1710

24.07.07.

17:52

310,704

setupplatform.cfg

Nicht versioniert

24.07.07.

17:52

15,971

setupplatform.dll

1.95.26100.1710

24.07.07.

17:52

10,163,128

setupplatform.exe

1.95.26100.1710

24.07.07.

17:52

239,032

SFCN.dat

Nicht versioniert

24.07.07.

17:52

18:24

SFLCID.dat

Nicht versioniert

24.07.07.

17:52

1,644

SFLISTW7.dat

Nicht versioniert

24.07.07.

17:52

1,703,368

SFLISTW8.dat

Nicht versioniert

24.07.07.

17:52

2,608,858

SFLISTWB.dat

Nicht versioniert

24.07.07.

17:52

3,172,904

SFLISTWT.dat

Nicht versioniert

24.07.07.

17:52

4,935,402

SFLISTRS1.dat

Nicht versioniert

24.07.07.

17:52

5,593,182

SFPAT.inf

Nicht versioniert

24.07.07.

17:52

11,602

SFPATW7.inf

Nicht versioniert

24.07.07.

17:52

17,396

SFPATW8.inf

Nicht versioniert

24.07.07.

17:52

79,818

SFPATWB.inf

Nicht versioniert

24.07.07.

17:52

91,635

SFPATWT.inf

Nicht versioniert

24.07.07.

17:52

165,729

SFPATRS1.inf

Nicht versioniert

24.07.07.

17:52

169,730

unbcl.dll

10.0.26100.1710

24.07.07.

17:52

1,112,992

upgradeagent.dll

10.0.26100.1710

24.07.07.

17:52

3,451,296

upgradeagent.xml

Nicht versioniert

24.07.07.

17:52

70,907

upgrade_comp.xml

Nicht versioniert

24.07.07.

17:52

6,054

upgrade_bulk.xml

Nicht versioniert

24.07.07.

17:52

211,949

upgrade_data.xml

Nicht versioniert

24.07.07.

17:52

41,750

upgrade_frmwrk.xml

Nicht versioniert

24.07.07.

17:52

19,157

upgWow_bulk.xml

Nicht versioniert

24.07.07.

17:52

114,707

upgWowA32_bulk.xml

Nicht versioniert

24.07.07.

17:52

114,697

uninstall.xml

Nicht versioniert

24.07.07.

17:52

4,639

uninstall_data.xml

Nicht versioniert

24.07.07.

17:52

11,122

wdsutil.dll

10.0.26100.1710

24.07.07.

17:52

352,672

WinSetupMon.hiv

Nicht versioniert

24.07.07.

17:52

8.192

WinSetupMon.sys

10.0.26100.1710

24.07.07.

17:52

145,848

actionqueue.dll

10.0.26100.1583

24.07.07.

17:52

431,536

appcompat_detailed.xsl

Nicht versioniert

24.07.07.

17:52

13,608

appcompat_detailed_bidi.xsl

Nicht versioniert

24.07.07.

17:52

13,732

cdplib.mof

Nicht versioniert

24.07.07.

17:52

1,976

cdplibuninstall.mof

Nicht versioniert

24.07.07.

17:52

571

dpx.dll

10.0.26100.1583

24.07.07.

17:52

1,891,120

UpdateCompression.dll

5.0.1.1

24.07.07.

17:52

930,736

hwcompat.dll

10.0.26100.1583

24.07.07.

17:52

234,912

itgtupg.dll

10.0.26100.1583

24.07.07.

17:52

99,896

migisol.dll

10.0.26100.1583

24.07.07.

17:52

124,720

migtestplugin.dll

10.0.26100.1583

24.07.07.

17:52

55,736

msdelta.dll

5.0.1.1

24.07.07.

17:52

947,616

mspatcha.dll

5.0.1.1

24.07.07.

17:52

116,144

smiengine.dll

10.0.26100.1583

24.07.07.

17:52

1,696,672

cmi2migxml.dll

10.0.26100.1583

24.07.07.

17:52

216.504

migcore.dll

10.0.26100.1583

24.07.07.

17:52

9,871,672

migstore.dll

10.0.26100.1583

24.07.07.

17:52

1,350,464

csiagent.dll

10.0.26100.1583

24.07.07.

17:52

739,232

mighost.exe

10.0.26100.1583

24.07.07.

17:52

271,280

mxeagent.dll

10.0.26100.1583

24.07.07.

17:52

395,168

AppExtAgent.dll

10.0.26100.1583

24.07.07.

17:52

499,504

upgradeagent.dll

10.0.26100.1583

24.07.07.

17:52

3,451,184

migres.dll

10.0.26100.1583

24.07.07.

17:52

17,352

wcmtypes.xsd

Nicht versioniert

24.07.07.

17:52

1,047

wdsupgcompl.dll

10.0.26100.1583

24.07.07.

17:52

26,040

auditetw.dll

10.0.26100.1583

24.07.07.

17:52

15,288

cmisetupetw.dll

10.0.26100.1583

24.07.07.

17:52

15,928

etwproviderinstall.vbs

Nicht versioniert

24.07.07.

17:52

6,868

setupcletw.dll

10.0.26100.1583

24.07.07.

17:52

19,912

winsetupetw.dll

10.0.26100.1583

24.07.07.

17:52

68,024

migcore.dll

10.0.26100.1583

24.07.07.

17:52

9,871,800

migstore.dll

10.0.26100.1583

24.07.07.

17:52

1,350,472

migres.dll

10.0.26100.1583

24.07.07.

17:52

17,200

migapp.dll

10.0.26100.1583

24.07.07.

17:52

334,128

MXEAgent.dll

10.0.26100.1583

24.07.07.

17:52

395,056

AppExtAgent.dll

10.0.26100.1583

24.07.07.

17:52

499,520

csiagent.dll

10.0.26100.1583

24.07.07.

17:52

739,256

cmi2migxml.dll

10.0.26100.1583

24.07.07.

17:52

216,368

SFLISTXP.dat

Nicht versioniert

24.07.07.

17:52

1,459,226

SFLISTLH.dat

Nicht versioniert

24.07.07.

17:52

3,347,940

SFPATXP.inf

Nicht versioniert

24.07.07.

17:52

4,355

SFPATLH.inf

Nicht versioniert

24.07.07.

17:52

8,678

ncsi.dll

10.0.26100.712

24.07.07.

17:52

1,222,144

netprofmsvc.dll

10.0.26100.712

24.07.07.

17:52

1,927,680

nlaapi.dll

10.0.26100.712

24.07.07.

17:52

75,264

nlmproxy.dll

10.0.26100.712

24.07.07.

17:52

77 312

nlmsprep.dll

10.0.26100.712

24.07.07.

17:52

57 344

diagtrack.dll

10.0.10586.0

24.07.07.

17:52

1,561,952

diagtrackrunner.exe

10.0.10586.0

24.07.07.

17:52

90,304

reagent.admx

Nicht versioniert

24.07.07.

17:52

1,240

reagent.dll

10.0.26100.1710

24.07.07.

17:52

973,216

reagent.xml

Nicht versioniert

24.07.07.

17:52

837

SetupPlatform.cfg

Nicht versioniert

24.07.07.

17:52

23,023

wdscore.dll

10.0.26100.1710

24.07.07.

17:52

259,904

WinSetupBoot.hiv

Nicht versioniert

24.07.07.

17:52

8.192

WinSetupBoot.sys

10.0.26100.1710

24.07.07.

17:52

86,944

wdsclientapi.dll

10.0.26100.1710

24.07.07.

17:52

251,328

wdscsl.dll

10.0.26100.1710

24.07.07.

17:52

94,624

wdsimage.dll

10.0.26100.1710

24.07.07.

17:52

110,656

wdstptc.dll

10.0.26100.1710

24.07.07.

17:52

198,184

bcd.dll

10.0.26100.998

24.07.07.

17:52

145,112

bootsvc.dll

10.0.26100.998

24.07.07.

17:52

282,528

hwreqchk.dll

Nicht versioniert

24.07.07.

17:52

757,152

ServicingCommon.dll

10.0.26100.998

24.07.07.

17:52

1,941,128

utcapi.dll

10.0.26100.998

24.07.07.

17:52

46,512

wimgapi.dll

10.0.26100.998

24.07.07.

17:52

1,538,480

wdscommonlib.dll

10.0.26100.998

24.07.07.

17:52

322,464

dismapi.dll

10.0.26100.998

24.07.07.

17:52

2,067,264

dismcore.dll

10.0.26100.998

24.07.07.

17:52

783,664

dismcoreps.dll

10.0.26100.998

24.07.07.

17:52

217,504

dismprov.dll

10.0.26100.998

24.07.07.

17:52

297,280

folderprovider.dll

10.0.26100.998

24.07.07.

17:52

162,608

imagingprovider.dll

10.0.26100.998

24.07.07.

17:52

470,344

logprovider.dll

10.0.26100.998

24.07.07.

17:52

180,128

vhdprovider.dll

10.0.26100.998

24.07.07.

17:52

1,090,368

wimprovider.dll

10.0.26100.998

24.07.07.

17:52

1,283,376

unattend.dll

10.0.26100.998

24.07.07.

17:52

256,416

wpx.dll

10.0.26100.998

24.07.07.

17:52

1,553,840

locale.nls

Nicht versioniert

24.07.07.

17:52

861,992

nlsbres.dll

10.0.26100.998

24.07.07.

17:52

95,136

ServicingCommon.dll

10.0.26100.998

24.07.07.

17:52

1,941,136

ResetEngine.dll

10.0.26100.1583

24.07.07.

17:52

3,320,240

ResetTelemetry.dll

10.0.26100.1583

24.07.07.

17:52

583,088

ResetEngine.exe

10.0.26100.1583

24.07.07.

17:52

26,416

ResetPluginHost.exe

10.0.26100.1583

24.07.07.

17:52

41,472

srms.dat

Nicht versioniert

24.07.07.

17:52

60,394

sysreset.exe

10.0.26100.1583

24.07.07.

17:52

480.256

winpeshl.exe

10.0.26100.1866

24.07.07.

17:52

37,376

wpeutil.dll

10.0.26100.1866

24.07.07.

17:52

139,776

wpeutil.exe

10.0.26100.1866

24.07.07.

17:52

15,872

wpeinit.exe

10.0.26100.1866

24.07.07.

17:52

39,424

startnet.cmd

Nicht versioniert

24.07.07.

17:52

9

dhcpcore.dll

10.0.26100.712

24.07.07.

17:52

343,872

dhcpcsvc.dll

10.0.26100.712

24.07.07.

17:52

97,072

dhcpcore6.dll

10.0.26100.712

24.07.07.

17:52

246,576

dhcpcsvc6.dll

10.0.26100.712

24.07.07.

17:52

82,864

migcore.dll

10.0.26100.1583

24.07.07.

17:52

7,130,528

migstore.dll

10.0.26100.1583

24.07.07.

17:52

1,004,448

mighost.exe

10.0.26100.1583

24.07.07.

17:52

254,768

migres.dll

10.0.26100.1583

24.07.07.

17:52

17,328

migapp.dll

10.0.26100.1583

24.07.07.

17:52

231,840

MXEAgent.dll

10.0.26100.1583

24.07.07.

17:52

274,752

AppExtAgent.dll

10.0.26100.1583

24.07.07.

17:52

346,432

csiagent.dll

10.0.26100.1583

24.07.07.

17:52

527,168

cmi2migxml.dll

10.0.26100.1583

24.07.07.

17:52

158,624

ServicingCommon.dll

10.0.26100.998

24.07.07.

17:52

827,904

Referenzmaterial

Beschreibung der Standardterminologie, die zum Beschreiben von Microsoft-Softwareupdates verwendet wird

Abfragewörter: safeos du

Benötigen Sie weitere Hilfe?

Möchten Sie weitere Optionen?

Erkunden Sie die Abonnementvorteile, durchsuchen Sie Trainingskurse, erfahren Sie, wie Sie Ihr Gerät schützen und vieles mehr.