Se aplică la
Windows 10 Home and Pro, version 21H2 Windows 10 Enterprise and Education, version 21H2 Windows 10 IoT Enterprise, version 21H2 Windows 10 Home and Pro, version 22H2 Windows 10 Enterprise Multi-Session, version 22H2 Windows 10 Enterprise and Education, version 22H2 Windows 10 IoT Enterprise, version 22H2

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 21H2 și Windows 10, versiunea 22H2.

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. Acesta va fi descărcat și instalat automat de actualizarea Mediului de recuperare Windows KB5068164.

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

Verificați instalarea acestei actualizări

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

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

10-Oct-25

2:03

4,144

acpi.sys

10.0.19041.6455

10-Oct-25

2:03

608,640

pci.inf

Ne versioned

10-Oct-25

2:03

16,932

pci.sys

10.0.19041.6455

10-Oct-25

2:03

355,712

usb.inf

Ne versioned

10-Oct-25

2:03

41,164

usbccgp.sys

10.0.19041.6455

10-Oct-25

2:03

139,136

usbhub3.inf

Ne versioned

10-Oct-25

2:03

11,154

USBHUB3.SYS

10.0.19041.6455

10-Oct-25

2:03

504,192

usbport.inf

Ne versioned

10-Oct-25

2:03

77,422

usbohci.sys

10.0.19041.6455

10-Oct-25

2:03

21,504

usbport.sys

10.0.19041.6455

10-Oct-25

2:03

382,352

usbhub.sys

10.0.19041.6455

10-Oct-25

2:03

384,896

usbehci.sys

10.0.19041.6455

10-Oct-25

2:03

73,600

usbuhci.sys

10.0.19041.6455

10-Oct-25

2:03

27,136

usbd.sys

10.0.19041.6455

10-Oct-25

2:03

26,512

winload.exe

10.0.19041.6455

10-Oct-25

2:03

1,302,608

winload.efi

10.0.19041.6455

10-Oct-25

2:03

1,458,640

bootmgfw.efi

10.0.19041.6455

10-Oct-25

2:03

1,337,264

bootmgfw_EX.efi

10.0.26100.30212

10-Oct-25

2:03

2,376,464

SecureBootRecovery.efi

Ne versioned

10-Oct-25

2:03

39,296

bootmgr.efi

10.0.19041.6455

10-Oct-25

2:03

1,321,872

bootmgr_EX.efi

10.0.26100.30212

10-Oct-25

2:03

2,363,264

boot.stl

Ne versioned

10-Oct-25

2:03

10,853

winsipolicy.p7b

Ne versioned

10-Oct-25

2:03

9,796

bootux.dll

10.0.19041.6455

10-Oct-25

2:03

3,938,304

winresume.exe

10.0.19041.6455

10-Oct-25

2:03

1,014,944

winresume.efi

10.0.19041.6455

10-Oct-25

2:03

1,152,856

BootMenuUX.dll

10.0.19041.6455

10-Oct-25

2:03

281,600

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

37,376

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

45,056

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

43.520

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

40,448

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

46,592

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

49,664

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

36,864

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

44,544

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

39,936

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

41,984

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

47,616

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

33,280

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

42,496

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

24,576

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

22,016

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

40,960

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

45,568

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

43,008

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

17,408

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:03

17,920

bootim.exe

10.0.19041.6455

10-Oct-25

2:03

21,504

ci.dll

10.0.19041.6455

10-Oct-25

2:03

745,976

driver.stl

Ne versioned

10-Oct-25

2:03

20,022

fltMgr.sys

10.0.19041.6455

10-Oct-25

2:03

303,488

hal.dll

10.0.19041.6455

10-Oct-25

2:03

403,840

halmacpi.dll

10.0.19041.6455

10-Oct-25

2:03

403,840

cmi2migxml.dll

10.0.19041.6455

10-Oct-25

2:03

147,328

csiagent.dll

10.0.19041.6455

10-Oct-25

2:03

535,952

diagER.dll

10.0.19041.6455

10-Oct-25

2:03

42,888

hwcompat.dll

10.0.19041.6455

10-Oct-25

2:03

160,136

hwcompat.txt

Ne versioned

10-Oct-25

2:03

601,293

hwexclude.txt

Ne versioned

10-Oct-25

2:03

51

migapp.xml

Ne versioned

10-Oct-25

2:03

654,548

migcore.dll

10.0.19041.6455

10-Oct-25

2:03

6,859,168

mighost.exe

10.0.19041.6455

10-Oct-25

2:03

249,728

migres.dll

10.0.19041.6455

10-Oct-25

2:03

17,280

migisol.dll

10.0.19041.6455

10-Oct-25

2:03

119,680

migstore.dll

10.0.19041.6455

10-Oct-25

2:03

995,728

migsys.dll

10.0.19041.6455

10-Oct-25

2:03

324,992

MXEAgent.dll

10.0.19041.6455

10-Oct-25

2:03

258,944

offline.xml

Ne versioned

10-Oct-25

2:03

38,899

oscomps.xml

Ne versioned

10-Oct-25

2:03

435,175

oscomps.woa.xml

Ne versioned

10-Oct-25

2:03

249,101

osfilter.inf

Ne versioned

10-Oct-25

2:03

21,299

pnppropmig.dll

10.0.19041.6455

10-Oct-25

2:03

63,360

reagent.dll

10.0.19041.6455

10-Oct-25

2:03

964,480

ReserveManager.dll

10.0.19041.6455

10-Oct-25

2:03

231,808

setupplatform.cfg

Ne versioned

10-Oct-25

2:03

6,303

setupplatform.dll

1.60.19041.6455

10-Oct-25

2:03

7,231,408

setupplatform.exe

1.60.19041.6455

10-Oct-25

2:03

152,960

SFCN.dat

Ne versioned

10-Oct-25

2:03

1,824

SFLCID.dat

Ne versioned

10-Oct-25

2:03

1,644

SFLISTW7.dat

Ne versioned

10-Oct-25

2:03

1,703,368

SFLISTW8.dat

Ne versioned

10-Oct-25

2:03

2,608,858

SFLISTWB.dat

Ne versioned

10-Oct-25

2:03

3,172,904

SFLISTWT.dat

Ne versioned

10-Oct-25

2:03

4,935,438

sflistw8.woa.dat

Ne versioned

10-Oct-25

2:03

954,436

SFLISTRS1.dat

Ne versioned

10-Oct-25

2:03

5,593,408

sflistwb.woa.dat

Ne versioned

10-Oct-25

2:03

1,150,134

sflistwt.woa.dat

Ne versioned

10-Oct-25

2:03

2,636,850

SFPAT.inf

Ne versioned

10-Oct-25

2:03

11,365

SFPATW7.inf

Ne versioned

10-Oct-25

2:03

17,396

SFPATW8.inf

Ne versioned

10-Oct-25

2:03

79,818

SFPATWB.inf

Ne versioned

10-Oct-25

2:03

91,635

SFPATWT.inf

Ne versioned

10-Oct-25

2:03

165,729

SFPATRS1.inf

Ne versioned

10-Oct-25

2:03

169,870

unbcl.dll

10.0.19041.6455

10-Oct-25

2:03

836,992

upgradeagent.dll

10.0.19041.6455

10-Oct-25

2:03

2,418,560

upgradeagent.xml

Ne versioned

10-Oct-25

2:03

70,907

upgrade_comp.xml

Ne versioned

10-Oct-25

2:03

4,320

upgrade_bulk.xml

Ne versioned

10-Oct-25

2:03

208,513

upgrade_data.xml

Ne versioned

10-Oct-25

2:03

41,108

upgrade_frmwrk.xml

Ne versioned

10-Oct-25

2:03

18,614

upgWow_bulk.xml

Ne versioned

10-Oct-25

2:03

114,569

uninstall.xml

Ne versioned

10-Oct-25

2:03

3,508

uninstall_data.xml

Ne versioned

10-Oct-25

2:03

11,122

wdsutil.dll

10.0.19041.6455

10-Oct-25

2:03

238,992

iertutil.dll

11.0.19041.6455

10-Oct-25

2:03

2,322,744

msIso.dll

11.0.19041.6455

10-Oct-25

2:03

266,752

edgeIso.dll

11.0.19041.6455

10-Oct-25

2:03

403,456

ClipSp.sys

10.0.19041.6455

10-Oct-25

2:03

888,704

netio.sys

10.0.19041.6455

10-Oct-25

2:03

418,688

ntdll.dll

10.0.19041.6455

10-Oct-25

2:03

1,682,352

ntfs.sys

10.0.19041.6455

10-Oct-25

2:03

2,364,816

ntoskrnl.exe

10.0.19041.6455

10-Oct-25

2:03

7,208,352

diagtrack.dll

10.0.10586.10008

10-Oct-25

2:03

919,736

diagtrackrunner.exe

10.0.10586.0

10-Oct-25

2:03

79,040

reactiv.admx

Ne versioned

10-Oct-25

2:03

1,240

reagent.xml

Ne versioned

10-Oct-25

2:03

837

SetupPlatform.cfg

Ne versioned

10-Oct-25

2:03

10,452

wdsclientapi.dll

10.0.19041.6455

10-Oct-25

2:03

251,224

wdscore.dll

10.0.19041.6455

10-Oct-25

2:03

202,640

wdscsl.dll

10.0.19041.6455

10-Oct-25

2:03

51,600

wdsimage.dll

10.0.19041.6455

10-Oct-25

2:03

752,984

wdstptc.dll

10.0.19041.6455

10-Oct-25

2:03

519,512

fvevol.sys

10.0.19041.6455

10-Oct-25

2:03

662,400

dumpfve.sys

10.0.19041.6455

10-Oct-25

2:03

78,128

fveapibase.dll

10.0.19041.6455

10-Oct-25

2:03

361,472

fveapi.dll

10.0.19041.6455

10-Oct-25

2:03

768,512

ResetEngine.dll

10.0.19041.6455

10-Oct-25

2:03

1,927,568

ResetEngine.exe

10.0.19041.6455

10-Oct-25

2:03

19,328

ResetPluginHost.exe

10.0.19041.6455

10-Oct-25

2:03

24,064

reseteng.dll

10.0.19041.6455

10-Oct-25

2:03

1,039,360

resetengmig.dll

10.0.19041.6455

10-Oct-25

2:03

64,512

ResetEngInterfaces.exe

10.0.19041.6455

10-Oct-25

2:03

8,192

srms.dat

Ne versioned

10-Oct-25

2:03

59,554

srms62.dat

Ne versioned

10-Oct-25

2:03

22,841

sysreset.exe

10.0.19041.6455

10-Oct-25

2:03

287,232

systemreset.exe

10.0.19041.6455

10-Oct-25

2:03

451,424

ResetEngOnline.dll

10.0.19041.6455

10-Oct-25

2:03

142,848

SysResetErr.exe

10.0.19041.6455

10-Oct-25

2:03

37,248

tcpip.sys

10.0.19041.6455

10-Oct-25

2:03

2,359,680

FWPKCLNT.SYS

10.0.19041.6455

10-Oct-25

2:03

353,152

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:03

170,496

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:03

171,520

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:03

172,544

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:03

173,568

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:03

169,984

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:03

171,008

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:03

172,032

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:03

169,472

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:03

173,056

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:03

165,888

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:03

165,376

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:03

174.592

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:03

163,840

win32u.dll

10.0.19041.6455

10-Oct-25

2:03

111,136

win32k.sys

10.0.19041.6455

10-Oct-25

2:03

330,240

win32kfull.sys

10.0.19041.6455

10-Oct-25

2:03

2,771,456

win32kbase.sys

10.0.19041.6455

10-Oct-25

2:03

2,156,032

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:03

19,968

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:03

22,528

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:03

21,504

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:03

23,040

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:03

20,480

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:03

20,992

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:03

19.456

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:03

22,016

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:03

17,408

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:03

16,896

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:03

15,360

WindowsCodecs.dll

10.0.19041.6455

10-Oct-25

2:03

1,517,040

winpeshl.exe

10.0.19041.6455

10-Oct-25

2:03

50,176

wpeutil.dll

10.0.19041.6455

10-Oct-25

2:03

103,424

wpeutil.exe

10.0.19041.6455

10-Oct-25

2:03

10,240

wpeinit.exe

10.0.19041.6455

10-Oct-25

2:03

27,136

startnet.cmd

Ne versioned

10-Oct-25

2:03

9

CloudRecApi.dll

10.0.19041.6455

10-Oct-25

2:03

42,496

CloudRecSvc.exe

1.0.0.1

10-Oct-25

2:03

115,200

ReInfo.dll

10.0.19041.6455

10-Oct-25

2:03

175,616

StartRep.exe

10.0.19041.6455

10-Oct-25

2:03

842,752

RecEnv.exe

10.0.19041.6455

10-Oct-25

2:03

434,048

BootRec.exe

10.0.19041.6455

10-Oct-25

2:03

323,072

Nume fișier

Versiune de fișier

Dată

Oră

Dimensiune fișier

acpi.inf

Ne versioned

10-Oct-25

2:10

4,152

acpi.sys

10.0.19041.6455

10-Oct-25

2:10

812,416

pci.inf

Ne versioned

10-Oct-25

2:10

16,940

pci.sys

10.0.19041.6455

10-Oct-25

2:10

473,472

usb.inf

Ne versioned

10-Oct-25

2:10

41,484

usbccgp.sys

10.0.19041.6455

10-Oct-25

2:10

191,872

usbhub3.inf

Ne versioned

10-Oct-25

2:10

11,162

USBHUB3.SYS

10.0.19041.6455

10-Oct-25

2:10

649,600

usbport.inf

Ne versioned

10-Oct-25

2:10

77,558

usbohci.sys

10.0.19041.6455

10-Oct-25

2:10

30,208

usbport.sys

10.0.19041.6455

10-Oct-25

2:10

474,496

usbhub.sys

10.0.19041.6455

10-Oct-25

2:10

527,248

usbehci.sys

10.0.19041.6455

10-Oct-25

2:10

87,424

usbuhci.sys

10.0.19041.6455

10-Oct-25

2:10

39,424

usbd.sys

10.0.19041.6455

10-Oct-25

2:10

34,176

skci.dll

10.0.19041.6455

10-Oct-25

2:10

314,744

iumbase.dll

10.0.19041.6455

10-Oct-25

2:10

26,944

iumdll.dll

10.0.19041.6455

10-Oct-25

2:10

16,648

vertdll.dll

10.0.19041.6455

10-Oct-25

2:10

173,168

ucrtbase_enclave.dll

10.0.19041.6455

10-Oct-25

2:10

502,072

securekernel.exe

10.0.19041.6455

10-Oct-25

2:10

923,520

VbsSiPolicy.p7b

Ne versioned

10-Oct-25

2:10

68,351

winload.exe

10.0.19041.6455

10-Oct-25

2:10

1,582,104

winload.efi

10.0.19041.6455

10-Oct-25

2:10

1,859,528

bootmgfw.efi

10.0.19041.6455

10-Oct-25

2:10

1,604,016

bootmgfw_EX.efi

10.0.26100.30212

10-Oct-25

2:10

2,830,632

SecureBootRecovery.efi

Ne versioned

10-Oct-25

2:10

162,688

bootmgr.efi

10.0.19041.6455

10-Oct-25

2:10

1,587,600

bootmgr_EX.efi

10.0.26100.30212

10-Oct-25

2:10

2,818,464

boot.stl

Ne versioned

10-Oct-25

2:10

11,030

winsipolicy.p7b

Ne versioned

10-Oct-25

2:10

9,796

bootux.dll

10.0.19041.6455

10-Oct-25

2:10

3,993,088

winresume.exe

10.0.19041.6455

10-Oct-25

2:10

1,231,416

winresume.efi

10.0.19041.6455

10-Oct-25

2:10

1,433,848

BootMenuUX.dll

10.0.19041.6455

10-Oct-25

2:10

359,424

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

37,376

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

45,056

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

43.520

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

40,448

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

46,592

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

49,664

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

36,864

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

44,544

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

39,936

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

41,984

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

47,616

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

33,280

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

42,496

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

24,576

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

22,016

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

40,960

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

45,568

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

43,008

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

17,408

bootux.dll.mui

10.0.19041.6455

10-Oct-25

2:10

17,920

bootim.exe

10.0.19041.6455

10-Oct-25

2:10

26,624

driversipolicy.p7b

Ne versioned

10-Oct-25

2:10

229,162

ci.dll

10.0.19041.6455

10-Oct-25

2:10

950,528

driver.stl

Ne versioned

10-Oct-25

2:10

33,360

fltMgr.sys

10.0.19041.6455

10-Oct-25

2:10

429,952

hal.dll

10.0.19041.6455

10-Oct-25

2:10

18,304

cmi2migxml.dll

10.0.19041.6455

10-Oct-25

2:10

192,384

csiagent.dll

10.0.19041.6455

10-Oct-25

2:10

725,904

diagER.dll

10.0.19041.6455

10-Oct-25

2:10

55,168

hwcompat.dll

10.0.19041.6455

10-Oct-25

2:10

209,792

hwcompat.txt

Ne versioned

10-Oct-25

2:10

753,071

hwexclude.txt

Ne versioned

10-Oct-25

2:10

51

migapp.xml

Ne versioned

10-Oct-25

2:10

654,548

migcore.dll

10.0.19041.6455

10-Oct-25

2:10

9,134,512

mighost.exe

10.0.19041.6455

10-Oct-25

2:10

260,480

migres.dll

10.0.19041.6455

10-Oct-25

2:10

17,280

migisol.dll

10.0.19041.6455

10-Oct-25

2:10

146,304

migstore.dll

10.0.19041.6455

10-Oct-25

2:10

1,323,920

migsys.dll

10.0.19041.6455

10-Oct-25

2:10

436,096

MXEAgent.dll

10.0.19041.6455

10-Oct-25

2:10

360,320

offline.xml

Ne versioned

10-Oct-25

2:10

38,899

oscomps.xml

Ne versioned

10-Oct-25

2:10

435,175

oscomps.woa.xml

Ne versioned

10-Oct-25

2:10

249,101

osfilter.inf

Ne versioned

10-Oct-25

2:10

21,299

pnppropmig.dll

10.0.19041.6455

10-Oct-25

2:10

80,256

reagent.dll

10.0.19041.6455

10-Oct-25

2:10

1,165,184

ReserveManager.dll

10.0.19041.6455

10-Oct-25

2:10

302,464

setupplatform.cfg

Ne versioned

10-Oct-25

2:10

6,303

setupplatform.dll

1.60.19041.6455

10-Oct-25

2:10

9,591,728

setupplatform.exe

1.60.19041.6455

10-Oct-25

2:10

170,880

SFCN.dat

Ne versioned

10-Oct-25

2:10

1,824

SFLCID.dat

Ne versioned

10-Oct-25

2:10

1,644

SFLISTW7.dat

Ne versioned

10-Oct-25

2:10

1,703,368

SFLISTW8.dat

Ne versioned

10-Oct-25

2:10

2,608,858

SFLISTWB.dat

Ne versioned

10-Oct-25

2:10

3,172,904

SFLISTWT.dat

Ne versioned

10-Oct-25

2:10

4,935,438

sflistw8.woa.dat

Ne versioned

10-Oct-25

2:10

954,436

SFLISTRS1.dat

Ne versioned

10-Oct-25

2:10

5,593,408

sflistwb.woa.dat

Ne versioned

10-Oct-25

2:10

1,150,134

sflistwt.woa.dat

Ne versioned

10-Oct-25

2:10

2,636,850

SFPAT.inf

Ne versioned

10-Oct-25

2:10

11,365

SFPATW7.inf

Ne versioned

10-Oct-25

2:10

17,396

SFPATW8.inf

Ne versioned

10-Oct-25

2:10

79,818

SFPATWB.inf

Ne versioned

10-Oct-25

2:10

91,635

SFPATWT.inf

Ne versioned

10-Oct-25

2:10

165,729

SFPATRS1.inf

Ne versioned

10-Oct-25

2:10

169,870

unbcl.dll

10.0.19041.6455

10-Oct-25

2:10

1,099,136

upgradeagent.dll

10.0.19041.6455

10-Oct-25

2:10

3,178,368

upgradeagent.xml

Ne versioned

10-Oct-25

2:10

70,907

upgrade_comp.xml

Ne versioned

10-Oct-25

2:10

4,320

upgrade_bulk.xml

Ne versioned

10-Oct-25

2:10

208,513

upgrade_data.xml

Ne versioned

10-Oct-25

2:10

41,108

upgrade_frmwrk.xml

Ne versioned

10-Oct-25

2:10

18,614

upgWow_bulk.xml

Ne versioned

10-Oct-25

2:10

114,569

uninstall.xml

Ne versioned

10-Oct-25

2:10

3,508

uninstall_data.xml

Ne versioned

10-Oct-25

2:10

11,122

wdsutil.dll

10.0.19041.6455

10-Oct-25

2:10

306,560

iertutil.dll

11.0.19041.6455

10-Oct-25

2:10

2,872,848

msIso.dll

11.0.19041.6455

10-Oct-25

2:10

334,848

edgeIso.dll

11.0.19041.6455

10-Oct-25

2:10

448,000

ClipSp.sys

10.0.19041.6455

10-Oct-25

2:10

1,108,864

netio.sys

10.0.19041.6455

10-Oct-25

2:10

613,760

ntdll.dll

10.0.19041.6455

10-Oct-25

2:10

2,029,504

ntfs.sys

10.0.19041.6455

10-Oct-25

2:10

2,846,592

ntoskrnl.exe

10.0.19041.6455

10-Oct-25

2:10

10,859,424

diagtrack.dll

10.0.10586.10008

10-Oct-25

2:10

1,362,104

diagtrackrunner.exe

10.0.10586.0

10-Oct-25

2:10

88,256

reactiv.admx

Ne versioned

10-Oct-25

2:10

1,240

reagent.xml

Ne versioned

10-Oct-25

2:10

837

SetupPlatform.cfg

Ne versioned

10-Oct-25

2:10

10,452

wdsclientapi.dll

10.0.19041.6455

10-Oct-25

2:10

310,616

wdscore.dll

10.0.19041.6455

10-Oct-25

2:10

263,568

wdscsl.dll

10.0.19041.6455

10-Oct-25

2:10

63,368

wdsimage.dll

10.0.19041.6455

10-Oct-25

2:10

953,704

wdstptc.dll

10.0.19041.6455

10-Oct-25

2:10

657,240

fvevol.sys

10.0.19041.6455

10-Oct-25

2:10

813,440

dumpfve.sys

10.0.19041.6455

10-Oct-25

2:10

94,712

fveapibase.dll

10.0.19041.6455

10-Oct-25

2:10

431,616

fveapi.dll

10.0.19041.6455

10-Oct-25

2:10

991,744

ResetEngine.dll

10.0.19041.6455

10-Oct-25

2:10

2,433,920

ResetEngine.exe

10.0.19041.6455

10-Oct-25

2:10

21,384

ResetPluginHost.exe

10.0.19041.6455

10-Oct-25

2:10

31,232

reseteng.dll

10.0.19041.6455

10-Oct-25

2:10

1,269,248

resetengmig.dll

10.0.19041.6455

10-Oct-25

2:10

82,432

ResetEngInterfaces.exe

10.0.19041.6455

10-Oct-25

2:10

10,240

srms.dat

Ne versioned

10-Oct-25

2:10

59,554

srms62.dat

Ne versioned

10-Oct-25

2:10

22,841

sysreset.exe

10.0.19041.6455

10-Oct-25

2:10

342,016

systemreset.exe

10.0.19041.6455

10-Oct-25

2:10

522,192

ResetEngOnline.dll

10.0.19041.6455

10-Oct-25

2:10

192,512

SysResetErr.exe

10.0.19041.6455

10-Oct-25

2:10

43,904

tcpip.sys

10.0.19041.6455

10-Oct-25

2:10

2,993,536

FWPKCLNT.SYS

10.0.19041.6455

10-Oct-25

2:10

503,696

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:10

170,496

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:10

171,520

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:10

172,544

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:10

173,568

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:10

169,984

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:10

171,008

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:10

172,032

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:10

169,472

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:10

173,056

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:10

165,888

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:10

165,376

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:10

174.592

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

2:10

163,840

win32u.dll

10.0.19041.6455

10-Oct-25

2:10

133,848

win32k.sys

10.0.19041.6455

10-Oct-25

2:10

598,528

win32kfull.sys

10.0.19041.6455

10-Oct-25

2:10

3,809,792

win32kbase.sys

10.0.19041.6455

10-Oct-25

2:10

2,911,744

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:10

19,968

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:10

22,528

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:10

21,504

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:10

23,040

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:10

20,480

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:10

20,992

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:10

19.456

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:10

22,016

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:10

17,408

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:10

16,896

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

2:10

15,360

WindowsCodecs.dll

10.0.19041.6455

10-Oct-25

2:10

1,794,864

winpeshl.exe

10.0.19041.6455

10-Oct-25

2:10

67,584

wpeutil.dll

10.0.19041.6455

10-Oct-25

2:10

127,488

wpeutil.exe

10.0.19041.6455

10-Oct-25

2:10

12,288

wpeinit.exe

10.0.19041.6455

10-Oct-25

2:10

33,792

startnet.cmd

Ne versioned

10-Oct-25

2:10

9

CloudRecApi.dll

10.0.19041.6455

10-Oct-25

2:10

52,736

CloudRecSvc.exe

1.0.0.1

10-Oct-25

2:10

147,968

ReAgent.dll

10.0.19041.6455

10-Oct-25

2:10

1,165,200

ReInfo.dll

10.0.19041.6455

10-Oct-25

2:10

225,280

StartRep.exe

10.0.19041.6455

10-Oct-25

2:10

1,004,544

RecEnv.exe

10.0.19041.6455

10-Oct-25

2:10

534,912

BootRec.exe

10.0.19041.6455

10-Oct-25

2:10

398,336

iertutil.dll

11.0.19041.6455

10-Oct-25

2:10

2,322,744

msIso.dll

11.0.19041.6455

10-Oct-25

2:10

266,752

edgeIso.dll

11.0.19041.6455

10-Oct-25

2:10

403,456

ntdll.dll

10.0.19041.6455

10-Oct-25

2:10

1,700,440

fveapibase.dll

10.0.19041.6455

10-Oct-25

2:10

361,472

fveapi.dll

10.0.19041.6455

10-Oct-25

2:10

768,512

win32u.dll

10.0.19041.6455

10-Oct-25

2:10

94,056

win32k.sys

10.0.19041.6455

10-Oct-25

2:10

330,240

win32kfull.sys

10.0.19041.6455

10-Oct-25

2:10

2,771,456

WindowsCodecs.dll

10.0.19041.6455

10-Oct-25

2:10

1,517,040

ReAgent.dll

10.0.19041.6455

10-Oct-25

2:10

964,480

ReInfo.dll

10.0.19041.6455

10-Oct-25

2:10

175,616

Nume fișier

Versiune de fișier

Dată

Oră

Dimensiune fișier

acpi.inf

Ne versioned

10-Oct-25

14:09

4,152

acpi.sys

10.0.19041.6455

10-Oct-25

14:09

758,144

pci.inf

Ne versioned

10-Oct-25

14:09

16,940

pci.sys

10.0.19041.6455

10-Oct-25

14:09

393,104

usb.inf

Ne versioned

10-Oct-25

14:09

41,484

usbccgp.sys

10.0.19041.6455

10-Oct-25

14:09

162,688

usbhub3.inf

Ne versioned

10-Oct-25

14:09

11,162

USBHUB3.SYS

10.0.19041.6455

10-Oct-25

14:09

617,872

usbport.inf

Ne versioned

10-Oct-25

14:09

31,784

usbehci.sys

10.0.19041.6455

10-Oct-25

14:09

91,520

usbport.sys

10.0.19041.6455

10-Oct-25

14:09

429,456

usbhub.sys

10.0.19041.6455

10-Oct-25

14:09

425,360

usbd.sys

10.0.19041.6455

10-Oct-25

14:09

32,128

skci.dll

10.0.19041.6455

10-Oct-25

14:09

223,792

iumbase.dll

10.0.19041.6455

10-Oct-25

14:09

26,432

iumdll.dll

10.0.19041.6455

10-Oct-25

14:09

16,120

securekernel.exe

10.0.19041.6455

10-Oct-25

14:09

656,768

VbsSiPolicy.p7b

Ne versioned

10-Oct-25

14:09

68,351

winload.efi

10.0.19041.6455

10-Oct-25

14:09

1,831,064

bootmgfw.efi

10.0.19041.6455

10-Oct-25

14:09

1,578,400

bootmgfw_EX.efi

10.0.26100.30212

10-Oct-25

14:09

2,678,048

SecureBootRecovery.efi

Ne versioned

10-Oct-25

14:09

170,904

bootmgr.efi

10.0.19041.6455

10-Oct-25

14:09

1,559,440

bootmgr_EX.efi

10.0.26100.30212

10-Oct-25

14:09

2,661,776

boot.stl

Ne versioned

10-Oct-25

14:09

10,853

winsipolicy.p7b

Ne versioned

10-Oct-25

14:09

9,796

bootux.dll

10.0.19041.6455

10-Oct-25

14:09

4,006,912

winresume.efi

10.0.19041.6455

10-Oct-25

14:09

1,402,328

BootMenuUX.dll

10.0.19041.6455

10-Oct-25

14:09

372,224

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

37,376

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

45,056

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

43.520

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

40,448

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

46,592

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

49,664

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

36,864

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

44,544

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

39,936

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

41,984

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

47,616

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

33,280

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

42,496

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

24,576

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

22,016

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

40,960

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

45,568

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

43,008

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

17,408

bootux.dll.mui

10.0.19041.6455

10-Oct-25

14:09

17,920

bootim.exe

10.0.19041.6455

10-Oct-25

14:09

26,624

driversipolicy.p7b

Ne versioned

10-Oct-25

14:09

229,162

ci.dll

10.0.19041.6455

10-Oct-25

14:09

815,232

driver.stl

Ne versioned

10-Oct-25

14:09

15,113

fltMgr.sys

10.0.19041.6455

10-Oct-25

14:09

405,888

hal.dll

10.0.19041.6455

10-Oct-25

14:09

17,296

cmi2migxml.dll

10.0.19041.6455

10-Oct-25

14:09

205,200

csiagent.dll

10.0.19041.6455

10-Oct-25

14:09

765,824

diagER.dll

10.0.19041.6455

10-Oct-25

14:09

55,184

hwcompat.dll

10.0.19041.6455

10-Oct-25

14:09

224,128

hwcompat.txt

Ne versioned

10-Oct-25

14:09

199,193

hwexclude.txt

Ne versioned

10-Oct-25

14:09

51

migapp.xml

Ne versioned

10-Oct-25

14:09

654,548

migcore.dll

10.0.19041.6455

10-Oct-25

14:09

9,860,000

mighost.exe

10.0.19041.6455

10-Oct-25

14:09

262,528

migres.dll

10.0.19041.6455

10-Oct-25

14:09

17,280

migisol.dll

10.0.19041.6455

10-Oct-25

14:09

141,184

migstore.dll

10.0.19041.6455

10-Oct-25

14:09

1,398,656

migsys.dll

10.0.19041.6455

10-Oct-25

14:09

466,304

MXEAgent.dll

10.0.19041.6455

10-Oct-25

14:09

380,288

offline.xml

Ne versioned

10-Oct-25

14:09

38,899

oscomps.xml

Ne versioned

10-Oct-25

14:09

435,175

oscomps.woa.xml

Ne versioned

10-Oct-25

14:09

249,101

osfilter.inf

Ne versioned

10-Oct-25

14:09

21,299

pnppropmig.dll

10.0.19041.6455

10-Oct-25

14:09

82,832

reagent.dll

10.0.19041.6455

10-Oct-25

14:09

1,190,784

ReserveManager.dll

10.0.19041.6455

10-Oct-25

14:09

300,928

setupplatform.cfg

Ne versioned

10-Oct-25

14:09

6,303

setupplatform.dll

1.60.19041.6455

10-Oct-25

14:09

10,372,000

setupplatform.exe

1.60.19041.6455

10-Oct-25

14:09

174,992

SFCN.dat

Ne versioned

10-Oct-25

14:09

1,824

SFLCID.dat

Ne versioned

10-Oct-25

14:09

1,644

SFLISTW7.dat

Ne versioned

10-Oct-25

14:09

1,703,368

SFLISTW8.dat

Ne versioned

10-Oct-25

14:09

2,608,858

SFLISTWB.dat

Ne versioned

10-Oct-25

14:09

3,172,904

SFLISTWT.dat

Ne versioned

10-Oct-25

14:09

4,935,438

sflistw8.woa.dat

Ne versioned

10-Oct-25

14:09

954,436

SFLISTRS1.dat

Ne versioned

10-Oct-25

14:09

5,593,408

sflistwb.woa.dat

Ne versioned

10-Oct-25

14:09

1,150,134

sflistwt.woa.dat

Ne versioned

10-Oct-25

14:09

2,636,850

SFPAT.inf

Ne versioned

10-Oct-25

14:09

11,365

SFPATW7.inf

Ne versioned

10-Oct-25

14:09

17,396

SFPATW8.inf

Ne versioned

10-Oct-25

14:09

79,818

SFPATWB.inf

Ne versioned

10-Oct-25

14:09

91,635

SFPATWT.inf

Ne versioned

10-Oct-25

14:09

165,729

SFPATRS1.inf

Ne versioned

10-Oct-25

14:09

169,870

unbcl.dll

10.0.19041.6455

10-Oct-25

14:09

1,151,360

upgradeagent.dll

10.0.19041.6455

10-Oct-25

14:09

3,356,032

upgradeagent.xml

Ne versioned

10-Oct-25

14:09

70,907

upgrade_comp.xml

Ne versioned

10-Oct-25

14:09

4,320

upgrade_bulk.xml

Ne versioned

10-Oct-25

14:09

208,513

upgrade_data.xml

Ne versioned

10-Oct-25

14:09

41,108

upgrade_frmwrk.xml

Ne versioned

10-Oct-25

14:09

18,614

upgWow_bulk.xml

Ne versioned

10-Oct-25

14:09

114,569

upgWowA32_bulk.xml

Ne versioned

10-Oct-25

14:09

114,473

uninstall.xml

Ne versioned

10-Oct-25

14:09

3,508

uninstall_data.xml

Ne versioned

10-Oct-25

14:09

11,122

wdsutil.dll

10.0.19041.6455

10-Oct-25

14:09

323,472

iertutil.dll

11.0.19041.6455

10-Oct-25

14:09

2,922,904

msIso.dll

11.0.19041.6455

10-Oct-25

14:09

366,080

edgeIso.dll

11.0.19041.6455

10-Oct-25

14:09

545,792

ClipSp.sys

10.0.19041.6455

10-Oct-25

14:09

993,152

netio.sys

10.0.19041.6455

10-Oct-25

14:09

544,128

ntdll.dll

10.0.19041.6455

10-Oct-25

14:09

1,967,496

ntfs.sys

10.0.19041.6455

10-Oct-25

14:09

2,812,800

ntoskrnl.exe

10.0.19041.6455

10-Oct-25

14:09

9,928,112

diagtrack.dll

10.0.10586.0

10-Oct-25

14:09

1,561,952

diagtrackrunner.exe

10.0.10586.0

10-Oct-25

14:09

90,304

reactiv.admx

Ne versioned

10-Oct-25

14:09

1,240

reagent.xml

Ne versioned

10-Oct-25

14:09

837

SetupPlatform.cfg

Ne versioned

10-Oct-25

14:09

10,452

wdsclientapi.dll

10.0.19041.6455

10-Oct-25

14:09

312,664

wdscore.dll

10.0.19041.6455

10-Oct-25

14:09

268,176

wdscsl.dll

10.0.19041.6455

10-Oct-25

14:09

65,424

wdsimage.dll

10.0.19041.6455

10-Oct-25

14:09

968,552

wdstptc.dll

10.0.19041.6455

10-Oct-25

14:09

654,680

fvevol.sys

10.0.19041.6455

10-Oct-25

14:09

763,280

dumpfve.sys

10.0.19041.6455

10-Oct-25

14:09

75,624

fveapibase.dll

10.0.19041.6455

10-Oct-25

14:09

439,296

fveapi.dll

10.0.19041.6455

10-Oct-25

14:09

991,232

ResetEngine.dll

10.0.19041.6455

10-Oct-25

14:09

2,631,552

ResetEngine.exe

10.0.19041.6455

10-Oct-25

14:09

21,376

ResetPluginHost.exe

10.0.19041.6455

10-Oct-25

14:09

32,256

reseteng.dll

10.0.19041.6455

10-Oct-25

14:09

1,283,072

resetengmig.dll

10.0.19041.6455

10-Oct-25

14:09

86,016

ResetEngInterfaces.exe

10.0.19041.6455

10-Oct-25

14:09

9,728

srms.dat

Ne versioned

10-Oct-25

14:09

59,554

srms62.dat

Ne versioned

10-Oct-25

14:09

22,841

sysreset.exe

10.0.19041.6455

10-Oct-25

14:09

351,232

systemreset.exe

10.0.19041.6455

10-Oct-25

14:09

542,840

ResetEngOnline.dll

10.0.19041.6455

10-Oct-25

14:09

205,312

SysResetErr.exe

10.0.19041.6455

10-Oct-25

14:09

45,952

tcpip.sys

10.0.19041.6455

10-Oct-25

14:09

2,797,440

FWPKCLNT.SYS

10.0.19041.6455

10-Oct-25

14:09

503,168

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

14:09

170,496

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

14:09

171,520

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

14:09

172,544

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

14:09

173,568

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

14:09

169,984

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

14:09

171,008

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

14:09

172,032

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

14:09

169,472

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

14:09

173,056

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

14:09

165,888

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

14:09

165,376

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

14:09

174.592

tcpip.sys.mui

10.0.19041.6455

10-Oct-25

14:09

163,840

win32u.dll

10.0.19041.6455

10-Oct-25

14:09

111,648

win32k.sys

10.0.19041.6455

10-Oct-25

14:09

487,936

win32kfull.sys

10.0.19041.6455

10-Oct-25

14:09

3,702,272

win32kbase.sys

10.0.19041.6455

10-Oct-25

14:09

2,827,264

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

14:09

19,968

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

14:09

22,528

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

14:09

21,504

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

14:09

23,040

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

14:09

20,480

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

14:09

20,992

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

14:09

19.456

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

14:09

22,016

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

14:09

17,408

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

14:09

16,896

win32kbase.sys.mui

10.0.19041.6455

10-Oct-25

14:09

15,360

WindowsCodecs.dll

10.0.19041.6455

10-Oct-25

14:09

1,770,656

winpeshl.exe

10.0.19041.6455

10-Oct-25

14:09

68,096

wpeutil.dll

10.0.19041.6455

10-Oct-25

14:09

131,072

wpeutil.exe

10.0.19041.6455

10-Oct-25

14:09

12.800

wpeinit.exe

10.0.19041.6455

10-Oct-25

14:09

34,816

startnet.cmd

Ne versioned

10-Oct-25

14:09

9

CloudRecApi.dll

10.0.19041.6455

10-Oct-25

14:09

56,320

CloudRecSvc.exe

1.0.0.1

10-Oct-25

14:09

156,672

ReAgent.dll

10.0.19041.6455

10-Oct-25

14:09

1,190,800

ReInfo.dll

10.0.19041.6455

10-Oct-25

14:09

231,936

StartRep.exe

10.0.19041.6455

10-Oct-25

14:09

1,018,368

RecEnv.exe

10.0.19041.6455

10-Oct-25

14:09

541,056

BootRec.exe

10.0.19041.6455

10-Oct-25

14:09

407,552

iertutil.dll

11.0.19041.6455

10-Oct-25

14:09

2,236,864

msIso.dll

11.0.19041.6455

10-Oct-25

14:09

274,432

edgeIso.dll

11.0.19041.6455

10-Oct-25

14:09

368,640

ntdll.dll

10.0.19041.6455

10-Oct-25

14:09

1,567,472

fveapibase.dll

10.0.19041.6455

10-Oct-25

14:09

335,872

fveapi.dll

10.0.19041.6455

10-Oct-25

14:09

671,744

win32u.dll

10.0.19041.6455

10-Oct-25

14:09

141,936

win32k.sys

10.0.19041.6455

10-Oct-25

14:09

454,656

win32kfull.sys

10.0.19041.6455

10-Oct-25

14:09

2,424,832

WindowsCodecs.dll

10.0.19041.6455

10-Oct-25

14:09

1,257,592

ReAgent.dll

10.0.19041.6455

10-Oct-25

14:09

931,232

ReInfo.dll

10.0.19041.6455

10-Oct-25

14:09

192,512

ntdll.dll

10.0.19041.6455

10-Oct-25

14:09

2,161,200

msvcrt.dll

7.0.19041.6455

10-Oct-25

14:09

1,092,064

ucrtbase.dll

10.0.19041.6455

10-Oct-25

14:09

1,771,264

d2d1.dll

10.0.19041.6455

10-Oct-25

14:09

6,636,712

d3d9on12.dll

10.0.19041.6455

10-Oct-25

14:09

931,328

d3d10warp.dll

10.0.19041.6455

10-Oct-25

14:09

8,438,504

d3d11.dll

10.0.19041.6455

10-Oct-25

14:09

3,480,784

d3d11on12.dll

10.0.19041.6455

10-Oct-25

14:09

782,888

d3d12.dll

10.0.19041.6455

10-Oct-25

14:09

175,408

DWrite.dll

10.0.19041.6455

10-Oct-25

14:09

2,797,056

dxilconv.dll

10.0.19041.6455

10-Oct-25

14:09

1,392,304

gdi32.dll

10.0.19041.6455

10-Oct-25

14:09

289,240

iertutil.dll

11.0.19041.6455

10-Oct-25

14:09

2,687,208

jscript9.dll

11.0.19041.6455

10-Oct-25

14:09

6,040,064

msftedit.dll

10.0.19041.6455

10-Oct-25

14:09

3,752,448

mshtml.dll

11.0.19041.6455

10-Oct-25

14:09

25,889,792

msIso.dll

11.0.19041.6455

10-Oct-25

14:09

480,256

opengl32.dll

10.0.19041.6455

10-Oct-25

14:09

1,353,728

urlmon.dll

11.0.19041.6455

10-Oct-25

14:09

2,241,024

windows.storage.dll

10.0.19041.6455

10-Oct-25

14:09

11,281,360

WindowsCodecs.dll

10.0.19041.6455

10-Oct-25

14:09

1,998,632

wininet.dll

11.0.19041.6455

10-Oct-25

14:09

5,306,368

iertutil.dll

11.0.19041.6455

10-Oct-25

14:09

2,322,744

msIso.dll

11.0.19041.6455

10-Oct-25

14:09

266,752

edgeIso.dll

11.0.19041.6455

10-Oct-25

14:09

403,456

ntdll.dll

10.0.19041.6455

10-Oct-25

14:09

1,700,440

fveapibase.dll

10.0.19041.6455

10-Oct-25

14:09

361,472

fveapi.dll

10.0.19041.6455

10-Oct-25

14:09

768,512

win32u.dll

10.0.19041.6455

10-Oct-25

14:09

94,056

win32k.sys

10.0.19041.6455

10-Oct-25

14:09

330,240

win32kfull.sys

10.0.19041.6455

10-Oct-25

14:09

2,771,456

WindowsCodecs.dll

10.0.19041.6455

10-Oct-25

14:09

1,517,040

ReAgent.dll

10.0.19041.6455

10-Oct-25

14:09

964,480

ReInfo.dll

10.0.19041.6455

10-Oct-25

14:09

175,616

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.