S’applique à
Win 10 Ent LTSC 2019 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, consultez Expiration du certificat de démarrage sécurisé Windows et mises à jour de l'autorité de certification.

Résumé

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

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 avoir installé cette mise à jour, la version de WinRE installée sur l’appareil doit être 10.0.17763.8024.

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

3-nov-25

0:13

4,144

acpi.sys

10.0.17763.7560

3-nov-25

0:13

595,424

pci.inf

Non versionnée

3-nov-25

0:13

16,148

pci.sys

10.0.17763.7560

3-nov-25

0:13

315,872

usb.inf

Non versionnée

3-nov-25

0:13

41,612

usbccgp.sys

10.0.17763.8024

3-nov-25

0:13

125,888

usbhub3.inf

Non versionnée

3-nov-25

0:13

11,154

USBHUB3.SYS

10.0.17763.8024

3-nov-25

0:13

462,824

usbport.inf

Non versionnée

3-nov-25

0:13

77,422

usbohci.sys

10.0.17763.8024

3-nov-25

0:13

21 504

usbport.sys

10.0.17763.8024

3-nov-25

0:13

385,000

usbhub.sys

10.0.17763.8024

3-nov-25

0:13

373,736

usbehci.sys

10.0.17763.8024

3-nov-25

0:13

74,192

usbuhci.sys

10.0.17763.8024

3-nov-25

0:13

24 576

usbd.sys

10.0.17763.8024

3-nov-25

0:13

26,584

winresume.exe

10.0.17763.7560

3-nov-25

0:13

994,344

winresume.efi

10.0.17763.7560

3-nov-25

0:13

1,107,984

winload.exe

10.0.17763.8024

3-nov-25

0:13

1,236,624

winload.efi

10.0.17763.8024

3-nov-25

0:13

1,381,184

bootmgfw.efi

10.0.17763.7560

3-nov-25

0:13

1,275,888

bootmgfw_EX.efi

10.0.26100.30212

3-nov-25

0:13

2,376,464

SecureBootRecovery.efi

Non versionnée

3-nov-25

0:13

39,296

bootmgr.efi

10.0.17763.7560

3-nov-25

0:13

1,261,024

bootmgr_EX.efi

10.0.26100.30212

3-nov-25

0:13

2,363,264

boot.stl

Non versionnée

3-nov-25

0:13

10,853

winsipolicy.p7b

Non versionnée

3-nov-25

0:13

8,786

winresume.exe

10.0.17763.8024

3-nov-25

0:13

994,312

winresume.efi

10.0.17763.8024

3-nov-25

0:13

1,107,984

BootMenuUX.dll

10.0.17763.7781

3-nov-25

0:13

529,408

ci.dll

10.0.17763.8024

3-nov-25

0:13

696,912

driver.stl

Non versionnée

3-nov-25

0:13

20,022

errata.inf

Non versionnée

3-nov-25

0:13

123,848

fltMgr.sys

10.0.17763.7560

3-nov-25

0:13

306,680

hal.dll

10.0.17763.7560

3-nov-25

0:13

387,064

halmacpi.dll

10.0.17763.7560

3-nov-25

0:13

387,064

cmi2migxml.dll

10.0.17763.8024

3-nov-25

0:13

147,432

csiagent.dll

10.0.17763.8024

3-nov-25

0:13

509,400

diagER.dll

10.0.17763.8024

3-nov-25

0:13

42,968

hwcompat.dll

10.0.17763.8024

3-nov-25

0:13

160,704

hwcompat.txt

Non versionnée

3-nov-25

0:13

589,760

hwexclude.txt

Non versionnée

3-nov-25

0:13

51

migapp.xml

Non versionnée

3-nov-25

0:13

654,548

migcore.dll

10.0.17763.8024

3-nov-25

0:13

6,777,824

mighost.exe

10.0.17763.8024

3-nov-25

0:13

249,808

migres.dll

10.0.17763.8024

3-nov-25

0:13

17,344

migisol.dll

10.0.17763.8024

3-nov-25

0:13

120,784

migstore.dll

10.0.17763.8024

3-nov-25

0:13

939,472

migsys.dll

10.0.17763.8024

3-nov-25

0:13

304,072

MXEAgent.dll

10.0.17763.8024

3-nov-25

0:13

238,032

offline.xml

Non versionnée

3-nov-25

0:13

37,395

oscomps.xml

Non versionnée

3-nov-25

0:13

435,175

oscomps.woa.xml

Non versionnée

3-nov-25

0:13

249,101

osfilter.inf

Non versionnée

3-nov-25

0:13

21,299

reagent.dll

10.0.17763.8024

3-nov-25

0:13

929,752

setupplatform.cfg

Non versionnée

3-nov-25

0:13

6,266

setupplatform.dll

1.54.17763.8024

3-nov-25

0:13

6,932,960

setupplatform.exe

1.54.17763.8024

3-nov-25

0:13

155,088

SFCN.dat

Non versionnée

3-nov-25

0:13

18:24

SFLCID.dat

Non versionnée

3-nov-25

0:13

1,644

SFLISTW7.dat

Non versionnée

3-nov-25

0:13

1,703,408

SFLISTW8.dat

Non versionnée

3-nov-25

0:13

2,608,968

SFLISTWB.dat

Non versionnée

3-nov-25

0:13

3,173,014

SFLISTWT.dat

Non versionnée

3-nov-25

0:13

4,935,478

sflistw8.woa.dat

Non versionnée

3-nov-25

0:13

954,506

SFLISTRS1.dat

Non versionnée

3-nov-25

0:13

5,593,518

sflistwb.woa.dat

Non versionnée

3-nov-25

0:13

1,150,204

sflistwt.woa.dat

Non versionnée

3-nov-25

0:13

2,636,890

SFPAT.inf

Non versionnée

3-nov-25

0:13

11,365

SFPATW7.inf

Non versionnée

3-nov-25

0:13

17,396

SFPATW8.inf

Non versionnée

3-nov-25

0:13

79,818

SFPATWB.inf

Non versionnée

3-nov-25

0:13

91,635

SFPATWT.inf

Non versionnée

3-nov-25

0:13

165,729

SFPATRS1.inf

Non versionnée

3-nov-25

0:13

169,742

unbcl.dll

10.0.17763.8024

3-nov-25

0:13

836,056

upgradeagent.dll

10.0.17763.8024

3-nov-25

0:13

2,378,200

upgradeagent.xml

Non versionnée

3-nov-25

0:13

70,911

upgrade_comp.xml

Non versionnée

3-nov-25

0:13

4,320

upgrade_bulk.xml

Non versionnée

3-nov-25

0:13

191,927

upgrade_data.xml

Non versionnée

3-nov-25

0:13

41,108

upgrade_frmwrk.xml

Non versionnée

3-nov-25

0:13

17,284

upgWow_bulk.xml

Non versionnée

3-nov-25

0:13

97,110

uninstall.xml

Non versionnée

3-nov-25

0:13

3,286

uninstall_data.xml

Non versionnée

3-nov-25

0:13

11,122

wdsutil.dll

10.0.17763.8024

3-nov-25

0:13

237,016

iertutil.dll

11.0.17763.8024

3-nov-25

0:13

2,296,968

msIso.dll

11.0.17763.8024

3-nov-25

0:13

272,896

edgeIso.dll

11.0.17763.8024

3-nov-25

0:13

331,264

ClipSp.sys

10.0.17763.7560

3-nov-25

0:13

800,264

dxgkrnl.sys

10.0.17763.8024

3-nov-25

0:13

2,544,616

cdd.dll

10.0.17763.8024

3-nov-25

0:13

199,168

dxgmms1.sys

10.0.17763.8024

3-nov-25

0:13

342,976

dxgmms2.sys

10.0.17763.8024

3-nov-25

0:13

671,680

netio.sys

10.0.17763.7560

3-nov-25

0:13

404,472

ntdll.dll

10.0.17763.7560

3-nov-25

0:13

1,657,648

ntfs.sys

10.0.17763.7560

3-nov-25

0:13

2,133,496

ntoskrnl.exe

10.0.17763.7560

3-nov-25

0:13

6,898,656

diagtrack.dll

10.0.10586.10008

3-nov-25

0:13

919,736

diagtrackrunner.exe

10.0.10586.0

3-nov-25

0:13

79,040

reagent.admx

Non versionnée

3-nov-25

0:13

1,240

reagent.xml

Non versionnée

3-nov-25

0:13

837

SetupPlatform.cfg

Non versionnée

3-nov-25

0:13

8 000

wdsclientapi.dll

10.0.17763.8024

3-nov-25

0:13

251,304

wdscore.dll

10.0.17763.8024

3-nov-25

0:13

197,584

wdscsl.dll

10.0.17763.8024

3-nov-25

0:13

52,176

wdsimage.dll

10.0.17763.8024

3-nov-25

0:13

759,232

wdstptc.dll

10.0.17763.8024

3-nov-25

0:13

527,792

fvevol.sys

10.0.17763.7781

3-nov-25

0:13

653,816

dumpfve.sys

10.0.17763.7781

3-nov-25

0:13

76,160

fveapibase.dll

10.0.17763.7781

3-nov-25

0:13

339,968

fveapi.dll

10.0.17763.7781

3-nov-25

0:13

724,480

ResetEngine.dll

10.0.17763.7560

3-nov-25

0:13

1,871,872

ResetEngine.exe

10.0.17763.7560

3-nov-25

0:13

9 728

ResetPluginHost.exe

10.0.17763.7560

3-nov-25

0:13

24,064

reseteng.dll

10.0.17763.7560

3-nov-25

0:13

1,016,832

resetengmig.dll

10.0.17763.7560

3-nov-25

0:13

64,512

ResetEngInterfaces.exe

10.0.17763.7560

3-nov-25

0:13

8,192

srms.dat

Non versionnée

3-nov-25

0:13

58,882

srms62.dat

Non versionnée

3-nov-25

0:13

22,841

sysreset.exe

6.1.7782.0

3-nov-25

0:13

278,016

systemreset.exe

10.0.17763.7560

3-nov-25

0:13

456,216

ResetEngOnline.dll

10.0.17763.7560

3-nov-25

0:13

195,584

SysResetErr.exe

10.0.17763.7560

3-nov-25

0:13

37,872

tcpip.sys

10.0.17763.7560

3-nov-25

0:13

2,180,576

FWPKCLNT.SYS

10.0.17763.7560

3-nov-25

0:13

332,768

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:13

144 384

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:13

144,896

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:13

145 920

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:13

146,944

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:13

143,360

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:13

145,408

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:13

142,848

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:13

146 432

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:13

139,776

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:13

143 872

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:13

138 240

win32u.dll

10.0.17763.8024

3-nov-25

0:13

105,528

win32k.sys

10.0.17763.8024

3-nov-25

0:13

320 000

win32kfull.sys

10.0.17763.8024

3-nov-25

0:13

2,720,768

win32kbase.sys

10.0.17763.8024

3-nov-25

0:13

1,840,640

WindowsCodecs.dll

10.0.17763.8024

3-nov-25

0:13

1,522,768

winpeshl.exe

10.0.17763.8024

3-nov-25

0:13

26,112

wpeutil.dll

10.0.17763.8024

3-nov-25

0:13

104,960

wpeutil.exe

10.0.17763.8024

3-nov-25

0:13

9 728

wpeinit.exe

10.0.17763.8024

3-nov-25

0:13

28,160

startnet.cmd

Non versionnée

3-nov-25

0:13

9

ReAgent.dll

10.0.17763.8024

3-nov-25

0:13

929,728

ReInfo.dll

10.0.17763.8024

3-nov-25

0:13

154,624

StartRep.exe

10.0.17763.8024

3-nov-25

0:13

800,256

RecEnv.exe

10.0.17763.8024

3-nov-25

0:13

668,136

BootRec.exe

10.0.17763.8024

3-nov-25

0:13

295 424

Nom de fichier

Version du fichier

Date

Heure

Taille du fichier

acpi.inf

Non versionnée

3-nov-25

0:23

4,152

acpi.sys

10.0.17763.7560

3-nov-25

0:23

793,080

pci.inf

Non versionnée

3-nov-25

0:23

16,156

pci.sys

10.0.17763.7560

3-nov-25

0:23

423,928

usb.inf

Non versionnée

3-nov-25

0:23

41,932

usbccgp.sys

10.0.17763.8024

3-nov-25

0:23

180,176

usbhub3.inf

Non versionnée

3-nov-25

0:23

11,162

USBHUB3.SYS

10.0.17763.8024

3-nov-25

0:23

600,552

usbport.inf

Non versionnée

3-nov-25

0:23

77,558

usbohci.sys

10.0.17763.8024

3-nov-25

0:23

30 720

usbport.sys

10.0.17763.8024

3-nov-25

0:23

478,184

usbhub.sys

10.0.17763.8024

3-nov-25

0:23

533,440

usbehci.sys

10.0.17763.8024

3-nov-25

0:23

100,312

usbuhci.sys

10.0.17763.8024

3-nov-25

0:23

35 840

usbd.sys

10.0.17763.8024

3-nov-25

0:23

34,776

skci.dll

10.0.17763.7560

3-nov-25

0:23

305,040

iumbase.dll

10.0.17763.7560

3-nov-25

0:23

25,464

iumdll.dll

10.0.17763.7560

3-nov-25

0:23

16,752

vertdll.dll

10.0.17763.7560

3-nov-25

0:23

165,472

ucrtbase_enclave.dll

10.0.17763.7560

3-nov-25

0:23

486,192

VbsSiPolicy.p7b

Non versionnée

3-nov-25

0:23

68,351

winresume.exe

10.0.17763.7560

3-nov-25

0:23

1,198,408

winresume.efi

10.0.17763.7560

3-nov-25

0:23

1,372,512

winload.exe

10.0.17763.8024

3-nov-25

0:23

1,501,624

winload.efi

10.0.17763.8024

3-nov-25

0:23

1,736,136

bootmgfw.efi

10.0.17763.7560

3-nov-25

0:23

1,519,096

bootmgfw_EX.efi

10.0.26100.30212

3-nov-25

0:23

2,830,632

SecureBootRecovery.efi

Non versionnée

3-nov-25

0:23

162,688

bootmgr.efi

10.0.17763.7560

3-nov-25

0:23

1,502,200

bootmgr_EX.efi

10.0.26100.30212

3-nov-25

0:23

2,818,464

boot.stl

Non versionnée

3-nov-25

0:23

11,030

winsipolicy.p7b

Non versionnée

3-nov-25

0:23

8,786

winresume.exe

10.0.17763.8024

3-nov-25

0:23

1,198,376

winresume.efi

10.0.17763.8024

3-nov-25

0:23

1,372,472

BootMenuUX.dll

10.0.17763.7781

3-nov-25

0:23

661,504

driversipolicy.p7b

Non versionnée

3-nov-25

0:23

229,162

ci.dll

10.0.17763.8024

3-nov-25

0:23

885,552

driver.stl

Non versionnée

3-nov-25

0:23

33,360

errata.inf

Non versionnée

3-nov-25

0:23

123,848

fltMgr.sys

10.0.17763.7560

3-nov-25

0:23

434,680

hal.dll

10.0.17763.7560

3-nov-25

0:23

593,400

cmi2migxml.dll

10.0.17763.8024

3-nov-25

0:23

179,152

csiagent.dll

10.0.17763.8024

3-nov-25

0:23

658,920

diagER.dll

10.0.17763.8024

3-nov-25

0:23

53,208

hwcompat.dll

10.0.17763.8024

3-nov-25

0:23

199,656

hwcompat.txt

Non versionnée

3-nov-25

0:23

730,884

hwexclude.txt

Non versionnée

3-nov-25

0:23

51

migapp.xml

Non versionnée

3-nov-25

0:23

654,548

migcore.dll

10.0.17763.8024

3-nov-25

0:23

8,899,040

mighost.exe

10.0.17763.8024

3-nov-25

0:23

258,520

migres.dll

10.0.17763.8024

3-nov-25

0:23

17,360

migisol.dll

10.0.17763.8024

3-nov-25

0:23

143,832

migstore.dll

10.0.17763.8024

3-nov-25

0:23

1,230,272

migsys.dll

10.0.17763.8024

3-nov-25

0:23

385,472

MXEAgent.dll

10.0.17763.8024

3-nov-25

0:23

316,864

offline.xml

Non versionnée

3-nov-25

0:23

37,395

oscomps.xml

Non versionnée

3-nov-25

0:23

435,175

oscomps.woa.xml

Non versionnée

3-nov-25

0:23

249,101

osfilter.inf

Non versionnée

3-nov-25

0:23

21,299

reagent.dll

10.0.17763.8024

3-nov-25

0:23

1,101,272

setupplatform.cfg

Non versionnée

3-nov-25

0:23

6,266

setupplatform.dll

1.54.17763.8024

3-nov-25

0:23

9,160,160

setupplatform.exe

1.54.17763.8024

3-nov-25

0:23

169,944

SFCN.dat

Non versionnée

3-nov-25

0:23

18:24

SFLCID.dat

Non versionnée

3-nov-25

0:23

1,644

SFLISTW7.dat

Non versionnée

3-nov-25

0:23

1,703,408

SFLISTW8.dat

Non versionnée

3-nov-25

0:23

2,608,968

SFLISTWB.dat

Non versionnée

3-nov-25

0:23

3,173,014

SFLISTWT.dat

Non versionnée

3-nov-25

0:23

4,935,478

sflistw8.woa.dat

Non versionnée

3-nov-25

0:23

954,506

SFLISTRS1.dat

Non versionnée

3-nov-25

0:23

5,593,518

sflistwb.woa.dat

Non versionnée

3-nov-25

0:23

1,150,204

sflistwt.woa.dat

Non versionnée

3-nov-25

0:23

2,636,890

SFPAT.inf

Non versionnée

3-nov-25

0:23

11,365

SFPATW7.inf

Non versionnée

3-nov-25

0:23

17,396

SFPATW8.inf

Non versionnée

3-nov-25

0:23

79,818

SFPATWB.inf

Non versionnée

3-nov-25

0:23

91,635

SFPATWT.inf

Non versionnée

3-nov-25

0:23

165,729

SFPATRS1.inf

Non versionnée

3-nov-25

0:23

169,742

unbcl.dll

10.0.17763.8024

3-nov-25

0:23

1,089,472

upgradeagent.dll

10.0.17763.8024

3-nov-25

0:23

2,962,904

upgradeagent.xml

Non versionnée

3-nov-25

0:23

70,911

upgrade_comp.xml

Non versionnée

3-nov-25

0:23

4,320

upgrade_bulk.xml

Non versionnée

3-nov-25

0:23

191,927

upgrade_data.xml

Non versionnée

3-nov-25

0:23

41,108

upgrade_frmwrk.xml

Non versionnée

3-nov-25

0:23

17,284

upgWow_bulk.xml

Non versionnée

3-nov-25

0:23

97,110

uninstall.xml

Non versionnée

3-nov-25

0:23

3,286

uninstall_data.xml

Non versionnée

3-nov-25

0:23

11,122

wdsutil.dll

10.0.17763.8024

3-nov-25

0:23

297,944

iertutil.dll

11.0.17763.8024

3-nov-25

0:23

2,798,552

msIso.dll

11.0.17763.8024

3-nov-25

0:23

325,120

edgeIso.dll

11.0.17763.8024

3-nov-25

0:23

450,048

ClipSp.sys

10.0.17763.7560

3-nov-25

0:23

1,057,264

dxgkrnl.sys

10.0.17763.8024

3-nov-25

0:23

3,355,608

cdd.dll

10.0.17763.8024

3-nov-25

0:23

265,728

dxgmms1.sys

10.0.17763.8024

3-nov-25

0:23

440,256

dxgmms2.sys

10.0.17763.8024

3-nov-25

0:23

862,144

netio.sys

10.0.17763.7560

3-nov-25

0:23

599,032

ntdll.dll

10.0.17763.7560

3-nov-25

0:23

1,999,088

ntfs.sys

10.0.17763.7560

3-nov-25

0:23

2,628,088

ntoskrnl.exe

10.0.17763.7560

3-nov-25

0:23

9,672,696

diagtrack.dll

10.0.10586.10008

3-nov-25

0:23

1,362,104

diagtrackrunner.exe

10.0.10586.0

3-nov-25

0:23

88,256

reagent.admx

Non versionnée

3-nov-25

0:23

1,240

reagent.xml

Non versionnée

3-nov-25

0:23

837

SetupPlatform.cfg

Non versionnée

3-nov-25

0:23

8 000

wdsclientapi.dll

10.0.17763.8024

3-nov-25

0:23

300,480

wdscore.dll

10.0.17763.8024

3-nov-25

0:23

250,304

wdscsl.dll

10.0.17763.8024

3-nov-25

0:23

61,904

wdsimage.dll

10.0.17763.8024

3-nov-25

0:23

955,280

wdstptc.dll

10.0.17763.8024

3-nov-25

0:23

661,400

fvevol.sys

10.0.17763.7781

3-nov-25

0:23

806,360

dumpfve.sys

10.0.17763.7781

3-nov-25

0:23

95,288

fveapibase.dll

10.0.17763.7781

3-nov-25

0:23

408,576

fveapi.dll

10.0.17763.7781

3-nov-25

0:23

956,416

ResetEngine.dll

10.0.17763.7560

3-nov-25

0:23

2,319,360

ResetEngine.exe

10.0.17763.7560

3-nov-25

0:23

11,264

ResetPluginHost.exe

10.0.17763.7560

3-nov-25

0:23

30 720

reseteng.dll

10.0.17763.7560

3-nov-25

0:23

1,229,824

resetengmig.dll

10.0.17763.7560

3-nov-25

0:23

77 824

ResetEngInterfaces.exe

10.0.17763.7560

3-nov-25

0:23

10 240

srms.dat

Non versionnée

3-nov-25

0:23

58,882

srms62.dat

Non versionnée

3-nov-25

0:23

22,841

sysreset.exe

6.1.7782.0

3-nov-25

0:23

318 464

systemreset.exe

10.0.17763.7560

3-nov-25

0:23

526,400

ResetEngOnline.dll

10.0.17763.7560

3-nov-25

0:23

244,224

SysResetErr.exe

10.0.17763.7560

3-nov-25

0:23

43 488

tcpip.sys

10.0.17763.7560

3-nov-25

0:23

2,928,648

FWPKCLNT.SYS

10.0.17763.7560

3-nov-25

0:23

476,152

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:23

144 384

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:23

144,896

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:23

145 920

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:23

146,944

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:23

143,360

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:23

145,408

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:23

142,848

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:23

146 432

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:23

139,776

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:23

143 872

tcpip.sys.mui

10.0.17763.7560

3-nov-25

0:23

138 240

win32u.dll

10.0.17763.8024

3-nov-25

0:23

126,688

win32k.sys

10.0.17763.8024

3-nov-25

0:23

544,256

win32kfull.sys

10.0.17763.8024

3-nov-25

0:23

3,627,520

win32kbase.sys

10.0.17763.8024

3-nov-25

0:23

2,391,552

WindowsCodecs.dll

10.0.17763.8024

3-nov-25

0:23

1,799,096

winpeshl.exe

10.0.17763.8024

3-nov-25

0:23

32 768

wpeutil.dll

10.0.17763.8024

3-nov-25

0:23

122 368

wpeutil.exe

10.0.17763.8024

3-nov-25

0:23

12,288

wpeinit.exe

10.0.17763.8024

3-nov-25

0:23

33 280

startnet.cmd

Non versionnée

3-nov-25

0:23

9

ReAgent.dll

10.0.17763.8024

3-nov-25

0:23

1,101,248

ReInfo.dll

10.0.17763.8024

3-nov-25

0:23

187,904

StartRep.exe

10.0.17763.8024

3-nov-25

0:23

942,080

RecEnv.exe

10.0.17763.8024

3-nov-25

0:23

819,672

BootRec.exe

10.0.17763.8024

3-nov-25

0:23

355 328

iertutil.dll

11.0.17763.8024

3-nov-25

0:23

2,296,968

msIso.dll

11.0.17763.8024

3-nov-25

0:23

272,896

edgeIso.dll

11.0.17763.8024

3-nov-25

0:23

331,264

ntdll.dll

10.0.17763.7560

3-nov-25

0:23

1,676,744

fveapibase.dll

10.0.17763.7781

3-nov-25

0:23

339,968

fveapi.dll

10.0.17763.7781

3-nov-25

0:23

724,480

win32u.dll

10.0.17763.8024

3-nov-25

0:23

89,464

win32k.sys

10.0.17763.8024

3-nov-25

0:23

320 000

win32kfull.sys

10.0.17763.8024

3-nov-25

0:23

2,720,768

WindowsCodecs.dll

10.0.17763.8024

3-nov-25

0:23

1,522,768

ReAgent.dll

10.0.17763.8024

3-nov-25

0:23

929,728

ReInfo.dll

10.0.17763.8024

3-nov-25

0:23

154,624

wdsnbp.com

Non versionnée

3-nov-25

0:23

30,832

abortpxe.com

Non versionnée

3-nov-25

0:23

79

bootmgr.exe

10.0.17763.7560

3-nov-25

0:23

672,736

pxeboot.com

Non versionnée

3-nov-25

0:23

25,358

pxeboot.n12

Non versionnée

3-nov-25

0:23

25,358

hdlscom1.com

Non versionnée

3-nov-25

0:23

25,662

hdlscom2.com

Non versionnée

3-nov-25

0:23

25,662

hdlscom1.n12

Non versionnée

3-nov-25

0:23

25,646

hdlscom2.n12

Non versionnée

3-nov-25

0:23

25,646

bootmgfw.efi

10.0.17763.7560

3-nov-25

0:23

1,275,888

bootmgfw_EX.efi

10.0.26100.30212

3-nov-25

0:23

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.