Gilt für
Windows 11 version 26H1, all editions

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 für Windows-Geräte finden Sie unter Ablauf des Windows Secure Boot-Zertifikats und CA-Updates.

Ausführliche Informationen und Vorbereitungsschritte für Windows Server finden Sie in den folgenden Ressourcen:

Zusammenfassung

Dieses Update verbessert die Windows-Wiederherstellungsumgebung (WinRE).

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

Überprüfen der Installation dieses Updates

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

hvloader.dll

10.0.28000.1639

17.02.26

2,319

251,336

hvax64.exe

10.0.28000.1639

17.02.26

2,319

2,205,088

hvix64.exe

10.0.28000.1639

17.02.26

2,319

2,352,544

{60FD87F8-4593-44A0-91B0-2E0DA022F248}.cip

Nicht versioniert

17.02.26

2,319

9,172

driver.stl

Nicht versioniert

17.02.26

2,319

33,360

previous.driver.stl

Nicht versioniert

17.02.26

2,319

33,360

kdnet.dll

10.0.28000.1639

17.02.26

2,319

157,128

kdstub.dll

10.0.28000.1639

17.02.26

2,319

87,496

bootmgfw.efi

10.0.28000.317

17.02.26

2,319

3,008,968

bootmgfw_EX.efi

10.0.28000.317

17.02.26

2,319

3,008,824

SecureBootRecovery.efi

Nicht versioniert

17.02.26

2,319

173,512

bootmgr.efi

10.0.28000.317

17.02.26

2,319

2,991,008

boot.stl

Nicht versioniert

17.02.26

2,319

11,030

boot.pnd.stl

Nicht versioniert

17.02.26

2,319

11,733

winsipolicy.p7b

Nicht versioniert

17.02.26

2,319

10,360

winload.exe

10.0.28000.1639

17.02.26

2,319

1,984,496

winload.efi

10.0.28000.1639

17.02.26

2,319

3,445,616

bfsvc.exe

10.0.28000.1639

17.02.26

2,319

126,976

bootsvc.dll

10.0.28000.1639

17.02.26

2,319

315,496

driversipolicy.p7b

Nicht versioniert

17.02.26

2,319

238,694

ci.dll

10.0.28000.1639

17.02.26

2,319

1,146,072

drupdate.dll

10.0.28000.1639

17.02.26

2,319

447,944

oobeldretw.dll

10.0.28000.1639

17.02.26

2,319

27,000

setupugcetw.dll

10.0.28000.1639

17.02.26

2,319

27,000

sysprepetw.dll

10.0.28000.1639

17.02.26

2,319

31,096

windeployetw.dll

10.0.28000.1639

17.02.26

2,319

27,040

esscli.dll

10.0.28000.1639

17.02.26

2,319

439,712

fastprox.dll

10.0.28000.1639

17.02.26

2,319

992,672

mofd.dll

10.0.28000.1639

17.02.26

2,319

390,560

mofinstall.dll

10.0.28000.1639

17.02.26

2,319

128,416

repdrvfs.dll

10.0.28000.1639

17.02.26

2,319

427,424

wbemcomn.dll

10.0.28000.1639

17.02.26

2,319

521,632

wbemcore.dll

10.0.28000.1639

17.02.26

2,319

1,971,616

wbemprox.dll

10.0.28000.1639

17.02.26

2,319

71,072

wmi_tracing.mof

Nicht versioniert

17.02.26

2,319

1,682

wmiutils.dll

10.0.28000.1639

17.02.26

2,319

144,840

dxgkrnl.sys

10.0.28000.1639

17.02.26

2,319

5,350,816

cdd.dll

10.0.28000.1639

17.02.26

2,319

335,872

dxgmms1.sys

10.0.28000.1639

17.02.26

2,319

538,056

dxgmms2.sys

10.0.28000.1639

17.02.26

2,319

1,295,816

dxgkrnl.sys.mui

10.0.28000.1639

17.02.26

2,319

116,224

dxgmms2.sys.mui

10.0.28000.1639

17.02.26

2,319

5.120

cdd.dll.mui

10.0.28000.1639

17.02.26

2,319

3,072

dxgmms2.sys.mui

10.0.28000.1639

17.02.26

2,319

5,632

cdd.dll.mui

10.0.28000.1639

17.02.26

2,319

2.560

dxgkrnl.sys.mui

10.0.28000.1639

17.02.26

2,319

117,760

dxgkrnl.sys.mui

10.0.28000.1639

17.02.26

2,319

114,688

dxgmms2.sys.mui

10.0.28000.1639

17.02.26

2,319

4,608

dxgkrnl.sys.mui

10.0.28000.1639

17.02.26

2,319

118,272

dxgkrnl.sys.mui

10.0.28000.1639

17.02.26

2,319

113,664

Narrator.exe

10.0.28000.1639

17.02.26

2,319

1,191,936

DetailedReading-Default.xml

Nicht versioniert

17.02.26

2,319

3,944

Narrator.lnk

Nicht versioniert

17.02.26

2,319

11:08

Narrator.exe.mui

10.0.28000.1639

17.02.26

2,319

24,576

Narrator.exe.mui

10.0.28000.1639

17.02.26

2,319

29,184

Narrator.exe.mui

10.0.28000.1639

17.02.26

2,319

28,672

Narrator.exe.mui

10.0.28000.1639

17.02.26

2,319

28,160

Narrator.exe.mui

10.0.28000.1639

17.02.26

2,319

27,136

Narrator.exe.mui

10.0.28000.1639

17.02.26

2,319

30,208

Narrator.exe.mui

10.0.28000.1639

17.02.26

2,319

30,720

Narrator.exe.mui

10.0.28000.1639

17.02.26

2,319

29,696

Narrator.exe.mui

10.0.28000.1639

17.02.26

2,319

23,040

Narrator.exe.mui

10.0.28000.1639

17.02.26

2,319

26,624

Narrator.exe.mui

10.0.28000.1639

17.02.26

2,319

17,408

Narrator.exe.mui

10.0.28000.1639

17.02.26

2,319

27,648

Narrator.exe.mui

10.0.28000.1639

17.02.26

2,319

14,336

windows.storage.dll

10.0.28000.1639

17.02.26

2,319

8,992,728

ntoskrnl.exe

10.0.28000.1639

17.02.26

2,319

13,825,440

ntkrla57.exe

10.0.28000.1639

17.02.26

2,319

12,498,336

pcrpf.dll

10.0.28000.1639

17.02.26

2,319

344,064

pcrpf.dll.mui

10.0.28000.1639

17.02.26

2,319

6,144

fvevol.sys

10.0.28000.1639

17.02.26

2,319

1,000,904

fverecoverux.dll

10.0.28000.1639

17.02.26

2,319

139 264

bcd.dll

10.0.28000.1639

17.02.26

2,319

175,008

bootsvc.dll

10.0.28000.1639

17.02.26

2,319

315,536

hwreqchk.dll

Nicht versioniert

17.02.26

2,319

443,808

ServicingCommon.dll

10.0.28000.1639

17.02.26

2,319

927,072

utcapi.dll

10.0.28000.1639

17.02.26

2,319

66,976

wimgapi.dll

10.0.28000.1639

17.02.26

2,319

935,328

wdscommonlib.dll

10.0.28000.1639

17.02.26

2,319

337,352

dismapi.dll

10.0.28000.1639

17.02.26

2,319

1,275,336

dismcore.dll

10.0.28000.1639

17.02.26

2,319

533,920

dismcoreps.dll

10.0.28000.1639

17.02.26

2,319

247,240

dismprov.dll

10.0.28000.1639

17.02.26

2,319

300,448

deployprovider.dll

10.0.28000.1639

17.02.26

2,319

718,240

folderprovider.dll

10.0.28000.1639

17.02.26

2,319

95,648

imagingprovider.dll

10.0.28000.1639

17.02.26

2,319

251,296

logprovider.dll

10.0.28000.1639

17.02.26

2,319

189,856

osimageprovider.dll

10.0.28000.1639

17.02.26

2,319

566,728

UpdateCompression.dll

5.0.1.1

17.02.26

2,319

529,864

vhdprovider.dll

10.0.28000.1639

17.02.26

2,319

599,456

wimprovider.dll

10.0.28000.1639

17.02.26

2,319

701,896

unattend.dll

10.0.28000.1639

17.02.26

2,319

357,832

wpx.dll

10.0.28000.1639

17.02.26

2,319

1,426,888

locale.nls

Nicht versioniert

17.02.26

2,319

862,800

nlsbres.dll

10.0.28000.1639

17.02.26

2,319

103,840

fveapibase.dll

10.0.28000.1639

17.02.26

2,319

753,664

fveapi.dll

10.0.28000.1639

17.02.26

2,319

1,425,408

schannel.dll

10.0.28000.1639

17.02.26

2,319

770,048

win32u.dll

10.0.28000.1639

17.02.26

2,319

170,944

win32k.sys

10.0.28000.1639

17.02.26

2,319

816,584

win32kfull.sys

10.0.28000.1639

17.02.26

2,319

4,341,760

win32kbase.sys

10.0.28000.1639

17.02.26

2,319

3,391,488

win32kbase_rs.sys

10.0.28000.1639

17.02.26

2,319

176,128

winpeshl.exe

10.0.28000.1639

17.02.26

2,319

90.112

wpeutil.dll

10.0.28000.1639

17.02.26

2,319

204 800

wpeutil.exe

10.0.28000.1639

17.02.26

2,319

32.768

wpeinit.exe

10.0.28000.1639

17.02.26

2,319

61,440

startnet.cmd

Nicht versioniert

17.02.26

2,319

9

winsqlite3.dll

3.51.1.0

17.02.26

2,319

1,144,576

wintrust.dll

10.0.28000.1639

17.02.26

2,319

505,568

fastprox.dll

10.0.28000.1639

17.02.26

2,319

978,944

wbemcomn.dll

10.0.28000.1639

17.02.26

2,319

499 712

wbemcore.dll

10.0.28000.1639

17.02.26

2,319

1,859,584

wbemess.dll

10.0.28000.1639

17.02.26

2,319

487,424

windows.storage.dll

10.0.28000.1639

17.02.26

2,319

7,234,680

pcrpf.dll

10.0.28000.1639

17.02.26

2,319

242,176

fveapibase.dll

10.0.28000.1639

17.02.26

2,319

631,808

fveapi.dll

10.0.28000.1639

17.02.26

2,319

1,142,272

schannel.dll

10.0.28000.1639

17.02.26

2,319

553,472

win32u.dll

10.0.28000.1639

17.02.26

2,319

106.432

winsqlite3.dll

3.51.1.0

17.02.26

2,319

894,256

wintrust.dll

10.0.28000.1639

17.02.26

2,319

392,144

fastprox.dll

10.0.28000.1639

17.02.26

2,319

819,712

wbemcomn.dll

10.0.28000.1639

17.02.26

2,319

403,456

wbemcore.dll

10.0.28000.1639

17.02.26

2,319

1,666,048

wdsnbp.com

Nicht versioniert

17.02.26

2,319

30,832

abortpxe.com

Nicht versioniert

17.02.26

2,319

79

bootmgr.exe

10.0.28000.1639

17.02.26

2,319

830,408

pxeboot.com

Nicht versioniert

17.02.26

2,319

25,254

pxeboot.n12

Nicht versioniert

17.02.26

2,319

25,238

hdlscom1.com

Nicht versioniert

17.02.26

2,319

25,662

hdlscom2.com

Nicht versioniert

17.02.26

2,319

25,662

hdlscom1.n12

Nicht versioniert

17.02.26

2,319

25,646

hdlscom2.n12

Nicht versioniert

17.02.26

2,319

25,646

bootmgfw.efi

10.0.28000.317

17.02.26

2,319

2,518,944

bootmgfw_EX.efi

10.0.28000.317

17.02.26

2,319

2,518,832

Dateiname

Dateiversion

Datum

Uhrzeit

Dateigröße

hvloader.dll

10.0.28000.1639

17.02.26

23:14

232,864

hvaa64.exe

10.0.28000.1639

17.02.26

23:14

1,833,888

{60FD87F8-4593-44A0-91B0-2E0DA022F248}.cip

Nicht versioniert

17.02.26

23:14

9,172

driver.stl

Nicht versioniert

17.02.26

23:14

15,113

previous.driver.stl

Nicht versioniert

17.02.26

23:14

15,113

kdnet.dll

10.0.28000.1639

17.02.26

23:14

117,664

kdstub.dll

10.0.28000.1639

17.02.26

23:14

50,592

bootmgfw.efi

10.0.28000.317

17.02.26

23:14

3,030,944

bootmgfw_EX.efi

10.0.28000.317

17.02.26

23:14

3,030,840

SecureBootRecovery.efi

Nicht versioniert

17.02.26

23:14

177,568

bootmgr.efi

10.0.28000.317

17.02.26

23:14

3,013,024

boot.stl

Nicht versioniert

17.02.26

23:14

10,853

boot.pnd.stl

Nicht versioniert

17.02.26

23:14

11,556

winsipolicy.p7b

Nicht versioniert

17.02.26

23:14

10,360

winload.efi

10.0.28000.1639

17.02.26

23:14

3,477,640

bfsvc.exe

10.0.28000.1639

17.02.26

23:14

110,080

bootsvc.dll

10.0.28000.1639

17.02.26

23:14

494,448

driversipolicy.p7b

Nicht versioniert

17.02.26

23:14

238,709

ci.dll

10.0.28000.1639

17.02.26

23:14

1,004,336

drupdate.dll

10.0.28000.1639

17.02.26

23:14

420,256

oobeldretw.dll

10.0.28000.1639

17.02.26

23:14

16,800

setupugcetw.dll

10.0.28000.1639

17.02.26

23:14

16,288

sysprepetw.dll

10.0.28000.1639

17.02.26

23:14

20,384

windeployetw.dll

10.0.28000.1639

17.02.26

23:14

16,760

esscli.dll

10.0.28000.1639

17.02.26

23:14

459,208

fastprox.dll

10.0.28000.1639

17.02.26

23:14

2,052,512

mofd.dll

10.0.28000.1639

17.02.26

23:14

397,216

mofinstall.dll

10.0.28000.1639

17.02.26

23:14

111,560

repdrvfs.dll

10.0.28000.1639

17.02.26

23:14

434,592

wbemcomn.dll

10.0.28000.1639

17.02.26

23:14

1,058,248

wbemcore.dll

10.0.28000.1639

17.02.26

23:14

2,077,600

wbemprox.dll

10.0.28000.1639

17.02.26

23:14

57,760

wmi_tracing.mof

Nicht versioniert

17.02.26

23:14

1,682

wmiutils.dll

10.0.28000.1639

17.02.26

23:14

165,280

dxgkrnl.sys

10.0.28000.1639

17.02.26

23:14

5,072,288

cdd.dll

10.0.28000.1639

17.02.26

23:14

286,208

dxgmms1.sys

10.0.28000.1639

17.02.26

23:14

459,680

dxgmms2.sys

10.0.28000.1639

17.02.26

23:14

1,164,192

dxgkrnl.sys.mui

10.0.28000.1639

17.02.26

23:14

116,224

dxgmms2.sys.mui

10.0.28000.1639

17.02.26

23:14

5.120

cdd.dll.mui

10.0.28000.1639

17.02.26

23:14

3,072

dxgmms2.sys.mui

10.0.28000.1639

17.02.26

23:14

5,632

cdd.dll.mui

10.0.28000.1639

17.02.26

23:14

2.560

dxgkrnl.sys.mui

10.0.28000.1639

17.02.26

23:14

117,760

dxgkrnl.sys.mui

10.0.28000.1639

17.02.26

23:14

114,688

dxgmms2.sys.mui

10.0.28000.1639

17.02.26

23:14

4,608

dxgkrnl.sys.mui

10.0.28000.1639

17.02.26

23:14

118,272

dxgkrnl.sys.mui

10.0.28000.1639

17.02.26

23:14

113,664

Narrator.exe

10.0.28000.1639

17.02.26

23:14

1,304,576

DetailedReading-Default.xml

Nicht versioniert

17.02.26

23:14

3,944

Narrator.lnk

Nicht versioniert

17.02.26

23:14

11:08

Narrator.exe.mui

10.0.28000.1639

17.02.26

23:14

24,576

Narrator.exe.mui

10.0.28000.1639

17.02.26

23:14

29,184

Narrator.exe.mui

10.0.28000.1639

17.02.26

23:14

28,672

Narrator.exe.mui

10.0.28000.1639

17.02.26

23:14

28,160

Narrator.exe.mui

10.0.28000.1639

17.02.26

23:14

27,136

Narrator.exe.mui

10.0.28000.1639

17.02.26

23:14

30,208

Narrator.exe.mui

10.0.28000.1639

17.02.26

23:14

30,720

Narrator.exe.mui

10.0.28000.1639

17.02.26

23:14

29,696

Narrator.exe.mui

10.0.28000.1639

17.02.26

23:14

23,040

Narrator.exe.mui

10.0.28000.1639

17.02.26

23:14

26,624

Narrator.exe.mui

10.0.28000.1639

17.02.26

23:14

17,408

Narrator.exe.mui

10.0.28000.1639

17.02.26

23:14

27,648

Narrator.exe.mui

10.0.28000.1639

17.02.26

23:14

14,336

windows.storage.dll

10.0.28000.1639

17.02.26

23:14

19,202,576

ntoskrnl.exe

10.0.28000.1639

17.02.26

23:14

12,161,992

pcrpf.dll

10.0.28000.1639

17.02.26

23:14

668,672

pcrpf.dll.mui

10.0.28000.1639

17.02.26

23:14

6,144

fvevol.sys

10.0.28000.1639

17.02.26

23:14

915,912

fverecoverux.dll

10.0.28000.1639

17.02.26

23:14

130,560

bcd.dll

10.0.28000.1639

17.02.26

23:14

150,952

bootsvc.dll

10.0.28000.1639

17.02.26

23:14

494,488

hwreqchk.dll

Nicht versioniert

17.02.26

23:14

806,816

ServicingCommon.dll

10.0.28000.1639

17.02.26

23:14

1,632,832

utcapi.dll

10.0.28000.1639

17.02.26

23:14

46,496

wimgapi.dll

10.0.28000.1639

17.02.26

23:14

1,613,728

wdscommonlib.dll

10.0.28000.1639

17.02.26

23:14

315,336

dismapi.dll

10.0.28000.1639

17.02.26

23:14

2,270,624

dismcore.dll

10.0.28000.1639

17.02.26

23:14

871,880

dismcoreps.dll

10.0.28000.1639

17.02.26

23:14

230,304

dismprov.dll

10.0.28000.1639

17.02.26

23:14

296,352

deployprovider.dll

10.0.28000.1639

17.02.26

23:14

1,233,312

folderprovider.dll

10.0.28000.1639

17.02.26

23:14

162,720

imagingprovider.dll

10.0.28000.1639

17.02.26

23:14

470,432

logprovider.dll

10.0.28000.1639

17.02.26

23:14

178,632

osimageprovider.dll

10.0.28000.1639

17.02.26

23:14

1,033,120

UpdateCompression.dll

5.0.1.1

17.02.26

23:14

909,256

vhdprovider.dll

10.0.28000.1639

17.02.26

23:14

1,115,040

wimprovider.dll

10.0.28000.1639

17.02.26

23:14

1,296,328

unattend.dll

10.0.28000.1639

17.02.26

23:14

333,216

wpx.dll

10.0.28000.1639

17.02.26

23:14

1,553,312

locale.nls

Nicht versioniert

17.02.26

23:14

862,800

nlsbres.dll

10.0.28000.1639

17.02.26

23:14

94,624

fveapibase.dll

10.0.28000.1639

17.02.26

23:14

1,314,304

fveapi.dll

10.0.28000.1639

17.02.26

23:14

2,400,768

schannel.dll

10.0.28000.1639

17.02.26

23:14

1,285,120

win32u.dll

10.0.28000.1639

17.02.26

23:14

381,304

win32k.sys

10.0.28000.1639

17.02.26

23:14

703,944

win32kfull.sys

10.0.28000.1639

17.02.26

23:14

4,020,736

win32kbase.sys

10.0.28000.1639

17.02.26

23:14

3,183,616

win32kbase_rs.sys

10.0.28000.1639

17.02.26

23:14

129 536

winpeshl.exe

10.0.28000.1639

17.02.26

23:14

69,632

wpeutil.dll

10.0.28000.1639

17.02.26

23:14

189,952

wpeutil.exe

10.0.28000.1639

17.02.26

23:14

15,872

wpeinit.exe

10.0.28000.1639

17.02.26

23:14

39,424

startnet.cmd

Nicht versioniert

17.02.26

23:14

9

winsqlite3.dll

3.51.1.0

17.02.26

23:14

2,147,584

wintrust.dll

10.0.28000.1639

17.02.26

23:14

881,760

fastprox.dll

10.0.28000.1639

17.02.26

23:14

2,188,800

wbemcomn.dll

10.0.28000.1639

17.02.26

23:14

1,079,296

wbemcore.dll

10.0.28000.1639

17.02.26

23:14

3,270,656

wbemess.dll

10.0.28000.1639

17.02.26

23:14

546.304

d2d1.dll

10.0.28000.1639

17.02.26

23:14

7,023,064

d3d9on12.dll

10.0.28000.1639

17.02.26

23:14

913,920

d3d10warp.dll

10.0.28000.1639

17.02.26

23:14

7,362,664

d3d11.dll

10.0.28000.1639

17.02.26

23:14

3,243,384

d3d11on12.dll

10.0.28000.1639

17.02.26

23:14

814,320

d3d12.dll

10.0.28000.1639

17.02.26

23:14

174,912

DWrite.dll

10.0.28000.1639

17.02.26

23:14

2,957,824

gdi32.dll

10.0.28000.1639

17.02.26

23:14

325,856

iertutil.dll

11.0.28000.1639

17.02.26

23:14

2,740,408

jscript9.dll

11.0.28000.1639

17.02.26

23:14

6,456,832

msftedit.dll

10.0.28000.1639

17.02.26

23:14

4,264,448

mshtml.dll

11.0.28000.1639

17.02.26

23:14

28,077,056

msIso.dll

11.0.28000.1639

17.02.26

23:14

381,440

opengl32.dll

10.0.28000.1639

17.02.26

23:14

1,304,064

urlmon.dll

11.0.28000.1639

17.02.26

23:14

2,315,264

windows.storage.dll

10.0.28000.1639

17.02.26

23:14

12,385,616

WindowsCodecs.dll

10.0.28000.1639

17.02.26

23:14

2,857,720

wininet.dll

11.0.28000.1639

17.02.26

23:14

3,098,360

windows.storage.dll

10.0.28000.1639

17.02.26

23:14

7,234,680

pcrpf.dll

10.0.28000.1639

17.02.26

23:14

242,176

fveapibase.dll

10.0.28000.1639

17.02.26

23:14

631,808

fveapi.dll

10.0.28000.1639

17.02.26

23:14

1,142,272

schannel.dll

10.0.28000.1639

17.02.26

23:14

553,472

win32u.dll

10.0.28000.1639

17.02.26

23:14

106.432

winsqlite3.dll

3.51.1.0

17.02.26

23:14

894,256

wintrust.dll

10.0.28000.1639

17.02.26

23:14

392,144

fastprox.dll

10.0.28000.1639

17.02.26

23:14

819,712

wbemcomn.dll

10.0.28000.1639

17.02.26

23:14

403,456

wbemcore.dll

10.0.28000.1639

17.02.26

23:14

1,666,048

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.