Taikoma
Windows 10 Enterprise LTSC 2021 Windows 10 ESU

„Windows“ saugiosios įkrovos sertifikato galiojimo laikas 

Svarbu: Saugiosios įkrovos sertifikatai, kuriuos naudoja dauguma „Windows“ įrenginių, nustos galioti nuo 2026 m. birželio mėn. Tai gali turėti įtakos tam tikrų asmeninių ir verslo įrenginių galimybėms saugiai įkrauti, jei laiku neatnaujinama. Kad išvengtumėte trikčių, rekomenduojame peržiūrėti rekomendacijas ir imtis veiksmų, kad sertifikatai būtų atnaujinti iš anksto. Išsamios informacijos ir paruošimo veiksmus žr. „Windows“ saugiosios įkrovos sertifikato galiojimo laikas ir CA naujinimai.

Suvestinė

Šis naujinimas pagerina "Windows" atkūrimo aplinką (WinRE).

Kaip gauti šį naujinimą

Diegti šį naujinimą

Norėdami įdiegti šį naujinimą, naudokite vieną iš šių leidimo kanalų.

Pasiekiamas

Kitas veiksmas

Pasiekiamas

Šį naujinimą galima atsisiųsti naudojant „Windows Update“. Jis bus atsisiųstas ir įdiegtas automatiškai.

Būtinosios sąlygos

Nėra jokių būtinųjų sąlygų, taikomų šiam naujinimui.

Paleidimo iš naujo informacija

Pritaikius šį naujinimą nereikia iš naujo paleisti įrenginio.

Šalinimo informacija

Šio naujinimo negalima pašalinti, kai jis pritaikytas "Windows" vaizdui.

Informacija apie naujinimo keitimą

Šis naujinimas pakeičia anksčiau išleistą naujinimo KB5067017.

Patikrinkite, ar įdiegtas šis naujinimas

Įdiegus šį naujinimą, įrenginyje įdiegta "WinRE" versija turėtų būti 10.0.19041.6566.

Norėdami įdiegti „WinRE“ versiją, vykdykite šį „PowerShell“ scenarijų „GetWinReVersion.ps1“ su administratoriaus kredencialais. Paleidę scenarijų, turėtumėte gauti įdiegtą „WinRE“ versiją, kaip šiame pavyzdyje:

GetWinReVersion.ps1 „PowerShell“ scenarijus

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

#

# 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

Failo informacija

Šio programinės įrangos naujinimo anglų kalbos (Jungtinės Valstijos) versijoje įdiegiami failai, turintys šiuos atributus. Šiame naujinime gali būti failų, skirtų papildomoms kalboms.

Failo vardas

Failo versija

Data

Laikas

Failo dydis

acpi.inf

Ne versija

25-Spl-23

18:21

4,144

acpi.sys

10.0.19041.6566

25-Spl-23

18:21

608,640

pci.inf

Ne versija

25-Spl-23

18:21

16,932

pci.sys

10.0.19041.6566

25-Spl-23

18:21

355,712

usb.inf

Ne versija

25-Spl-23

18:21

41,164

usbccgp.sys

10.0.19041.6566

25-Spl-23

18:21

139,176

usbhub3.inf

Ne versija

25-Spl-23

18:21

11,154

USBHUB3.SYS

10.0.19041.6566

25-Spl-23

18:21

504,224

usbport.inf

Ne versija

25-Spl-23

18:21

77,422

usbohci.sys

10.0.19041.6566

25-Spl-23

18:21

21,504

usbport.sys

10.0.19041.6566

25-Spl-23

18:21

382,336

usbhub.sys

10.0.19041.6566

25-Spl-23

18:21

384,920

usbehci.sys

10.0.19041.6566

25-Spl-23

18:21

73,632

usbuhci.sys

10.0.19041.6566

25-Spl-23

18:21

27,136

usbd.sys

10.0.19041.6566

25-Spl-23

18:21

26,496

winload.exe

10.0.19041.6566

25-Spl-23

18:21

1,302,608

winload.efi

10.0.19041.6566

25-Spl-23

18:21

1,458,664

bootmgfw.efi

10.0.19041.6566

25-Spl-23

18:21

1,337,248

bootmgfw_EX.efi

10.0.26100.30212

25-Spl-23

18:21

2,376,464

SecureBootRecovery.efi

Ne versija

25-Spl-23

18:21

39,296

bootmgr.efi

10.0.19041.6566

25-Spl-23

18:21

1,321,856

bootmgr_EX.efi

10.0.26100.30212

25-Spl-23

18:21

2,363,264

boot.stl

Ne versija

25-Spl-23

18:21

10,853

winsipolicy.p7b

Ne versija

25-Spl-23

18:21

9,796

bootux.dll

10.0.19041.6566

25-Spl-23

18:21

3,938,304

winresume.exe

10.0.19041.6566

25-Spl-23

18:21

1,014,968

winresume.efi

10.0.19041.6566

25-Spl-23

18:21

1,152,864

BootMenuUX.dll

10.0.19041.6566

25-Spl-23

18:21

281,600

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

37,376

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

45,056

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

43 520

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

40,448

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

46,592

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

49,664

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

36,864

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

44,544

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

39,936

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

41,984

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

47,616

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

33,280

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

42,496

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

24,576

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

22,016

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

40,960

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

45,568

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

43,008

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

17,408

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:21

17,920

bootim.exe

10.0.19041.6566

25-Spl-23

18:21

21,504

ci.dll

10.0.19041.6566

25-Spl-23

18:21

745,960

driver.stl

Ne versija

25-Spl-23

18:21

20,022

fltMgr.sys

10.0.19041.6566

25-Spl-23

18:21

303,520

hal.dll

10.0.19041.6566

25-Spl-23

18:21

403,880

halmacpi.dll

10.0.19041.6566

25-Spl-23

18:21

403,880

cmi2migxml.dll

10.0.19041.6566

25-Spl-23

18:21

147,344

csiagent.dll

10.0.19041.6566

25-Spl-23

18:21

535,976

diagER.dll

10.0.19041.6566

25-Spl-23

18:21

42,912

hwcompat.dll

10.0.19041.6566

25-Spl-23

18:21

160,144

hwcompat.txt

Ne versija

25-Spl-23

18:21

601,293

hwexclude.txt

Ne versija

25-Spl-23

18:21

51

migapp.xml

Ne versija

25-Spl-23

18:21

654,548

migcore.dll

10.0.19041.6566

25-Spl-23

18:21

6,859,168

mighost.exe

10.0.19041.6566

25-Spl-23

18:21

249,768

migres.dll

10.0.19041.6566

25-Spl-23

18:21

17,296

migisol.dll

10.0.19041.6566

25-Spl-23

18:21

119,680

migstore.dll

10.0.19041.6566

25-Spl-23

18:21

995,728

migsys.dll

10.0.19041.6566

25-Spl-23

18:21

324,992

MXEAgent.dll

10.0.19041.6566

25-Spl-23

18:21

258,944

offline.xml

Ne versija

25-Spl-23

18:21

38,899

oscomps.xml

Ne versija

25-Spl-23

18:21

435,175

oscomps.woa.xml

Ne versija

25-Spl-23

18:21

249,101

osfilter.inf

Ne versija

25-Spl-23

18:21

21,299

pnppropmig.dll

10.0.19041.6566

25-Spl-23

18:21

63,392

reagent.dll

10.0.19041.6566

25-Spl-23

18:21

964,480

ReserveManager.dll

10.0.19041.6566

25-Spl-23

18:21

231,840

setupplatform.cfg

Ne versija

25-Spl-23

18:21

6,303

setupplatform.dll

1.60.19041.6566

25-Spl-23

18:21

7,230,904

setupplatform.exe

1.60.19041.6566

25-Spl-23

18:21

152,960

SFCN.dat

Ne versija

25-Spl-23

18:21

1,824

SFLCID.dat

Ne versija

25-Spl-23

18:21

1,644

SFLISTW7.dat

Ne versija

25-Spl-23

18:21

1,703,368

SFLISTW8.dat

Ne versija

25-Spl-23

18:21

2,608,858

SFLISTWB.dat

Ne versija

25-Spl-23

18:21

3,172,904

SFLISTWT.dat

Ne versija

25-Spl-23

18:21

4,935,438

sflistw8.woa.dat

Ne versija

25-Spl-23

18:21

954,436

SFLISTRS1.dat

Ne versija

25-Spl-23

18:21

5,593,408

sflistwb.woa.dat

Ne versija

25-Spl-23

18:21

1,150,134

sflistwt.woa.dat

Ne versija

25-Spl-23

18:21

2,636,850

SFPAT.inf

Ne versija

25-Spl-23

18:21

11,365

SFPATW7.inf

Ne versija

25-Spl-23

18:21

17,396

SFPATW8.inf

Ne versija

25-Spl-23

18:21

79,818

SFPATWB.inf

Ne versija

25-Spl-23

18:21

91,635

SFPATWT.inf

Ne versija

25-Spl-23

18:21

165,729

SFPATRS1.inf

Ne versija

25-Spl-23

18:21

169,870

unbcl.dll

10.0.19041.6566

25-Spl-23

18:21

836,992

upgradeagent.dll

10.0.19041.6566

25-Spl-23

18:21

2,418,592

upgradeagent.xml

Ne versija

25-Spl-23

18:21

70,907

upgrade_comp.xml

Ne versija

25-Spl-23

18:21

4,320

upgrade_bulk.xml

Ne versija

25-Spl-23

18:21

208,513

upgrade_data.xml

Ne versija

25-Spl-23

18:21

41,108

upgrade_frmwrk.xml

Ne versija

25-Spl-23

18:21

18,614

upgWow_bulk.xml

Ne versija

25-Spl-23

18:21

114,569

uninstall.xml

Ne versija

25-Spl-23

18:21

3,508

uninstall_data.xml

Ne versija

25-Spl-23

18:21

11,122

wdsutil.dll

10.0.19041.6566

25-Spl-23

18:21

239,000

iertutil.dll

11.0.19041.6566

25-Spl-23

18:21

2,322,776

msIso.dll

11.0.19041.6566

25-Spl-23

18:21

266,752

edgeIso.dll

11.0.19041.6566

25-Spl-23

18:21

403,456

ClipSp.sys

10.0.19041.6566

25-Spl-23

18:21

888,704

dxgkrnl.sys

10.0.19041.6566

25-Spl-23

18:21

2,934,184

cdd.dll

10.0.19041.6566

25-Spl-23

18:21

203,776

dxgmms1.sys

10.0.19041.6566

25-Spl-23

18:21

359,296

dxgmms2.sys

10.0.19041.6566

25-Spl-23

18:21

690,048

netio.sys

10.0.19041.6566

25-Spl-23

18:21

418,712

ntdll.dll

10.0.19041.6566

25-Spl-23

18:21

1,682,336

ntfs.sys

10.0.19041.6566

25-Spl-23

18:21

2,364,816

ntoskrnl.exe

10.0.19041.6566

25-Spl-23

18:21

7,208,376

diagtrack.dll

10.0.10586.10008

25-Spl-23

18:21

919,736

diagtrackrunner.exe

10.0.10586.0

25-Spl-23

18:21

79,040

reagent.admx

Ne versija

25-Spl-23

18:21

1,240

reagent.xml

Ne versija

25-Spl-23

18:21

837

SetupPlatform.cfg

Ne versija

25-Spl-23

18:21

10,452

wdsclientapi.dll

10.0.19041.6566

25-Spl-23

18:21

251,248

wdscore.dll

10.0.19041.6566

25-Spl-23

18:21

202,648

wdscsl.dll

10.0.19041.6566

25-Spl-23

18:21

51,624

wdsimage.dll

10.0.19041.6566

25-Spl-23

18:21

752,984

wdstptc.dll

10.0.19041.6566

25-Spl-23

18:21

519,512

fvevol.sys

10.0.19041.6566

25-Spl-23

18:21

662,432

dumpfve.sys

10.0.19041.6566

25-Spl-23

18:21

78,112

fveapibase.dll

10.0.19041.6566

25-Spl-23

18:21

361,472

fveapi.dll

10.0.19041.6566

25-Spl-23

18:21

768,512

ResetEngine.dll

10.0.19041.6566

25-Spl-23

18:21

1,927,592

ResetEngine.exe

10.0.19041.6566

25-Spl-23

18:21

19,344

ResetPluginHost.exe

10.0.19041.6566

25-Spl-23

18:21

24,064

reseteng.dll

10.0.19041.6566

25-Spl-23

18:21

1,039,360

resetengmig.dll

10.0.19041.6566

25-Spl-23

18:21

64,512

ResetEngInterfaces.exe

10.0.19041.6566

25-Spl-23

18:21

8,192

srms.dat

Ne versija

25-Spl-23

18:21

59,554

srms62.dat

Ne versija

25-Spl-23

18:21

22,841

sysreset.exe

10.0.19041.6566

25-Spl-23

18:21

287,232

systemreset.exe

10.0.19041.6566

25-Spl-23

18:21

451,416

ResetEngOnline.dll

10.0.19041.6566

25-Spl-23

18:21

142,848

SysResetErr.exe

10.0.19041.6566

25-Spl-23

18:21

37,264

tcpip.sys

10.0.19041.6566

25-Spl-23

18:21

2,359,720

FWPKCLNT.SYS

10.0.19041.6566

25-Spl-23

18:21

353,152

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:21

170,496

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:21

171,520

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:21

172,544

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:21

173,568

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:21

169,984

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:21

171,008

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:21

172,032

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:21

169,472

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:21

173,056

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:21

165,888

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:21

165,376

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:21

174,592

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:21

163,840

win32u.dll

10.0.19041.6566

25-Spl-23

18:21

111,136

win32k.sys

10.0.19041.6566

25-Spl-23

18:21

330,240

win32kfull.sys

10.0.19041.6566

25-Spl-23

18:21

2,771,456

win32kbase.sys

10.0.19041.6566

25-Spl-23

18:21

2,156,032

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:21

19,968

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:21

22,528

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:21

21,504

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:21

23,040

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:21

20,480

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:21

20,992

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:21

19 456

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:21

22,016

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:21

17,408

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:21

16,896

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:21

15,360

WindowsCodecs.dll

10.0.19041.6566

25-Spl-23

18:21

1,517,032

winpeshl.exe

10.0.19041.6566

25-Spl-23

18:21

50,176

wpeutil.dll

10.0.19041.6566

25-Spl-23

18:21

103,424

wpeutil.exe

10.0.19041.6566

25-Spl-23

18:21

10,240

wpeinit.exe

10.0.19041.6566

25-Spl-23

18:21

27,136

startnet.cmd

Ne versija

25-Spl-23

18:21

9

CloudRecApi.dll

10.0.19041.6566

25-Spl-23

18:21

42,496

CloudRecSvc.exe

1.0.0.1

25-Spl-23

18:21

115,200

ReInfo.dll

10.0.19041.6566

25-Spl-23

18:21

175,616

StartRep.exe

10.0.19041.6566

25-Spl-23

18:21

842,752

RecEnv.exe

10.0.19041.6566

25-Spl-23

18:21

434,072

BootRec.exe

10.0.19041.6566

25-Spl-23

18:21

323,072

Failo vardas

Failo versija

Data

Laikas

Failo dydis

acpi.inf

Ne versija

25-Spl-23

18:17

4,152

acpi.sys

10.0.19041.6566

25-Spl-23

18:17

812,416

pci.inf

Ne versija

25-Spl-23

18:17

16,940

pci.sys

10.0.19041.6566

25-Spl-23

18:17

473,496

usb.inf

Ne versija

25-Spl-23

18:17

41,484

usbccgp.sys

10.0.19041.6566

25-Spl-23

18:17

191,872

usbhub3.inf

Ne versija

25-Spl-23

18:17

11,162

USBHUB3.SYS

10.0.19041.6566

25-Spl-23

18:17

649,600

usbport.inf

Ne versija

25-Spl-23

18:17

77,558

usbohci.sys

10.0.19041.6566

25-Spl-23

18:17

30,208

usbport.sys

10.0.19041.6566

25-Spl-23

18:17

474,528

usbhub.sys

10.0.19041.6566

25-Spl-23

18:17

527,232

usbehci.sys

10.0.19041.6566

25-Spl-23

18:17

87,448

usbuhci.sys

10.0.19041.6566

25-Spl-23

18:17

39,424

usbd.sys

10.0.19041.6566

25-Spl-23

18:17

34,208

skci.dll

10.0.19041.6566

25-Spl-23

18:17

314,752

iumbase.dll

10.0.19041.6566

25-Spl-23

18:17

26,960

iumdll.dll

10.0.19041.6566

25-Spl-23

18:17

16,656

vertdll.dll

10.0.19041.6566

25-Spl-23

18:17

173,200

ucrtbase_enclave.dll

10.0.19041.6566

25-Spl-23

18:17

502,056

securekernel.exe

10.0.19041.6566

25-Spl-23

18:17

923,520

VbsSiPolicy.p7b

Ne versija

25-Spl-23

18:17

68,351

winload.exe

10.0.19041.6566

25-Spl-23

18:17

1,582,128

winload.efi

10.0.19041.6566

25-Spl-23

18:17

1,859,536

bootmgfw.efi

10.0.19041.6566

25-Spl-23

18:17

1,604,000

bootmgfw_EX.efi

10.0.26100.30212

25-Spl-23

18:17

2,830,632

SecureBootRecovery.efi

Ne versija

25-Spl-23

18:17

162,688

bootmgr.efi

10.0.19041.6566

25-Spl-23

18:17

1,587,584

bootmgr_EX.efi

10.0.26100.30212

25-Spl-23

18:17

2,818,464

boot.stl

Ne versija

25-Spl-23

18:17

11,030

winsipolicy.p7b

Ne versija

25-Spl-23

18:17

9,796

bootux.dll

10.0.19041.6566

25-Spl-23

18:17

3,993,088

winresume.exe

10.0.19041.6566

25-Spl-23

18:17

1,231,432

winresume.efi

10.0.19041.6566

25-Spl-23

18:17

1,433,872

BootMenuUX.dll

10.0.19041.6566

25-Spl-23

18:17

359,424

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

37,376

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

45,056

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

43 520

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

40,448

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

46,592

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

49,664

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

36,864

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

44,544

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

39,936

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

41,984

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

47,616

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

33,280

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

42,496

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

24,576

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

22,016

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

40,960

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

45,568

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

43,008

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

17,408

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:17

17,920

bootim.exe

10.0.19041.6566

25-Spl-23

18:17

26,624

driversipolicy.p7b

Ne versija

25-Spl-23

18:17

229,162

ci.dll

10.0.19041.6566

25-Spl-23

18:17

950,512

driver.stl

Ne versija

25-Spl-23

18:17

33,360

fltMgr.sys

10.0.19041.6566

25-Spl-23

18:17

429,952

hal.dll

10.0.19041.6566

25-Spl-23

18:17

18,328

cmi2migxml.dll

10.0.19041.6566

25-Spl-23

18:17

192,384

csiagent.dll

10.0.19041.6566

25-Spl-23

18:17

725,888

diagER.dll

10.0.19041.6566

25-Spl-23

18:17

55,168

hwcompat.dll

10.0.19041.6566

25-Spl-23

18:17

209,792

hwcompat.txt

Ne versija

25-Spl-23

18:17

753,071

hwexclude.txt

Ne versija

25-Spl-23

18:17

51

migapp.xml

Ne versija

25-Spl-23

18:17

654,548

migcore.dll

10.0.19041.6566

25-Spl-23

18:17

9,134,496

mighost.exe

10.0.19041.6566

25-Spl-23

18:17

260,480

migres.dll

10.0.19041.6566

25-Spl-23

18:17

17,280

migisol.dll

10.0.19041.6566

25-Spl-23

18:17

146,344

migstore.dll

10.0.19041.6566

25-Spl-23

18:17

1,323,904

migsys.dll

10.0.19041.6566

25-Spl-23

18:17

436,112

MXEAgent.dll

10.0.19041.6566

25-Spl-23

18:17

360,320

offline.xml

Ne versija

25-Spl-23

18:17

38,899

oscomps.xml

Ne versija

25-Spl-23

18:17

435,175

oscomps.woa.xml

Ne versija

25-Spl-23

18:17

249,101

osfilter.inf

Ne versija

25-Spl-23

18:17

21,299

pnppropmig.dll

10.0.19041.6566

25-Spl-23

18:17

80,256

reagent.dll

10.0.19041.6566

25-Spl-23

18:17

1,165,208

ReserveManager.dll

10.0.19041.6566

25-Spl-23

18:17

302,480

setupplatform.cfg

Ne versija

25-Spl-23

18:17

6,303

setupplatform.dll

1.60.19041.6566

25-Spl-23

18:17

9,591,752

setupplatform.exe

1.60.19041.6566

25-Spl-23

18:17

170,880

SFCN.dat

Ne versija

25-Spl-23

18:17

1,824

SFLCID.dat

Ne versija

25-Spl-23

18:17

1,644

SFLISTW7.dat

Ne versija

25-Spl-23

18:17

1,703,368

SFLISTW8.dat

Ne versija

25-Spl-23

18:17

2,608,858

SFLISTWB.dat

Ne versija

25-Spl-23

18:17

3,172,904

SFLISTWT.dat

Ne versija

25-Spl-23

18:17

4,935,438

sflistw8.woa.dat

Ne versija

25-Spl-23

18:17

954,436

SFLISTRS1.dat

Ne versija

25-Spl-23

18:17

5,593,408

sflistwb.woa.dat

Ne versija

25-Spl-23

18:17

1,150,134

sflistwt.woa.dat

Ne versija

25-Spl-23

18:17

2,636,850

SFPAT.inf

Ne versija

25-Spl-23

18:17

11,365

SFPATW7.inf

Ne versija

25-Spl-23

18:17

17,396

SFPATW8.inf

Ne versija

25-Spl-23

18:17

79,818

SFPATWB.inf

Ne versija

25-Spl-23

18:17

91,635

SFPATWT.inf

Ne versija

25-Spl-23

18:17

165,729

SFPATRS1.inf

Ne versija

25-Spl-23

18:17

169,870

unbcl.dll

10.0.19041.6566

25-Spl-23

18:17

1,099,136

upgradeagent.dll

10.0.19041.6566

25-Spl-23

18:17

3,178,368

upgradeagent.xml

Ne versija

25-Spl-23

18:17

70,907

upgrade_comp.xml

Ne versija

25-Spl-23

18:17

4,320

upgrade_bulk.xml

Ne versija

25-Spl-23

18:17

208,513

upgrade_data.xml

Ne versija

25-Spl-23

18:17

41,108

upgrade_frmwrk.xml

Ne versija

25-Spl-23

18:17

18,614

upgWow_bulk.xml

Ne versija

25-Spl-23

18:17

114,569

uninstall.xml

Ne versija

25-Spl-23

18:17

3,508

uninstall_data.xml

Ne versija

25-Spl-23

18:17

11,122

wdsutil.dll

10.0.19041.6566

25-Spl-23

18:17

306,600

iertutil.dll

11.0.19041.6566

25-Spl-23

18:17

2,872,840

msIso.dll

11.0.19041.6566

25-Spl-23

18:17

334,848

edgeIso.dll

11.0.19041.6566

25-Spl-23

18:17

448,000

ClipSp.sys

10.0.19041.6566

25-Spl-23

18:17

1,108,864

dxgkrnl.sys

10.0.19041.6566

25-Spl-23

18:17

3,818,384

cdd.dll

10.0.19041.6566

25-Spl-23

18:17

267,776

dxgmms1.sys

10.0.19041.6566

25-Spl-23

18:17

456,080

dxgmms2.sys

10.0.19041.6566

25-Spl-23

18:17

896,896

netio.sys

10.0.19041.6566

25-Spl-23

18:17

613,760

ntdll.dll

10.0.19041.6566

25-Spl-23

18:17

2,029,512

ntfs.sys

10.0.19041.6566

25-Spl-23

18:17

2,846,632

ntoskrnl.exe

10.0.19041.6566

25-Spl-23

18:17

10,859,424

diagtrack.dll

10.0.10586.10008

25-Spl-23

18:17

1,362,104

diagtrackrunner.exe

10.0.10586.0

25-Spl-23

18:17

88,256

reagent.admx

Ne versija

25-Spl-23

18:17

1,240

reagent.xml

Ne versija

25-Spl-23

18:17

837

SetupPlatform.cfg

Ne versija

25-Spl-23

18:17

10,452

wdsclientapi.dll

10.0.19041.6566

25-Spl-23

18:17

310,616

wdscore.dll

10.0.19041.6566

25-Spl-23

18:17

263,576

wdscsl.dll

10.0.19041.6566

25-Spl-23

18:17

63,376

wdsimage.dll

10.0.19041.6566

25-Spl-23

18:17

953,688

wdstptc.dll

10.0.19041.6566

25-Spl-23

18:17

657,240

fvevol.sys

10.0.19041.6566

25-Spl-23

18:17

813,480

dumpfve.sys

10.0.19041.6566

25-Spl-23

18:17

94,736

fveapibase.dll

10.0.19041.6566

25-Spl-23

18:17

431,616

fveapi.dll

10.0.19041.6566

25-Spl-23

18:17

991,744

ResetEngine.dll

10.0.19041.6566

25-Spl-23

18:17

2,433,952

ResetEngine.exe

10.0.19041.6566

25-Spl-23

18:17

21,376

ResetPluginHost.exe

10.0.19041.6566

25-Spl-23

18:17

31,232

reseteng.dll

10.0.19041.6566

25-Spl-23

18:17

1,269,248

resetengmig.dll

10.0.19041.6566

25-Spl-23

18:17

82,432

ResetEngInterfaces.exe

10.0.19041.6566

25-Spl-23

18:17

10,240

srms.dat

Ne versija

25-Spl-23

18:17

59,554

srms62.dat

Ne versija

25-Spl-23

18:17

22,841

sysreset.exe

10.0.19041.6566

25-Spl-23

18:17

342,016

systemreset.exe

10.0.19041.6566

25-Spl-23

18:17

522,176

ResetEngOnline.dll

10.0.19041.6566

25-Spl-23

18:17

192,512

SysResetErr.exe

10.0.19041.6566

25-Spl-23

18:17

43,904

tcpip.sys

10.0.19041.6566

25-Spl-23

18:17

2,993,024

FWPKCLNT.SYS

10.0.19041.6566

25-Spl-23

18:17

503,720

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:17

170,496

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:17

171,520

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:17

172,544

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:17

173,568

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:17

169,984

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:17

171,008

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:17

172,032

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:17

169,472

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:17

173,056

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:17

165,888

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:17

165,376

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:17

174,592

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:17

163,840

win32u.dll

10.0.19041.6566

25-Spl-23

18:17

133,824

win32k.sys

10.0.19041.6566

25-Spl-23

18:17

598,528

win32kfull.sys

10.0.19041.6566

25-Spl-23

18:17

3,810,304

win32kbase.sys

10.0.19041.6566

25-Spl-23

18:17

2,912,256

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:17

19,968

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:17

22,528

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:17

21,504

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:17

23,040

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:17

20,480

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:17

20,992

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:17

19 456

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:17

22,016

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:17

17,408

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:17

16,896

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:17

15,360

WindowsCodecs.dll

10.0.19041.6566

25-Spl-23

18:17

1,794,888

winpeshl.exe

10.0.19041.6566

25-Spl-23

18:17

67,584

wpeutil.dll

10.0.19041.6566

25-Spl-23

18:17

127,488

wpeutil.exe

10.0.19041.6566

25-Spl-23

18:17

12,288

wpeinit.exe

10.0.19041.6566

25-Spl-23

18:17

33,792

startnet.cmd

Ne versija

25-Spl-23

18:17

9

CloudRecApi.dll

10.0.19041.6566

25-Spl-23

18:17

52,736

CloudRecSvc.exe

1.0.0.1

25-Spl-23

18:17

147,968

ReAgent.dll

10.0.19041.6566

25-Spl-23

18:17

1,165,184

ReInfo.dll

10.0.19041.6566

25-Spl-23

18:17

225,280

StartRep.exe

10.0.19041.6566

25-Spl-23

18:17

1,004,544

RecEnv.exe

10.0.19041.6566

25-Spl-23

18:17

534,952

BootRec.exe

10.0.19041.6566

25-Spl-23

18:17

398,336

iertutil.dll

11.0.19041.6566

25-Spl-23

18:17

2,322,776

msIso.dll

11.0.19041.6566

25-Spl-23

18:17

266,752

edgeIso.dll

11.0.19041.6566

25-Spl-23

18:17

403,456

ntdll.dll

10.0.19041.6566

25-Spl-23

18:17

1,700,480

fveapibase.dll

10.0.19041.6566

25-Spl-23

18:17

361,472

fveapi.dll

10.0.19041.6566

25-Spl-23

18:17

768,512

win32u.dll

10.0.19041.6566

25-Spl-23

18:17

94,048

win32k.sys

10.0.19041.6566

25-Spl-23

18:17

330,240

win32kfull.sys

10.0.19041.6566

25-Spl-23

18:17

2,771,456

WindowsCodecs.dll

10.0.19041.6566

25-Spl-23

18:17

1,517,032

ReAgent.dll

10.0.19041.6566

25-Spl-23

18:17

964,480

ReInfo.dll

10.0.19041.6566

25-Spl-23

18:17

175,616

Failo vardas

Failo versija

Data

Laikas

Failo dydis

acpi.inf

Ne versija

25-Spl-23

18:31

4,152

acpi.sys

10.0.19041.6566

25-Spl-23

18:31

758,168

pci.inf

Ne versija

25-Spl-23

18:31

16,940

pci.sys

10.0.19041.6566

25-Spl-23

18:31

393,088

usb.inf

Ne versija

25-Spl-23

18:31

41,484

usbccgp.sys

10.0.19041.6566

25-Spl-23

18:31

162,720

usbhub3.inf

Ne versija

25-Spl-23

18:31

11,162

USBHUB3.SYS

10.0.19041.6566

25-Spl-23

18:31

617,856

usbport.inf

Ne versija

25-Spl-23

18:31

31,784

usbehci.sys

10.0.19041.6566

25-Spl-23

18:31

91,544

usbport.sys

10.0.19041.6566

25-Spl-23

18:31

429,472

usbhub.sys

10.0.19041.6566

25-Spl-23

18:31

425,368

usbd.sys

10.0.19041.6566

25-Spl-23

18:31

32,144

skci.dll

10.0.19041.6566

25-Spl-23

18:31

223,816

iumbase.dll

10.0.19041.6566

25-Spl-23

18:31

26,456

iumdll.dll

10.0.19041.6566

25-Spl-23

18:31

16,136

securekernel.exe

10.0.19041.6566

25-Spl-23

18:31

656,768

VbsSiPolicy.p7b

Ne versija

25-Spl-23

18:31

68,351

winload.efi

10.0.19041.6566

25-Spl-23

18:31

1,831,112

bootmgfw.efi

10.0.19041.6566

25-Spl-23

18:31

1,578,400

bootmgfw_EX.efi

10.0.26100.30212

25-Spl-23

18:31

2,678,048

SecureBootRecovery.efi

Ne versija

25-Spl-23

18:31

170,904

bootmgr.efi

10.0.19041.6566

25-Spl-23

18:31

1,559,456

bootmgr_EX.efi

10.0.26100.30212

25-Spl-23

18:31

2,661,776

boot.stl

Ne versija

25-Spl-23

18:31

10,853

winsipolicy.p7b

Ne versija

25-Spl-23

18:31

9,796

bootux.dll

10.0.19041.6566

25-Spl-23

18:31

4,006,912

winresume.efi

10.0.19041.6566

25-Spl-23

18:31

1,402,368

BootMenuUX.dll

10.0.19041.6566

25-Spl-23

18:31

372,224

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

37,376

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

45,056

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

43 520

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

40,448

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

46,592

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

49,664

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

36,864

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

44,544

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

39,936

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

41,984

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

47,616

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

33,280

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

42,496

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

24,576

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

22,016

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

40,960

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

45,568

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

43,008

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

17,408

bootux.dll.mui

10.0.19041.6566

25-Spl-23

18:31

17,920

bootim.exe

10.0.19041.6566

25-Spl-23

18:31

26,624

driversipolicy.p7b

Ne versija

25-Spl-23

18:31

229,162

ci.dll

10.0.19041.6566

25-Spl-23

18:31

815,216

driver.stl

Ne versija

25-Spl-23

18:31

15,113

fltMgr.sys

10.0.19041.6566

25-Spl-23

18:31

405,928

hal.dll

10.0.19041.6566

25-Spl-23

18:31

17,320

cmi2migxml.dll

10.0.19041.6566

25-Spl-23

18:31

205,184

csiagent.dll

10.0.19041.6566

25-Spl-23

18:31

765,856

diagER.dll

10.0.19041.6566

25-Spl-23

18:31

55,192

hwcompat.dll

10.0.19041.6566

25-Spl-23

18:31

224,168

hwcompat.txt

Ne versija

25-Spl-23

18:31

199,193

hwexclude.txt

Ne versija

25-Spl-23

18:31

51

migapp.xml

Ne versija

25-Spl-23

18:31

654,548

migcore.dll

10.0.19041.6566

25-Spl-23

18:31

9,860,000

mighost.exe

10.0.19041.6566

25-Spl-23

18:31

262,568

migres.dll

10.0.19041.6566

25-Spl-23

18:31

17,296

migisol.dll

10.0.19041.6566

25-Spl-23

18:31

141,200

migstore.dll

10.0.19041.6566

25-Spl-23

18:31

1,398,688

migsys.dll

10.0.19041.6566

25-Spl-23

18:31

466,304

MXEAgent.dll

10.0.19041.6566

25-Spl-23

18:31

380,288

offline.xml

Ne versija

25-Spl-23

18:31

38,899

oscomps.xml

Ne versija

25-Spl-23

18:31

435,175

oscomps.woa.xml

Ne versija

25-Spl-23

18:31

249,101

osfilter.inf

Ne versija

25-Spl-23

18:31

21,299

pnppropmig.dll

10.0.19041.6566

25-Spl-23

18:31

82,816

reagent.dll

10.0.19041.6566

25-Spl-23

18:31

1,190,824

ReserveManager.dll

10.0.19041.6566

25-Spl-23

18:31

300,952

setupplatform.cfg

Ne versija

25-Spl-23

18:31

6,303

setupplatform.dll

1.60.19041.6566

25-Spl-23

18:31

10,371,512

setupplatform.exe

1.60.19041.6566

25-Spl-23

18:31

175,016

SFCN.dat

Ne versija

25-Spl-23

18:31

1,824

SFLCID.dat

Ne versija

25-Spl-23

18:31

1,644

SFLISTW7.dat

Ne versija

25-Spl-23

18:31

1,703,368

SFLISTW8.dat

Ne versija

25-Spl-23

18:31

2,608,858

SFLISTWB.dat

Ne versija

25-Spl-23

18:31

3,172,904

SFLISTWT.dat

Ne versija

25-Spl-23

18:31

4,935,438

sflistw8.woa.dat

Ne versija

25-Spl-23

18:31

954,436

SFLISTRS1.dat

Ne versija

25-Spl-23

18:31

5,593,408

sflistwb.woa.dat

Ne versija

25-Spl-23

18:31

1,150,134

sflistwt.woa.dat

Ne versija

25-Spl-23

18:31

2,636,850

SFPAT.inf

Ne versija

25-Spl-23

18:31

11,365

SFPATW7.inf

Ne versija

25-Spl-23

18:31

17,396

SFPATW8.inf

Ne versija

25-Spl-23

18:31

79,818

SFPATWB.inf

Ne versija

25-Spl-23

18:31

91,635

SFPATWT.inf

Ne versija

25-Spl-23

18:31

165,729

SFPATRS1.inf

Ne versija

25-Spl-23

18:31

169,870

unbcl.dll

10.0.19041.6566

25-Spl-23

18:31

1,151,376

upgradeagent.dll

10.0.19041.6566

25-Spl-23

18:31

3,356,032

upgradeagent.xml

Ne versija

25-Spl-23

18:31

70,907

upgrade_comp.xml

Ne versija

25-Spl-23

18:31

4,320

upgrade_bulk.xml

Ne versija

25-Spl-23

18:31

208,513

upgrade_data.xml

Ne versija

25-Spl-23

18:31

41,108

upgrade_frmwrk.xml

Ne versija

25-Spl-23

18:31

18,614

upgWow_bulk.xml

Ne versija

25-Spl-23

18:31

114,569

upgWowA32_bulk.xml

Ne versija

25-Spl-23

18:31

114,473

uninstall.xml

Ne versija

25-Spl-23

18:31

3,508

uninstall_data.xml

Ne versija

25-Spl-23

18:31

11,122

wdsutil.dll

10.0.19041.6566

25-Spl-23

18:31

323,472

iertutil.dll

11.0.19041.6566

25-Spl-23

18:31

2,922,928

msIso.dll

11.0.19041.6566

25-Spl-23

18:31

366,080

edgeIso.dll

11.0.19041.6566

25-Spl-23

18:31

545,792

ClipSp.sys

10.0.19041.6566

25-Spl-23

18:31

993,152

dxgkrnl.sys

10.0.19041.6566

25-Spl-23

18:31

3,632,000

cdd.dll

10.0.19041.6566

25-Spl-23

18:31

223,232

dxgmms1.sys

10.0.19041.6566

25-Spl-23

18:31

388,520

dxgmms2.sys

10.0.19041.6566

25-Spl-23

18:31

831,360

netio.sys

10.0.19041.6566

25-Spl-23

18:31

544,160

ntdll.dll

10.0.19041.6566

25-Spl-23

18:31

1,967,488

ntfs.sys

10.0.19041.6566

25-Spl-23

18:31

2,812,840

ntoskrnl.exe

10.0.19041.6566

25-Spl-23

18:31

9,928,608

diagtrack.dll

10.0.10586.0

25-Spl-23

18:31

1,561,952

diagtrackrunner.exe

10.0.10586.0

25-Spl-23

18:31

90,304

reagent.admx

Ne versija

25-Spl-23

18:31

1,240

reagent.xml

Ne versija

25-Spl-23

18:31

837

SetupPlatform.cfg

Ne versija

25-Spl-23

18:31

10,452

wdsclientapi.dll

10.0.19041.6566

25-Spl-23

18:31

312,688

wdscore.dll

10.0.19041.6566

25-Spl-23

18:31

268,160

wdscsl.dll

10.0.19041.6566

25-Spl-23

18:31

65,440

wdsimage.dll

10.0.19041.6566

25-Spl-23

18:31

968,560

wdstptc.dll

10.0.19041.6566

25-Spl-23

18:31

654,704

fvevol.sys

10.0.19041.6566

25-Spl-23

18:31

763,304

dumpfve.sys

10.0.19041.6566

25-Spl-23

18:31

75,624

fveapibase.dll

10.0.19041.6566

25-Spl-23

18:31

439,296

fveapi.dll

10.0.19041.6566

25-Spl-23

18:31

991,232

ResetEngine.dll

10.0.19041.6566

25-Spl-23

18:31

2,631,592

ResetEngine.exe

10.0.19041.6566

25-Spl-23

18:31

21,376

ResetPluginHost.exe

10.0.19041.6566

25-Spl-23

18:31

32,256

reseteng.dll

10.0.19041.6566

25-Spl-23

18:31

1,283,072

resetengmig.dll

10.0.19041.6566

25-Spl-23

18:31

86,016

ResetEngInterfaces.exe

10.0.19041.6566

25-Spl-23

18:31

9,728

srms.dat

Ne versija

25-Spl-23

18:31

59,554

srms62.dat

Ne versija

25-Spl-23

18:31

22,841

sysreset.exe

10.0.19041.6566

25-Spl-23

18:31

351,232

systemreset.exe

10.0.19041.6566

25-Spl-23

18:31

542,856

ResetEngOnline.dll

10.0.19041.6566

25-Spl-23

18:31

205,312

SysResetErr.exe

10.0.19041.6566

25-Spl-23

18:31

45,976

tcpip.sys

10.0.19041.6566

25-Spl-23

18:31

2,797,480

FWPKCLNT.SYS

10.0.19041.6566

25-Spl-23

18:31

503,168

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:31

170,496

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:31

171,520

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:31

172,544

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:31

173,568

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:31

169,984

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:31

171,008

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:31

172,032

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:31

169,472

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:31

173,056

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:31

165,888

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:31

165,376

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:31

174,592

tcpip.sys.mui

10.0.19041.6566

25-Spl-23

18:31

163,840

win32u.dll

10.0.19041.6566

25-Spl-23

18:31

111,632

win32k.sys

10.0.19041.6566

25-Spl-23

18:31

487,936

win32kfull.sys

10.0.19041.6566

25-Spl-23

18:31

3,702,784

win32kbase.sys

10.0.19041.6566

25-Spl-23

18:31

2,827,776

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:31

19,968

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:31

22,528

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:31

21,504

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:31

23,040

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:31

20,480

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:31

20,992

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:31

19 456

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:31

22,016

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:31

17,408

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:31

16,896

win32kbase.sys.mui

10.0.19041.6566

25-Spl-23

18:31

15,360

WindowsCodecs.dll

10.0.19041.6566

25-Spl-23

18:31

1,770,672

winpeshl.exe

10.0.19041.6566

25-Spl-23

18:31

68,096

wpeutil.dll

10.0.19041.6566

25-Spl-23

18:31

131,072

wpeutil.exe

10.0.19041.6566

25-Spl-23

18:31

12 800

wpeinit.exe

10.0.19041.6566

25-Spl-23

18:31

34,816

startnet.cmd

Ne versija

25-Spl-23

18:31

9

CloudRecApi.dll

10.0.19041.6566

25-Spl-23

18:31

56,320

CloudRecSvc.exe

1.0.0.1

25-Spl-23

18:31

156,672

ReAgent.dll

10.0.19041.6566

25-Spl-23

18:31

1,190,784

ReInfo.dll

10.0.19041.6566

25-Spl-23

18:31

231,936

StartRep.exe

10.0.19041.6566

25-Spl-23

18:31

1,018,368

RecEnv.exe

10.0.19041.6566

25-Spl-23

18:31

541,088

BootRec.exe

10.0.19041.6566

25-Spl-23

18:31

407,552

iertutil.dll

11.0.19041.6566

25-Spl-23

18:31

2,236,888

msIso.dll

11.0.19041.6566

25-Spl-23

18:31

274,432

edgeIso.dll

11.0.19041.6566

25-Spl-23

18:31

368,640

ntdll.dll

10.0.19041.6566

25-Spl-23

18:31

1,567,472

fveapibase.dll

10.0.19041.6566

25-Spl-23

18:31

335,872

fveapi.dll

10.0.19041.6566

25-Spl-23

18:31

671,744

win32u.dll

10.0.19041.6566

25-Spl-23

18:31

141,960

win32k.sys

10.0.19041.6566

25-Spl-23

18:31

454,656

win32kfull.sys

10.0.19041.6566

25-Spl-23

18:31

2,424,832

WindowsCodecs.dll

10.0.19041.6566

25-Spl-23

18:31

1,257,592

ReAgent.dll

10.0.19041.6566

25-Spl-23

18:31

931,240

ReInfo.dll

10.0.19041.6566

25-Spl-23

18:31

192,512

ntdll.dll

10.0.19041.6566

25-Spl-23

18:31

2,161,208

msvcrt.dll

7.0.19041.6566

25-Spl-23

18:31

1,092,104

ucrtbase.dll

10.0.19041.6566

25-Spl-23

18:31

1,771,264

d2d1.dll

10.0.19041.6566

25-Spl-23

18:31

6,636,728

d3d9on12.dll

10.0.19041.6566

25-Spl-23

18:31

931,328

d3d10warp.dll

10.0.19041.6566

25-Spl-23

18:31

8,438,488

d3d11.dll

10.0.19041.6566

25-Spl-23

18:31

3,480,808

d3d11on12.dll

10.0.19041.6566

25-Spl-23

18:31

782,896

d3d12.dll

10.0.19041.6566

25-Spl-23

18:31

175,416

DWrite.dll

10.0.19041.6566

25-Spl-23

18:31

2,797,056

dxilconv.dll

10.0.19041.6566

25-Spl-23

18:31

1,392,312

gdi32.dll

10.0.19041.6566

25-Spl-23

18:31

289,232

iertutil.dll

11.0.19041.6566

25-Spl-23

18:31

2,687,208

jscript9.dll

11.0.19041.6566

25-Spl-23

18:31

6,040,064

msftedit.dll

10.0.19041.6566

25-Spl-23

18:31

3,752,448

mshtml.dll

11.0.19041.6566

25-Spl-23

18:31

25,889,792

msIso.dll

11.0.19041.6566

25-Spl-23

18:31

480,256

opengl32.dll

10.0.19041.6566

25-Spl-23

18:31

1,353,728

urlmon.dll

11.0.19041.6566

25-Spl-23

18:31

2,241,024

windows.storage.dll

10.0.19041.6566

25-Spl-23

18:31

11,281,336

WindowsCodecs.dll

10.0.19041.6566

25-Spl-23

18:31

1,998,632

wininet.dll

11.0.19041.6566

25-Spl-23

18:31

5,306,368

iertutil.dll

11.0.19041.6566

25-Spl-23

18:31

2,322,776

msIso.dll

11.0.19041.6566

25-Spl-23

18:31

266,752

edgeIso.dll

11.0.19041.6566

25-Spl-23

18:31

403,456

ntdll.dll

10.0.19041.6566

25-Spl-23

18:31

1,700,480

fveapibase.dll

10.0.19041.6566

25-Spl-23

18:31

361,472

fveapi.dll

10.0.19041.6566

25-Spl-23

18:31

768,512

win32u.dll

10.0.19041.6566

25-Spl-23

18:31

94,048

win32k.sys

10.0.19041.6566

25-Spl-23

18:31

330,240

win32kfull.sys

10.0.19041.6566

25-Spl-23

18:31

2,771,456

WindowsCodecs.dll

10.0.19041.6566

25-Spl-23

18:31

1,517,032

ReAgent.dll

10.0.19041.6566

25-Spl-23

18:31

964,480

ReInfo.dll

10.0.19041.6566

25-Spl-23

18:31

175,616

Nuorodos

Standartinių terminų, naudojamų „Microsoft“ programinės įrangos naujinimams apibūdinti, aprašas

Užklausos žodžiai: safeos du

Reikia daugiau pagalbos?

Norite daugiau parinkčių?

Sužinokite apie prenumeratos pranašumus, peržiūrėkite mokymo kursus, sužinokite, kaip apsaugoti savo įrenginį ir kt.