Applies To
Windows 10

Windows Secure Boot certificate expiration 

Important: Secure Boot certificates used by most Windows devices are set to expire starting in June 2026. This might affect the ability of certain personal and business devices to boot securely if not updated in time. To avoid disruption, we recommend reviewing the guidance and taking action to update certificates in advance. For details and preparation steps, see Windows Secure Boot certificate expiration and CA updates.

Support for Windows 10 will end in October 2025

After October 14, 2025, Microsoft will no longer provide free software updates from Windows Update, technical assistance, or security fixes for Windows 10. Your PC will still work, but we recommend moving to Windows 11.

Learn more

Summary

This update makes improvements to the Windows recovery environment (WinRE) in Windows 10, version 1507.

How to get this update

Install this update

To install this update, use one of the following release channels.

Available

Next step

Available

This update is available through Windows Update. It will be downloaded and installed automatically.

Prerequisites

There are no prerequisites to apply this update.

Restart information

You do not have to restart your device after you apply this update.

Removal information

This update cannot be removed once it is applied to a Windows image.

Update replacement information

This update replaces the previously released update KB5062692.

Verify the installation of this update

After installing this update, the WinRE version installed on the device should be 10.0.10240.21121.

To get the version of WinRE installed, run the following PowerShell script "GetWinReVersion.ps1" with Administrator credentials. After you run the script, you should receive the installed WinRE version as in the following example:

GetWinReVersion.ps1 PowerShell script

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

#

# 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

File information

The English (United States) version of this software update installs files that have the following attributes. This update might contain files for additional languages.

File name

File version

Date

Time

File size

winload.exe

10.0.10240.21071

27-Jun-25

23:44

928,776

winload.efi

10.0.10240.21071

27-Jun-25

23:44

1,058,408

bootmgfw.efi

10.0.10240.21071

27-Jun-25

23:43

1,001,432

bootmgfw_EX.efi

10.0.26100.30212

27-Jun-25

22:46

2,376,464

SecureBootRecovery.efi

Not versioned

27-Jun-25

22:46

39,296

bootmgr.efi

10.0.10240.21071

27-Jun-25

23:43

998,384

bootmgr_EX.efi

10.0.26100.30212

27-Jun-25

22:46

2,363,264

boot.stl

Not versioned

25-Jun-25

18:40

10,853

winresume.exe

10.0.10240.21071

27-Jun-25

23:44

768,176

winresume.efi

10.0.10240.21071

27-Jun-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-Jun-25

23:42

560,104

driver.stl

Not versioned

25-Jun-25

18:25

19,991

fltMgr.sys

10.0.10240.21071

27-Jun-25

23:43

290,272

hal.dll

10.0.10240.21071

27-Jun-25

23:43

342,008

halmacpi.dll

10.0.10240.21071

27-Jun-25

23:43

342,008

cmi2migxml.dll

10.0.10240.21071

27-Jun-25

23:29

149,488

csiagent.dll

10.0.10240.21071

27-Jun-25

23:29

522,720

diagER.dll

10.0.10240.21071

27-Jun-25

23:28

44,512

diagnostic.dll

10.0.10240.21071

27-Jun-25

23:28

145,376

du.dll

10.0.10240.21071

27-Jun-25

23:28

112,112

hwcompat.dll

10.0.10240.21071

27-Jun-25

23:28

170,424

hwcompat.txt

Not versioned

28-Jun-25

0:01

4,641

hwexclude.txt

Not versioned

28-Jun-25

0:01

2

migapp.xml

Not versioned

25-Jun-25

18:25

597,665

migcore.dll

10.0.10240.21071

27-Jun-25

23:28

6,561,784

mighost.exe

10.0.10240.21071

27-Jun-25

23:29

265,136

migres.dll

10.0.10240.21071

27-Jun-25

23:28

17,904

migisol.dll

10.0.10240.21071

27-Jun-25

23:28

121,864

migstore.dll

10.0.10240.21071

27-Jun-25

23:29

959,456

migsys.dll

10.0.10240.21071

27-Jun-25

23:28

311,816

MXEAgent.dll

10.0.10240.21071

27-Jun-25

23:29

245,728

offline.xml

Not versioned

27-Jun-25

18:53

32,142

oscomps.xml

Not versioned

27-Jun-25

18:53

435,175

oscomps.woa.xml

Not versioned

27-Jun-25

18:53

249,101

osfilter.inf

Not versioned

27-Jun-25

18:52

20,763

reagent.dll

10.0.10240.21071

27-Jun-25

23:30

856,048

setupplatform.cfg

Not versioned

25-Jun-25

18:25

1,734

setupplatform.dll

1.40.10240.21071

27-Jun-25

23:28

5,895,600

setupplatform.exe

1.40.10240.21071

27-Jun-25

23:29

154,040

SFCN.dat

Not versioned

25-Jun-25

18:25

1,824

SFLCID.dat

Not versioned

25-Jun-25

18:25

1,644

SFLISTW7.dat

Not versioned

25-Jun-25

18:26

1,703,322

SFLISTW8.dat

Not versioned

25-Jun-25

18:26

2,609,022

SFLISTWB.dat

Not versioned

25-Jun-25

18:26

3,173,068

SFLISTWT.dat

Not versioned

25-Jun-25

18:26

4,932,206

sflistw8.woa.dat

Not versioned

25-Jun-25

18:26

954,506

sflistwb.woa.dat

Not versioned

25-Jun-25

18:26

1,150,204

sflistwt.woa.dat

Not versioned

25-Jun-25

18:26

2,637,298

SFPAT.inf

Not versioned

27-Jun-25

18:52

10,488

SFPATPG.INF

Not versioned

27-Jun-25

18:52

462

SFPATW7.inf

Not versioned

27-Jun-25

18:52

17,679

SFPATW8.inf

Not versioned

27-Jun-25

18:52

80,101

SFPATWB.inf

Not versioned

27-Jun-25

18:52

91,918

SFPATWT.inf

Not versioned

27-Jun-25

18:52

166,618

unattend.dll

10.0.10240.21071

27-Jun-25

23:28

200,672

unbcl.dll

10.0.10240.21071

27-Jun-25

23:28

868,336

upgradeagent.dll

10.0.10240.21071

27-Jun-25

23:29

2,446,776

upgradeagent.xml

Not versioned

27-Jun-25

18:53

70,803

upgrade_bulk.xml

Not versioned

27-Jun-25

18:53

184,773

upgrade_data.xml

Not versioned

27-Jun-25

18:53

31,023

upgrade_frmwrk.xml

Not versioned

27-Jun-25

18:53

14,776

upgWow_bulk.xml

Not versioned

27-Jun-25

18:53

96,684

uninstall.xml

Not versioned

27-Jun-25

18:53

2,039

uninstall_data.xml

Not versioned

27-Jun-25

18:53

8,973

wdsclientapi.dll

10.0.10240.21071

27-Jun-25

23:30

238,024

wdscsl.dll

10.0.10240.21071

27-Jun-25

23:29

53,216

wdsimage.dll

10.0.10240.21071

27-Jun-25

23:29

763,320

wdsutil.dll

10.0.10240.21071

27-Jun-25

23:28

206,840

wpx.dll

10.0.10240.21071

27-Jun-25

23:28

1,056,248

ClipSp.sys

10.0.10240.21071

27-Jun-25

23:42

495,624

netio.sys

10.0.10240.21071

27-Jun-25

23:43

338,952

ntdll.dll

10.0.10240.21071

27-Jun-25

23:43

1,537,768

ntoskrnl.exe

10.0.10240.21071

27-Jun-25

23:44

6,281,224

pdc.sys

10.0.10240.21071

27-Jun-25

23:44

83,936

diagtrack.dll

10.0.10240.21071

27-Jun-25

23:29

953,848

diagtrackrunner.exe

10.0.10240.21071

27-Jun-25

23:29

69,560

reagent.admx

Not versioned

25-Jun-25

18:25

1,240

reagent.xml

Not versioned

25-Jun-25

18:25

781

SetupPlatform.cfg

Not versioned

25-Jun-25

18:25

3,554

wdscore.dll

10.0.10240.21071

27-Jun-25

23:28

204,792

wdstptc.dll

10.0.10240.21071

27-Jun-25

23:30

552,920

compatprovider.dll

10.0.10240.21071

27-Jun-25

23:30

126,456

dismapi.dll

10.0.10240.21071

27-Jun-25

23:29

694,752

dismcore.dll

10.0.10240.21071

27-Jun-25

23:30

315,376

dismcoreps.dll

10.0.10240.21071

27-Jun-25

23:29

78,304

dismprov.dll

10.0.10240.21071

27-Jun-25

23:30

195,040

folderprovider.dll

10.0.10240.21071

27-Jun-25

23:30

51,168

imagingprovider.dll

10.0.10240.21071

27-Jun-25

23:30

158,192

logprovider.dll

10.0.10240.21071

27-Jun-25

23:30

118,264

vhdprovider.dll

10.0.10240.21071

27-Jun-25

23:30

444,400

wimprovider.dll

10.0.10240.21071

27-Jun-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-Jun-25

23:42

1,860,088

FWPKCLNT.SYS

10.0.10240.21071

27-Jun-25

23:43

289,784

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:03

94,208

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:03

101,888

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:03

106,496

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:03

100,864

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:03

108,544

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:03

105,472

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:05

92,672

tcpip.sys.mui

10.0.10240.21071

27-Jun-25

23:56

92,672

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:04

104,960

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:05

97,280

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:06

101,888

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:04

103,936

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:05

89,088

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:05

102,400

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:06

110,080

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:04

104,448

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:04

73,728

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:04

71,680

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:04

98,304

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:04

99,840

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:04

96,256

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:07

102,912

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:07

113,152

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:07

100,864

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:07

101,888

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:06

99,840

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:07

103,936

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:06

102,400

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:06

103,424

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:06

99,328

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:06

98,304

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:06

96,768

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:06

97,792

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:08

103,936

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:08

64,512

tcpip.sys.mui

10.0.10240.21071

28-Jun-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

Not versioned

1-Aug-25

2:33

9

ReAgent.dll

10.0.10240.21071

27-Jun-25

23:29

856,032

ReInfo.dll

10.0.10240.21071

27-Jun-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

File name

File version

Date

Time

File size

skci.dll

10.0.10240.21071

28-Jun-25

0:05

168,160

VbsSiPolicy.p7b

Not versioned

27-Jun-25

18:03

68,351

winload.exe

10.0.10240.21071

28-Jun-25

0:20

1,147,824

winload.efi

10.0.10240.21071

28-Jun-25

0:20

1,322,952

bootmgfw.efi

10.0.10240.21071

28-Jun-25

0:20

1,183,728

bootmgfw_EX.efi

10.0.26100.30212

27-Jun-25

23:08

2,830,632

SecureBootRecovery.efi

Not versioned

27-Jun-25

23:08

162,688

bootmgr.efi

10.0.10240.21071

28-Jun-25

0:19

1,180,152

bootmgr_EX.efi

10.0.26100.30212

27-Jun-25

23:08

2,818,464

boot.stl

Not versioned

25-Jun-25

18:23

11,030

winresume.exe

10.0.10240.21071

28-Jun-25

0:21

875,672

winresume.efi

10.0.10240.21071

28-Jun-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-Jun-25

0:19

620,120

driver.stl

Not versioned

25-Jun-25

18:17

32,631

fltMgr.sys

10.0.10240.21071

28-Jun-25

0:19

370,656

hal.dll

10.0.10240.21071

28-Jun-25

0:20

427,016

cmi2migxml.dll

10.0.10240.21071

28-Jun-25

0:06

187,360

csiagent.dll

10.0.10240.21071

28-Jun-25

0:06

681,968

diagER.dll

10.0.10240.21071

28-Jun-25

0:05

53,224

diagnostic.dll

10.0.10240.21071

28-Jun-25

0:05

172,528

du.dll

10.0.10240.21071

28-Jun-25

0:05

135,152

hwcompat.dll

10.0.10240.21071

28-Jun-25

0:05

213,944

hwcompat.txt

Not versioned

28-Jun-25

0:38

4,805

hwexclude.txt

Not versioned

28-Jun-25

0:38

2

migapp.xml

Not versioned

25-Jun-25

18:18

597,665

migcore.dll

10.0.10240.21071

28-Jun-25

0:05

8,451,056

mighost.exe

10.0.10240.21071

28-Jun-25

0:05

274,376

migres.dll

10.0.10240.21071

28-Jun-25

0:05

17,912

migisol.dll

10.0.10240.21071

28-Jun-25

0:05

153,072

migstore.dll

10.0.10240.21071

28-Jun-25

0:06

1,216,496

migsys.dll

10.0.10240.21071

28-Jun-25

0:05

399,328

MXEAgent.dll

10.0.10240.21071

28-Jun-25

0:06

323,552

offline.xml

Not versioned

27-Jun-25

18:52

32,142

oscomps.xml

Not versioned

27-Jun-25

18:52

435,175

oscomps.woa.xml

Not versioned

27-Jun-25

18:52

249,101

osfilter.inf

Not versioned

27-Jun-25

18:52

20,763

reagent.dll

10.0.10240.21071

28-Jun-25

0:06

1,001,992

setupplatform.cfg

Not versioned

25-Jun-25

18:17

1,734

setupplatform.dll

1.40.10240.21071

28-Jun-25

0:05

7,449,560

setupplatform.exe

1.40.10240.21071

28-Jun-25

0:06

167,880

SFCN.dat

Not versioned

25-Jun-25

18:17

1,824

SFLCID.dat

Not versioned

25-Jun-25

18:17

1,644

SFLISTW7.dat

Not versioned

25-Jun-25

18:18

1,703,322

SFLISTW8.dat

Not versioned

25-Jun-25

18:18

2,609,022

SFLISTWB.dat

Not versioned

25-Jun-25

18:18

3,173,068

SFLISTWT.dat

Not versioned

25-Jun-25

18:18

4,932,206

sflistw8.woa.dat

Not versioned

25-Jun-25

18:18

954,506

sflistwb.woa.dat

Not versioned

25-Jun-25

18:18

1,150,204

sflistwt.woa.dat

Not versioned

25-Jun-25

18:18

2,637,298

SFPAT.inf

Not versioned

27-Jun-25

18:52

10,488

SFPATPG.INF

Not versioned

27-Jun-25

18:52

462

SFPATW7.inf

Not versioned

27-Jun-25

18:52

17,679

SFPATW8.inf

Not versioned

27-Jun-25

18:52

80,101

SFPATWB.inf

Not versioned

27-Jun-25

18:52

91,918

SFPATWT.inf

Not versioned

27-Jun-25

18:52

166,618

unattend.dll

10.0.10240.21071

28-Jun-25

0:05

239,624

unbcl.dll

10.0.10240.21071

28-Jun-25

0:05

1,132,512

upgradeagent.dll

10.0.10240.21071

28-Jun-25

0:06

3,084,232

upgradeagent.xml

Not versioned

27-Jun-25

18:52

70,803

upgrade_bulk.xml

Not versioned

27-Jun-25

18:52

184,773

upgrade_data.xml

Not versioned

27-Jun-25

18:52

31,023

upgrade_frmwrk.xml

Not versioned

27-Jun-25

18:52

14,776

upgWow_bulk.xml

Not versioned

27-Jun-25

18:52

96,684

uninstall.xml

Not versioned

27-Jun-25

18:52

2,039

uninstall_data.xml

Not versioned

27-Jun-25

18:52

8,973

wdsclientapi.dll

10.0.10240.21071

28-Jun-25

0:07

283,088

wdscsl.dll

10.0.10240.21071

28-Jun-25

0:06

61,936

wdsimage.dll

10.0.10240.21071

28-Jun-25

0:06

911,824

wdsutil.dll

10.0.10240.21071

28-Jun-25

0:05

267,744

wpx.dll

10.0.10240.21071

28-Jun-25

0:05

1,297,888

ClipSp.sys

10.0.10240.21071

28-Jun-25

0:19

598,496

netio.sys

10.0.10240.21071

28-Jun-25

0:20

460,768

ntdll.dll

10.0.10240.21071

28-Jun-25

0:20

1,825,520

ntoskrnl.exe

10.0.10240.21071

28-Jun-25

0:20

8,037,864

pdc.sys

10.0.10240.21071

28-Jun-25

0:21

100,320

diagtrack.dll

10.0.10240.21071

28-Jun-25

0:05

1,409,504

diagtrackrunner.exe

10.0.10240.21071

28-Jun-25

0:05

72,632

reagent.admx

Not versioned

25-Jun-25

18:17

1,240

reagent.xml

Not versioned

25-Jun-25

18:17

781

SetupPlatform.cfg

Not versioned

25-Jun-25

18:18

3,554

wdscore.dll

10.0.10240.21071

28-Jun-25

0:05

257,008

wdstptc.dll

10.0.10240.21071

28-Jun-25

0:07

651,224

compatprovider.dll

10.0.10240.21071

28-Jun-25

0:06

166,392

dismapi.dll

10.0.10240.21071

28-Jun-25

0:06

926,704

dismcore.dll

10.0.10240.21071

28-Jun-25

0:06

395,232

dismcoreps.dll

10.0.10240.21071

28-Jun-25

0:06

159,216

dismprov.dll

10.0.10240.21071

28-Jun-25

0:07

258,056

folderprovider.dll

10.0.10240.21071

28-Jun-25

0:06

62,432

imagingprovider.dll

10.0.10240.21071

28-Jun-25

0:06

216,568

logprovider.dll

10.0.10240.21071

28-Jun-25

0:07

148,472

vhdprovider.dll

10.0.10240.21071

28-Jun-25

0:06

564,720

wimprovider.dll

10.0.10240.21071

28-Jun-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-Jun-25

0:19

2,434,032

FWPKCLNT.SYS

10.0.10240.21071

28-Jun-25

0:19

406,496

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:47

94,208

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:47

101,888

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:47

106,496

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:47

100,864

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:47

108,544

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:47

105,472

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:48

92,672

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:33

92,672

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:50

104,960

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:50

105,472

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:48

97,280

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:48

101,888

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:50

103,936

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:48

89,088

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:48

102,400

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:48

110,080

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:50

104,448

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:50

73,728

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:50

71,680

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:50

98,304

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:50

99,840

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:50

96,256

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:49

102,912

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:49

113,152

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:49

100,864

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:49

101,888

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:48

99,840

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:49

103,936

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:47

102,400

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:47

103,424

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:47

99,328

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:47

98,304

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:47

96,768

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:47

97,792

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:39

103,936

tcpip.sys.mui

10.0.10240.21071

28-Jun-25

0:39

64,512

tcpip.sys.mui

10.0.10240.21071

28-Jun-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

Not versioned

1-Aug-25

2:32

9

ReAgent.dll

10.0.10240.21071

28-Jun-25

0:06

1,001,976

ReInfo.dll

10.0.10240.21071

27-Jun-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-Jun-25

23:44

1,535,184

ReAgent.xml

Not versioned

25-Jun-25

18:25

781

ReAgent.dll

10.0.10240.21071

27-Jun-25

23:29

856,032

ReInfo.dll

10.0.10240.21071

27-Jun-25

21:45

164,864

References

Description of the standard terminology that is used to describe Microsoft software updates

Query words: safeos du

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.