Taikoma
Windows 11 SE, version 24H2 Windows 11 Enterprise and Education, version 24H2 Windows 11 Enterprise Multi-Session, version 24H2 Windows 11 Home and Pro, version 24H2 Windows 11 IoT Enterprise, version 24H2 Windows Server 2025

Suvestinė

Šis naujinimas pagerina "Windows" atkūrimo aplinką Windows 11 24H2 versijoje ir 2025 Windows Server. Šis naujinimas išsprendžia šią problemą:

  • [Kodo vientisumas] Išspręsta problema dėl versijos naujinimo į Windows 11 24H2 versiją.

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

Patikrinkite, ar įdiegtas šis naujinimas

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

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

storufs.inf

Ne versija

Gegužės 25 d. 8 d.

1:28

26,264

storufs.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

148,896

tpm.inf

Ne versija

Gegužės 25 d. 8 d.

1:28

11,804

tpm.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

374,192

hvloader.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

226,720

hvax64.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,955,248

hvix64.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

2,049,440

skci.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

340,288

iumbase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

51,088

iumdll.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

38,688

tprtdll.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

451,888

vertdll.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

216,352

ucrtbase_enclave.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

646,080

securekernel.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,316,256

VbsSiPolicy.p7b

Ne versija

Gegužės 25 d. 8 d.

1:28

75,322

SDFHost.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

63,488

IumSdk.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

30,408

Facilitator.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,136,048

apisetschema.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

152,992

apisetschema.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

153,008

tcblaunch.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

963,304

tcbloader.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

312,736

DrtmAuthTxt.wim

Ne versija

Gegužės 25 d. 8 d.

1:28

20,909

winload.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,154,352

winload.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,833,248

winload.efi

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

3,214,336

bcrypt.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

166,784

bcryptprimitives.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

641,976

BootMenuUX.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

241,664

driversipolicy.p7b

Ne versija

Gegužės 25 d. 8 d.

1:28

229,162

cng.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

873,344

ci.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,088,208

driver.stl

Ne versija

Gegužės 25 d. 8 d.

1:28

32,631

previous.driver.stl

Ne versija

Gegužės 25 d. 8 d.

1:28

32,631

cryptbase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

59,376

cryptsp.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

125,480

DismCore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

476,600

DismProv.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

353,712

DismCorePS.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

230,840

LogProvider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

120,240

FolderProvider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

95,672

dhcpcore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

452,016

dhcpcsvc.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

161,200

dhcpcore6.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

329,136

dhcpcsvc6.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

136,608

fbwf.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

150,232

cmi2migxml.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

226,760

csiagent.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

718,280

diagER.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

99,784

hwcompat.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

243,120

hwcompat.txt

Ne versija

Gegužės 25 d. 8 d.

1:28

957,056

hwexclude.txt

Ne versija

Gegužės 25 d. 8 d.

1:28

51

icbexclusion.inf

Ne versija

Gegužės 25 d. 8 d.

1:28

7,222

migapp.xml

Ne versija

Gegužės 25 d. 8 d.

1:28

654,548

migcore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

9,274,824

mighost.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

288,160

migres.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

26,016

migisol.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

148,936

migstore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,308,088

migsys.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

464,288

MXEAgent.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

386,488

AppExtAgent.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

488,888

offline.xml

Ne versija

Gegužės 25 d. 8 d.

1:28

44,690

oscomps.xml

Ne versija

Gegužės 25 d. 8 d.

1:28

449,323

osfilter.inf

Ne versija

Gegužės 25 d. 8 d.

1:28

21,299

pnppropmig.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

107,960

ReserveManager.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

357,832

setupplatform.cfg

Ne versija

Gegužės 25 d. 8 d.

1:28

15,971

setupplatform.dll

1.96.26100.4054

Gegužės 25 d. 8 d.

1:28

9,733,576

setupplatform.exe

1.96.26100.4054

Gegužės 25 d. 8 d.

1:28

255,432

SFCN.dat

Ne versija

Gegužės 25 d. 8 d.

1:28

1,824

SFLCID.dat

Ne versija

Gegužės 25 d. 8 d.

1:28

1,644

SFLISTW7.dat

Ne versija

Gegužės 25 d. 8 d.

1:28

1,703,368

SFLISTW8.dat

Ne versija

Gegužės 25 d. 8 d.

1:28

2,608,858

SFLISTWB.dat

Ne versija

Gegužės 25 d. 8 d.

1:28

3,172,904

SFLISTWT.dat

Ne versija

Gegužės 25 d. 8 d.

1:28

4,935,402

SFLISTRS1.dat

Ne versija

Gegužės 25 d. 8 d.

1:28

5,593,182

SFPAT.inf

Ne versija

Gegužės 25 d. 8 d.

1:28

11,602

SFPATW7.inf

Ne versija

Gegužės 25 d. 8 d.

1:28

17,396

SFPATW8.inf

Ne versija

Gegužės 25 d. 8 d.

1:28

79,818

SFPATWB.inf

Ne versija

Gegužės 25 d. 8 d.

1:28

91,635

SFPATWT.inf

Ne versija

Gegužės 25 d. 8 d.

1:28

165,729

SFPATRS1.inf

Ne versija

Gegužės 25 d. 8 d.

1:28

169,730

unbcl.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,091,000

upgradeagent.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

3,306,936

upgradeagent.xml

Ne versija

Gegužės 25 d. 8 d.

1:28

70,907

upgrade_comp.xml

Ne versija

Gegužės 25 d. 8 d.

1:28

6,054

upgrade_bulk.xml

Ne versija

Gegužės 25 d. 8 d.

1:28

211,949

upgrade_data.xml

Ne versija

Gegužės 25 d. 8 d.

1:28

41,750

upgrade_frmwrk.xml

Ne versija

Gegužės 25 d. 8 d.

1:28

19,157

upgWow_bulk.xml

Ne versija

Gegužės 25 d. 8 d.

1:28

114,707

uninstall.xml

Ne versija

Gegužės 25 d. 8 d.

1:28

4,639

uninstall_data.xml

Ne versija

Gegužės 25 d. 8 d.

1:28

11,122

wdsutil.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

353,736

WinSetupMon.hiv

Ne versija

Gegužės 25 d. 8 d.

1:28

8,192

WinSetupMon.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

169,440

actionqueue.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

267,680

appcompat_detailed.xsl

Ne versija

Gegužės 25 d. 8 d.

1:28

13,608

appcompat_detailed_bidi.xsl

Ne versija

Gegužės 25 d. 8 d.

1:28

13,732

cdplib.mof

Ne versija

Gegužės 25 d. 8 d.

1:28

1,976

cdplibuninstall.mof

Ne versija

Gegužės 25 d. 8 d.

1:28

571

dpx.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,078,712

UpdateCompression.dll

5.0.1.1

Gegužės 25 d. 8 d.

1:28

542,152

itgtupg.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

116,288

migtestplugin.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

75,328

msdelta.dll

5.0.1.1

Gegužės 25 d. 8 d.

1:28

595,400

mspatcha.dll

5.0.1.1

Gegužės 25 d. 8 d.

1:28

83,360

smiengine.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

927,160

wcmtypes.xsd

Ne versija

Gegužės 25 d. 8 d.

1:28

1,047

wdsupgcompl.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

46,656

auditetw.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

26,152

cmisetupetw.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

26,192

etwproviderinstall.vbs

Ne versija

Gegužės 25 d. 8 d.

1:28

6,868

setupcletw.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

30,272

winsetupetw.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

75,304

KernelBase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

4,009,592

dxgkrnl.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

5,174,712

cdd.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

339,968

dxgmms1.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

542,136

dxgmms2.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,226,144

migres.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

26,032

migapp.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

329,144

MXEAgent.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

386,504

SFLISTXP.dat

Ne versija

Gegužės 25 d. 8 d.

1:28

1,459,226

SFLISTLH.dat

Ne versija

Gegužės 25 d. 8 d.

1:28

3,347,940

SFPATXP.inf

Ne versija

Gegužės 25 d. 8 d.

1:28

4,355

SFPATLH.inf

Ne versija

Gegužės 25 d. 8 d.

1:28

8,678

msasn1.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

88,304

msvcrt.dll

7.0.26100.4054

Gegužės 25 d. 8 d.

1:28

699,816

netio.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

751,024

ncsi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

720,896

netprofmsvc.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,974,272

nlaapi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

53,248

nlmproxy.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

53,248

nlmsprep.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

49,152

ntdll.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

2,517,920

ntoskrnl.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

12,969,416

rpcrt4.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,154,320

diagtrack.dll

10.0.10586.0

Gegužės 25 d. 8 d.

1:28

1,365,856

diagtrackrunner.exe

10.0.10586.0

Gegužės 25 d. 8 d.

1:28

88,256

reagent.admx

Ne versija

Gegužės 25 d. 8 d.

1:28

1,240

reagent.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

726,456

reagent.xml

Ne versija

Gegužės 25 d. 8 d.

1:28

837

SetupPlatform.cfg

Ne versija

Gegužės 25 d. 8 d.

1:28

23,023

wdscore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

279,992

WinSetupBoot.hiv

Ne versija

Gegužės 25 d. 8 d.

1:28

8,192

WinSetupBoot.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

112,056

wdsclientapi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

267,840

wdscsl.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

112,048

wdsimage.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

128,576

wdstptc.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

218,680

fvevol.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

951,712

dumpfve.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

154,368

bcd.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

166,760

bootsvc.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

307,232

hwreqchk.dll

Ne versija

Gegužės 25 d. 8 d.

1:28

427,440

ServicingCommon.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,067,520

utcapi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

67,016

wimgapi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

910,752

wdscommonlib.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

341,424

dismapi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,258,936

dismcore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

476,576

dismcoreps.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

230,832

imagingprovider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

247,224

logprovider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

189,880

vhdprovider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

599,456

wimprovider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

697,784

unattend.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

275,872

wpx.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,422,768

locale.nls

Ne versija

Gegužės 25 d. 8 d.

1:28

861,992

nlsbres.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

103,840

KerbClientShared.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

261,808

sechost.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

691,560

fveapibase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

671,744

fveapi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,249,280

kerberos.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,392,640

kerb3961.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

162,640

localkdcsvc.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

839,680

LsaIso.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

389,896

iumcrypt.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

100,696

NtlmShared.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

104,816

ResetEngine.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

2,872,736

ResetTelemetry.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

570,808

ResetEngine.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

42,400

ResetPluginHost.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

57,344

srms.dat

Ne versija

Gegužės 25 d. 8 d.

1:28

60,394

sysreset.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

487,424

ResetEngOnline.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

212,992

SysResetErr.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

75,192

tcpip.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

3,556,792

FWPKCLNT.SYS

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

574,904

tcpipreg.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

86,016

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

256,512

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

264,192

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

261,120

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

260,096

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

262,656

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

263,680

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

256,000

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

262,144

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

259,072

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

260,608

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

253,952

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

247 808

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

247,296

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

259,584

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

258,048

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

257,536

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

258,560

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

261,632

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

244,224

tbs.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

108,920

tbs.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

79,288

ucrtbase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,373,312

msvcp_win.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

641,976

nsi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

51,112

winnsi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

67,616

nsisvc.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

61,440

nsiproxy.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

77,824

ws2_32.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

489,080

win32u.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

170,904

win32k.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

800,176

win32kfull.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

4,255,744

win32kbase.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

3,330,048

win32kbase_rs.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

151,552

winpeshl.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

57,344

wpeutil.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

200,704

wpeutil.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

32 768

wpeinit.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

61,440

startnet.cmd

Ne versija

Gegužės 25 d. 8 d.

1:28

9

StartRep.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,228,800

RecHost.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

152,992

SrtTel.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,721,784

RecEnv.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

464,304

BootRec.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

192,512

DUTProvider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

312,760

WinSetupBak.hiv

Ne versija

Gegužės 25 d. 8 d.

1:28

8,192

WinSetupBak.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

198,064

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

36,352

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

25 600

BootRec.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

4,608

DUTProvider.dll.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

5,120

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

35,840

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

39,936

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

27,648

BootRec.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

5,120

DUTProvider.dll.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

5,632

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

43 520

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

29,184

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

32 768

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

24,576

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

38,400

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

27,136

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

40,960

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

28,160

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

38,912

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

26,624

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

22,528

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

19 456

BootRec.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

4,096

DUTProvider.dll.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

4,096

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

20,992

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

18,432

BootRec.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

3,584

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

35,328

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

26,112

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

37,888

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

40,448

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

34,816

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

25,088

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

15,872

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

16,896

bcrypt.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

102,312

bcryptprimitives.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

427,248

cryptbase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

33,208

cryptsp.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

80,136

DismCore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

370,104

DismProv.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

251,808

DismCorePS.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

98,224

LogProvider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

76,192

FolderProvider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

59,832

dhcpcore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

360,880

dhcpcsvc.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

103,328

dhcpcore6.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

254,896

dhcpcsvc6.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

87,984

KernelBase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

2,817,576

migcore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

7,131,040

migstore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,005,496

mighost.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

254,880

migres.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

17,336

migapp.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

231,856

MXEAgent.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

274,864

AppExtAgent.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

346,568

csiagent.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

527,288

cmi2migxml.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

158,648

msasn1.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

52,240

msvcrt.dll

7.0.26100.4054

Gegužės 25 d. 8 d.

1:28

809,424

nlaapi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

24,064

nlmproxy.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

19 456

nlmsprep.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

17,920

ntdll.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,805,320

rpcrt4.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

758,320

KerbClientShared.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

165,408

sechost.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

529,504

fveapibase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

559,104

fveapi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

984,064

kerberos.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,022,464

kerb3961.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

111,104

NtlmShared.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

63,128

ServicingCommon.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

855,432

tbs.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

78,120

ucrtbase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

1,114,168

msvcp_win.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

505,760

nsi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

21,784

winnsi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

34,704

ws2_32.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

392,104

win32u.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:28

105,936

Failo vardas

Failo versija

Data

Laikas

Failo dydis

storufs.inf

Ne versija

Gegužės 25 d. 8 d.

1:25

26,264

storufs.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

112,048

tpm.inf

Ne versija

Gegužės 25 d. 8 d.

1:25

11,618

tpm.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

349,088

hvloader.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

187,312

hvaa64.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,396,152

skci.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

249,720

iumbase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

26,440

iumdll.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

16,672

tprtdll.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

391,136

vertdll.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

181,432

ucrtbase_enclave.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

450,504

securekernel.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

926,128

VbsSiPolicy.p7b

Ne versija

Gegužės 25 d. 8 d.

1:25

75,322

SDFHost.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

44,056

IumSdk.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

23,768

Facilitator.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,186,760

apisetschema.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

141,240

apisetschema.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

141,256

tcblaunch.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

903,464

tcbloader.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

276,896

DrtmAuthArm.wim

Ne versija

Gegužės 25 d. 8 d.

1:25

5,122

winload.efi

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

3,071,272

bcrypt.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

264,616

bcryptprimitives.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

904,576

BootMenuUX.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

218,624

driversipolicy.p7b

Ne versija

Gegužės 25 d. 8 d.

1:25

229,162

cng.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

728,944

ci.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

964,608

driver.stl

Ne versija

Gegužės 25 d. 8 d.

1:25

15,114

previous.driver.stl

Ne versija

Gegužės 25 d. 8 d.

1:25

15,114

cryptbase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

67,904

cryptsp.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

180,992

DismCore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

783,776

DismProv.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

633,264

DismCorePS.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

400,288

LogProvider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

200,112

FolderProvider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

162,760

dhcpcore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

747,424

dhcpcsvc.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

272,816

dhcpcore6.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

526,792

dhcpcsvc6.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

182,176

fbwf.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

127,216

cmi2migxml.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

216,496

csiagent.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

739,232

diagER.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

77,744

hwcompat.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

234,912

hwcompat.txt

Ne versija

Gegužės 25 d. 8 d.

1:25

219,162

hwexclude.txt

Ne versija

Gegužės 25 d. 8 d.

1:25

51

icbexclusion.inf

Ne versija

Gegužės 25 d. 8 d.

1:25

7,222

migapp.xml

Ne versija

Gegužės 25 d. 8 d.

1:25

654,548

migcore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

9,871,792

mighost.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

271,280

migres.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

17,328

migisol.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

124,832

migstore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,350,584

migsys.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

483,256

MXEAgent.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

395,184

AppExtAgent.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

499,616

offline.xml

Ne versija

Gegužės 25 d. 8 d.

1:25

44,690

oscomps.xml

Ne versija

Gegužės 25 d. 8 d.

1:25

449,323

osfilter.inf

Ne versija

Gegužės 25 d. 8 d.

1:25

21,299

pnppropmig.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

93,640

ReserveManager.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

354,224

setupplatform.cfg

Ne versija

Gegužės 25 d. 8 d.

1:25

15,971

setupplatform.dll

1.96.26100.4054

Gegužės 25 d. 8 d.

1:25

10,207,136

setupplatform.exe

1.96.26100.4054

Gegužės 25 d. 8 d.

1:25

239,032

SFCN.dat

Ne versija

Gegužės 25 d. 8 d.

1:25

1,824

SFLCID.dat

Ne versija

Gegužės 25 d. 8 d.

1:25

1,644

SFLISTW7.dat

Ne versija

Gegužės 25 d. 8 d.

1:25

1,703,368

SFLISTW8.dat

Ne versija

Gegužės 25 d. 8 d.

1:25

2,608,858

SFLISTWB.dat

Ne versija

Gegužės 25 d. 8 d.

1:25

3,172,904

SFLISTWT.dat

Ne versija

Gegužės 25 d. 8 d.

1:25

4,935,402

SFLISTRS1.dat

Ne versija

Gegužės 25 d. 8 d.

1:25

5,593,182

SFPAT.inf

Ne versija

Gegužės 25 d. 8 d.

1:25

11,602

SFPATW7.inf

Ne versija

Gegužės 25 d. 8 d.

1:25

17,396

SFPATW8.inf

Ne versija

Gegužės 25 d. 8 d.

1:25

79,818

SFPATWB.inf

Ne versija

Gegužės 25 d. 8 d.

1:25

91,635

SFPATWT.inf

Ne versija

Gegužės 25 d. 8 d.

1:25

165,729

SFPATRS1.inf

Ne versija

Gegužės 25 d. 8 d.

1:25

169,730

unbcl.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,112,992

upgradeagent.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

3,451,320

upgradeagent.xml

Ne versija

Gegužės 25 d. 8 d.

1:25

70,907

upgrade_comp.xml

Ne versija

Gegužės 25 d. 8 d.

1:25

6,054

upgrade_bulk.xml

Ne versija

Gegužės 25 d. 8 d.

1:25

211,949

upgrade_data.xml

Ne versija

Gegužės 25 d. 8 d.

1:25

41,750

upgrade_frmwrk.xml

Ne versija

Gegužės 25 d. 8 d.

1:25

19,157

upgWow_bulk.xml

Ne versija

Gegužės 25 d. 8 d.

1:25

114,707

upgWowA32_bulk.xml

Ne versija

Gegužės 25 d. 8 d.

1:25

114,697

uninstall.xml

Ne versija

Gegužės 25 d. 8 d.

1:25

4,639

uninstall_data.xml

Ne versija

Gegužės 25 d. 8 d.

1:25

11,122

wdsutil.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

352,712

WinSetupMon.hiv

Ne versija

Gegužės 25 d. 8 d.

1:25

8,192

WinSetupMon.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

145,864

actionqueue.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

431,544

appcompat_detailed.xsl

Ne versija

Gegužės 25 d. 8 d.

1:25

13,608

appcompat_detailed_bidi.xsl

Ne versija

Gegužės 25 d. 8 d.

1:25

13,732

cdplib.mof

Ne versija

Gegužės 25 d. 8 d.

1:25

1,976

cdplibuninstall.mof

Ne versija

Gegužės 25 d. 8 d.

1:25

571

dpx.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,891,256

UpdateCompression.dll

5.0.1.1

Gegužės 25 d. 8 d.

1:25

930,760

itgtupg.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

99,896

migtestplugin.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

55,848

msdelta.dll

5.0.1.1

Gegužės 25 d. 8 d.

1:25

947,632

mspatcha.dll

5.0.1.1

Gegužės 25 d. 8 d.

1:25

116,168

smiengine.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,696,672

wcmtypes.xsd

Ne versija

Gegužės 25 d. 8 d.

1:25

1,047

wdsupgcompl.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

26,168

auditetw.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

15,400

cmisetupetw.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

15,928

etwproviderinstall.vbs

Ne versija

Gegužės 25 d. 8 d.

1:25

6,868

setupcletw.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

20,024

winsetupetw.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

68,176

KernelBase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

6,698,128

dxgkrnl.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

4,901,808

cdd.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

260,608

dxgmms1.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

453,064

dxgmms2.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,097,136

migres.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

17,336

migapp.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

334,256

MXEAgent.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

395,208

SFLISTXP.dat

Ne versija

Gegužės 25 d. 8 d.

1:25

1,459,226

SFLISTLH.dat

Ne versija

Gegužės 25 d. 8 d.

1:25

3,347,940

SFPATXP.inf

Ne versija

Gegužės 25 d. 8 d.

1:25

4,355

SFPATLH.inf

Ne versija

Gegužės 25 d. 8 d.

1:25

8,678

msasn1.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

140,680

msvcrt.dll

7.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,324,440

netio.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

666,016

ncsi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,273,344

netprofmsvc.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

2,030,592

nlaapi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

75,264

nlmproxy.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

77,312

nlmsprep.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

57,344

ntdll.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

4,312,568

ntoskrnl.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

11,426,720

rpcrt4.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

2,077,040

diagtrack.dll

10.0.10586.0

Gegužės 25 d. 8 d.

1:25

1,561,952

diagtrackrunner.exe

10.0.10586.0

Gegužės 25 d. 8 d.

1:25

90,304

reagent.admx

Ne versija

Gegužės 25 d. 8 d.

1:25

1,240

reagent.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,183,176

reagent.xml

Ne versija

Gegužės 25 d. 8 d.

1:25

837

SetupPlatform.cfg

Ne versija

Gegužės 25 d. 8 d.

1:25

23,023

wdscore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

260,016

WinSetupBoot.hiv

Ne versija

Gegužės 25 d. 8 d.

1:25

8,192

WinSetupBoot.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

90,544

wdsclientapi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

251,448

wdscsl.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

94,648

wdsimage.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

110,656

wdstptc.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

198,200

fvevol.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

875,952

dumpfve.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

107,104

bcd.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

148,352

bootsvc.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

284,184

hwreqchk.dll

Ne versija

Gegužės 25 d. 8 d.

1:25

757,688

ServicingCommon.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,995,408

utcapi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

46,512

wimgapi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,547,192

wdscommonlib.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

322,488

dismapi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

2,171,320

dismcoreps.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

217,528

dismprov.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

355,272

folderprovider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

162,736

imagingprovider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

470,448

logprovider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

180,168

vhdprovider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,090,480

wimprovider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,283,488

unattend.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

256,456

wpx.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,553,824

locale.nls

Ne versija

Gegužės 25 d. 8 d.

1:25

861,992

nlsbres.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

95,176

KerbClientShared.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

375,232

sechost.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,164,872

fveapibase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,147,392

fveapi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

2,016,768

kerberos.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

2,314,240

kerb3961.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

267,192

localkdcsvc.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

822,784

LsaIso.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

366,336

iumcrypt.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

141,184

NtlmShared.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

159,800

ServicingCommon.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,995,416

ResetEngine.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

3,370,936

ResetTelemetry.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

583,072

ResetEngine.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

26,528

ResetPluginHost.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

41,472

srms.dat

Ne versija

Gegužės 25 d. 8 d.

1:25

60,394

sysreset.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

480,256

ResetEngOnline.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

212,992

SysResetErr.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

62,880

tcpip.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

3,323,808

FWPKCLNT.SYS

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

538,544

tcpipreg.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

61,952

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

256,512

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

264,192

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

261,120

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

260,096

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

262,656

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

263,680

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

256,000

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

262,144

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

259,072

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

260,608

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

253,952

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

247 808

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

247,296

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

259,584

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

258,048

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

257,536

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

258,560

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

261,632

tcpip.sys.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

244,224

tbs.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

167,552

tbs.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

43,952

ucrtbase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

2,262,384

msvcp_win.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,331,696

nsi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

53,432

winnsi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

94,192

nsisvc.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

78,848

nsiproxy.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

49,664

ws2_32.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

785,808

win32u.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

377,192

win32k.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

678,832

win32kfull.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

3,912,192

win32kbase.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

3,056,640

win32kbase_rs.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

113,152

winpeshl.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

37,376

wpeutil.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

182,784

wpeutil.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

15,872

wpeinit.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

39,424

startnet.cmd

Ne versija

Gegužės 25 d. 8 d.

1:25

9

StartRep.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,255,936

RecHost.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

139,680

SrtTel.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,873,312

RecEnv.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

442,800

BootRec.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

174,080

DUTProvider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

308,640

WinSetupBak.hiv

Ne versija

Gegužės 25 d. 8 d.

1:25

8,192

WinSetupBak.sys

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

172,976

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

36,352

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

25 600

BootRec.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

4,608

DUTProvider.dll.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

5,120

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

35,840

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

39,936

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

27,648

BootRec.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

5,120

DUTProvider.dll.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

5,632

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

43 520

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

29,184

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

32 768

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

24,576

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

38,400

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

27,136

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

40,960

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

28,160

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

38,912

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

26,624

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

22,528

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

19 456

BootRec.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

4,096

DUTProvider.dll.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

4,096

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

20,992

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

18,432

BootRec.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

3,584

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

35,328

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

26,112

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

37,888

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

40,448

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

34,816

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

25,088

StartRep.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

15,872

RecEnv.exe.mui

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

16,896

bcrypt.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

102,312

bcryptprimitives.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

427,248

msvcrt.dll

7.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,156,688

ucrtbase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,574,616

KernelBase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

3,795,024

oleaut32.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,063,256

rpcrt4.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,236,800

cryptbase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

33,208

cryptsp.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

80,136

DismCore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

370,104

DismProv.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

251,808

DismCorePS.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

98,224

LogProvider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

76,192

FolderProvider.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

59,832

dhcpcore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

360,880

dhcpcsvc.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

103,328

dhcpcore6.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

254,896

dhcpcsvc6.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

87,984

KernelBase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

2,817,576

migcore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

7,131,040

migstore.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,005,496

mighost.exe

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

254,880

migapp.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

231,856

MXEAgent.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

274,864

AppExtAgent.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

346,568

csiagent.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

527,288

cmi2migxml.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

158,648

msasn1.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

52,240

msvcrt.dll

7.0.26100.4054

Gegužės 25 d. 8 d.

1:25

809,424

nlaapi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

24,064

nlmproxy.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

19 456

nlmsprep.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

17,920

ntdll.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,805,320

rpcrt4.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

758,320

KerbClientShared.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

165,408

sechost.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

529,504

fveapibase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

559,104

fveapi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

984,064

kerberos.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,022,464

kerb3961.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

111,104

NtlmShared.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

63,128

ServicingCommon.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

855,432

tbs.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

78,120

ucrtbase.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

1,114,168

msvcp_win.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

505,760

nsi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

21,784

winnsi.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

34,704

ws2_32.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

392,104

win32u.dll

10.0.26100.4054

Gegužės 25 d. 8 d.

1:25

105,936

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.