Gäller för
Windows 10

Förfallodatum för Windows Secure Boot-certifikat 

Viktigt: Certifikat för säker start som används av de flesta Windows-enheter upphör att gälla från och med juni 2026. Det kan påverka möjligheten för vissa personliga enheter och företagsenheter att starta på ett säkert sätt om de inte uppdateras i tid. För att undvika störningar rekommenderar vi att du läser vägledningen och vidtar åtgärder för att uppdatera certifikaten i förväg. Mer information och förberedelser finns i Förfallodatum för Windows Secure Boot-certifikat och CA-uppdateringar.

Supporten för Windows 10 upphör oktober 2025

Efter den 14 oktober 2025 kommer Microsoft inte längre att tillhandahålla kostnadsfria programuppdateringar från Windows Update, teknisk hjälp eller säkerhetskorrigeringar för Windows 10. Datorn fungerar fortfarande, men vi rekommenderar att du flyttar till Windows 11.

Mer information

Sammanfattning

Den här uppdateringen förbättrar Windows återställningsmiljö (WinRE) i Windows 10 version 1507.

Så här hämtar du uppdateringen

Installera den här uppdateringen

Om du vill installera den här uppdateringen använder du någon av följande utgivningskanaler.

Tillgänglig

Nästa steg

Tillgänglig

Den här uppdateringen är tillgänglig via Windows Update. Den laddas ned och installeras automatiskt.

Krav

Det finns inga krav för den här uppdateringen.

Information om omstart

Du behöver inte starta om enheten när du har installerat den här uppdateringen.

Information om borttagning

Den här uppdateringen kan inte tas bort när den har tillämpats på en Windows-avbildning.

Ersättningsinformation om uppdateringen

Den här uppdateringen ersätter den tidigare uppdateringen KB5062692.

Kontrollera installationen av den här uppdateringen

När du har installerat den här uppdateringen ska WinRE-versionen som är installerad på enheten vara 10.0.10240.21121.

Kör följande PowerShell-skript "GetWinReVersion.ps1" med administratörsautentiseringsuppgifter för att få versionen av WinRE installerad. När du har kört skriptet bör du få den installerade WinRE-versionen som i följande exempel:

PowerShell-skript för 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

Filinformation

Den engelska versionen (USA) av den här programuppdateringen installerar filer som har följande attribut. Den här uppdateringen kan innehålla filer för ytterligare språk.

Filnamn

Filversion

Datum

Tid

Filstorlek

winload.exe

10.0.10240.21071

27 juni-25

23:44

928,776

winload.efi

10.0.10240.21071

27 juni-25

23:44

1,058,408

bootmgfw.efi

10.0.10240.21071

27 juni-25

23:43

1,001,432

bootmgfw_EX.efi

10.0.26100.30212

27 juni-25

22:46

2,376,464

SecureBootRecovery.efi

Inte versionerad

27 juni-25

22:46

39,296

bootmgr.efi

10.0.10240.21071

27 juni-25

23:43

998,384

bootmgr_EX.efi

10.0.26100.30212

27 juni-25

22:46

2,363,264

boot.stl

Inte versionerad

25 juni-25

18:40

10,853

winresume.exe

10.0.10240.21071

27 juni-25

23:44

768,176

winresume.efi

10.0.10240.21071

27 juni-25

23:44

885,400

BootMenuUX.dll

10.0.10240.21121

11-aug-25

21:58

155,136

ci.dll

10.0.10240.21071

27 juni-25

23:42

560,104

driver.stl

Inte versionerad

25 juni-25

18:25

19,991

fltMgr.sys

10.0.10240.21071

27 juni-25

23:43

290,272

hal.dll

10.0.10240.21071

27 juni-25

23:43

342,008

halmacpi.dll

10.0.10240.21071

27 juni-25

23:43

342,008

cmi2migxml.dll

10.0.10240.21071

27 juni-25

23:29

149,488

csiagent.dll

10.0.10240.21071

27 juni-25

23:29

522,720

diagER.dll

10.0.10240.21071

27 juni-25

23:28

44,512

diagnostic.dll

10.0.10240.21071

27 juni-25

23:28

145,376

du.dll

10.0.10240.21071

27 juni-25

23:28

112,112

hwcompat.dll

10.0.10240.21071

27 juni-25

23:28

170,424

hwcompat.txt

Inte versionerad

28 juni-25

0:01

4,641

hwexclude.txt

Inte versionerad

28 juni-25

0:01

2

migapp.xml

Inte versionerad

25 juni-25

18:25

597,665

migcore.dll

10.0.10240.21071

27 juni-25

23:28

6,561,784

mighost.exe

10.0.10240.21071

27 juni-25

23:29

265,136

migres.dll

10.0.10240.21071

27 juni-25

23:28

17,904

migisol.dll

10.0.10240.21071

27 juni-25

23:28

121,864

migstore.dll

10.0.10240.21071

27 juni-25

23:29

959,456

migsys.dll

10.0.10240.21071

27 juni-25

23:28

311,816

MXEAgent.dll

10.0.10240.21071

27 juni-25

23:29

245,728

offline.xml

Inte versionerad

27 juni-25

18:53

32,142

oscomps.xml

Inte versionerad

27 juni-25

18:53

435,175

oscomps.woa.xml

Inte versionerad

27 juni-25

18:53

249,101

osfilter.inf

Inte versionerad

27 juni-25

18:52

20,763

reagent.dll

10.0.10240.21071

27 juni-25

23:30

856,048

setupplatform.cfg

Inte versionerad

25 juni-25

18:25

1,734

setupplatform.dll

1.40.10240.21071

27 juni-25

23:28

5,895,600

setupplatform.exe

1.40.10240.21071

27 juni-25

23:29

154,040

SFCN.dat

Inte versionerad

25 juni-25

18:25

1,824

SFLCID.dat

Inte versionerad

25 juni-25

18:25

1,644

SFLISTW7.dat

Inte versionerad

25 juni-25

18:26

1,703,322

SFLISTW8.dat

Inte versionerad

25 juni-25

18:26

2,609,022

SFLISTWB.dat

Inte versionerad

25 juni-25

18:26

3,173,068

SFLISTWT.dat

Inte versionerad

25 juni-25

18:26

4,932,206

sflistw8.woa.dat

Inte versionerad

25 juni-25

18:26

954,506

sflistwb.woa.dat

Inte versionerad

25 juni-25

18:26

1,150,204

sflistwt.woa.dat

Inte versionerad

25 juni-25

18:26

2,637,298

SFPAT.inf

Inte versionerad

27 juni-25

18:52

10,488

SFPATPG. INF

Inte versionerad

27 juni-25

18:52

462

SFPATW7.inf

Inte versionerad

27 juni-25

18:52

17,679

SFPATW8.inf

Inte versionerad

27 juni-25

18:52

80,101

SFPATWB.inf

Inte versionerad

27 juni-25

18:52

91,918

SFPATWT.inf

Inte versionerad

27 juni-25

18:52

166,618

unattend.dll

10.0.10240.21071

27 juni-25

23:28

200,672

unbcl.dll

10.0.10240.21071

27 juni-25

23:28

868,336

upgradeagent.dll

10.0.10240.21071

27 juni-25

23:29

2,446,776

upgradeagent.xml

Inte versionerad

27 juni-25

18:53

70,803

upgrade_bulk.xml

Inte versionerad

27 juni-25

18:53

184,773

upgrade_data.xml

Inte versionerad

27 juni-25

18:53

31,023

upgrade_frmwrk.xml

Inte versionerad

27 juni-25

18:53

14,776

upgWow_bulk.xml

Inte versionerad

27 juni-25

18:53

96,684

uninstall.xml

Inte versionerad

27 juni-25

18:53

2,039

uninstall_data.xml

Inte versionerad

27 juni-25

18:53

8,973

wdsclientapi.dll

10.0.10240.21071

27 juni-25

23:30

238,024

wdscsl.dll

10.0.10240.21071

27 juni-25

23:29

53,216

wdsimage.dll

10.0.10240.21071

27 juni-25

23:29

763,320

wdsutil.dll

10.0.10240.21071

27 juni-25

23:28

206,840

wpx.dll

10.0.10240.21071

27 juni-25

23:28

1,056,248

ClipSp.sys

10.0.10240.21071

27 juni-25

23:42

495,624

netio.sys

10.0.10240.21071

27 juni-25

23:43

338,952

ntdll.dll

10.0.10240.21071

27 juni-25

23:43

1,537,768

ntoskrnl.exe

10.0.10240.21071

27 juni-25

23:44

6,281,224

pdc.sys

10.0.10240.21071

27 juni-25

23:44

83,936

diagtrack.dll

10.0.10240.21071

27 juni-25

23:29

953,848

diagtrackrunner.exe

10.0.10240.21071

27 juni-25

23:29

69,560

reagent.admx

Inte versionerad

25 juni-25

18:25

1,240

reagent.xml

Inte versionerad

25 juni-25

18:25

781

SetupPlatform.cfg

Inte versionerad

25 juni-25

18:25

3,554

wdscore.dll

10.0.10240.21071

27 juni-25

23:28

204,792

wdstptc.dll

10.0.10240.21071

27 juni-25

23:30

552,920

compatprovider.dll

10.0.10240.21071

27 juni-25

23:30

126,456

dismapi.dll

10.0.10240.21071

27 juni-25

23:29

694,752

dismcore.dll

10.0.10240.21071

27 juni-25

23:30

315,376

dismcoreps.dll

10.0.10240.21071

27 juni-25

23:29

78,304

dismprov.dll

10.0.10240.21071

27 juni-25

23:30

195,040

folderprovider.dll

10.0.10240.21071

27 juni-25

23:30

51,168

imagingprovider.dll

10.0.10240.21071

27 juni-25

23:30

158,192

logprovider.dll

10.0.10240.21071

27 juni-25

23:30

118,264

vhdprovider.dll

10.0.10240.21071

27 juni-25

23:30

444,400

wimprovider.dll

10.0.10240.21071

27 juni-25

23:30

454,128

fvevol.sys

10.0.10240.21121

12-aug-25

0:03

547,776

dumpfve.sys

10.0.10240.21121

11-aug-25

23:45

67,824

fveapibase.dll

10.0.10240.21121

11-aug-25

21:58

190 464

fveapi.dll

10.0.10240.21121

11-aug-25

22:01

613,376

tcpip.sys

10.0.10240.21071

27 juni-25

23:42

1,860,088

FWPKCLNT.SYS

10.0.10240.21071

27 juni-25

23:43

289,784

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:03

94,208

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:03

101,888

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:03

106,496

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:03

100 864

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:03

108,544

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:03

105 472

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:05

92,672

tcpip.sys.mui

10.0.10240.21071

27 juni-25

23:56

92,672

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:04

104,960

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:05

97,280

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:06

101,888

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:04

103,936

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:05

89,088

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:05

102 400

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:06

110,080

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:04

104 448

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:04

73,728

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:04

71,680

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:04

98 304

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:04

99,840

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:04

96,256

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:07

102 912

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:07

113,152

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:07

100 864

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:07

101,888

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:06

99,840

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:07

103,936

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:06

102 400

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:06

103,424

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:06

99,328

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:06

98 304

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:06

96,768

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:06

97,792

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:08

103,936

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:08

64,512

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:04

65,024

winpeshl.exe

10.0.10240.21121

11-aug-25

21:55

25,600

wpeutil.dll

10.0.10240.21121

11-aug-25

21:59

105 472

wpeutil.exe

10.0.10240.21121

11-aug-25

21:59

10,240

wpeinit.exe

10.0.10240.21121

11-aug-25

21:55

28,160

startnet.cmd

Inte versionerad

1-aug-25

2.33

9

ReAgent.dll

10.0.10240.21071

27 juni-25

23:29

856,032

ReInfo.dll

10.0.10240.21071

27 juni-25

21:45

164,864

StartRep.exe

10.0.10240.21121

11-aug-25

21:54

653,312

RecEnv.exe

10.0.10240.21121

12-aug-25

0:01

596,968

BootRec.exe

10.0.10240.21121

11-aug-25

21:54

281,600

Filnamn

Filversion

Datum

Tid

Filstorlek

skci.dll

10.0.10240.21071

28 juni-25

0:05

168,160

VbsSiPolicy.p7b

Inte versionerad

27 juni-25

18:03

68,351

winload.exe

10.0.10240.21071

28 juni-25

0:20

1,147,824

winload.efi

10.0.10240.21071

28 juni-25

0:20

1,322,952

bootmgfw.efi

10.0.10240.21071

28 juni-25

0:20

1,183,728

bootmgfw_EX.efi

10.0.26100.30212

27 juni-25

23:08

2,830,632

SecureBootRecovery.efi

Inte versionerad

27 juni-25

23:08

162,688

bootmgr.efi

10.0.10240.21071

28 juni-25

0:19

1,180,152

bootmgr_EX.efi

10.0.26100.30212

27 juni-25

23:08

2,818,464

boot.stl

Inte versionerad

25 juni-25

18:23

11,030

winresume.exe

10.0.10240.21071

28 juni-25

0:21

875,672

winresume.efi

10.0.10240.21071

28 juni-25

0:21

1,036,744

BootMenuUX.dll

10.0.10240.21121

11-aug-25

22:00

187,392

ci.dll

10.0.10240.21071

28 juni-25

0:19

620,120

driver.stl

Inte versionerad

25 juni-25

18:17

32,631

fltMgr.sys

10.0.10240.21071

28 juni-25

0:19

370,656

hal.dll

10.0.10240.21071

28 juni-25

0:20

427,016

cmi2migxml.dll

10.0.10240.21071

28 juni-25

0:06

187,360

csiagent.dll

10.0.10240.21071

28 juni-25

0:06

681,968

diagER.dll

10.0.10240.21071

28 juni-25

0:05

53,224

diagnostic.dll

10.0.10240.21071

28 juni-25

0:05

172,528

du.dll

10.0.10240.21071

28 juni-25

0:05

135,152

hwcompat.dll

10.0.10240.21071

28 juni-25

0:05

213,944

hwcompat.txt

Inte versionerad

28 juni-25

0:38

4,805

hwexclude.txt

Inte versionerad

28 juni-25

0:38

2

migapp.xml

Inte versionerad

25 juni-25

18:18

597,665

migcore.dll

10.0.10240.21071

28 juni-25

0:05

8,451,056

mighost.exe

10.0.10240.21071

28 juni-25

0:05

274,376

migres.dll

10.0.10240.21071

28 juni-25

0:05

17,912

migisol.dll

10.0.10240.21071

28 juni-25

0:05

153,072

migstore.dll

10.0.10240.21071

28 juni-25

0:06

1,216,496

migsys.dll

10.0.10240.21071

28 juni-25

0:05

399,328

MXEAgent.dll

10.0.10240.21071

28 juni-25

0:06

323,552

offline.xml

Inte versionerad

27 juni-25

18:52

32,142

oscomps.xml

Inte versionerad

27 juni-25

18:52

435,175

oscomps.woa.xml

Inte versionerad

27 juni-25

18:52

249,101

osfilter.inf

Inte versionerad

27 juni-25

18:52

20,763

reagent.dll

10.0.10240.21071

28 juni-25

0:06

1,001,992

setupplatform.cfg

Inte versionerad

25 juni-25

18:17

1,734

setupplatform.dll

1.40.10240.21071

28 juni-25

0:05

7,449,560

setupplatform.exe

1.40.10240.21071

28 juni-25

0:06

167,880

SFCN.dat

Inte versionerad

25 juni-25

18:17

1,824

SFLCID.dat

Inte versionerad

25 juni-25

18:17

1,644

SFLISTW7.dat

Inte versionerad

25 juni-25

18:18

1,703,322

SFLISTW8.dat

Inte versionerad

25 juni-25

18:18

2,609,022

SFLISTWB.dat

Inte versionerad

25 juni-25

18:18

3,173,068

SFLISTWT.dat

Inte versionerad

25 juni-25

18:18

4,932,206

sflistw8.woa.dat

Inte versionerad

25 juni-25

18:18

954,506

sflistwb.woa.dat

Inte versionerad

25 juni-25

18:18

1,150,204

sflistwt.woa.dat

Inte versionerad

25 juni-25

18:18

2,637,298

SFPAT.inf

Inte versionerad

27 juni-25

18:52

10,488

SFPATPG. INF

Inte versionerad

27 juni-25

18:52

462

SFPATW7.inf

Inte versionerad

27 juni-25

18:52

17,679

SFPATW8.inf

Inte versionerad

27 juni-25

18:52

80,101

SFPATWB.inf

Inte versionerad

27 juni-25

18:52

91,918

SFPATWT.inf

Inte versionerad

27 juni-25

18:52

166,618

unattend.dll

10.0.10240.21071

28 juni-25

0:05

239,624

unbcl.dll

10.0.10240.21071

28 juni-25

0:05

1,132,512

upgradeagent.dll

10.0.10240.21071

28 juni-25

0:06

3,084,232

upgradeagent.xml

Inte versionerad

27 juni-25

18:52

70,803

upgrade_bulk.xml

Inte versionerad

27 juni-25

18:52

184,773

upgrade_data.xml

Inte versionerad

27 juni-25

18:52

31,023

upgrade_frmwrk.xml

Inte versionerad

27 juni-25

18:52

14,776

upgWow_bulk.xml

Inte versionerad

27 juni-25

18:52

96,684

uninstall.xml

Inte versionerad

27 juni-25

18:52

2,039

uninstall_data.xml

Inte versionerad

27 juni-25

18:52

8,973

wdsclientapi.dll

10.0.10240.21071

28 juni-25

0:07

283,088

wdscsl.dll

10.0.10240.21071

28 juni-25

0:06

61,936

wdsimage.dll

10.0.10240.21071

28 juni-25

0:06

911,824

wdsutil.dll

10.0.10240.21071

28 juni-25

0:05

267,744

wpx.dll

10.0.10240.21071

28 juni-25

0:05

1,297,888

ClipSp.sys

10.0.10240.21071

28 juni-25

0:19

598,496

netio.sys

10.0.10240.21071

28 juni-25

0:20

460,768

ntdll.dll

10.0.10240.21071

28 juni-25

0:20

1,825,520

ntoskrnl.exe

10.0.10240.21071

28 juni-25

0:20

8,037,864

pdc.sys

10.0.10240.21071

28 juni-25

0:21

100,320

diagtrack.dll

10.0.10240.21071

28 juni-25

0:05

1,409,504

diagtrackrunner.exe

10.0.10240.21071

28 juni-25

0:05

72,632

reagent.admx

Inte versionerad

25 juni-25

18:17

1,240

reagent.xml

Inte versionerad

25 juni-25

18:17

781

SetupPlatform.cfg

Inte versionerad

25 juni-25

18:18

3,554

wdscore.dll

10.0.10240.21071

28 juni-25

0:05

257,008

wdstptc.dll

10.0.10240.21071

28 juni-25

0:07

651,224

compatprovider.dll

10.0.10240.21071

28 juni-25

0:06

166,392

dismapi.dll

10.0.10240.21071

28 juni-25

0:06

926,704

dismcore.dll

10.0.10240.21071

28 juni-25

0:06

395,232

dismcoreps.dll

10.0.10240.21071

28 juni-25

0:06

159,216

dismprov.dll

10.0.10240.21071

28 juni-25

0:07

258,056

folderprovider.dll

10.0.10240.21071

28 juni-25

0:06

62,432

imagingprovider.dll

10.0.10240.21071

28 juni-25

0:06

216,568

logprovider.dll

10.0.10240.21071

28 juni-25

0:07

148,472

vhdprovider.dll

10.0.10240.21071

28 juni-25

0:06

564,720

wimprovider.dll

10.0.10240.21071

28 juni-25

0:06

595,960

fvevol.sys

10.0.10240.21121

12-aug-25

0:43

638,416

dumpfve.sys

10.0.10240.21121

12-aug-25

0:23

81,920

fveapibase.dll

10.0.10240.21121

11-aug-25

22:01

220,672

fveapi.dll

10.0.10240.21121

11-aug-25

22:06

762,880

tcpip.sys

10.0.10240.21071

28 juni-25

0:19

2,434,032

FWPKCLNT.SYS

10.0.10240.21071

28 juni-25

0:19

406,496

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:47

94,208

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:47

101,888

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:47

106,496

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:47

100 864

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:47

108,544

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:47

105 472

tcpip.sys.mui

10.0.10240.21071

28 juni-25

00:48

92,672

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:33

92,672

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0.50

104,960

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0.50

105 472

tcpip.sys.mui

10.0.10240.21071

28 juni-25

00:48

97,280

tcpip.sys.mui

10.0.10240.21071

28 juni-25

00:48

101,888

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0.50

103,936

tcpip.sys.mui

10.0.10240.21071

28 juni-25

00:48

89,088

tcpip.sys.mui

10.0.10240.21071

28 juni-25

00:48

102 400

tcpip.sys.mui

10.0.10240.21071

28 juni-25

00:48

110,080

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0.50

104 448

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0.50

73,728

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0.50

71,680

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0.50

98 304

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0.50

99,840

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0.50

96,256

tcpip.sys.mui

10.0.10240.21071

28 juni-25

00:49

102 912

tcpip.sys.mui

10.0.10240.21071

28 juni-25

00:49

113,152

tcpip.sys.mui

10.0.10240.21071

28 juni-25

00:49

100 864

tcpip.sys.mui

10.0.10240.21071

28 juni-25

00:49

101,888

tcpip.sys.mui

10.0.10240.21071

28 juni-25

00:48

99,840

tcpip.sys.mui

10.0.10240.21071

28 juni-25

00:49

103,936

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:47

102 400

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:47

103,424

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:47

99,328

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:47

98 304

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:47

96,768

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:47

97,792

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:39

103,936

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0:39

64,512

tcpip.sys.mui

10.0.10240.21071

28 juni-25

0.50

65,024

winpeshl.exe

10.0.10240.21121

11-aug-25

21:57

30,720

wpeutil.dll

10.0.10240.21121

11-aug-25

22:02

123 904

wpeutil.exe

10.0.10240.21121

11-aug-25

22:02

12,288

wpeinit.exe

10.0.10240.21121

11-aug-25

21:57

32,256

startnet.cmd

Inte versionerad

1-aug-25

2:32

9

ReAgent.dll

10.0.10240.21071

28 juni-25

0:06

1,001,976

ReInfo.dll

10.0.10240.21071

27 juni-25

21:49

193,536

StartRep.exe

10.0.10240.21121

11-aug-25

21:55

749 056

RecEnv.exe

10.0.10240.21121

12-aug-25

0:41

697,792

BootRec.exe

10.0.10240.21121

11-aug-25

21:55

331,776

ntdll.dll

10.0.10240.21071

27 juni-25

23:44

1,535,184

ReAgent.xml

Inte versionerad

25 juni-25

18:25

781

ReAgent.dll

10.0.10240.21071

27 juni-25

23:29

856,032

ReInfo.dll

10.0.10240.21071

27 juni-25

21:45

164,864

Referenser

Beskrivning av standardterminologin som används för att beskriva Microsofts programuppdateringar

Frågeord: safeos du

Behöver du mer hjälp?

Vill du ha fler alternativ?

Utforska prenumerationsförmåner, bläddra bland utbildningskurser, lär dig hur du skyddar din enhet med mera.