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

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 dans Windows 10, version 1809 et Windows Server 2019.

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

Oui

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

Configuration requise

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

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

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

22-Oct-24

1,809

4,144

acpi.sys

10.0.17763.4964

22-Oct-24

1,809

595,312

pci.inf

Non versionnée

22-Oct-24

1,809

16,148

pci.sys

10.0.17763.4964

22-Oct-24

1,809

315,776

winresume.exe

10.0.17763.4964

22-Oct-24

1,809

988,056

winresume.efi

10.0.17763.4964

22-Oct-24

1,809

1,101,704

winload.exe

10.0.17763.5322

22-Oct-24

1,809

1,230,352

winload.efi

10.0.17763.5322

22-Oct-24

1,809

1,367,688

bootmgfw.efi

10.0.17763.5322

22-Oct-24

1,809

1,269,728

bootmgr.efi

10.0.17763.5322

22-Oct-24

1,809

1,254,872

boot.stl

Non versionnée

22-Oct-24

1,809

10,689

winsipolicy.p7b

Non versionnée

22-Oct-24

1,809

8,786

winresume.exe

10.0.17763.5322

22-Oct-24

1,809

988,176

winresume.efi

10.0.17763.5322

22-Oct-24

1,809

1,101,824

BootMenuUX.dll

10.0.17763.6530

22-Oct-24

1,809

530,944

ci.dll

10.0.17763.5322

22-Oct-24

1,809

685,080

driver.stl

Non versionnée

22-Oct-24

1,809

15,792

errata.inf

Non versionnée

22-Oct-24

1,809

123,848

fltMgr.sys

10.0.17763.4964

22-Oct-24

1,809

306,048

hal.dll

10.0.17763.4964

22-Oct-24

1,809

386,928

halmacpi.dll

10.0.17763.4964

22-Oct-24

1,809

386,928

cmi2migxml.dll

10.0.17763.6401

22-Oct-24

1,809

147,456

csiagent.dll

10.0.17763.6401

22-Oct-24

1,809

509,312

diagER.dll

10.0.17763.6401

22-Oct-24

1,809

42,992

hwcompat.dll

10.0.17763.6401

22-Oct-24

1,809

160,736

hwcompat.txt

Non versionnée

22-Oct-24

1,809

589,760

hwexclude.txt

Non versionnée

22-Oct-24

1,809

51

migapp.xml

Non versionnée

22-Oct-24

1,809

654,548

migcore.dll

10.0.17763.6401

22-Oct-24

1,809

6,777,824

mighost.exe

10.0.17763.6401

22-Oct-24

1,809

249,848

migres.dll

10.0.17763.6401

22-Oct-24

1,809

17,392

migisol.dll

10.0.17763.6401

22-Oct-24

1,809

120,816

migstore.dll

10.0.17763.6401

22-Oct-24

1,809

939,512

migsys.dll

10.0.17763.6401

22-Oct-24

1,809

304,112

MXEAgent.dll

10.0.17763.6401

22-Oct-24

1,809

237,952

offline.xml

Non versionnée

22-Oct-24

1,809

37,395

oscomps.xml

Non versionnée

22-Oct-24

1,809

435,175

oscomps.woa.xml

Non versionnée

22-Oct-24

1,809

249,101

osfilter.inf

Non versionnée

22-Oct-24

1,809

21,299

reagent.dll

10.0.17763.6401

22-Oct-24

1,809

923,128

setupplatform.cfg

Non versionnée

22-Oct-24

1,809

6,266

setupplatform.dll

1.54.17763.6401

22-Oct-24

1,809

6,934,520

setupplatform.exe

1.54.17763.6401

22-Oct-24

1,809

155,016

SFCN.dat

Non versionnée

22-Oct-24

1,809

18:24

SFLCID.dat

Non versionnée

22-Oct-24

1,809

1,644

SFLISTW7.dat

Non versionnée

22-Oct-24

1,809

1,703,408

SFLISTW8.dat

Non versionnée

22-Oct-24

1,809

2,608,968

SFLISTWB.dat

Non versionnée

22-Oct-24

1,809

3,173,014

SFLISTWT.dat

Non versionnée

22-Oct-24

1,809

4,935,478

sflistw8.woa.dat

Non versionnée

22-Oct-24

1,809

954,506

SFLISTRS1.dat

Non versionnée

22-Oct-24

1,809

5,593,518

sflistwb.woa.dat

Non versionnée

22-Oct-24

1,809

1,150,204

sflistwt.woa.dat

Non versionnée

22-Oct-24

1,809

2,636,890

SFPAT.inf

Non versionnée

22-Oct-24

1,809

11,365

SFPATW7.inf

Non versionnée

22-Oct-24

1,809

17,396

SFPATW8.inf

Non versionnée

22-Oct-24

1,809

79,818

SFPATWB.inf

Non versionnée

22-Oct-24

1,809

91,635

SFPATWT.inf

Non versionnée

22-Oct-24

1,809

165,729

SFPATRS1.inf

Non versionnée

22-Oct-24

1,809

169,742

unbcl.dll

10.0.17763.6401

22-Oct-24

1,809

836,104

upgradeagent.dll

10.0.17763.6401

22-Oct-24

1,809

2,378,232

upgradeagent.xml

Non versionnée

22-Oct-24

1,809

70,911

upgrade_comp.xml

Non versionnée

22-Oct-24

1,809

4,320

upgrade_bulk.xml

Non versionnée

22-Oct-24

1,809

191,927

upgrade_data.xml

Non versionnée

22-Oct-24

1,809

41,108

upgrade_frmwrk.xml

Non versionnée

22-Oct-24

1,809

17,284

upgWow_bulk.xml

Non versionnée

22-Oct-24

1,809

97,110

uninstall.xml

Non versionnée

22-Oct-24

1,809

3,286

uninstall_data.xml

Non versionnée

22-Oct-24

1,809

11,122

wdsutil.dll

10.0.17763.6401

22-Oct-24

1,809

237,064

ClipSp.sys

10.0.17763.4964

22-Oct-24

1,809

798,680

ntdll.dll

10.0.17763.4964

22-Oct-24

1,809

1,657,496

ntfs.sys

10.0.17763.587

22-Oct-24

1,809

2,137,400

ntoskrnl.exe

10.0.17763.4964

22-Oct-24

1,809

6,893,528

diagtrack.dll

10.0.10586.10008

22-Oct-24

1,809

919,736

diagtrackrunner.exe

10.0.10586.0

22-Oct-24

1,809

79,040

reagent.admx

Non versionnée

22-Oct-24

1,809

1,240

reagent.xml

Non versionnée

22-Oct-24

1,809

837

SetupPlatform.cfg

Non versionnée

22-Oct-24

1,809

8 000

wdsclientapi.dll

10.0.17763.6401

22-Oct-24

1,809

250,504

wdscore.dll

10.0.17763.6401

22-Oct-24

1,809

197,504

wdscsl.dll

10.0.17763.6401

22-Oct-24

1,809

52,088

wdsimage.dll

10.0.17763.6401

22-Oct-24

1,809

758,264

wdstptc.dll

10.0.17763.6401

22-Oct-24

1,809

526,960

ResetEngine.dll

10.0.17763.292

22-Oct-24

1,809

1,856,000

ResetEngine.exe

10.0.17763.1

22-Oct-24

1,809

9 728

ResetPluginHost.exe

10.0.17763.1

22-Oct-24

1,809

24,064

reseteng.dll

10.0.17763.344

22-Oct-24

1,809

1,013,248

resetengmig.dll

10.0.17763.1

22-Oct-24

1,809

64,512

ResetEngInterfaces.exe

10.0.17763.1

22-Oct-24

1,809

8,192

srms.dat

Non versionnée

22-Oct-24

1,809

58,524

srms62.dat

Non versionnée

22-Oct-24

1,809

22,841

sysreset.exe

6.1.7782.0

22-Oct-24

1,809

275 968

systemreset.exe

10.0.17763.292

22-Oct-24

1,809

451,896

ResetEngOnline.dll

10.0.17763.292

22-Oct-24

1,809

193,536

SysResetErr.exe

10.0.17763.1

22-Oct-24

1,809

36,152

winpeshl.exe

10.0.17763.6530

22-Oct-24

1,809

25 600

wpeutil.dll

10.0.17763.6530

22-Oct-24

1,809

104,960

wpeutil.exe

10.0.17763.6530

22-Oct-24

1,809

9 728

wpeinit.exe

10.0.17763.6530

22-Oct-24

1,809

28,160

startnet.cmd

Non versionnée

22-Oct-24

1,809

9

StartRep.exe

10.0.17763.6401

22-Oct-24

1,809

803,328

RecEnv.exe

10.0.17763.6401

22-Oct-24

1,809

665,080

BootRec.exe

10.0.17763.6401

22-Oct-24

1,809

297,984

Nom de fichier

Version du fichier

Date

Heure

Taille du fichier

acpi.inf

Non versionnée

22-Oct-24

2 118

4,152

acpi.sys

10.0.17763.4964

22-Oct-24

2 118

792,960

pci.inf

Non versionnée

22-Oct-24

2 118

16,156

pci.sys

10.0.17763.4964

22-Oct-24

2 118

423,896

skci.dll

10.0.17763.5322

22-Oct-24

2 118

301,264

winresume.exe

10.0.17763.4964

22-Oct-24

2 118

1,191,064

winresume.efi

10.0.17763.4964

22-Oct-24

2 118

1,353,272

winload.exe

10.0.17763.5322

22-Oct-24

2 118

1,493,800

winload.efi

10.0.17763.5322

22-Oct-24

2 118

1,712,864

bootmgfw.efi

10.0.17763.5322

22-Oct-24

2 118

1,507,312

bootmgr.efi

10.0.17763.5322

22-Oct-24

2 118

1,489,888

boot.stl

Non versionnée

22-Oct-24

2 118

10,895

winsipolicy.p7b

Non versionnée

22-Oct-24

2 118

8,786

winresume.exe

10.0.17763.5322

22-Oct-24

2 118

1,191,072

winresume.efi

10.0.17763.5322

22-Oct-24

2 118

1,353,288

BootMenuUX.dll

10.0.17763.6530

22-Oct-24

2 118

662,528

driversipolicy.p7b

Non versionnée

22-Oct-24

2 118

150,679

ci.dll

10.0.17763.5322

22-Oct-24

2 118

870,976

driver.stl

Non versionnée

22-Oct-24

2 118

25,628

bootmgfw.efi

10.0.17763.4964

22-Oct-24

2 118

1,507,184

errata.inf

Non versionnée

22-Oct-24

2 118

123,848

fltMgr.sys

10.0.17763.4964

22-Oct-24

2 118

434,032

hal.dll

10.0.17763.4964

22-Oct-24

2 118

593,280

cmi2migxml.dll

10.0.17763.6401

22-Oct-24

2 118

179,184

csiagent.dll

10.0.17763.6401

22-Oct-24

2 118

658,800

diagER.dll

10.0.17763.6401

22-Oct-24

2 118

53,232

hwcompat.dll

10.0.17763.6401

22-Oct-24

2 118

199,664

hwcompat.txt

Non versionnée

22-Oct-24

2 118

730,884

hwexclude.txt

Non versionnée

22-Oct-24

2 118

51

migapp.xml

Non versionnée

22-Oct-24

2 118

654,548

migcore.dll

10.0.17763.6401

22-Oct-24

2 118

8,899,040

mighost.exe

10.0.17763.6401

22-Oct-24

2 118

258,552

migres.dll

10.0.17763.6401

22-Oct-24

2 118

17,416

migisol.dll

10.0.17763.6401

22-Oct-24

2 118

143,856

migstore.dll

10.0.17763.6401

22-Oct-24

2 118

1,230,344

migsys.dll

10.0.17763.6401

22-Oct-24

2 118

385,528

MXEAgent.dll

10.0.17763.6401

22-Oct-24

2 118

316,808

offline.xml

Non versionnée

22-Oct-24

2 118

37,395

oscomps.xml

Non versionnée

22-Oct-24

2 118

435,175

oscomps.woa.xml

Non versionnée

22-Oct-24

2 118

249,101

osfilter.inf

Non versionnée

22-Oct-24

2 118

21,299

reagent.dll

10.0.17763.6401

22-Oct-24

2 118

1,094,512

setupplatform.cfg

Non versionnée

22-Oct-24

2 118

6,266

setupplatform.dll

1.54.17763.6401

22-Oct-24

2 118

9,161,184

setupplatform.exe

1.54.17763.6401

22-Oct-24

2 118

169,840

SFCN.dat

Non versionnée

22-Oct-24

2 118

18:24

SFLCID.dat

Non versionnée

22-Oct-24

2 118

1,644

SFLISTW7.dat

Non versionnée

22-Oct-24

2 118

1,703,408

SFLISTW8.dat

Non versionnée

22-Oct-24

2 118

2,608,968

SFLISTWB.dat

Non versionnée

22-Oct-24

2 118

3,173,014

SFLISTWT.dat

Non versionnée

22-Oct-24

2 118

4,935,478

sflistw8.woa.dat

Non versionnée

22-Oct-24

2 118

954,506

SFLISTRS1.dat

Non versionnée

22-Oct-24

2 118

5,593,518

sflistwb.woa.dat

Non versionnée

22-Oct-24

2 118

1,150,204

sflistwt.woa.dat

Non versionnée

22-Oct-24

2 118

2,636,890

SFPAT.inf

Non versionnée

22-Oct-24

2 118

11,365

SFPATW7.inf

Non versionnée

22-Oct-24

2 118

17,396

SFPATW8.inf

Non versionnée

22-Oct-24

2 118

79,818

SFPATWB.inf

Non versionnée

22-Oct-24

2 118

91,635

SFPATWT.inf

Non versionnée

22-Oct-24

2 118

165,729

SFPATRS1.inf

Non versionnée

22-Oct-24

2 118

169,742

unbcl.dll

10.0.17763.6401

22-Oct-24

2 118

1,089,520

upgradeagent.dll

10.0.17763.6401

22-Oct-24

2 118

2,962,808

upgradeagent.xml

Non versionnée

22-Oct-24

2 118

70,911

upgrade_comp.xml

Non versionnée

22-Oct-24

2 118

4,320

upgrade_bulk.xml

Non versionnée

22-Oct-24

2 118

191,927

upgrade_data.xml

Non versionnée

22-Oct-24

2 118

41,108

upgrade_frmwrk.xml

Non versionnée

22-Oct-24

2 118

17,284

upgWow_bulk.xml

Non versionnée

22-Oct-24

2 118

97,110

uninstall.xml

Non versionnée

22-Oct-24

2 118

3,286

uninstall_data.xml

Non versionnée

22-Oct-24

2 118

11,122

wdsutil.dll

10.0.17763.6401

22-Oct-24

2 118

297,968

ClipSp.sys

10.0.17763.4964

22-Oct-24

2 118

1,056,128

ntdll.dll

10.0.17763.4964

22-Oct-24

2 118

1,998,952

ntfs.sys

10.0.17763.587

22-Oct-24

2 118

2,626,872

ntoskrnl.exe

10.0.17763.4964

22-Oct-24

2 118

9,666,432

diagtrack.dll

10.0.10586.10008

22-Oct-24

2 118

1,362,104

diagtrackrunner.exe

10.0.10586.0

22-Oct-24

2 118

88,256

reagent.admx

Non versionnée

22-Oct-24

2 118

1,240

reagent.xml

Non versionnée

22-Oct-24

2 118

837

SetupPlatform.cfg

Non versionnée

22-Oct-24

2 118

8 000

wdsclientapi.dll

10.0.17763.6401

22-Oct-24

2 118

299 520

wdscore.dll

10.0.17763.6401

22-Oct-24

2 118

250,376

wdscsl.dll

10.0.17763.6401

22-Oct-24

2 118

61,920

wdsimage.dll

10.0.17763.6401

22-Oct-24

2 118

954,984

wdstptc.dll

10.0.17763.6401

22-Oct-24

2 118

660,592

ResetEngine.dll

10.0.17763.292

22-Oct-24

2 118

2,298,880

ResetEngine.exe

10.0.17763.1

22-Oct-24

2 118

11,264

ResetPluginHost.exe

10.0.17763.1

22-Oct-24

2 118

30 720

reseteng.dll

10.0.17763.344

22-Oct-24

2 118

1,224,704

resetengmig.dll

10.0.17763.1

22-Oct-24

2 118

77 824

ResetEngInterfaces.exe

10.0.17763.1

22-Oct-24

2 118

10 240

srms.dat

Non versionnée

22-Oct-24

2 118

58,524

srms62.dat

Non versionnée

22-Oct-24

2 118

22,841

sysreset.exe

6.1.7782.0

22-Oct-24

2 118

315,392

systemreset.exe

10.0.17763.292

22-Oct-24

2 118

522,312

ResetEngOnline.dll

10.0.17763.292

22-Oct-24

2 118

241,152

SysResetErr.exe

10.0.17763.1

22-Oct-24

2 118

42 496

winpeshl.exe

10.0.17763.6530

22-Oct-24

2 118

32 256

wpeutil.dll

10.0.17763.6530

22-Oct-24

2 118

122 368

wpeutil.exe

10.0.17763.6530

22-Oct-24

2 118

12,288

wpeinit.exe

10.0.17763.6530

22-Oct-24

2 118

33 280

startnet.cmd

Non versionnée

22-Oct-24

2 118

9

StartRep.exe

10.0.17763.6401

22-Oct-24

2 118

945,664

RecEnv.exe

10.0.17763.6401

22-Oct-24

2 118

814,576

BootRec.exe

10.0.17763.6401

22-Oct-24

2 118

357,888

ntdll.dll

10.0.17763.4964

22-Oct-24

2 118

1,676,728

wdsnbp.com

Non versionnée

22-Oct-24

2 118

30,832

abortpxe.com

Non versionnée

22-Oct-24

2 118

79

bootmgr.exe

10.0.17763.4964

22-Oct-24

2 118

668,032

pxeboot.com

Non versionnée

22-Oct-24

2 118

25,358

pxeboot.n12

Non versionnée

22-Oct-24

2 118

25,358

hdlscom1.com

Non versionnée

22-Oct-24

2 118

25,662

hdlscom2.com

Non versionnée

22-Oct-24

2 118

25,662

hdlscom1.n12

Non versionnée

22-Oct-24

2 118

25,646

hdlscom2.n12

Non versionnée

22-Oct-24

2 118

25,646

bootmgfw.efi

10.0.17763.4964

22-Oct-24

2 118

1,269,632

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.