S’applique à
Windows 10

Expiration du certificat de démarrage sécurisé Windows 

Important : Les certificats de démarrage sécurisé utilisés par la plupart des appareils Windows sont configurés pour expirer à partir du mois de juin 2026. Cela peut affecter la capacité de certains appareils personnels et professionnels à démarrer en toute sécurité s’ils ne sont pas mis à jour à temps. Pour éviter toute interruption, nous vous recommandons de consulter l’aide et de prendre des mesures pour mettre à jour les certificats à l’avance. Pour plus de détails et les étapes de préparation, consultez Expiration du certificat de démarrage sécurisé Windows et mises à jour de l'autorité de certification.

Windows 10 ne sera plus pris en charge à compter du mois d’octobre 2025

Après le 14 octobre 2025, Microsoft ne fournira plus de mises à jour logicielles gratuites à partir de Windows Update, ni d'assistance technique, ni de correctifs de sécurité pour Windows 10. Votre ordinateur personnel fonctionnera toujours, mais nous vous recommandons de passer à Windows 11.

En savoir plus

Résumé

Cette mise à jour apporte des améliorations à l’environnement de récupération Windows (WinRE) dans Windows 10, version 1507.

Comment obtenir cette mise à jour

Installer cette mise à jour

Pour installer cette mise à jour, utilisez l’un des canaux de publication ci-dessous.

Disponible

Étape suivante

Disponible

Cette mise à jour est disponible via Windows Update. Elle sera téléchargée et installée automatiquement.

Conditions préalables

Il n’existe aucune condition préalable à l’application de cette mise à jour.

Informations sur le redémarrage

Vous n’avez pas besoin de redémarrer l’appareil après avoir appliqué cette mise à jour.

Informations sur la suppression

Cette mise à jour ne peut pas être supprimée une fois qu’elle est appliquée à une image Windows.

Informations sur le remplacement de la mise à jour

Cette mise à jour remplace la mise à jour publiée précédemment KB5062692.

Vérifier l’installation de cette mise à jour

Après l’installation de cette mise à jour, la version winRE installée sur l’appareil doit être 10.0.10240.21121.

Pour installer la version de l’Environnement de récupération Windows (WinRE), exécutez le script PowerShell « GetWinReVersion.ps1 » suivant avec les identifiants de l’Administrateur. Après avoir exécuté le script, vous devriez recevoir la version de l’Environnement de récupération Windows (WinRE) installée, comme dans l’exemple suivant :

Script PowerShell GetWinReVersion.ps1

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

#

# Copyright (c) Microsoft Corporation.

# Licensed under the MIT License.

#

# THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,

# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE

# SOFTWARE.

#

################################################################################################
# Function to get WinRE path

function GetWinREPath {

    $WinRELocation = (reagentc /info | Select-String "Windows RE location")

    if ($WinRELocation) {

        return $WinRELocation.ToString().Split(':')[-1].Trim()

    } else {

        Write-Host "Failed to find WinRE path" -ForegroundColor Red

        exit 1

    }

}

 
# Creates and needs to be return the mount directory
function GetMountDir {
    # systemdirve\mnt
    $MountDir = "$env:SystemDrive\mnt"
    if (-not (Test-Path $MountDir)) {
        New-Item -ItemType Directory -Path $MountDir -Force | Out-Null
    }
    return $MountDir
}  

# Function to get WinRE version
function GetWinREVersion {

    $mountedPath = GetMountDir
    $filePath = "$mountedPath\Windows\System32\winpeshl.exe"

    $WinREVersion = (Get-Item $filePath).VersionInfo.FileVersionRaw.Revision

    return [int]$WinREVersion

}


# Main Execution

$WinREPath = GetWinREPath


# Make dir C:\mnt if not exists

$TempDir = GetMountDir


# Get the read write permission for this directory

if (-not (Test-Path $TempDir)) {

    New-Item -ItemType Directory -Path $TempDir -Force | Out-Null

}


# Mount WinRE image

dism /Mount-Image /ImageFile:"$WinREPath\winre.wim" /Index:1 /MountDir:"$TempDir"


$WinREVersion = GetWinREVersion

Write-Host "WinRE Version: $WinREVersion" -ForegroundColor Cyan

dism /Unmount-Image /MountDir:"$TempDir" /Discard

Remove-Item -Path $TempDir -Force -Recurse

Informations de fichier

La version anglophone (États-Unis) de cette mise à jour logicielle installe des fichiers qui ont les attributs suivants. Cette mise à jour peut contenir des fichiers pour d’autres langues.

Nom de fichier

Version du fichier

Date

Heure

Taille du fichier

winload.exe

10.0.10240.21071

27-juin-25

2,344

928,776

winload.efi

10.0.10240.21071

27-juin-25

2,344

1,058,408

bootmgfw.efi

10.0.10240.21071

27-juin-25

01:23:43 AM

1,001,432

bootmgfw_EX.efi

10.0.26100.30212

27-juin-25

2,246

2,376,464

SecureBootRecovery.efi

Non versionnée

27-juin-25

2,246

39,296

bootmgr.efi

10.0.10240.21071

27-juin-25

01:23:43 AM

998,384

bootmgr_EX.efi

10.0.26100.30212

27-juin-25

2,246

2,363,264

boot.stl

Non versionnée

25-juin-25

18:40

10,853

winresume.exe

10.0.10240.21071

27-juin-25

2,344

768,176

winresume.efi

10.0.10240.21071

27-juin-25

2,344

885,400

BootMenuUX.dll

10.0.10240.21121

11-août-25

2,158

155,136

ci.dll

10.0.10240.21071

27-juin-25

23:42

560,104

driver.stl

Non versionnée

25-juin-25

18,25

19,991

fltMgr.sys

10.0.10240.21071

27-juin-25

01:23:43 AM

290,272

hal.dll

10.0.10240.21071

27-juin-25

01:23:43 AM

342,008

halmacpi.dll

10.0.10240.21071

27-juin-25

01:23:43 AM

342,008

cmi2migxml.dll

10.0.10240.21071

27-juin-25

23:29

149,488

csiagent.dll

10.0.10240.21071

27-juin-25

23:29

522,720

diagER.dll

10.0.10240.21071

27-juin-25

23:28

44,512

diagnostic.dll

10.0.10240.21071

27-juin-25

23:28

145,376

du.dll

10.0.10240.21071

27-juin-25

23:28

112,112

hwcompat.dll

10.0.10240.21071

27-juin-25

23:28

170,424

hwcompat.txt

Non versionnée

28-juin-25

0.01

4,641

hwexclude.txt

Non versionnée

28-juin-25

0.01

2

migapp.xml

Non versionnée

25-juin-25

18,25

597,665

migcore.dll

10.0.10240.21071

27-juin-25

23:28

6,561,784

mighost.exe

10.0.10240.21071

27-juin-25

23:29

265,136

migres.dll

10.0.10240.21071

27-juin-25

23:28

17,904

migisol.dll

10.0.10240.21071

27-juin-25

23:28

121,864

migstore.dll

10.0.10240.21071

27-juin-25

23:29

959,456

migsys.dll

10.0.10240.21071

27-juin-25

23:28

311,816

MXEAgent.dll

10.0.10240.21071

27-juin-25

23:29

245,728

offline.xml

Non versionnée

27-juin-25

18:53

32,142

oscomps.xml

Non versionnée

27-juin-25

18:53

435,175

oscomps.woa.xml

Non versionnée

27-juin-25

18:53

249,101

osfilter.inf

Non versionnée

27-juin-25

18:52

20,763

reagent.dll

10.0.10240.21071

27-juin-25

23:30

856,048

setupplatform.cfg

Non versionnée

25-juin-25

18,25

1,734

setupplatform.dll

1.40.10240.21071

27-juin-25

23:28

5,895,600

setupplatform.exe

1.40.10240.21071

27-juin-25

23:29

154,040

SFCN.dat

Non versionnée

25-juin-25

18,25

18:24

SFLCID.dat

Non versionnée

25-juin-25

18,25

1,644

SFLISTW7.dat

Non versionnée

25-juin-25

18:26

1,703,322

SFLISTW8.dat

Non versionnée

25-juin-25

18:26

2,609,022

SFLISTWB.dat

Non versionnée

25-juin-25

18:26

3,173,068

SFLISTWT.dat

Non versionnée

25-juin-25

18:26

4,932,206

sflistw8.woa.dat

Non versionnée

25-juin-25

18:26

954,506

sflistwb.woa.dat

Non versionnée

25-juin-25

18:26

1,150,204

sflistwt.woa.dat

Non versionnée

25-juin-25

18:26

2,637,298

SFPAT.inf

Non versionnée

27-juin-25

18:52

10,488

SFPATPG. INF

Non versionnée

27-juin-25

18:52

462

SFPATW7.inf

Non versionnée

27-juin-25

18:52

17,679

SFPATW8.inf

Non versionnée

27-juin-25

18:52

80,101

SFPATWB.inf

Non versionnée

27-juin-25

18:52

91,918

SFPATWT.inf

Non versionnée

27-juin-25

18:52

166,618

unattend.dll

10.0.10240.21071

27-juin-25

23:28

200,672

unbcl.dll

10.0.10240.21071

27-juin-25

23:28

868,336

upgradeagent.dll

10.0.10240.21071

27-juin-25

23:29

2,446,776

upgradeagent.xml

Non versionnée

27-juin-25

18:53

70,803

upgrade_bulk.xml

Non versionnée

27-juin-25

18:53

184,773

upgrade_data.xml

Non versionnée

27-juin-25

18:53

31,023

upgrade_frmwrk.xml

Non versionnée

27-juin-25

18:53

14,776

upgWow_bulk.xml

Non versionnée

27-juin-25

18:53

96,684

uninstall.xml

Non versionnée

27-juin-25

18:53

2,039

uninstall_data.xml

Non versionnée

27-juin-25

18:53

8,973

wdsclientapi.dll

10.0.10240.21071

27-juin-25

23:30

238,024

wdscsl.dll

10.0.10240.21071

27-juin-25

23:29

53,216

wdsimage.dll

10.0.10240.21071

27-juin-25

23:29

763,320

wdsutil.dll

10.0.10240.21071

27-juin-25

23:28

206,840

wpx.dll

10.0.10240.21071

27-juin-25

23:28

1,056,248

ClipSp.sys

10.0.10240.21071

27-juin-25

23:42

495,624

netio.sys

10.0.10240.21071

27-juin-25

01:23:43 AM

338,952

ntdll.dll

10.0.10240.21071

27-juin-25

01:23:43 AM

1,537,768

ntoskrnl.exe

10.0.10240.21071

27-juin-25

2,344

6,281,224

pdc.sys

10.0.10240.21071

27-juin-25

2,344

83,936

diagtrack.dll

10.0.10240.21071

27-juin-25

23:29

953,848

diagtrackrunner.exe

10.0.10240.21071

27-juin-25

23:29

69,560

reagent.admx

Non versionnée

25-juin-25

18,25

1,240

reagent.xml

Non versionnée

25-juin-25

18,25

781

SetupPlatform.cfg

Non versionnée

25-juin-25

18,25

3,554

wdscore.dll

10.0.10240.21071

27-juin-25

23:28

204,792

wdstptc.dll

10.0.10240.21071

27-juin-25

23:30

552,920

compatprovider.dll

10.0.10240.21071

27-juin-25

23:30

126,456

dismapi.dll

10.0.10240.21071

27-juin-25

23:29

694,752

dismcore.dll

10.0.10240.21071

27-juin-25

23:30

315,376

dismcoreps.dll

10.0.10240.21071

27-juin-25

23:29

78,304

dismprov.dll

10.0.10240.21071

27-juin-25

23:30

195,040

folderprovider.dll

10.0.10240.21071

27-juin-25

23:30

51,168

imagingprovider.dll

10.0.10240.21071

27-juin-25

23:30

158,192

logprovider.dll

10.0.10240.21071

27-juin-25

23:30

118,264

vhdprovider.dll

10.0.10240.21071

27-juin-25

23:30

444,400

wimprovider.dll

10.0.10240.21071

27-juin-25

23:30

454,128

fvevol.sys

10.0.10240.21121

12-août-25

0:03

547,776

dumpfve.sys

10.0.10240.21121

11-août-25

23:45

67,824

fveapibase.dll

10.0.10240.21121

11-août-25

2,158

190 464

fveapi.dll

10.0.10240.21121

11-août-25

2 201

613,376

tcpip.sys

10.0.10240.21071

27-juin-25

23:42

1,860,088

FWPKCLNT.SYS

10.0.10240.21071

27-juin-25

01:23:43 AM

289,784

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:03

94,208

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:03

101 888

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:03

106,496

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:03

100,864

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:03

108,544

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:03

105,472

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:05

92 672

tcpip.sys.mui

10.0.10240.21071

27-juin-25

2,356

92 672

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:04

104,960

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:05

97 280

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0.06

101 888

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:04

103 936

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:05

89,088

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:05

102,400

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0.06

110,080

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:04

104 448

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:04

73 728

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:04

71 680

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:04

98,304

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:04

99,840

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:04

96 256

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:07

102,912

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:07

113,152

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:07

100,864

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:07

101 888

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0.06

99,840

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:07

103 936

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0.06

102,400

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0.06

103,424

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0.06

99 328

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0.06

98,304

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0.06

96 768

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0.06

97,792

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:08

103 936

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:08

64,512

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:04

65 024

winpeshl.exe

10.0.10240.21121

11-août-25

21:55

25 600

wpeutil.dll

10.0.10240.21121

11-août-25

21:59

105,472

wpeutil.exe

10.0.10240.21121

11-août-25

21:59

10 240

wpeinit.exe

10.0.10240.21121

11-août-25

21:55

28,160

startnet.cmd

Non versionnée

1-août-25

2:33

9

ReAgent.dll

10.0.10240.21071

27-juin-25

23:29

856,032

ReInfo.dll

10.0.10240.21071

27-juin-25

21:45

164,864

StartRep.exe

10.0.10240.21121

11-août-25

21:54

653,312

RecEnv.exe

10.0.10240.21121

12-août-25

0.01

596,968

BootRec.exe

10.0.10240.21121

11-août-25

21:54

281 600

Nom de fichier

Version du fichier

Date

Heure

Taille du fichier

skci.dll

10.0.10240.21071

28-juin-25

0:05

168,160

VbsSiPolicy.p7b

Non versionnée

27-juin-25

18:03

68,351

winload.exe

10.0.10240.21071

28-juin-25

0:20

1,147,824

winload.efi

10.0.10240.21071

28-juin-25

0:20

1,322,952

bootmgfw.efi

10.0.10240.21071

28-juin-25

0:20

1,183,728

bootmgfw_EX.efi

10.0.26100.30212

27-juin-25

23:08

2,830,632

SecureBootRecovery.efi

Non versionnée

27-juin-25

23:08

162,688

bootmgr.efi

10.0.10240.21071

28-juin-25

0:19

1,180,152

bootmgr_EX.efi

10.0.26100.30212

27-juin-25

23:08

2,818,464

boot.stl

Non versionnée

25-juin-25

23:18

11,030

winresume.exe

10.0.10240.21071

28-juin-25

0:21

875,672

winresume.efi

10.0.10240.21071

28-juin-25

0:21

1,036,744

BootMenuUX.dll

10.0.10240.21121

11-août-25

22:00

187,392

ci.dll

10.0.10240.21071

28-juin-25

0:19

620,120

driver.stl

Non versionnée

25-juin-25

1,817

32,631

fltMgr.sys

10.0.10240.21071

28-juin-25

0:19

370,656

hal.dll

10.0.10240.21071

28-juin-25

0:20

427,016

cmi2migxml.dll

10.0.10240.21071

28-juin-25

0.06

187,360

csiagent.dll

10.0.10240.21071

28-juin-25

0.06

681,968

diagER.dll

10.0.10240.21071

28-juin-25

0:05

53,224

diagnostic.dll

10.0.10240.21071

28-juin-25

0:05

172,528

du.dll

10.0.10240.21071

28-juin-25

0:05

135 152

hwcompat.dll

10.0.10240.21071

28-juin-25

0:05

213,944

hwcompat.txt

Non versionnée

28-juin-25

0:38

4,805

hwexclude.txt

Non versionnée

28-juin-25

0:38

2

migapp.xml

Non versionnée

25-juin-25

1,818

597,665

migcore.dll

10.0.10240.21071

28-juin-25

0:05

8,451,056

mighost.exe

10.0.10240.21071

28-juin-25

0:05

274,376

migres.dll

10.0.10240.21071

28-juin-25

0:05

17,912

migisol.dll

10.0.10240.21071

28-juin-25

0:05

153,072

migstore.dll

10.0.10240.21071

28-juin-25

0.06

1,216,496

migsys.dll

10.0.10240.21071

28-juin-25

0:05

399,328

MXEAgent.dll

10.0.10240.21071

28-juin-25

0.06

323,552

offline.xml

Non versionnée

27-juin-25

18:52

32,142

oscomps.xml

Non versionnée

27-juin-25

18:52

435,175

oscomps.woa.xml

Non versionnée

27-juin-25

18:52

249,101

osfilter.inf

Non versionnée

27-juin-25

18:52

20,763

reagent.dll

10.0.10240.21071

28-juin-25

0.06

1,001,992

setupplatform.cfg

Non versionnée

25-juin-25

1,817

1,734

setupplatform.dll

1.40.10240.21071

28-juin-25

0:05

7,449,560

setupplatform.exe

1.40.10240.21071

28-juin-25

0.06

167,880

SFCN.dat

Non versionnée

25-juin-25

1,817

18:24

SFLCID.dat

Non versionnée

25-juin-25

1,817

1,644

SFLISTW7.dat

Non versionnée

25-juin-25

1,818

1,703,322

SFLISTW8.dat

Non versionnée

25-juin-25

1,818

2,609,022

SFLISTWB.dat

Non versionnée

25-juin-25

1,818

3,173,068

SFLISTWT.dat

Non versionnée

25-juin-25

1,818

4,932,206

sflistw8.woa.dat

Non versionnée

25-juin-25

1,818

954,506

sflistwb.woa.dat

Non versionnée

25-juin-25

1,818

1,150,204

sflistwt.woa.dat

Non versionnée

25-juin-25

1,818

2,637,298

SFPAT.inf

Non versionnée

27-juin-25

18:52

10,488

SFPATPG. INF

Non versionnée

27-juin-25

18:52

462

SFPATW7.inf

Non versionnée

27-juin-25

18:52

17,679

SFPATW8.inf

Non versionnée

27-juin-25

18:52

80,101

SFPATWB.inf

Non versionnée

27-juin-25

18:52

91,918

SFPATWT.inf

Non versionnée

27-juin-25

18:52

166,618

unattend.dll

10.0.10240.21071

28-juin-25

0:05

239,624

unbcl.dll

10.0.10240.21071

28-juin-25

0:05

1,132,512

upgradeagent.dll

10.0.10240.21071

28-juin-25

0.06

3,084,232

upgradeagent.xml

Non versionnée

27-juin-25

18:52

70,803

upgrade_bulk.xml

Non versionnée

27-juin-25

18:52

184,773

upgrade_data.xml

Non versionnée

27-juin-25

18:52

31,023

upgrade_frmwrk.xml

Non versionnée

27-juin-25

18:52

14,776

upgWow_bulk.xml

Non versionnée

27-juin-25

18:52

96,684

uninstall.xml

Non versionnée

27-juin-25

18:52

2,039

uninstall_data.xml

Non versionnée

27-juin-25

18:52

8,973

wdsclientapi.dll

10.0.10240.21071

28-juin-25

0:07

283,088

wdscsl.dll

10.0.10240.21071

28-juin-25

0.06

61,936

wdsimage.dll

10.0.10240.21071

28-juin-25

0.06

911,824

wdsutil.dll

10.0.10240.21071

28-juin-25

0:05

267,744

wpx.dll

10.0.10240.21071

28-juin-25

0:05

1,297,888

ClipSp.sys

10.0.10240.21071

28-juin-25

0:19

598,496

netio.sys

10.0.10240.21071

28-juin-25

0:20

460,768

ntdll.dll

10.0.10240.21071

28-juin-25

0:20

1,825,520

ntoskrnl.exe

10.0.10240.21071

28-juin-25

0:20

8,037,864

pdc.sys

10.0.10240.21071

28-juin-25

0:21

100,320

diagtrack.dll

10.0.10240.21071

28-juin-25

0:05

1,409,504

diagtrackrunner.exe

10.0.10240.21071

28-juin-25

0:05

72,632

reagent.admx

Non versionnée

25-juin-25

1,817

1,240

reagent.xml

Non versionnée

25-juin-25

1,817

781

SetupPlatform.cfg

Non versionnée

25-juin-25

1,818

3,554

wdscore.dll

10.0.10240.21071

28-juin-25

0:05

257,008

wdstptc.dll

10.0.10240.21071

28-juin-25

0:07

651,224

compatprovider.dll

10.0.10240.21071

28-juin-25

0.06

166,392

dismapi.dll

10.0.10240.21071

28-juin-25

0.06

926,704

dismcore.dll

10.0.10240.21071

28-juin-25

0.06

395,232

dismcoreps.dll

10.0.10240.21071

28-juin-25

0.06

159,216

dismprov.dll

10.0.10240.21071

28-juin-25

0:07

258,056

folderprovider.dll

10.0.10240.21071

28-juin-25

0.06

62,432

imagingprovider.dll

10.0.10240.21071

28-juin-25

0.06

216,568

logprovider.dll

10.0.10240.21071

28-juin-25

0:07

148,472

vhdprovider.dll

10.0.10240.21071

28-juin-25

0.06

564,720

wimprovider.dll

10.0.10240.21071

28-juin-25

0.06

595,960

fvevol.sys

10.0.10240.21121

12-août-25

0:43

638,416

dumpfve.sys

10.0.10240.21121

12-août-25

0:23

81,920

fveapibase.dll

10.0.10240.21121

11-août-25

2 201

220,672

fveapi.dll

10.0.10240.21121

11-août-25

2,206

762,880

tcpip.sys

10.0.10240.21071

28-juin-25

0:19

2,434,032

FWPKCLNT.SYS

10.0.10240.21071

28-juin-25

0:19

406,496

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:47

94,208

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:47

101 888

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:47

106,496

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:47

100,864

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:47

108,544

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:47

105,472

tcpip.sys.mui

10.0.10240.21071

28-juin-25

00:48

92 672

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:33

92 672

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:50

104,960

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:50

105,472

tcpip.sys.mui

10.0.10240.21071

28-juin-25

00:48

97 280

tcpip.sys.mui

10.0.10240.21071

28-juin-25

00:48

101 888

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:50

103 936

tcpip.sys.mui

10.0.10240.21071

28-juin-25

00:48

89,088

tcpip.sys.mui

10.0.10240.21071

28-juin-25

00:48

102,400

tcpip.sys.mui

10.0.10240.21071

28-juin-25

00:48

110,080

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:50

104 448

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:50

73 728

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:50

71 680

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:50

98,304

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:50

99,840

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:50

96 256

tcpip.sys.mui

10.0.10240.21071

28-juin-25

00:49

102,912

tcpip.sys.mui

10.0.10240.21071

28-juin-25

00:49

113,152

tcpip.sys.mui

10.0.10240.21071

28-juin-25

00:49

100,864

tcpip.sys.mui

10.0.10240.21071

28-juin-25

00:49

101 888

tcpip.sys.mui

10.0.10240.21071

28-juin-25

00:48

99,840

tcpip.sys.mui

10.0.10240.21071

28-juin-25

00:49

103 936

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:47

102,400

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:47

103,424

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:47

99 328

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:47

98,304

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:47

96 768

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:47

97,792

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:39

103 936

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:39

64,512

tcpip.sys.mui

10.0.10240.21071

28-juin-25

0:50

65 024

winpeshl.exe

10.0.10240.21121

11-août-25

2,157

30 720

wpeutil.dll

10.0.10240.21121

11-août-25

22:02

123 904

wpeutil.exe

10.0.10240.21121

11-août-25

22:02

12,288

wpeinit.exe

10.0.10240.21121

11-août-25

2,157

32 256

startnet.cmd

Non versionnée

1-août-25

2:32

9

ReAgent.dll

10.0.10240.21071

28-juin-25

0.06

1,001,976

ReInfo.dll

10.0.10240.21071

27-juin-25

21:49

193,536

StartRep.exe

10.0.10240.21121

11-août-25

21:55

749,056

RecEnv.exe

10.0.10240.21121

12-août-25

0:41

697,792

BootRec.exe

10.0.10240.21121

11-août-25

21:55

331,776

ntdll.dll

10.0.10240.21071

27-juin-25

2,344

1,535,184

ReAgent.xml

Non versionnée

25-juin-25

18,25

781

ReAgent.dll

10.0.10240.21071

27-juin-25

23:29

856,032

ReInfo.dll

10.0.10240.21071

27-juin-25

21:45

164,864

Références

Description de la terminologie standard utilisée pour décrire les mises à jour logicielles Microsoft

Mots de requête : safeos du

Besoin d’aide ?

Vous voulez plus d’options ?

Explorez les avantages de l’abonnement, parcourez les cours de formation, découvrez comment sécuriser votre appareil, etc.