Hatókör
Windows 11 version 26H1, all editions

A Windows biztonságos rendszerindítási tanúsítványának lejárata 

Fontos: A legtöbb Windows-eszköz által használt biztonságos rendszerindítási tanúsítványok 2026 júniusától lejárnak. Ez hatással lehet arra, hogy bizonyos személyes és üzleti eszközök biztonságosan induljanak el, ha nem frissülnek időben. A fennakadások elkerülése érdekében javasoljuk, hogy tekintse át az útmutatót, és tegyen lépéseket a tanúsítványok előzetes frissítéséhez.  

További részletek és előkészületi lépések windowsos eszközök esetén: A Windows biztonságos rendszerindítási tanúsítványának lejárata és CA-frissítések

További részletek és előkészületi lépések Windows Server-kiszolgálók esetén:

Összegzés

Ez a frissítés továbbfejleszti a Windows helyreállítási környezetet (WinRE).

A frissítés beszerzése

A frissítés telepítése

A frissítés telepítéséhez használja az alábbi kiadási csatornák egyikét. 

Elérhető

Következő lépés

Elérhető

A frissítés elérhető a Windows Update szolgáltatáson keresztül. Letöltése és telepítése automatikusan megtörténik.

Előfeltételek

Ennek a frissítésnek nincsenek előfeltételei.

Újraindítási információk

A frissítés alkalmazása után nem kell újraindítania az eszközt.

Eltávolítási információk

Ez a frissítés nem távolítható el, ha windowsos lemezképre alkalmazza.

A frissítések felváltásával kapcsolatos információk

Ez a frissítés felváltja a korábban kiadott frissítési KB5077178.

A frissítés telepítésének ellenőrzése

A frissítés telepítése után az eszközön telepített WinRE-verziónak 10.0.28000.1639-esnek kell lennie.

A WinRE verziójának telepítéséhez futtassa a következő „GetWinReVersion.ps1” PowerShell-szkriptet rendszergazdai hitelesítő adatokkal. A szkript futtatása után a telepített WinRE-verziót kell kapnia az alábbi példához hasonlóan:

GetWinReVersion.ps1 PowerShell-szkript

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

#

# 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

A fájlokkal kapcsolatos adatok

A szoftverfrissítés angol (Egyesült Államok) verziója az alábbi attribútumokkal rendelkező fájlokat telepíti. Ez a frissítés további nyelvek fájljait is tartalmazhatja.

Fájlnév

Fájlverzió

Dátum

Idő

Fájlméret

hvloader.dll

10.0.28000.1639

17-Feb-26

23:19

251,336

hvax64.exe

10.0.28000.1639

17-Feb-26

23:19

2,205,088

hvix64.exe

10.0.28000.1639

17-Feb-26

23:19

2,352,544

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

Nem verziószámozott

17-Feb-26

23:19

9,172

driver.stl

Nem verziószámozott

17-Feb-26

23:19

33,360

previous.driver.stl

Nem verziószámozott

17-Feb-26

23:19

33,360

kdnet.dll

10.0.28000.1639

17-Feb-26

23:19

157,128

kdstub.dll

10.0.28000.1639

17-Feb-26

23:19

87,496

bootmgfw.efi

10.0.28000.317

17-Feb-26

23:19

3,008,968

bootmgfw_EX.efi

10.0.28000.317

17-Feb-26

23:19

3,008,824

SecureBootRecovery.efi

Nem verziószámozott

17-Feb-26

23:19

173,512

bootmgr.efi

10.0.28000.317

17-Feb-26

23:19

2,991,008

boot.stl

Nem verziószámozott

17-Feb-26

23:19

11,030

boot.pnd.stl

Nem verziószámozott

17-Feb-26

23:19

11,733

winsipolicy.p7b

Nem verziószámozott

17-Feb-26

23:19

10,360

winload.exe

10.0.28000.1639

17-Feb-26

23:19

1,984,496

winload.efi

10.0.28000.1639

17-Feb-26

23:19

3,445,616

bfsvc.exe

10.0.28000.1639

17-Feb-26

23:19

126 976

bootsvc.dll

10.0.28000.1639

17-Feb-26

23:19

315,496

driversipolicy.p7b

Nem verziószámozott

17-Feb-26

23:19

238,694

ci.dll

10.0.28000.1639

17-Feb-26

23:19

1,146,072

drupdate.dll

10.0.28000.1639

17-Feb-26

23:19

447,944

oobeldretw.dll

10.0.28000.1639

17-Feb-26

23:19

27,000

setupugcetw.dll

10.0.28000.1639

17-Feb-26

23:19

27,000

sysprepetw.dll

10.0.28000.1639

17-Feb-26

23:19

31,096

windeployetw.dll

10.0.28000.1639

17-Feb-26

23:19

27,040

esscli.dll

10.0.28000.1639

17-Feb-26

23:19

439,712

fastprox.dll

10.0.28000.1639

17-Feb-26

23:19

992,672

mofd.dll

10.0.28000.1639

17-Feb-26

23:19

390,560

mofinstall.dll

10.0.28000.1639

17-Feb-26

23:19

128,416

repdrvfs.dll

10.0.28000.1639

17-Feb-26

23:19

427,424

wbemcomn.dll

10.0.28000.1639

17-Feb-26

23:19

521,632

wbemcore.dll

10.0.28000.1639

17-Feb-26

23:19

1,971,616

wbemprox.dll

10.0.28000.1639

17-Feb-26

23:19

71,072

wmi_tracing.mof

Nem verziószámozott

17-Feb-26

23:19

1,682

wmiutils.dll

10.0.28000.1639

17-Feb-26

23:19

144,840

dxgkrnl.sys

10.0.28000.1639

17-Feb-26

23:19

5,350,816

cdd.dll

10.0.28000.1639

17-Feb-26

23:19

335,872

dxgmms1.sys

10.0.28000.1639

17-Feb-26

23:19

538,056

dxgmms2.sys

10.0.28000.1639

17-Feb-26

23:19

1,295,816

dxgkrnl.sys.mui

10.0.28000.1639

17-Feb-26

23:19

116,224

dxgmms2.sys.mui

10.0.28000.1639

17-Feb-26

23:19

5,120

cdd.dll.mui

10.0.28000.1639

17-Feb-26

23:19

3,072

dxgmms2.sys.mui

10.0.28000.1639

17-Feb-26

23:19

5,632

cdd.dll.mui

10.0.28000.1639

17-Feb-26

23:19

2,560

dxgkrnl.sys.mui

10.0.28000.1639

17-Feb-26

23:19

117 760

dxgkrnl.sys.mui

10.0.28000.1639

17-Feb-26

23:19

114,688

dxgmms2.sys.mui

10.0.28000.1639

17-Feb-26

23:19

4,608

dxgkrnl.sys.mui

10.0.28000.1639

17-Feb-26

23:19

118,272

dxgkrnl.sys.mui

10.0.28000.1639

17-Feb-26

23:19

113,664

Narrator.exe

10.0.28000.1639

17-Feb-26

23:19

1,191,936

DetailedReading-Default.xml

Nem verziószámozott

17-Feb-26

23:19

3,944

Narrator.lnk

Nem verziószámozott

17-Feb-26

23:19

1,108

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:19

24,576

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:19

29 184

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:19

28 672

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:19

28,160

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:19

27,136

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:19

30 208

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:19

30,720

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:19

29,696

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:19

23,040

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:19

26,624

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:19

17,408

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:19

27,648

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:19

14,336

windows.storage.dll

10.0.28000.1639

17-Feb-26

23:19

8,992,728

ntoskrnl.exe

10.0.28000.1639

17-Feb-26

23:19

13,825,440

ntkrla57.exe

10.0.28000.1639

17-Feb-26

23:19

12,498,336

pcrpf.dll

10.0.28000.1639

17-Feb-26

23:19

344,064

pcrpf.dll.mui

10.0.28000.1639

17-Feb-26

23:19

6,144

fvevol.sys

10.0.28000.1639

17-Feb-26

23:19

1,000,904

fverecoverux.dll

10.0.28000.1639

17-Feb-26

23:19

139 264

bcd.dll

10.0.28000.1639

17-Feb-26

23:19

175,008

bootsvc.dll

10.0.28000.1639

17-Feb-26

23:19

315,536

hwreqchk.dll

Nem verziószámozott

17-Feb-26

23:19

443,808

ServicingCommon.dll

10.0.28000.1639

17-Feb-26

23:19

927,072

utcapi.dll

10.0.28000.1639

17-Feb-26

23:19

66,976

wimgapi.dll

10.0.28000.1639

17-Feb-26

23:19

935,328

wdscommonlib.dll

10.0.28000.1639

17-Feb-26

23:19

337,352

dismapi.dll

10.0.28000.1639

17-Feb-26

23:19

1,275,336

dismcore.dll

10.0.28000.1639

17-Feb-26

23:19

533,920

dismcoreps.dll

10.0.28000.1639

17-Feb-26

23:19

247,240

dismprov.dll

10.0.28000.1639

17-Feb-26

23:19

300,448

deployprovider.dll

10.0.28000.1639

17-Feb-26

23:19

718,240

folderprovider.dll

10.0.28000.1639

17-Feb-26

23:19

95,648

imagingprovider.dll

10.0.28000.1639

17-Feb-26

23:19

251,296

logprovider.dll

10.0.28000.1639

17-Feb-26

23:19

189,856

osimageprovider.dll

10.0.28000.1639

17-Feb-26

23:19

566,728

UpdateCompression.dll

5.0.1.1

17-Feb-26

23:19

529,864

vhdprovider.dll

10.0.28000.1639

17-Feb-26

23:19

599,456

wimprovider.dll

10.0.28000.1639

17-Feb-26

23:19

701,896

unattend.dll

10.0.28000.1639

17-Feb-26

23:19

357,832

wpx.dll

10.0.28000.1639

17-Feb-26

23:19

1,426,888

locale.nls

Nem verziószámozott

17-Feb-26

23:19

862,800

nlsbres.dll

10.0.28000.1639

17-Feb-26

23:19

103,840

fveapibase.dll

10.0.28000.1639

17-Feb-26

23:19

753,664

fveapi.dll

10.0.28000.1639

17-Feb-26

23:19

1,425,408

schannel.dll

10.0.28000.1639

17-Feb-26

23:19

770,048

win32u.dll

10.0.28000.1639

17-Feb-26

23:19

170,944

win32k.sys

10.0.28000.1639

17-Feb-26

23:19

816,584

win32kfull.sys

10.0.28000.1639

17-Feb-26

23:19

4,341,760

win32kbase.sys

10.0.28000.1639

17-Feb-26

23:19

3,391,488

win32kbase_rs.sys

10.0.28000.1639

17-Feb-26

23:19

176,128

winpeshl.exe

10.0.28000.1639

17-Feb-26

23:19

90,112

wpeutil.dll

10.0.28000.1639

17-Feb-26

23:19

204,800

wpeutil.exe

10.0.28000.1639

17-Feb-26

23:19

32 768

wpeinit.exe

10.0.28000.1639

17-Feb-26

23:19

61,440

startnet.cmd

Nem verziószámozott

17-Feb-26

23:19

9

winsqlite3.dll

3.51.1.0

17-Feb-26

23:19

1,144,576

wintrust.dll

10.0.28000.1639

17-Feb-26

23:19

505,568

fastprox.dll

10.0.28000.1639

17-Feb-26

23:19

978,944

wbemcomn.dll

10.0.28000.1639

17-Feb-26

23:19

499,712

wbemcore.dll

10.0.28000.1639

17-Feb-26

23:19

1,859,584

wbemess.dll

10.0.28000.1639

17-Feb-26

23:19

487,424

windows.storage.dll

10.0.28000.1639

17-Feb-26

23:19

7,234,680

pcrpf.dll

10.0.28000.1639

17-Feb-26

23:19

242,176

fveapibase.dll

10.0.28000.1639

17-Feb-26

23:19

631,808

fveapi.dll

10.0.28000.1639

17-Feb-26

23:19

1,142,272

schannel.dll

10.0.28000.1639

17-Feb-26

23:19

553,472

win32u.dll

10.0.28000.1639

17-Feb-26

23:19

106,432

winsqlite3.dll

3.51.1.0

17-Feb-26

23:19

894,256

wintrust.dll

10.0.28000.1639

17-Feb-26

23:19

392,144

fastprox.dll

10.0.28000.1639

17-Feb-26

23:19

819,712

wbemcomn.dll

10.0.28000.1639

17-Feb-26

23:19

403,456

wbemcore.dll

10.0.28000.1639

17-Feb-26

23:19

1,666,048

wdsnbp.com

Nem verziószámozott

17-Feb-26

23:19

30,832

abortpxe.com

Nem verziószámozott

17-Feb-26

23:19

79

bootmgr.exe

10.0.28000.1639

17-Feb-26

23:19

830,408

pxeboot.com

Nem verziószámozott

17-Feb-26

23:19

25,254

pxeboot.n12

Nem verziószámozott

17-Feb-26

23:19

25,238

hdlscom1.com

Nem verziószámozott

17-Feb-26

23:19

25,662

hdlscom2.com

Nem verziószámozott

17-Feb-26

23:19

25,662

hdlscom1.n12

Nem verziószámozott

17-Feb-26

23:19

25,646

hdlscom2.n12

Nem verziószámozott

17-Feb-26

23:19

25,646

bootmgfw.efi

10.0.28000.317

17-Feb-26

23:19

2,518,944

bootmgfw_EX.efi

10.0.28000.317

17-Feb-26

23:19

2,518,832

Fájlnév

Fájlverzió

Dátum

Idő

Fájlméret

hvloader.dll

10.0.28000.1639

17-Feb-26

23:14

232,864

hvaa64.exe

10.0.28000.1639

17-Feb-26

23:14

1,833,888

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

Nem verziószámozott

17-Feb-26

23:14

9,172

driver.stl

Nem verziószámozott

17-Feb-26

23:14

15,113

previous.driver.stl

Nem verziószámozott

17-Feb-26

23:14

15,113

kdnet.dll

10.0.28000.1639

17-Feb-26

23:14

117,664

kdstub.dll

10.0.28000.1639

17-Feb-26

23:14

50,592

bootmgfw.efi

10.0.28000.317

17-Feb-26

23:14

3,030,944

bootmgfw_EX.efi

10.0.28000.317

17-Feb-26

23:14

3,030,840

SecureBootRecovery.efi

Nem verziószámozott

17-Feb-26

23:14

177,568

bootmgr.efi

10.0.28000.317

17-Feb-26

23:14

3,013,024

boot.stl

Nem verziószámozott

17-Feb-26

23:14

10,853

boot.pnd.stl

Nem verziószámozott

17-Feb-26

23:14

11,556

winsipolicy.p7b

Nem verziószámozott

17-Feb-26

23:14

10,360

winload.efi

10.0.28000.1639

17-Feb-26

23:14

3,477,640

bfsvc.exe

10.0.28000.1639

17-Feb-26

23:14

110,080

bootsvc.dll

10.0.28000.1639

17-Feb-26

23:14

494,448

driversipolicy.p7b

Nem verziószámozott

17-Feb-26

23:14

238,709

ci.dll

10.0.28000.1639

17-Feb-26

23:14

1,004,336

drupdate.dll

10.0.28000.1639

17-Feb-26

23:14

420,256

oobeldretw.dll

10.0.28000.1639

17-Feb-26

23:14

16,800

setupugcetw.dll

10.0.28000.1639

17-Feb-26

23:14

16,288

sysprepetw.dll

10.0.28000.1639

17-Feb-26

23:14

20,384

windeployetw.dll

10.0.28000.1639

17-Feb-26

23:14

16,760

esscli.dll

10.0.28000.1639

17-Feb-26

23:14

459,208

fastprox.dll

10.0.28000.1639

17-Feb-26

23:14

2,052,512

mofd.dll

10.0.28000.1639

17-Feb-26

23:14

397,216

mofinstall.dll

10.0.28000.1639

17-Feb-26

23:14

111,560

repdrvfs.dll

10.0.28000.1639

17-Feb-26

23:14

434,592

wbemcomn.dll

10.0.28000.1639

17-Feb-26

23:14

1,058,248

wbemcore.dll

10.0.28000.1639

17-Feb-26

23:14

2,077,600

wbemprox.dll

10.0.28000.1639

17-Feb-26

23:14

57,760

wmi_tracing.mof

Nem verziószámozott

17-Feb-26

23:14

1,682

wmiutils.dll

10.0.28000.1639

17-Feb-26

23:14

165,280

dxgkrnl.sys

10.0.28000.1639

17-Feb-26

23:14

5,072,288

cdd.dll

10.0.28000.1639

17-Feb-26

23:14

286,208

dxgmms1.sys

10.0.28000.1639

17-Feb-26

23:14

459,680

dxgmms2.sys

10.0.28000.1639

17-Feb-26

23:14

1,164,192

dxgkrnl.sys.mui

10.0.28000.1639

17-Feb-26

23:14

116,224

dxgmms2.sys.mui

10.0.28000.1639

17-Feb-26

23:14

5,120

cdd.dll.mui

10.0.28000.1639

17-Feb-26

23:14

3,072

dxgmms2.sys.mui

10.0.28000.1639

17-Feb-26

23:14

5,632

cdd.dll.mui

10.0.28000.1639

17-Feb-26

23:14

2,560

dxgkrnl.sys.mui

10.0.28000.1639

17-Feb-26

23:14

117 760

dxgkrnl.sys.mui

10.0.28000.1639

17-Feb-26

23:14

114,688

dxgmms2.sys.mui

10.0.28000.1639

17-Feb-26

23:14

4,608

dxgkrnl.sys.mui

10.0.28000.1639

17-Feb-26

23:14

118,272

dxgkrnl.sys.mui

10.0.28000.1639

17-Feb-26

23:14

113,664

Narrator.exe

10.0.28000.1639

17-Feb-26

23:14

1,304,576

DetailedReading-Default.xml

Nem verziószámozott

17-Feb-26

23:14

3,944

Narrator.lnk

Nem verziószámozott

17-Feb-26

23:14

1,108

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:14

24,576

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:14

29 184

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:14

28 672

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:14

28,160

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:14

27,136

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:14

30 208

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:14

30,720

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:14

29,696

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:14

23,040

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:14

26,624

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:14

17,408

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:14

27,648

Narrator.exe.mui

10.0.28000.1639

17-Feb-26

23:14

14,336

windows.storage.dll

10.0.28000.1639

17-Feb-26

23:14

19,202,576

ntoskrnl.exe

10.0.28000.1639

17-Feb-26

23:14

12,161,992

pcrpf.dll

10.0.28000.1639

17-Feb-26

23:14

668,672

pcrpf.dll.mui

10.0.28000.1639

17-Feb-26

23:14

6,144

fvevol.sys

10.0.28000.1639

17-Feb-26

23:14

915,912

fverecoverux.dll

10.0.28000.1639

17-Feb-26

23:14

130 560

bcd.dll

10.0.28000.1639

17-Feb-26

23:14

150,952

bootsvc.dll

10.0.28000.1639

17-Feb-26

23:14

494,488

hwreqchk.dll

Nem verziószámozott

17-Feb-26

23:14

806,816

ServicingCommon.dll

10.0.28000.1639

17-Feb-26

23:14

1,632,832

utcapi.dll

10.0.28000.1639

17-Feb-26

23:14

46,496

wimgapi.dll

10.0.28000.1639

17-Feb-26

23:14

1,613,728

wdscommonlib.dll

10.0.28000.1639

17-Feb-26

23:14

315,336

dismapi.dll

10.0.28000.1639

17-Feb-26

23:14

2,270,624

dismcore.dll

10.0.28000.1639

17-Feb-26

23:14

871,880

dismcoreps.dll

10.0.28000.1639

17-Feb-26

23:14

230,304

dismprov.dll

10.0.28000.1639

17-Feb-26

23:14

296,352

deployprovider.dll

10.0.28000.1639

17-Feb-26

23:14

1,233,312

folderprovider.dll

10.0.28000.1639

17-Feb-26

23:14

162,720

imagingprovider.dll

10.0.28000.1639

17-Feb-26

23:14

470,432

logprovider.dll

10.0.28000.1639

17-Feb-26

23:14

178,632

osimageprovider.dll

10.0.28000.1639

17-Feb-26

23:14

1,033,120

UpdateCompression.dll

5.0.1.1

17-Feb-26

23:14

909,256

vhdprovider.dll

10.0.28000.1639

17-Feb-26

23:14

1,115,040

wimprovider.dll

10.0.28000.1639

17-Feb-26

23:14

1,296,328

unattend.dll

10.0.28000.1639

17-Feb-26

23:14

333,216

wpx.dll

10.0.28000.1639

17-Feb-26

23:14

1,553,312

locale.nls

Nem verziószámozott

17-Feb-26

23:14

862,800

nlsbres.dll

10.0.28000.1639

17-Feb-26

23:14

94,624

fveapibase.dll

10.0.28000.1639

17-Feb-26

23:14

1,314,304

fveapi.dll

10.0.28000.1639

17-Feb-26

23:14

2,400,768

schannel.dll

10.0.28000.1639

17-Feb-26

23:14

1,285,120

win32u.dll

10.0.28000.1639

17-Feb-26

23:14

381,304

win32k.sys

10.0.28000.1639

17-Feb-26

23:14

703,944

win32kfull.sys

10.0.28000.1639

17-Feb-26

23:14

4,020,736

win32kbase.sys

10.0.28000.1639

17-Feb-26

23:14

3,183,616

win32kbase_rs.sys

10.0.28000.1639

17-Feb-26

23:14

129,536

winpeshl.exe

10.0.28000.1639

17-Feb-26

23:14

69,632

wpeutil.dll

10.0.28000.1639

17-Feb-26

23:14

189 952

wpeutil.exe

10.0.28000.1639

17-Feb-26

23:14

15,872

wpeinit.exe

10.0.28000.1639

17-Feb-26

23:14

39,424

startnet.cmd

Nem verziószámozott

17-Feb-26

23:14

9

winsqlite3.dll

3.51.1.0

17-Feb-26

23:14

2,147,584

wintrust.dll

10.0.28000.1639

17-Feb-26

23:14

881,760

fastprox.dll

10.0.28000.1639

17-Feb-26

23:14

2,188,800

wbemcomn.dll

10.0.28000.1639

17-Feb-26

23:14

1,079,296

wbemcore.dll

10.0.28000.1639

17-Feb-26

23:14

3,270,656

wbemess.dll

10.0.28000.1639

17-Feb-26

23:14

546,304

d2d1.dll

10.0.28000.1639

17-Feb-26

23:14

7,023,064

d3d9on12.dll

10.0.28000.1639

17-Feb-26

23:14

913,920

d3d10warp.dll

10.0.28000.1639

17-Feb-26

23:14

7,362,664

d3d11.dll

10.0.28000.1639

17-Feb-26

23:14

3,243,384

d3d11on12.dll

10.0.28000.1639

17-Feb-26

23:14

814,320

d3d12.dll

10.0.28000.1639

17-Feb-26

23:14

174,912

DWrite.dll

10.0.28000.1639

17-Feb-26

23:14

2,957,824

gdi32.dll

10.0.28000.1639

17-Feb-26

23:14

325,856

iertutil.dll

11.0.28000.1639

17-Feb-26

23:14

2,740,408

jscript9.dll

11.0.28000.1639

17-Feb-26

23:14

6,456,832

msftedit.dll

10.0.28000.1639

17-Feb-26

23:14

4,264,448

mshtml.dll

11.0.28000.1639

17-Feb-26

23:14

28,077,056

msIso.dll

11.0.28000.1639

17-Feb-26

23:14

381,440

opengl32.dll

10.0.28000.1639

17-Feb-26

23:14

1,304,064

urlmon.dll

11.0.28000.1639

17-Feb-26

23:14

2,315,264

windows.storage.dll

10.0.28000.1639

17-Feb-26

23:14

12,385,616

WindowsCodecs.dll

10.0.28000.1639

17-Feb-26

23:14

2,857,720

wininet.dll

11.0.28000.1639

17-Feb-26

23:14

3,098,360

windows.storage.dll

10.0.28000.1639

17-Feb-26

23:14

7,234,680

pcrpf.dll

10.0.28000.1639

17-Feb-26

23:14

242,176

fveapibase.dll

10.0.28000.1639

17-Feb-26

23:14

631,808

fveapi.dll

10.0.28000.1639

17-Feb-26

23:14

1,142,272

schannel.dll

10.0.28000.1639

17-Feb-26

23:14

553,472

win32u.dll

10.0.28000.1639

17-Feb-26

23:14

106,432

winsqlite3.dll

3.51.1.0

17-Feb-26

23:14

894,256

wintrust.dll

10.0.28000.1639

17-Feb-26

23:14

392,144

fastprox.dll

10.0.28000.1639

17-Feb-26

23:14

819,712

wbemcomn.dll

10.0.28000.1639

17-Feb-26

23:14

403,456

wbemcore.dll

10.0.28000.1639

17-Feb-26

23:14

1,666,048

Hivatkozások

A Microsoft szoftverfrissítéseinek leírására használt szabványos terminológia leírása

Lekérdezési szavak: safeos du

További segítségre van szüksége?

További lehetőségeket szeretne?

Fedezze fel az előfizetés előnyeit, böngésszen az oktatóanyagok között, ismerje meg, hogyan teheti biztonságossá eszközét, és így tovább.