Gilt für
Windows 10 Enterprise, version 1809 Windows Server 2019

Ablauf des Windows Secure Boot-Zertifikats 

Wichtig: Die von den meisten Windows-Geräten verwendeten Secure Boot-Zertifikate laufen ab Juni 2026 ab. Dies kann sich auf die Fähigkeit bestimmter persönlicher und geschäftlicher Geräte auswirken, sicher zu starten, wenn sie nicht rechtzeitig aktualisiert werden. Um Unterbrechungen zu vermeiden, empfiehlt es sich, den Leitfaden zu lesen und Maßnahmen zu ergreifen, um Zertifikate im Voraus zu aktualisieren. Details und Vorbereitungsschritte finden Sie unter Ablauf des Windows Secure Boot-Zertifikats und CA-Updates.

Der Support für Windows 10 endet im Oktober 2025.

Nach dem 14. Oktober 2025 stellt Microsoft keine kostenlosen Softwareupdates mehr über Windows Update, technische Unterstützung oder Sicherheitsupdates für Windows 10 bereit. Ihr PC funktioniert weiterhin, aber es wird empfohlen, zu Windows 11 zu wechseln.

Weitere Informationen

Zusammenfassung

Dieses Update verbessert die Windows-Wiederherstellungsumgebung (WinRE) in Windows 10, Version 1809 und Windows Server 2019.

Im Folgenden sehen Sie eine Zusammenfassung der Probleme, die mit diesem Update behoben werden, wenn Sie dieses Update installieren. Der fett formatierte Text in den Klammern gibt das Element oder den Bereich der Änderung an, die wir dokumentieren.

  • [Windows Preinstallation Environment (WinPE)] Neu! Wenn WinPE eine Anwendung nicht starten kann, wird jetzt anstelle der zuvor angezeigten Debugeingabeaufforderung ein Meldungsfeld angezeigt.

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

Verfügbar

Dieses Update ist über Windows Update verfügbar. Es wird automatisch heruntergeladen und installiert.

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 KB5065918.

Überprüfen der Installation dieses Updates

Nach der Installation dieses Updates sollte die auf dem Gerät installierte WinRE-Version 10.0.17763.7919 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

acpi.inf

Nicht versioniert

9-Oct-25

3:22

4,144

acpi.sys

10.0.17763.7560

9-Oct-25

3:22

595,424

pci.inf

Nicht versioniert

9-Oct-25

3:22

16,148

pci.sys

10.0.17763.7560

9-Oct-25

3:22

315,872

usb.inf

Nicht versioniert

9-Oct-25

3:22

41,612

usbccgp.sys

10.0.17763.7919

9-Oct-25

3:22

125,888

usbhub3.inf

Nicht versioniert

9-Oct-25

3:22

11,154

USBHUB3.SYS

10.0.17763.7919

9-Oct-25

3:22

462,784

usbport.inf

Nicht versioniert

9-Oct-25

3:22

77,422

usbohci.sys

10.0.17763.7919

9-Oct-25

3:22

21,504

usbport.sys

10.0.17763.7919

9-Oct-25

3:22

384,960

usbhub.sys

10.0.17763.7919

9-Oct-25

3:22

373,696

usbehci.sys

10.0.17763.7919

9-Oct-25

3:22

74,176

usbuhci.sys

10.0.17763.7919

9-Oct-25

3:22

24,576

usbd.sys

10.0.17763.7919

9-Oct-25

3:22

26,576

winresume.exe

10.0.17763.7560

9-Oct-25

3:22

994,344

winresume.efi

10.0.17763.7560

9-Oct-25

3:22

1,107,984

winload.exe

10.0.17763.7919

9-Oct-25

3:22

1,236,600

winload.efi

10.0.17763.7919

9-Oct-25

3:22

1,381,192

bootmgfw.efi

10.0.17763.7560

9-Oct-25

3:22

1,275,888

bootmgfw_EX.efi

10.0.26100.30212

9-Oct-25

3:22

2,376,464

SecureBootRecovery.efi

Nicht versioniert

9-Oct-25

3:22

39,296

bootmgr.efi

10.0.17763.7560

9-Oct-25

3:22

1,261,024

bootmgr_EX.efi

10.0.26100.30212

9-Oct-25

3:22

2,363,264

boot.stl

Nicht versioniert

9-Oct-25

3:22

10,853

winsipolicy.p7b

Nicht versioniert

9-Oct-25

3:22

8,786

winresume.exe

10.0.17763.7919

9-Oct-25

3:22

994,312

winresume.efi

10.0.17763.7919

9-Oct-25

3:22

1,107,968

BootMenuUX.dll

10.0.17763.7781

9-Oct-25

3:22

529,408

ci.dll

10.0.17763.7919

9-Oct-25

3:22

696,912

driver.stl

Nicht versioniert

9-Oct-25

3:22

20,022

errata.inf

Nicht versioniert

9-Oct-25

3:22

123,848

fltMgr.sys

10.0.17763.7560

9-Oct-25

3:22

306,680

hal.dll

10.0.17763.7560

9-Oct-25

3:22

387,064

halmacpi.dll

10.0.17763.7560

9-Oct-25

3:22

387,064

cmi2migxml.dll

10.0.17763.7560

9-Oct-25

3:22

147,424

csiagent.dll

10.0.17763.7560

9-Oct-25

3:22

509,408

diagER.dll

10.0.17763.7560

9-Oct-25

3:22

43,016

hwcompat.dll

10.0.17763.7560

9-Oct-25

3:22

160,776

hwcompat.txt

Nicht versioniert

9-Oct-25

3:22

589,760

hwexclude.txt

Nicht versioniert

9-Oct-25

3:22

51

migapp.xml

Nicht versioniert

9-Oct-25

3:22

654,548

migcore.dll

10.0.17763.7560

9-Oct-25

3:22

6,777,864

mighost.exe

10.0.17763.7560

9-Oct-25

3:22

249,864

migres.dll

10.0.17763.7560

9-Oct-25

3:22

17,392

migisol.dll

10.0.17763.7560

9-Oct-25

3:22

120,800

migstore.dll

10.0.17763.7560

9-Oct-25

3:22

939,488

migsys.dll

10.0.17763.7560

9-Oct-25

3:22

304,096

MXEAgent.dll

10.0.17763.7560

9-Oct-25

3:22

238,048

offline.xml

Nicht versioniert

9-Oct-25

3:22

37,395

oscomps.xml

Nicht versioniert

9-Oct-25

3:22

435,175

oscomps.woa.xml

Nicht versioniert

9-Oct-25

3:22

249,101

osfilter.inf

Nicht versioniert

9-Oct-25

3:22

21,299

reagent.dll

10.0.17763.7560

9-Oct-25

3:22

932,360

setupplatform.cfg

Nicht versioniert

9-Oct-25

3:22

6,266

setupplatform.dll

1.54.17763.7560

9-Oct-25

3:22

6,934,024

setupplatform.exe

1.54.17763.7560

9-Oct-25

3:22

155,120

SFCN.dat

Nicht versioniert

9-Oct-25

3:22

18:24

SFLCID.dat

Nicht versioniert

9-Oct-25

3:22

1,644

SFLISTW7.dat

Nicht versioniert

9-Oct-25

3:22

1,703,408

SFLISTW8.dat

Nicht versioniert

9-Oct-25

3:22

2,608,968

SFLISTWB.dat

Nicht versioniert

9-Oct-25

3:22

3,173,014

SFLISTWT.dat

Nicht versioniert

9-Oct-25

3:22

4,935,478

sflistw8.woa.dat

Nicht versioniert

9-Oct-25

3:22

954,506

SFLISTRS1.dat

Nicht versioniert

9-Oct-25

3:22

5,593,518

sflistwb.woa.dat

Nicht versioniert

9-Oct-25

3:22

1,150,204

sflistwt.woa.dat

Nicht versioniert

9-Oct-25

3:22

2,636,890

SFPAT.inf

Nicht versioniert

9-Oct-25

3:22

11,365

SFPATW7.inf

Nicht versioniert

9-Oct-25

3:22

17,396

SFPATW8.inf

Nicht versioniert

9-Oct-25

3:22

79,818

SFPATWB.inf

Nicht versioniert

9-Oct-25

3:22

91,635

SFPATWT.inf

Nicht versioniert

9-Oct-25

3:22

165,729

SFPATRS1.inf

Nicht versioniert

9-Oct-25

3:22

169,742

unbcl.dll

10.0.17763.7560

9-Oct-25

3:22

836,064

upgradeagent.dll

10.0.17763.7560

9-Oct-25

3:22

2,378,208

upgradeagent.xml

Nicht versioniert

9-Oct-25

3:22

70,911

upgrade_comp.xml

Nicht versioniert

9-Oct-25

3:22

4,320

upgrade_bulk.xml

Nicht versioniert

9-Oct-25

3:22

191,927

upgrade_data.xml

Nicht versioniert

9-Oct-25

3:22

41,108

upgrade_frmwrk.xml

Nicht versioniert

9-Oct-25

3:22

17,284

upgWow_bulk.xml

Nicht versioniert

9-Oct-25

3:22

97,110

uninstall.xml

Nicht versioniert

9-Oct-25

3:22

3,286

uninstall_data.xml

Nicht versioniert

9-Oct-25

3:22

11,122

wdsutil.dll

10.0.17763.7560

9-Oct-25

3:22

237,064

iertutil.dll

11.0.17763.7919

9-Oct-25

3:22

2,296,952

msIso.dll

11.0.17763.7919

9-Oct-25

3:22

272,896

edgeIso.dll

11.0.17763.7919

9-Oct-25

3:22

331,264

ClipSp.sys

10.0.17763.7560

9-Oct-25

3:22

800,264

netio.sys

10.0.17763.7560

9-Oct-25

3:22

404,472

ntdll.dll

10.0.17763.7560

9-Oct-25

3:22

1,657,648

ntfs.sys

10.0.17763.7560

9-Oct-25

3:22

2,133,496

ntoskrnl.exe

10.0.17763.7560

9-Oct-25

3:22

6,898,656

diagtrack.dll

10.0.10586.10008

9-Oct-25

3:22

919,736

diagtrackrunner.exe

10.0.10586.0

9-Oct-25

3:22

79,040

reagent.admx

Nicht versioniert

9-Oct-25

3:22

1,240

reagent.xml

Nicht versioniert

9-Oct-25

3:22

837

SetupPlatform.cfg

Nicht versioniert

9-Oct-25

3:22

8.000

wdsclientapi.dll

10.0.17763.7560

9-Oct-25

3:22

250,496

wdscore.dll

10.0.17763.7560

9-Oct-25

3:22

197,624

wdscsl.dll

10.0.17763.7560

9-Oct-25

3:22

52,192

wdsimage.dll

10.0.17763.7560

9-Oct-25

3:22

758,376

wdstptc.dll

10.0.17763.7560

9-Oct-25

3:22

526,960

fvevol.sys

10.0.17763.7781

9-Oct-25

3:22

653,816

dumpfve.sys

10.0.17763.7781

9-Oct-25

3:22

76,160

fveapibase.dll

10.0.17763.7781

9-Oct-25

3:22

339,968

fveapi.dll

10.0.17763.7781

9-Oct-25

3:22

724,480

ResetEngine.dll

10.0.17763.7560

9-Oct-25

3:22

1,871,872

ResetEngine.exe

10.0.17763.7560

9-Oct-25

3:22

9,728

ResetPluginHost.exe

10.0.17763.7560

9-Oct-25

3:22

24,064

reseteng.dll

10.0.17763.7560

9-Oct-25

3:22

1,016,832

resetengmig.dll

10.0.17763.7560

9-Oct-25

3:22

64,512

ResetEngInterfaces.exe

10.0.17763.7560

9-Oct-25

3:22

8.192

srms.dat

Nicht versioniert

9-Oct-25

3:22

58,882

srms62.dat

Nicht versioniert

9-Oct-25

3:22

22,841

sysreset.exe

6.1.7782.0

9-Oct-25

3:22

278.016

systemreset.exe

10.0.17763.7560

9-Oct-25

3:22

456,216

ResetEngOnline.dll

10.0.17763.7560

9-Oct-25

3:22

195.584

SysResetErr.exe

10.0.17763.7560

9-Oct-25

3:22

37,872

tcpip.sys

10.0.17763.7560

9-Oct-25

3:22

2,180,576

FWPKCLNT.SYS

10.0.17763.7560

9-Oct-25

3:22

332,768

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

144,384

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

144,896

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

145,920

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

146,944

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

143,360

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

145,408

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

142,848

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

146 432

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

139,776

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

143,872

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

138,240

WindowsCodecs.dll

10.0.17763.7919

9-Oct-25

3:22

1,522,768

winpeshl.exe

10.0.17763.7919

9-Oct-25

3:22

26,112

wpeutil.dll

10.0.17763.7919

9-Oct-25

3:22

104,960

wpeutil.exe

10.0.17763.7919

9-Oct-25

3:22

9,728

wpeinit.exe

10.0.17763.7919

9-Oct-25

3:22

28,160

startnet.cmd

Nicht versioniert

9-Oct-25

3:22

9

ReAgent.dll

10.0.17763.7560

9-Oct-25

3:22

932,336

ReInfo.dll

10.0.17763.7560

9-Oct-25

3:22

155,648

StartRep.exe

10.0.17763.7919

9-Oct-25

3:22

800,256

RecEnv.exe

10.0.17763.7919

9-Oct-25

3:22

668,624

BootRec.exe

10.0.17763.7919

9-Oct-25

3:22

295,424

Dateiname

Dateiversion

Datum

Uhrzeit

Dateigröße

acpi.inf

Nicht versioniert

9-Oct-25

3:37

4,152

acpi.sys

10.0.17763.7560

9-Oct-25

3:37

793,080

pci.inf

Nicht versioniert

9-Oct-25

3:37

16,156

pci.sys

10.0.17763.7560

9-Oct-25

3:37

423,928

usb.inf

Nicht versioniert

9-Oct-25

3:37

41,932

usbccgp.sys

10.0.17763.7919

9-Oct-25

3:37

180,160

usbhub3.inf

Nicht versioniert

9-Oct-25

3:37

11,162

USBHUB3.SYS

10.0.17763.7919

9-Oct-25

3:37

600,512

usbport.inf

Nicht versioniert

9-Oct-25

3:37

77,558

usbohci.sys

10.0.17763.7919

9-Oct-25

3:37

30,720

usbport.sys

10.0.17763.7919

9-Oct-25

3:37

478,144

usbhub.sys

10.0.17763.7919

9-Oct-25

3:37

533,456

usbehci.sys

10.0.17763.7919

9-Oct-25

3:37

100,288

usbuhci.sys

10.0.17763.7919

9-Oct-25

3:37

35,840

usbd.sys

10.0.17763.7919

9-Oct-25

3:37

34,768

skci.dll

10.0.17763.7560

9-Oct-25

3:37

305,040

iumbase.dll

10.0.17763.7560

9-Oct-25

3:37

25,464

iumdll.dll

10.0.17763.7560

9-Oct-25

3:37

16,752

vertdll.dll

10.0.17763.7560

9-Oct-25

3:37

165,472

ucrtbase_enclave.dll

10.0.17763.7560

9-Oct-25

3:37

486,192

VbsSiPolicy.p7b

Nicht versioniert

9-Oct-25

3:37

68,351

winresume.exe

10.0.17763.7560

9-Oct-25

3:37

1,198,408

winresume.efi

10.0.17763.7560

9-Oct-25

3:37

1,372,512

winload.exe

10.0.17763.7919

9-Oct-25

3:37

1,501,592

winload.efi

10.0.17763.7919

9-Oct-25

3:37

1,736,096

bootmgfw.efi

10.0.17763.7560

9-Oct-25

3:37

1,519,096

bootmgfw_EX.efi

10.0.26100.30212

9-Oct-25

3:37

2,830,632

SecureBootRecovery.efi

Nicht versioniert

9-Oct-25

3:37

162,688

bootmgr.efi

10.0.17763.7560

9-Oct-25

3:37

1,502,200

bootmgr_EX.efi

10.0.26100.30212

9-Oct-25

3:37

2,818,464

boot.stl

Nicht versioniert

9-Oct-25

3:37

11,030

winsipolicy.p7b

Nicht versioniert

9-Oct-25

3:37

8,786

winresume.exe

10.0.17763.7919

9-Oct-25

3:37

1,198,352

winresume.efi

10.0.17763.7919

9-Oct-25

3:37

1,372,440

BootMenuUX.dll

10.0.17763.7781

9-Oct-25

3:37

661,504

driversipolicy.p7b

Nicht versioniert

9-Oct-25

3:37

229,162

ci.dll

10.0.17763.7919

9-Oct-25

3:37

885,520

driver.stl

Nicht versioniert

9-Oct-25

3:37

33,360

errata.inf

Nicht versioniert

9-Oct-25

3:37

123,848

fltMgr.sys

10.0.17763.7560

9-Oct-25

3:37

434,680

hal.dll

10.0.17763.7560

9-Oct-25

3:37

593,400

cmi2migxml.dll

10.0.17763.7560

9-Oct-25

3:37

179,168

csiagent.dll

10.0.17763.7560

9-Oct-25

3:37

658,928

diagER.dll

10.0.17763.7560

9-Oct-25

3:37

53,216

hwcompat.dll

10.0.17763.7560

9-Oct-25

3:37

199,664

hwcompat.txt

Nicht versioniert

9-Oct-25

3:37

730,884

hwexclude.txt

Nicht versioniert

9-Oct-25

3:37

51

migapp.xml

Nicht versioniert

9-Oct-25

3:37

654,548

migcore.dll

10.0.17763.7560

9-Oct-25

3:37

8,899,040

mighost.exe

10.0.17763.7560

9-Oct-25

3:37

258,544

migres.dll

10.0.17763.7560

9-Oct-25

3:37

17,376

migisol.dll

10.0.17763.7560

9-Oct-25

3:37

143,840

migstore.dll

10.0.17763.7560

9-Oct-25

3:37

1,230,320

migsys.dll

10.0.17763.7560

9-Oct-25

3:37

385,504

MXEAgent.dll

10.0.17763.7560

9-Oct-25

3:37

316,896

offline.xml

Nicht versioniert

9-Oct-25

3:37

37,395

oscomps.xml

Nicht versioniert

9-Oct-25

3:37

435,175

oscomps.woa.xml

Nicht versioniert

9-Oct-25

3:37

249,101

osfilter.inf

Nicht versioniert

9-Oct-25

3:37

21,299

reagent.dll

10.0.17763.7560

9-Oct-25

3:37

1,104,392

setupplatform.cfg

Nicht versioniert

9-Oct-25

3:37

6,266

setupplatform.dll

1.54.17763.7560

9-Oct-25

3:37

9,161,184

setupplatform.exe

1.54.17763.7560

9-Oct-25

3:37

169,968

SFCN.dat

Nicht versioniert

9-Oct-25

3:37

18:24

SFLCID.dat

Nicht versioniert

9-Oct-25

3:37

1,644

SFLISTW7.dat

Nicht versioniert

9-Oct-25

3:37

1,703,408

SFLISTW8.dat

Nicht versioniert

9-Oct-25

3:37

2,608,968

SFLISTWB.dat

Nicht versioniert

9-Oct-25

3:37

3,173,014

SFLISTWT.dat

Nicht versioniert

9-Oct-25

3:37

4,935,478

sflistw8.woa.dat

Nicht versioniert

9-Oct-25

3:37

954,506

SFLISTRS1.dat

Nicht versioniert

9-Oct-25

3:37

5,593,518

sflistwb.woa.dat

Nicht versioniert

9-Oct-25

3:37

1,150,204

sflistwt.woa.dat

Nicht versioniert

9-Oct-25

3:37

2,636,890

SFPAT.inf

Nicht versioniert

9-Oct-25

3:37

11,365

SFPATW7.inf

Nicht versioniert

9-Oct-25

3:37

17,396

SFPATW8.inf

Nicht versioniert

9-Oct-25

3:37

79,818

SFPATWB.inf

Nicht versioniert

9-Oct-25

3:37

91,635

SFPATWT.inf

Nicht versioniert

9-Oct-25

3:37

165,729

SFPATRS1.inf

Nicht versioniert

9-Oct-25

3:37

169,742

unbcl.dll

10.0.17763.7560

9-Oct-25

3:37

1,089,504

upgradeagent.dll

10.0.17763.7560

9-Oct-25

3:37

2,962,928

upgradeagent.xml

Nicht versioniert

9-Oct-25

3:37

70,911

upgrade_comp.xml

Nicht versioniert

9-Oct-25

3:37

4,320

upgrade_bulk.xml

Nicht versioniert

9-Oct-25

3:37

191,927

upgrade_data.xml

Nicht versioniert

9-Oct-25

3:37

41,108

upgrade_frmwrk.xml

Nicht versioniert

9-Oct-25

3:37

17,284

upgWow_bulk.xml

Nicht versioniert

9-Oct-25

3:37

97,110

uninstall.xml

Nicht versioniert

9-Oct-25

3:37

3,286

uninstall_data.xml

Nicht versioniert

9-Oct-25

3:37

11,122

wdsutil.dll

10.0.17763.7560

9-Oct-25

3:37

297,968

iertutil.dll

11.0.17763.7919

9-Oct-25

3:37

2,798,528

msIso.dll

11.0.17763.7919

9-Oct-25

3:37

325,120

edgeIso.dll

11.0.17763.7919

9-Oct-25

3:37

450,048

ClipSp.sys

10.0.17763.7560

9-Oct-25

3:37

1,057,264

netio.sys

10.0.17763.7560

9-Oct-25

3:37

599,032

ntdll.dll

10.0.17763.7560

9-Oct-25

3:37

1,999,088

ntfs.sys

10.0.17763.7560

9-Oct-25

3:37

2,628,088

ntoskrnl.exe

10.0.17763.7560

9-Oct-25

3:37

9,672,696

diagtrack.dll

10.0.10586.10008

9-Oct-25

3:37

1,362,104

diagtrackrunner.exe

10.0.10586.0

9-Oct-25

3:37

88,256

reagent.admx

Nicht versioniert

9-Oct-25

3:37

1,240

reagent.xml

Nicht versioniert

9-Oct-25

3:37

837

SetupPlatform.cfg

Nicht versioniert

9-Oct-25

3:37

8.000

wdsclientapi.dll

10.0.17763.7560

9-Oct-25

3:37

299,640

wdscore.dll

10.0.17763.7560

9-Oct-25

3:37

250,336

wdscsl.dll

10.0.17763.7560

9-Oct-25

3:37

61,920

wdsimage.dll

10.0.17763.7560

9-Oct-25

3:37

954,480

wdstptc.dll

10.0.17763.7560

9-Oct-25

3:37

660,608

fvevol.sys

10.0.17763.7781

9-Oct-25

3:37

806,360

dumpfve.sys

10.0.17763.7781

9-Oct-25

3:37

95,288

fveapibase.dll

10.0.17763.7781

9-Oct-25

3:37

408,576

fveapi.dll

10.0.17763.7781

9-Oct-25

3:37

956,416

ResetEngine.dll

10.0.17763.7560

9-Oct-25

3:37

2,319,360

ResetEngine.exe

10.0.17763.7560

9-Oct-25

3:37

11,264

ResetPluginHost.exe

10.0.17763.7560

9-Oct-25

3:37

30,720

reseteng.dll

10.0.17763.7560

9-Oct-25

3:37

1,229,824

resetengmig.dll

10.0.17763.7560

9-Oct-25

3:37

77,824

ResetEngInterfaces.exe

10.0.17763.7560

9-Oct-25

3:37

10,240

srms.dat

Nicht versioniert

9-Oct-25

3:37

58,882

srms62.dat

Nicht versioniert

9-Oct-25

3:37

22,841

sysreset.exe

6.1.7782.0

9-Oct-25

3:37

318,464

systemreset.exe

10.0.17763.7560

9-Oct-25

3:37

526,400

ResetEngOnline.dll

10.0.17763.7560

9-Oct-25

3:37

244,224

SysResetErr.exe

10.0.17763.7560

9-Oct-25

3:37

43,488

tcpip.sys

10.0.17763.7560

9-Oct-25

3:37

2,928,648

FWPKCLNT.SYS

10.0.17763.7560

9-Oct-25

3:37

476,152

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

144,384

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

144,896

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

145,920

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

146,944

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

143,360

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

145,408

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

142,848

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

146 432

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

139,776

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

143,872

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

138,240

WindowsCodecs.dll

10.0.17763.7919

9-Oct-25

3:37

1,799,096

winpeshl.exe

10.0.17763.7919

9-Oct-25

3:37

32.768

wpeutil.dll

10.0.17763.7919

9-Oct-25

3:37

122,368

wpeutil.exe

10.0.17763.7919

9-Oct-25

3:37

12.288

wpeinit.exe

10.0.17763.7919

9-Oct-25

3:37

33,280

startnet.cmd

Nicht versioniert

9-Oct-25

3:37

9

ReAgent.dll

10.0.17763.7560

9-Oct-25

3:37

1,104,368

ReInfo.dll

10.0.17763.7560

9-Oct-25

3:37

188,416

StartRep.exe

10.0.17763.7919

9-Oct-25

3:37

942,080

RecEnv.exe

10.0.17763.7919

9-Oct-25

3:37

820,160

BootRec.exe

10.0.17763.7919

9-Oct-25

3:37

355 328

iertutil.dll

11.0.17763.7919

9-Oct-25

3:37

2,296,952

msIso.dll

11.0.17763.7919

9-Oct-25

3:37

272,896

edgeIso.dll

11.0.17763.7919

9-Oct-25

3:37

331,264

ntdll.dll

10.0.17763.7560

9-Oct-25

3:37

1,676,744

fveapibase.dll

10.0.17763.7781

9-Oct-25

3:37

339,968

fveapi.dll

10.0.17763.7781

9-Oct-25

3:37

724,480

WindowsCodecs.dll

10.0.17763.7919

9-Oct-25

3:37

1,522,768

ReAgent.dll

10.0.17763.7560

9-Oct-25

3:37

932,336

ReInfo.dll

10.0.17763.7560

9-Oct-25

3:37

155,648

wdsnbp.com

Nicht versioniert

9-Oct-25

3:37

30,832

abortpxe.com

Nicht versioniert

9-Oct-25

3:37

79

bootmgr.exe

10.0.17763.7560

9-Oct-25

3:37

672,736

pxeboot.com

Nicht versioniert

9-Oct-25

3:37

25,358

pxeboot.n12

Nicht versioniert

9-Oct-25

3:37

25,358

hdlscom1.com

Nicht versioniert

9-Oct-25

3:37

25,662

hdlscom2.com

Nicht versioniert

9-Oct-25

3:37

25,662

hdlscom1.n12

Nicht versioniert

9-Oct-25

3:37

25,646

hdlscom2.n12

Nicht versioniert

9-Oct-25

3:37

25,646

bootmgfw.efi

10.0.17763.7560

9-Oct-25

3:37

1,275,888

bootmgfw_EX.efi

10.0.26100.30212

9-Oct-25

3:37

2,376,464

Referenzmaterial

Beschreibung der bei Microsoft-Softwareupdates verwendeten Standardbegriffe

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.