Se aplică la
Windows 10 Enterprise, version 1809 Windows Server 2019

Expirarea certificatului Windows Secure Boot 

Important: Certificatele Secure Boot utilizate de majoritatea dispozitivelor Windows sunt setate să expire începând din iunie 2026. Acest lucru poate afecta capacitatea anumitor dispozitive personale și de afaceri de a boota în siguranță dacă nu sunt actualizate la timp. Pentru a evita întreruperile, vă recomandăm să consultați instrucțiunile și să actualizați certificatele din timp. Pentru detalii și pașii de pregătire, consultați Expirarea certificatului de boot securizat Windows și actualizările CA

Asistența pentru Windows 10 se va încheia în octombrie 2025

După 14 octombrie 2025, Microsoft nu va mai furniza actualizări de software gratuite de la Windows Update, asistență tehnică sau remedieri de securitate pentru Windows 10. PC-ul va funcționa în continuare, dar vă recomandăm să treceți la Windows 11.

Aflați mai multe

Rezumat

Această actualizare aduce îmbunătățiri mediului de recuperare Windows (WinRE) în Windows 10, versiunea 1809 și Windows Server 2019.

Iată un rezumat al problemelor pe care le tratează această actualizare atunci când instalați această actualizare. Textul aldin dintre paranteze indică elementul sau zona modificării pe care o documentăm.

  • [Mediu de preinstalare Windows (WinPE)] Nou! Dacă WinPE nu poate porni o aplicație, se va afișa acum o casetă de mesaj în locul liniei de comandă depanare care a apărut anterior.

Cum se obține această actualizare

Instalați această actualizare

Pentru a instala această actualizare, utilizați unul dintre următoarele canale de lansare.

Disponibil

Pasul următor

Disponibil

Această actualizare este disponibilă prin Windows Update. Va fi descărcată și instalată automat.

Cerințe preliminare

Nu există cerințe preliminare pentru a aplica această actualizare.

Informații despre repornire

Nu trebuie să reporniți dispozitivul după ce aplicați această actualizare.

Informații despre eliminare

Această actualizare nu poate fi eliminată după ce este aplicată la o imagine Windows.

Informații despre înlocuirea actualizării

Această actualizare înlocuiește actualizarea lansată anterior KB5065918.

Verificați instalarea acestei actualizări

După instalarea acestei actualizări, versiunea WinRE instalată pe dispozitiv ar trebui să fie 10.0.17763.7919.

Pentru a instala versiunea de WinRE, rulați următorul script PowerShell „GetWinReVersion.ps1” cu acreditări de administrator. După rularea scriptului, ar trebui să primiți versiunea WinRE instalată ca în exemplul următor:

Script PowerShell 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

Informații despre fișiere

Versiunea în limba engleză (Statele Unite ale Americii) a acestei actualizări de software instalează fișiere care au următoarele atribute. Această actualizare poate conține fișiere pentru limbi suplimentare.

Nume fișier

Versiune de fișier

Dată

Oră

Dimensiune fișier

acpi.inf

Ne versioned

9-Oct-25

3:22

4,144

acpi.sys

10.0.17763.7560

9-Oct-25

3:22

595,424

pci.inf

Ne versioned

9-Oct-25

3:22

16,148

pci.sys

10.0.17763.7560

9-Oct-25

3:22

315,872

usb.inf

Ne versioned

9-Oct-25

3:22

41,612

usbccgp.sys

10.0.17763.7919

9-Oct-25

3:22

125,888

usbhub3.inf

Ne versioned

9-Oct-25

3:22

11,154

USBHUB3.SYS

10.0.17763.7919

9-Oct-25

3:22

462,784

usbport.inf

Ne versioned

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

Ne versioned

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

Ne versioned

9-Oct-25

3:22

10,853

winsipolicy.p7b

Ne versioned

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

Ne versioned

9-Oct-25

3:22

20,022

errata.inf

Ne versioned

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

Ne versioned

9-Oct-25

3:22

589,760

hwexclude.txt

Ne versioned

9-Oct-25

3:22

51

migapp.xml

Ne versioned

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

Ne versioned

9-Oct-25

3:22

37,395

oscomps.xml

Ne versioned

9-Oct-25

3:22

435,175

oscomps.woa.xml

Ne versioned

9-Oct-25

3:22

249,101

osfilter.inf

Ne versioned

9-Oct-25

3:22

21,299

reagent.dll

10.0.17763.7560

9-Oct-25

3:22

932,360

setupplatform.cfg

Ne versioned

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

Ne versioned

9-Oct-25

3:22

1,824

SFLCID.dat

Ne versioned

9-Oct-25

3:22

1,644

SFLISTW7.dat

Ne versioned

9-Oct-25

3:22

1,703,408

SFLISTW8.dat

Ne versioned

9-Oct-25

3:22

2,608,968

SFLISTWB.dat

Ne versioned

9-Oct-25

3:22

3,173,014

SFLISTWT.dat

Ne versioned

9-Oct-25

3:22

4,935,478

sflistw8.woa.dat

Ne versioned

9-Oct-25

3:22

954,506

SFLISTRS1.dat

Ne versioned

9-Oct-25

3:22

5,593,518

sflistwb.woa.dat

Ne versioned

9-Oct-25

3:22

1,150,204

sflistwt.woa.dat

Ne versioned

9-Oct-25

3:22

2,636,890

SFPAT.inf

Ne versioned

9-Oct-25

3:22

11,365

SFPATW7.inf

Ne versioned

9-Oct-25

3:22

17,396

SFPATW8.inf

Ne versioned

9-Oct-25

3:22

79,818

SFPATWB.inf

Ne versioned

9-Oct-25

3:22

91,635

SFPATWT.inf

Ne versioned

9-Oct-25

3:22

165,729

SFPATRS1.inf

Ne versioned

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

Ne versioned

9-Oct-25

3:22

70,911

upgrade_comp.xml

Ne versioned

9-Oct-25

3:22

4,320

upgrade_bulk.xml

Ne versioned

9-Oct-25

3:22

191,927

upgrade_data.xml

Ne versioned

9-Oct-25

3:22

41,108

upgrade_frmwrk.xml

Ne versioned

9-Oct-25

3:22

17,284

upgWow_bulk.xml

Ne versioned

9-Oct-25

3:22

97,110

uninstall.xml

Ne versioned

9-Oct-25

3:22

3,286

uninstall_data.xml

Ne versioned

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

reactiv.admx

Ne versioned

9-Oct-25

3:22

1,240

reagent.xml

Ne versioned

9-Oct-25

3:22

837

SetupPlatform.cfg

Ne versioned

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

Ne versioned

9-Oct-25

3:22

58,882

srms62.dat

Ne versioned

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

Ne versioned

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

Nume fișier

Versiune de fișier

Dată

Oră

Dimensiune fișier

acpi.inf

Ne versioned

9-Oct-25

3:37

4,152

acpi.sys

10.0.17763.7560

9-Oct-25

3:37

793,080

pci.inf

Ne versioned

9-Oct-25

3:37

16,156

pci.sys

10.0.17763.7560

9-Oct-25

3:37

423,928

usb.inf

Ne versioned

9-Oct-25

3:37

41,932

usbccgp.sys

10.0.17763.7919

9-Oct-25

3:37

180,160

usbhub3.inf

Ne versioned

9-Oct-25

3:37

11,162

USBHUB3.SYS

10.0.17763.7919

9-Oct-25

3:37

600,512

usbport.inf

Ne versioned

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

Ne versioned

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

Ne versioned

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

Ne versioned

9-Oct-25

3:37

11,030

winsipolicy.p7b

Ne versioned

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

Ne versioned

9-Oct-25

3:37

229,162

ci.dll

10.0.17763.7919

9-Oct-25

3:37

885,520

driver.stl

Ne versioned

9-Oct-25

3:37

33,360

errata.inf

Ne versioned

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

Ne versioned

9-Oct-25

3:37

730,884

hwexclude.txt

Ne versioned

9-Oct-25

3:37

51

migapp.xml

Ne versioned

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

Ne versioned

9-Oct-25

3:37

37,395

oscomps.xml

Ne versioned

9-Oct-25

3:37

435,175

oscomps.woa.xml

Ne versioned

9-Oct-25

3:37

249,101

osfilter.inf

Ne versioned

9-Oct-25

3:37

21,299

reagent.dll

10.0.17763.7560

9-Oct-25

3:37

1,104,392

setupplatform.cfg

Ne versioned

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

Ne versioned

9-Oct-25

3:37

1,824

SFLCID.dat

Ne versioned

9-Oct-25

3:37

1,644

SFLISTW7.dat

Ne versioned

9-Oct-25

3:37

1,703,408

SFLISTW8.dat

Ne versioned

9-Oct-25

3:37

2,608,968

SFLISTWB.dat

Ne versioned

9-Oct-25

3:37

3,173,014

SFLISTWT.dat

Ne versioned

9-Oct-25

3:37

4,935,478

sflistw8.woa.dat

Ne versioned

9-Oct-25

3:37

954,506

SFLISTRS1.dat

Ne versioned

9-Oct-25

3:37

5,593,518

sflistwb.woa.dat

Ne versioned

9-Oct-25

3:37

1,150,204

sflistwt.woa.dat

Ne versioned

9-Oct-25

3:37

2,636,890

SFPAT.inf

Ne versioned

9-Oct-25

3:37

11,365

SFPATW7.inf

Ne versioned

9-Oct-25

3:37

17,396

SFPATW8.inf

Ne versioned

9-Oct-25

3:37

79,818

SFPATWB.inf

Ne versioned

9-Oct-25

3:37

91,635

SFPATWT.inf

Ne versioned

9-Oct-25

3:37

165,729

SFPATRS1.inf

Ne versioned

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

Ne versioned

9-Oct-25

3:37

70,911

upgrade_comp.xml

Ne versioned

9-Oct-25

3:37

4,320

upgrade_bulk.xml

Ne versioned

9-Oct-25

3:37

191,927

upgrade_data.xml

Ne versioned

9-Oct-25

3:37

41,108

upgrade_frmwrk.xml

Ne versioned

9-Oct-25

3:37

17,284

upgWow_bulk.xml

Ne versioned

9-Oct-25

3:37

97,110

uninstall.xml

Ne versioned

9-Oct-25

3:37

3,286

uninstall_data.xml

Ne versioned

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

reactiv.admx

Ne versioned

9-Oct-25

3:37

1,240

reagent.xml

Ne versioned

9-Oct-25

3:37

837

SetupPlatform.cfg

Ne versioned

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

Ne versioned

9-Oct-25

3:37

58,882

srms62.dat

Ne versioned

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

Ne versioned

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

Ne versioned

9-Oct-25

3:37

30,832

abortpxe.com

Ne versioned

9-Oct-25

3:37

79

bootmgr.exe

10.0.17763.7560

9-Oct-25

3:37

672,736

pxeboot.com

Ne versioned

9-Oct-25

3:37

25,358

pxeboot.n12

Ne versioned

9-Oct-25

3:37

25,358

hdlscom1.com

Ne versioned

9-Oct-25

3:37

25,662

hdlscom2.com

Ne versioned

9-Oct-25

3:37

25,662

hdlscom1.n12

Ne versioned

9-Oct-25

3:37

25,646

hdlscom2.n12

Ne versioned

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

Referințe

Descrierea terminologiei standard care este utilizată pentru a descrie actualizările de software Microsoft

Cuvinte interogare: safeos du

Aveți nevoie de ajutor suplimentar?

Doriți mai multe opțiuni?

Explorați avantajele abonamentului, navigați prin cursurile de instruire, aflați cum să vă securizați dispozitivul și multe altele.