S’applique à
Windows 10 Enterprise, version 1809 Windows Server 2019

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 pour les appareils Windows, consultez Expiration du certificat de démarrage sécurisé Windows et mises à jour de l'autorité de certification.

Pour plus de détails et les étapes de préparation pour les serveurs Windows, consultez les ressources suivantes :

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 1809 et Windows Server 2019.

Voici un résumé des problèmes que cette mise à jour résout lorsque vous installez cette mise à jour. Le texte en gras entre crochets indique l’élément ou la zone de la modification que nous documentons.

  • [Environnement de préinstallation Windows (WinPE)] Nouveau! Si WinPE ne parvient pas à démarrer une application, une boîte de message s’affiche à la place de l’invite de commandes de débogage qui s’affiche précédemment.

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 le KB5065918 de mise à jour précédemment publié.

Vérifier l’installation de cette mise à jour

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

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

acpi.inf

Non versionnée

9-Oct-25

3:22

4,144

acpi.sys

10.0.17763.7560

9-Oct-25

3:22

595,424

pci.inf

Non versionnée

9-Oct-25

3:22

16,148

pci.sys

10.0.17763.7560

9-Oct-25

3:22

315,872

usb.inf

Non versionnée

9-Oct-25

3:22

41,612

usbccgp.sys

10.0.17763.7919

9-Oct-25

3:22

125,888

usbhub3.inf

Non versionnée

9-Oct-25

3:22

11,154

USBHUB3.SYS

10.0.17763.7919

9-Oct-25

3:22

462,784

usbport.inf

Non versionnée

9-Oct-25

3:22

77,422

usbohci.sys

10.0.17763.7919

9-Oct-25

3:22

21 504

usbport.sys

10.0.17763.7919

9-Oct-25

3:22

384,960

usbhub.sys

10.0.17763.7919

9-Oct-25

3:22

373,696

usbehci.sys

10.0.17763.7919

9-Oct-25

3:22

74 176

usbuhci.sys

10.0.17763.7919

9-Oct-25

3:22

24 576

usbd.sys

10.0.17763.7919

9-Oct-25

3:22

26,576

winresume.exe

10.0.17763.7560

9-Oct-25

3:22

994,344

winresume.efi

10.0.17763.7560

9-Oct-25

3:22

1,107,984

winload.exe

10.0.17763.7919

9-Oct-25

3:22

1,236,600

winload.efi

10.0.17763.7919

9-Oct-25

3:22

1,381,192

bootmgfw.efi

10.0.17763.7560

9-Oct-25

3:22

1,275,888

bootmgfw_EX.efi

10.0.26100.30212

9-Oct-25

3:22

2,376,464

SecureBootRecovery.efi

Non versionnée

9-Oct-25

3:22

39,296

bootmgr.efi

10.0.17763.7560

9-Oct-25

3:22

1,261,024

bootmgr_EX.efi

10.0.26100.30212

9-Oct-25

3:22

2,363,264

boot.stl

Non versionnée

9-Oct-25

3:22

10,853

winsipolicy.p7b

Non versionnée

9-Oct-25

3:22

8,786

winresume.exe

10.0.17763.7919

9-Oct-25

3:22

994,312

winresume.efi

10.0.17763.7919

9-Oct-25

3:22

1,107,968

BootMenuUX.dll

10.0.17763.7781

9-Oct-25

3:22

529,408

ci.dll

10.0.17763.7919

9-Oct-25

3:22

696,912

driver.stl

Non versionnée

9-Oct-25

3:22

20,022

errata.inf

Non versionnée

9-Oct-25

3:22

123,848

fltMgr.sys

10.0.17763.7560

9-Oct-25

3:22

306,680

hal.dll

10.0.17763.7560

9-Oct-25

3:22

387,064

halmacpi.dll

10.0.17763.7560

9-Oct-25

3:22

387,064

cmi2migxml.dll

10.0.17763.7560

9-Oct-25

3:22

147,424

csiagent.dll

10.0.17763.7560

9-Oct-25

3:22

509,408

diagER.dll

10.0.17763.7560

9-Oct-25

3:22

43,016

hwcompat.dll

10.0.17763.7560

9-Oct-25

3:22

160,776

hwcompat.txt

Non versionnée

9-Oct-25

3:22

589,760

hwexclude.txt

Non versionnée

9-Oct-25

3:22

51

migapp.xml

Non versionnée

9-Oct-25

3:22

654,548

migcore.dll

10.0.17763.7560

9-Oct-25

3:22

6,777,864

mighost.exe

10.0.17763.7560

9-Oct-25

3:22

249,864

migres.dll

10.0.17763.7560

9-Oct-25

3:22

17,392

migisol.dll

10.0.17763.7560

9-Oct-25

3:22

120,800

migstore.dll

10.0.17763.7560

9-Oct-25

3:22

939,488

migsys.dll

10.0.17763.7560

9-Oct-25

3:22

304,096

MXEAgent.dll

10.0.17763.7560

9-Oct-25

3:22

238,048

offline.xml

Non versionnée

9-Oct-25

3:22

37,395

oscomps.xml

Non versionnée

9-Oct-25

3:22

435,175

oscomps.woa.xml

Non versionnée

9-Oct-25

3:22

249,101

osfilter.inf

Non versionnée

9-Oct-25

3:22

21,299

reagent.dll

10.0.17763.7560

9-Oct-25

3:22

932,360

setupplatform.cfg

Non versionnée

9-Oct-25

3:22

6,266

setupplatform.dll

1.54.17763.7560

9-Oct-25

3:22

6,934,024

setupplatform.exe

1.54.17763.7560

9-Oct-25

3:22

155,120

SFCN.dat

Non versionnée

9-Oct-25

3:22

18:24

SFLCID.dat

Non versionnée

9-Oct-25

3:22

1,644

SFLISTW7.dat

Non versionnée

9-Oct-25

3:22

1,703,408

SFLISTW8.dat

Non versionnée

9-Oct-25

3:22

2,608,968

SFLISTWB.dat

Non versionnée

9-Oct-25

3:22

3,173,014

SFLISTWT.dat

Non versionnée

9-Oct-25

3:22

4,935,478

sflistw8.woa.dat

Non versionnée

9-Oct-25

3:22

954,506

SFLISTRS1.dat

Non versionnée

9-Oct-25

3:22

5,593,518

sflistwb.woa.dat

Non versionnée

9-Oct-25

3:22

1,150,204

sflistwt.woa.dat

Non versionnée

9-Oct-25

3:22

2,636,890

SFPAT.inf

Non versionnée

9-Oct-25

3:22

11,365

SFPATW7.inf

Non versionnée

9-Oct-25

3:22

17,396

SFPATW8.inf

Non versionnée

9-Oct-25

3:22

79,818

SFPATWB.inf

Non versionnée

9-Oct-25

3:22

91,635

SFPATWT.inf

Non versionnée

9-Oct-25

3:22

165,729

SFPATRS1.inf

Non versionnée

9-Oct-25

3:22

169,742

unbcl.dll

10.0.17763.7560

9-Oct-25

3:22

836,064

upgradeagent.dll

10.0.17763.7560

9-Oct-25

3:22

2,378,208

upgradeagent.xml

Non versionnée

9-Oct-25

3:22

70,911

upgrade_comp.xml

Non versionnée

9-Oct-25

3:22

4,320

upgrade_bulk.xml

Non versionnée

9-Oct-25

3:22

191,927

upgrade_data.xml

Non versionnée

9-Oct-25

3:22

41,108

upgrade_frmwrk.xml

Non versionnée

9-Oct-25

3:22

17,284

upgWow_bulk.xml

Non versionnée

9-Oct-25

3:22

97,110

uninstall.xml

Non versionnée

9-Oct-25

3:22

3,286

uninstall_data.xml

Non versionnée

9-Oct-25

3:22

11,122

wdsutil.dll

10.0.17763.7560

9-Oct-25

3:22

237,064

iertutil.dll

11.0.17763.7919

9-Oct-25

3:22

2,296,952

msIso.dll

11.0.17763.7919

9-Oct-25

3:22

272,896

edgeIso.dll

11.0.17763.7919

9-Oct-25

3:22

331,264

ClipSp.sys

10.0.17763.7560

9-Oct-25

3:22

800,264

netio.sys

10.0.17763.7560

9-Oct-25

3:22

404,472

ntdll.dll

10.0.17763.7560

9-Oct-25

3:22

1,657,648

ntfs.sys

10.0.17763.7560

9-Oct-25

3:22

2,133,496

ntoskrnl.exe

10.0.17763.7560

9-Oct-25

3:22

6,898,656

diagtrack.dll

10.0.10586.10008

9-Oct-25

3:22

919,736

diagtrackrunner.exe

10.0.10586.0

9-Oct-25

3:22

79,040

reagent.admx

Non versionnée

9-Oct-25

3:22

1,240

reagent.xml

Non versionnée

9-Oct-25

3:22

837

SetupPlatform.cfg

Non versionnée

9-Oct-25

3:22

8 000

wdsclientapi.dll

10.0.17763.7560

9-Oct-25

3:22

250,496

wdscore.dll

10.0.17763.7560

9-Oct-25

3:22

197,624

wdscsl.dll

10.0.17763.7560

9-Oct-25

3:22

52,192

wdsimage.dll

10.0.17763.7560

9-Oct-25

3:22

758,376

wdstptc.dll

10.0.17763.7560

9-Oct-25

3:22

526,960

fvevol.sys

10.0.17763.7781

9-Oct-25

3:22

653,816

dumpfve.sys

10.0.17763.7781

9-Oct-25

3:22

76,160

fveapibase.dll

10.0.17763.7781

9-Oct-25

3:22

339,968

fveapi.dll

10.0.17763.7781

9-Oct-25

3:22

724,480

ResetEngine.dll

10.0.17763.7560

9-Oct-25

3:22

1,871,872

ResetEngine.exe

10.0.17763.7560

9-Oct-25

3:22

9 728

ResetPluginHost.exe

10.0.17763.7560

9-Oct-25

3:22

24,064

reseteng.dll

10.0.17763.7560

9-Oct-25

3:22

1,016,832

resetengmig.dll

10.0.17763.7560

9-Oct-25

3:22

64,512

ResetEngInterfaces.exe

10.0.17763.7560

9-Oct-25

3:22

8,192

srms.dat

Non versionnée

9-Oct-25

3:22

58,882

srms62.dat

Non versionnée

9-Oct-25

3:22

22,841

sysreset.exe

6.1.7782.0

9-Oct-25

3:22

278,016

systemreset.exe

10.0.17763.7560

9-Oct-25

3:22

456,216

ResetEngOnline.dll

10.0.17763.7560

9-Oct-25

3:22

195,584

SysResetErr.exe

10.0.17763.7560

9-Oct-25

3:22

37,872

tcpip.sys

10.0.17763.7560

9-Oct-25

3:22

2,180,576

FWPKCLNT.SYS

10.0.17763.7560

9-Oct-25

3:22

332,768

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

144 384

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

144,896

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

145 920

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

146,944

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

143,360

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

145,408

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

142,848

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

146 432

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

139,776

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

143 872

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:22

138 240

WindowsCodecs.dll

10.0.17763.7919

9-Oct-25

3:22

1,522,768

winpeshl.exe

10.0.17763.7919

9-Oct-25

3:22

26,112

wpeutil.dll

10.0.17763.7919

9-Oct-25

3:22

104,960

wpeutil.exe

10.0.17763.7919

9-Oct-25

3:22

9 728

wpeinit.exe

10.0.17763.7919

9-Oct-25

3:22

28,160

startnet.cmd

Non versionnée

9-Oct-25

3:22

9

ReAgent.dll

10.0.17763.7560

9-Oct-25

3:22

932,336

ReInfo.dll

10.0.17763.7560

9-Oct-25

3:22

155 648

StartRep.exe

10.0.17763.7919

9-Oct-25

3:22

800,256

RecEnv.exe

10.0.17763.7919

9-Oct-25

3:22

668,624

BootRec.exe

10.0.17763.7919

9-Oct-25

3:22

295 424

Nom de fichier

Version du fichier

Date

Heure

Taille du fichier

acpi.inf

Non versionnée

9-Oct-25

3:37

4,152

acpi.sys

10.0.17763.7560

9-Oct-25

3:37

793,080

pci.inf

Non versionnée

9-Oct-25

3:37

16,156

pci.sys

10.0.17763.7560

9-Oct-25

3:37

423,928

usb.inf

Non versionnée

9-Oct-25

3:37

41,932

usbccgp.sys

10.0.17763.7919

9-Oct-25

3:37

180,160

usbhub3.inf

Non versionnée

9-Oct-25

3:37

11,162

USBHUB3.SYS

10.0.17763.7919

9-Oct-25

3:37

600,512

usbport.inf

Non versionnée

9-Oct-25

3:37

77,558

usbohci.sys

10.0.17763.7919

9-Oct-25

3:37

30 720

usbport.sys

10.0.17763.7919

9-Oct-25

3:37

478,144

usbhub.sys

10.0.17763.7919

9-Oct-25

3:37

533,456

usbehci.sys

10.0.17763.7919

9-Oct-25

3:37

100,288

usbuhci.sys

10.0.17763.7919

9-Oct-25

3:37

35 840

usbd.sys

10.0.17763.7919

9-Oct-25

3:37

34,768

skci.dll

10.0.17763.7560

9-Oct-25

3:37

305,040

iumbase.dll

10.0.17763.7560

9-Oct-25

3:37

25,464

iumdll.dll

10.0.17763.7560

9-Oct-25

3:37

16,752

vertdll.dll

10.0.17763.7560

9-Oct-25

3:37

165,472

ucrtbase_enclave.dll

10.0.17763.7560

9-Oct-25

3:37

486,192

VbsSiPolicy.p7b

Non versionnée

9-Oct-25

3:37

68,351

winresume.exe

10.0.17763.7560

9-Oct-25

3:37

1,198,408

winresume.efi

10.0.17763.7560

9-Oct-25

3:37

1,372,512

winload.exe

10.0.17763.7919

9-Oct-25

3:37

1,501,592

winload.efi

10.0.17763.7919

9-Oct-25

3:37

1,736,096

bootmgfw.efi

10.0.17763.7560

9-Oct-25

3:37

1,519,096

bootmgfw_EX.efi

10.0.26100.30212

9-Oct-25

3:37

2,830,632

SecureBootRecovery.efi

Non versionnée

9-Oct-25

3:37

162,688

bootmgr.efi

10.0.17763.7560

9-Oct-25

3:37

1,502,200

bootmgr_EX.efi

10.0.26100.30212

9-Oct-25

3:37

2,818,464

boot.stl

Non versionnée

9-Oct-25

3:37

11,030

winsipolicy.p7b

Non versionnée

9-Oct-25

3:37

8,786

winresume.exe

10.0.17763.7919

9-Oct-25

3:37

1,198,352

winresume.efi

10.0.17763.7919

9-Oct-25

3:37

1,372,440

BootMenuUX.dll

10.0.17763.7781

9-Oct-25

3:37

661,504

driversipolicy.p7b

Non versionnée

9-Oct-25

3:37

229,162

ci.dll

10.0.17763.7919

9-Oct-25

3:37

885,520

driver.stl

Non versionnée

9-Oct-25

3:37

33,360

errata.inf

Non versionnée

9-Oct-25

3:37

123,848

fltMgr.sys

10.0.17763.7560

9-Oct-25

3:37

434,680

hal.dll

10.0.17763.7560

9-Oct-25

3:37

593,400

cmi2migxml.dll

10.0.17763.7560

9-Oct-25

3:37

179,168

csiagent.dll

10.0.17763.7560

9-Oct-25

3:37

658,928

diagER.dll

10.0.17763.7560

9-Oct-25

3:37

53,216

hwcompat.dll

10.0.17763.7560

9-Oct-25

3:37

199,664

hwcompat.txt

Non versionnée

9-Oct-25

3:37

730,884

hwexclude.txt

Non versionnée

9-Oct-25

3:37

51

migapp.xml

Non versionnée

9-Oct-25

3:37

654,548

migcore.dll

10.0.17763.7560

9-Oct-25

3:37

8,899,040

mighost.exe

10.0.17763.7560

9-Oct-25

3:37

258,544

migres.dll

10.0.17763.7560

9-Oct-25

3:37

17,376

migisol.dll

10.0.17763.7560

9-Oct-25

3:37

143,840

migstore.dll

10.0.17763.7560

9-Oct-25

3:37

1,230,320

migsys.dll

10.0.17763.7560

9-Oct-25

3:37

385,504

MXEAgent.dll

10.0.17763.7560

9-Oct-25

3:37

316,896

offline.xml

Non versionnée

9-Oct-25

3:37

37,395

oscomps.xml

Non versionnée

9-Oct-25

3:37

435,175

oscomps.woa.xml

Non versionnée

9-Oct-25

3:37

249,101

osfilter.inf

Non versionnée

9-Oct-25

3:37

21,299

reagent.dll

10.0.17763.7560

9-Oct-25

3:37

1,104,392

setupplatform.cfg

Non versionnée

9-Oct-25

3:37

6,266

setupplatform.dll

1.54.17763.7560

9-Oct-25

3:37

9,161,184

setupplatform.exe

1.54.17763.7560

9-Oct-25

3:37

169,968

SFCN.dat

Non versionnée

9-Oct-25

3:37

18:24

SFLCID.dat

Non versionnée

9-Oct-25

3:37

1,644

SFLISTW7.dat

Non versionnée

9-Oct-25

3:37

1,703,408

SFLISTW8.dat

Non versionnée

9-Oct-25

3:37

2,608,968

SFLISTWB.dat

Non versionnée

9-Oct-25

3:37

3,173,014

SFLISTWT.dat

Non versionnée

9-Oct-25

3:37

4,935,478

sflistw8.woa.dat

Non versionnée

9-Oct-25

3:37

954,506

SFLISTRS1.dat

Non versionnée

9-Oct-25

3:37

5,593,518

sflistwb.woa.dat

Non versionnée

9-Oct-25

3:37

1,150,204

sflistwt.woa.dat

Non versionnée

9-Oct-25

3:37

2,636,890

SFPAT.inf

Non versionnée

9-Oct-25

3:37

11,365

SFPATW7.inf

Non versionnée

9-Oct-25

3:37

17,396

SFPATW8.inf

Non versionnée

9-Oct-25

3:37

79,818

SFPATWB.inf

Non versionnée

9-Oct-25

3:37

91,635

SFPATWT.inf

Non versionnée

9-Oct-25

3:37

165,729

SFPATRS1.inf

Non versionnée

9-Oct-25

3:37

169,742

unbcl.dll

10.0.17763.7560

9-Oct-25

3:37

1,089,504

upgradeagent.dll

10.0.17763.7560

9-Oct-25

3:37

2,962,928

upgradeagent.xml

Non versionnée

9-Oct-25

3:37

70,911

upgrade_comp.xml

Non versionnée

9-Oct-25

3:37

4,320

upgrade_bulk.xml

Non versionnée

9-Oct-25

3:37

191,927

upgrade_data.xml

Non versionnée

9-Oct-25

3:37

41,108

upgrade_frmwrk.xml

Non versionnée

9-Oct-25

3:37

17,284

upgWow_bulk.xml

Non versionnée

9-Oct-25

3:37

97,110

uninstall.xml

Non versionnée

9-Oct-25

3:37

3,286

uninstall_data.xml

Non versionnée

9-Oct-25

3:37

11,122

wdsutil.dll

10.0.17763.7560

9-Oct-25

3:37

297,968

iertutil.dll

11.0.17763.7919

9-Oct-25

3:37

2,798,528

msIso.dll

11.0.17763.7919

9-Oct-25

3:37

325,120

edgeIso.dll

11.0.17763.7919

9-Oct-25

3:37

450,048

ClipSp.sys

10.0.17763.7560

9-Oct-25

3:37

1,057,264

netio.sys

10.0.17763.7560

9-Oct-25

3:37

599,032

ntdll.dll

10.0.17763.7560

9-Oct-25

3:37

1,999,088

ntfs.sys

10.0.17763.7560

9-Oct-25

3:37

2,628,088

ntoskrnl.exe

10.0.17763.7560

9-Oct-25

3:37

9,672,696

diagtrack.dll

10.0.10586.10008

9-Oct-25

3:37

1,362,104

diagtrackrunner.exe

10.0.10586.0

9-Oct-25

3:37

88,256

reagent.admx

Non versionnée

9-Oct-25

3:37

1,240

reagent.xml

Non versionnée

9-Oct-25

3:37

837

SetupPlatform.cfg

Non versionnée

9-Oct-25

3:37

8 000

wdsclientapi.dll

10.0.17763.7560

9-Oct-25

3:37

299,640

wdscore.dll

10.0.17763.7560

9-Oct-25

3:37

250,336

wdscsl.dll

10.0.17763.7560

9-Oct-25

3:37

61,920

wdsimage.dll

10.0.17763.7560

9-Oct-25

3:37

954,480

wdstptc.dll

10.0.17763.7560

9-Oct-25

3:37

660,608

fvevol.sys

10.0.17763.7781

9-Oct-25

3:37

806,360

dumpfve.sys

10.0.17763.7781

9-Oct-25

3:37

95,288

fveapibase.dll

10.0.17763.7781

9-Oct-25

3:37

408,576

fveapi.dll

10.0.17763.7781

9-Oct-25

3:37

956,416

ResetEngine.dll

10.0.17763.7560

9-Oct-25

3:37

2,319,360

ResetEngine.exe

10.0.17763.7560

9-Oct-25

3:37

11,264

ResetPluginHost.exe

10.0.17763.7560

9-Oct-25

3:37

30 720

reseteng.dll

10.0.17763.7560

9-Oct-25

3:37

1,229,824

resetengmig.dll

10.0.17763.7560

9-Oct-25

3:37

77 824

ResetEngInterfaces.exe

10.0.17763.7560

9-Oct-25

3:37

10 240

srms.dat

Non versionnée

9-Oct-25

3:37

58,882

srms62.dat

Non versionnée

9-Oct-25

3:37

22,841

sysreset.exe

6.1.7782.0

9-Oct-25

3:37

318 464

systemreset.exe

10.0.17763.7560

9-Oct-25

3:37

526,400

ResetEngOnline.dll

10.0.17763.7560

9-Oct-25

3:37

244,224

SysResetErr.exe

10.0.17763.7560

9-Oct-25

3:37

43 488

tcpip.sys

10.0.17763.7560

9-Oct-25

3:37

2,928,648

FWPKCLNT.SYS

10.0.17763.7560

9-Oct-25

3:37

476,152

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

144 384

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

144,896

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

145 920

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

146,944

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

143,360

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

145,408

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

142,848

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

146 432

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

139,776

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

143 872

tcpip.sys.mui

10.0.17763.7560

9-Oct-25

3:37

138 240

WindowsCodecs.dll

10.0.17763.7919

9-Oct-25

3:37

1,799,096

winpeshl.exe

10.0.17763.7919

9-Oct-25

3:37

32 768

wpeutil.dll

10.0.17763.7919

9-Oct-25

3:37

122 368

wpeutil.exe

10.0.17763.7919

9-Oct-25

3:37

12,288

wpeinit.exe

10.0.17763.7919

9-Oct-25

3:37

33 280

startnet.cmd

Non versionnée

9-Oct-25

3:37

9

ReAgent.dll

10.0.17763.7560

9-Oct-25

3:37

1,104,368

ReInfo.dll

10.0.17763.7560

9-Oct-25

3:37

188,416

StartRep.exe

10.0.17763.7919

9-Oct-25

3:37

942,080

RecEnv.exe

10.0.17763.7919

9-Oct-25

3:37

820,160

BootRec.exe

10.0.17763.7919

9-Oct-25

3:37

355 328

iertutil.dll

11.0.17763.7919

9-Oct-25

3:37

2,296,952

msIso.dll

11.0.17763.7919

9-Oct-25

3:37

272,896

edgeIso.dll

11.0.17763.7919

9-Oct-25

3:37

331,264

ntdll.dll

10.0.17763.7560

9-Oct-25

3:37

1,676,744

fveapibase.dll

10.0.17763.7781

9-Oct-25

3:37

339,968

fveapi.dll

10.0.17763.7781

9-Oct-25

3:37

724,480

WindowsCodecs.dll

10.0.17763.7919

9-Oct-25

3:37

1,522,768

ReAgent.dll

10.0.17763.7560

9-Oct-25

3:37

932,336

ReInfo.dll

10.0.17763.7560

9-Oct-25

3:37

155 648

wdsnbp.com

Non versionnée

9-Oct-25

3:37

30,832

abortpxe.com

Non versionnée

9-Oct-25

3:37

79

bootmgr.exe

10.0.17763.7560

9-Oct-25

3:37

672,736

pxeboot.com

Non versionnée

9-Oct-25

3:37

25,358

pxeboot.n12

Non versionnée

9-Oct-25

3:37

25,358

hdlscom1.com

Non versionnée

9-Oct-25

3:37

25,662

hdlscom2.com

Non versionnée

9-Oct-25

3:37

25,662

hdlscom1.n12

Non versionnée

9-Oct-25

3:37

25,646

hdlscom2.n12

Non versionnée

9-Oct-25

3:37

25,646

bootmgfw.efi

10.0.17763.7560

9-Oct-25

3:37

1,275,888

bootmgfw_EX.efi

10.0.26100.30212

9-Oct-25

3:37

2,376,464

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.