Aplica-se a
Windows 11 version 26H1, all editions

Expiração do certificado de Inicialização Segura do Windows 

Importante: Os certificados de Inicialização Segura usados pela maioria dos dispositivos Windows estão definidos para expirar a partir de junho de 2026. Isso pode afetar a capacidade de inicialização segura de determinados dispositivos pessoais e comerciais se não forem atualizados a tempo. Para evitar interrupções, recomendamos revisar as diretrizes e tomar medidas para atualizar os certificados com antecedência.  

Para obter detalhes e etapas de preparação para dispositivos Windows, confira a expiração do certificado de Inicialização Segura do Windows e atualizações da AC.

Para detalhes e passos de preparação para servidores Windows, veja os seguintes recursos:

Resumo

Esta atualização melhora o ambiente de recuperação do Windows (WinRE).

Como obter esta atualização

Instalar esta atualização

Para instalar esta atualização, use um dos canais de lançamento a seguir.

Disponível

Próxima etapa

Disponível

Essa atualização está disponível por meio do Windows Update. Ela será baixada e instalada automaticamente.

Pré-requisitos

Não há pré-requisitos para aplicar esta atualização.

Informações sobre reinicialização

Não é necessário reiniciar o dispositivo após aplicar essa atualização.

Informações sobre remoção

Essa atualização não pode ser removida depois de aplicada a uma imagem do Windows.

Informações sobre substituição da atualização

Esta atualização substitui a atualização disponibilizada anteriormente KB5078169.

Verifique a instalação dessa atualização

Depois de instalar esta atualização, a versão winRE instalada no dispositivo deve ser 10.0.28000.1701.

Para obter a versão do WinRE instalada, execute o seguinte script "GetWinReVersion.ps1" do PowerShell com credenciais de Administrador. Após executar o script, você deverá receber a versão do WinRE instalada, conforme o exemplo a seguir:

Script GetWinReVersion.ps1 do PowerShell

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

#

# 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

Informações de arquivo

A versão em inglês (Estados Unidos) desta atualização de software instala arquivos que possuem os atributos a seguir. Essa atualização pode conter arquivos para idiomas adicionais.

Nome do arquivo

Versão do arquivo

Data

Hora

Tamanho do arquivo

hvloader.dll

10.0.28000.1701

26-Fev-26

1,654

251,336

hvax64.exe

10.0.28000.1701

26-Fev-26

1,654

2,205,088

hvix64.exe

10.0.28000.1701

26-Fev-26

1,654

2,352,544

{60FD87F8-4593-44A0-91B0-2E0DA022F248}.cip

Sem versão

26-Fev-26

1,654

9,172

driver.stl

Sem versão

26-Fev-26

1,654

33,360

previous.driver.stl

Sem versão

26-Fev-26

1,654

33,360

skci.dll

10.0.28000.1701

26-Fev-26

1,654

389,872

advapi32.dll

10.0.28000.1701

26-Fev-26

1,654

117,160

comctl32.dll

10.0.28000.1701

26-Fev-26

1,654

49.152

comdlg32.dll

10.0.28000.1701

26-Fev-26

1,654

40,960

cryptui.dll

10.0.28000.1701

26-Fev-26

1,654

40,960

dwmapi.dll

10.0.28000.1701

26-Fev-26

1,654

55,184

dxcore.dll

10.0.28000.1701

26-Feb-26

1,654

32.768

fontsub.dll

10.0.28000.1701

26-Feb-26

1,654

32.768

gdi32.dll

10.0.28000.1701

26-Feb-26

1,654

96,504

imm32.dll

10.0.28000.1701

26-Feb-26

1,654

55,224

kernel32.dll

10.0.28000.1701

26-Feb-26

1,654

170,880

ole32.dll

10.0.28000.1701

26-Feb-26

1,654

100,632

oleacc.dll

10.0.28000.1701

26-Feb-26

1,654

40,960

pdh.dll

10.0.28000.1701

26-Feb-26

1,654

45,056

PerceptionDevice.dll

10.0.28000.1701

26-Feb-26

1,654

36,864

psapi.dll

10.0.28000.1701

26-Feb-26

1,654

46,960

rstrtmgr.dll

10.0.28000.1701

26-Feb-26

1,654

36,864

setupapi.dll

10.0.28000.1701

26-Feb-26

1,654

79,968

user32.dll

10.0.28000.1701

26-Feb-26

1,654

232,896

usp10.dll

10.0.28000.1701

26-Feb-26

1,654

40,960

secur32.dll

10.0.28000.1701

26-Feb-26

1,654

45,056

shell32.dll

10.0.28000.1701

26-Feb-26

1,654

84,104

shlwapi.dll

10.0.28000.1701

26-Feb-26

1,654

92,368

version.dll

10.0.28000.1701

26-Feb-26

1,654

32.768

wevtapi.dll

10.0.28000.1701

26-Feb-26

1,654

55,184

winmm.dll

10.0.28000.1701

26-Feb-26

1,654

65.536

winspool.drv

10.0.28000.1701

26-Feb-26

1,654

53.248

prntvpt.dll

10.0.28000.1701

26-Feb-26

1,654

40,960

wtsapi32.dll

10.0.28000.1701

26-Feb-26

1,654

55,224

xinput1_4.dll

10.0.28000.1701

26-Feb-26

1,654

40,960

kdnet.dll

10.0.28000.1701

26-Feb-26

1,654

157,088

kdstub.dll

10.0.28000.1701

26-Feb-26

1,654

87,456

tcblaunch.exe

10.0.28000.1701

26-Feb-26

1,654

1,004,584

tcbloader.dll

10.0.28000.1701

26-Feb-26

1,654

316,832

DrtmAuthTxt.wim

Sem versão

26-Feb-26

1,654

23,160

bootmgfw.efi

10.0.28000.317

26-Feb-26

1,654

3,008,968

bootmgfw_EX.efi

10.0.28000.317

26-Feb-26

1,654

3,008,824

SecureBootRecovery.efi

Sem versão

26-Feb-26

1,654

173,512

bootmgr.efi

10.0.28000.317

26-Feb-26

1,654

2,991,008

boot.stl

Sem versão

26-Feb-26

1,654

11,030

boot.pnd.stl

Sem versão

26-Feb-26

1,654

11,733

winsipolicy.p7b

Sem versão

26-Feb-26

1,654

10,360

winload.exe

10.0.28000.1701

26-Feb-26

1,654

1,984,496

winload.efi

10.0.28000.1701

26-Feb-26

1,654

3,445,656

bfsvc.exe

10.0.28000.1701

26-Feb-26

1,654

126,976

bootsvc.dll

10.0.28000.1701

26-Feb-26

1,654

315,496

driversipolicy.p7b

Sem versão

26-Feb-26

1,654

238,694

ci.dll

10.0.28000.1701

26-Feb-26

1,654

1,146,072

exfat.sys

10.0.28000.1701

26-Feb-26

1,654

452,040

msimg32.dll

10.0.28000.1701

26-Feb-26

1,654

32.768

mf3216.dll

10.0.28000.1701

26-Feb-26

1,654

131,072

gdi32.dll

10.0.28000.1701

26-Feb-26

1,654

220,464

gdi32full.dll

10.0.28000.1701

26-Feb-26

1,654

1,208,008

drupdate.dll

10.0.28000.1701

26-Feb-26

1,654

447,904

oobeldretw.dll

10.0.28000.1701

26-Feb-26

1,654

27,000

setupugcetw.dll

10.0.28000.1701

26-Feb-26

1,654

27,000

sysprepetw.dll

10.0.28000.1701

26-Feb-26

1,654

31,136

windeployetw.dll

10.0.28000.1701

26-Feb-26

1,654

27,032

esscli.dll

10.0.28000.1701

26-Feb-26

1,654

439,752

fastprox.dll

10.0.28000.1701

26-Feb-26

1,654

992,672

mofd.dll

10.0.28000.1701

26-Feb-26

1,654

390,600

mofinstall.dll

10.0.28000.1701

26-Feb-26

1,654

128,416

repdrvfs.dll

10.0.28000.1701

26-Feb-26

1,654

427,424

wbemcomn.dll

10.0.28000.1701

26-Feb-26

1,654

521,632

wbemcore.dll

10.0.28000.1701

26-Feb-26

1,654

1,971,656

wbemprox.dll

10.0.28000.1701

26-Feb-26

1,654

71,072

wmi_tracing.mof

Sem versão

26-Fev-26

1,654

1,682

wmiutils.dll

10.0.28000.1701

26-Fev-26

1,654

144,800

iertutil.dll

11.0.28000.1701

26-Fev-26

1,654

2,926,920

msIso.dll

11.0.28000.1701

26-Fev-26

1,654

286.720

edgeIso.dll

11.0.28000.1701

26-Fev-26

1,654

442,368

dxgkrnl.sys

10.0.28000.1701

26-Fev-26

1,654

5,350,816

cdd.dll

10.0.28000.1701

26-Fev-26

1,654

335,872

dxgmms1.sys

10.0.28000.1701

26-Fev-26

1,654

538,016

dxgmms2.sys

10.0.28000.1701

26-Fev-26

1,654

1,295,776

dxgkrnl.sys.mui

10.0.28000.1701

26-Fev-26

1,654

116,224

dxgmms2.sys.mui

10.0.28000.1701

26-Fev-26

1,654

5,120

cdd.dll.mui

10.0.28000.1701

26-Fev-26

1,654

3,072

dxgmms2.sys.mui

10.0.28000.1701

26-Fev-26

1,654

5,632

cdd.dll.mui

10.0.28000.1701

26-Fev-26

1,654

2,560

dxgkrnl.sys.mui

10.0.28000.1701

26-Fev-26

1,654

117,760

dxgkrnl.sys.mui

10.0.28000.1701

26-Fev-26

1,654

114,688

dxgmms2.sys.mui

10.0.28000.1701

26-Fev-26

1,654

4,608

dxgkrnl.sys.mui

10.0.28000.1701

26-Fev-26

1,654

118,272

dxgkrnl.sys.mui

10.0.28000.1701

26-Fev-26

1,654

113,664

Narrator.exe

10.0.28000.1701

26-Fev-26

1,654

1,196,032

DetailedReading-Default.xml

Sem versão

26-Feb-26

1,654

3,944

Narrator.lnk

Sem versão

26-Feb-26

1,654

11:08

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,654

24,576

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,654

29,184

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,654

28,672

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,654

28,160

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,654

27,136

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,654

30,208

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,654

30,720

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,654

29.696

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,654

23.040

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,654

26,624

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,654

17,408

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,654

27,648

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,654

14,336

windows.storage.dll

10.0.28000.1701

26-Feb-26

1,654

8,992,768

ntoskrnl.exe

10.0.28000.1701

26-Feb-26

1,654

13,825,480

ntkrla57.exe

10.0.28000.1701

26-Feb-26

1,654

12,498,336

pcrpf.dll

10.0.28000.1701

26-Feb-26

1,654

344,064

pcrpf.dll.mui

10.0.28000.1701

26-Feb-26

1,654

6,144

refs.sys

10.0.28000.1701

26-Feb-26

1,654

3,904,928

msrpc.sys

10.0.28000.1701

26-Feb-26

1,654

423.328

rpcrt4.dll

10.0.28000.1701

26-Feb-26

1,654

1,170,848

fvevol.sys

10.0.28000.1701

26-Feb-26

1,654

1,000,864

fverecoverux.dll

10.0.28000.1701

26-Feb-26

1,654

139.264

bcd.dll

10.0.28000.1701

26-Feb-26

1,654

175,048

hwreqchk.dll

Sem versão

26-Feb-26

1,654

443,808

ServicingCommon.dll

10.0.28000.1701

26-Feb-26

1,654

927,032

utcapi.dll

10.0.28000.1701

26-Feb-26

1,654

66,976

wimgapi.dll

10.0.28000.1701

26-Feb-26

1,654

935,368

wdscommonlib.dll

10.0.28000.1701

26-Feb-26

1,654

337,352

dismapi.dll

10.0.28000.1701

26-Feb-26

1,654

1,275,336

dismcore.dll

10.0.28000.1701

26-Feb-26

1,654

533,960

dismcoreps.dll

10.0.28000.1701

26-Feb-26

1,654

247.200

dismprov.dll

10.0.28000.1701

26-Feb-26

1,654

300,488

deployprovider.dll

10.0.28000.1701

26-Feb-26

1,654

718,240

folderprovider.dll

10.0.28000.1701

26-Feb-26

1,654

95,648

imagingprovider.dll

10.0.28000.1701

26-Feb-26

1,654

251,296

logprovider.dll

10.0.28000.1701

26-Feb-26

1,654

189,896

osimageprovider.dll

10.0.28000.1701

26-Feb-26

1,654

566,688

UpdateCompression.dll

5.0.1.1

26-Fev-26

1,654

529,824

vhdprovider.dll

10.0.28000.1701

26-Fev-26

1,654

599,456

wimprovider.dll

10.0.28000.1701

26-Fev-26

1,654

701,856

unattend.dll

10.0.28000.1701

26-Fev-26

1,654

357,792

wpx.dll

10.0.28000.1701

26-Fev-26

1,654

1,426,848

locale.nls

Sem versão

26-Fev-26

1,654

862,800

nlsbres.dll

10.0.28000.1701

26-Fev-26

1,654

103,840

fveapibase.dll

10.0.28000.1701

26-Fev-26

1,654

753,664

fveapi.dll

10.0.28000.1701

26-Fev-26

1,654

1,425,408

schannel.dll

10.0.28000.1701

26-Fev-26

1,654

770,048

lsm.dll

10.0.28000.1701

26-Fev-26

1,654

950,272

lagcounterdef.ini

Sem versão

26-Fev-26

1,654

1,878

lagcounterdef.h

Sem versão

26-Fev-26

1,654

255

winsta.dll

10.0.28000.1701

26-Fev-26

1,654

402,272

udfs.sys

10.0.28000.1701

26-Fev-26

1,654

405,504

win32u.dll

10.0.28000.1701

26-Fev-26

1,654

170,944

win32k.sys

10.0.28000.1701

26-Fev-26

1,654

816,584

win32kfull.sys

10.0.28000.1701

26-Fev-26

1,654

4,341,760

win32kbase.sys

10.0.28000.1701

26-Fev-26

1,654

3,391,488

win32kbase_rs.sys

10.0.28000.1701

26-Fev-26

1,654

176,128

winlogon.exe

10.0.28000.1701

26-Feb-26

1,654

958,464

sysntfy.dll

10.0.28000.1701

26-Feb-26

1,654

57.344

winpeshl.exe

10.0.28000.1701

26-Feb-26

1,654

90,112

wpeutil.dll

10.0.28000.1701

26-Feb-26

1,654

204.800

wpeutil.exe

10.0.28000.1701

26-Feb-26

1,654

32.768

wpeinit.exe

10.0.28000.1701

26-Feb-26

1,654

61,440

Startnet.cmd

Sem versão

26-Feb-26

1,654

9

winsqlite3.dll

3.51.1.0

26-Feb-26

1,654

1,144,576

wintrust.dll

10.0.28000.1701

26-Feb-26

1,654

505,608

fastprox.dll

10.0.28000.1701

26-Feb-26

1,654

978,944

wbemcomn.dll

10.0.28000.1701

26-Feb-26

1,654

499.712

wbemcore.dll

10.0.28000.1701

26-Feb-26

1,654

1,859,584

wbemess.dll

10.0.28000.1701

26-Feb-26

1,654

487,424

GdiPlus.dll

10.0.28000.1701

26-Feb-26

1,654

1,953,792

advapi32.dll

10.0.28000.1701

26-Feb-26

1,654

80,704

comctl32.dll

10.0.28000.1701

26-Feb-26

1,654

18,432

comdlg32.dll

10.0.28000.1701

26-Feb-26

1,654

11,776

cryptui.dll

10.0.28000.1701

26-Feb-26

1,654

10,240

dwmapi.dll

10.0.28000.1701

26-Feb-26

1,654

24,392

dxcore.dll

10.0.28000.1701

26-Feb-26

1,654

7,168

fontsub.dll

10.0.28000.1701

26-Fev-26

1,654

7,168

gdi32.dll

10.0.28000.1701

26-Fev-26

1,654

50,168

imm32.dll

10.0.28000.1701

26-Fev-26

1,654

23,840

kernel32.dll

10.0.28000.1701

26-Fev-26

1,654

133,360

ole32.dll

10.0.28000.1701

26-Fev-26

1,654

59,024

oleacc.dll

10.0.28000.1701

26-Fev-26

1,654

10.752

pdh.dll

10.0.28000.1701

26-Fev-26

1,654

11,776

PerceptionDevice.dll

10.0.28000.1701

26-Fev-26

1,654

9,728

psapi.dll

10.0.28000.1701

26-Fev-26

1,654

19,752

rstrtmgr.dll

10.0.28000.1701

26-Fev-26

1,654

9,728

setupapi.dll

10.0.28000.1701

26-Fev-26

1,654

49,184

user32.dll

10.0.28000.1701

26-Fev-26

1,654

145,208

usp10.dll

10.0.28000.1701

26-Fev-26

1,654

10.752

secur32.dll

10.0.28000.1701

26-Fev-26

1,654

15,360

shell32.dll

10.0.28000.1701

26-Fev-26

1,654

45,528

shlwapi.dll

10.0.28000.1701

26-Fev-26

1,654

56,896

version.dll

10.0.28000.1701

26-Fev-26

1,654

8,192

wevtapi.dll

10.0.28000.1701

26-Fev-26

1,654

25,456

winmm.dll

10.0.28000.1701

26-Fev-26

1,654

29,184

winspool.drv

10.0.28000.1701

26-Fev-26

1,654

16,896

prntvpt.dll

10.0.28000.1701

26-Feb-26

1,654

10,240

wtsapi32.dll

10.0.28000.1701

26-Feb-26

1,654

22,856

xinput1_4.dll

10.0.28000.1701

26-Feb-26

1,654

10,240

msimg32.dll

10.0.28000.1701

26-Feb-26

1,654

7,168

mf3216.dll

10.0.28000.1701

26-Feb-26

1,654

87,552

gdi32.dll

10.0.28000.1701

26-Feb-26

1,654

161,224

gdi32full.dll

10.0.28000.1701

26-Feb-26

1,654

954,568

iertutil.dll

11.0.28000.1701

26-Feb-26

1,654

2,352,752

msIso.dll

11.0.28000.1701

26-Feb-26

1,654

205,824

edgeIso.dll

11.0.28000.1701

26-Feb-26

1,654

375,808

windows.storage.dll

10.0.28000.1701

26-Feb-26

1,654

7,235,192

pcrpf.dll

10.0.28000.1701

26-Feb-26

1,654

242,176

rpcrt4.dll

10.0.28000.1701

26-Feb-26

1,654

891,016

fveapibase.dll

10.0.28000.1701

26-Feb-26

1,654

631,808

fveapi.dll

10.0.28000.1701

26-Feb-26

1,654

1,142,272

schannel.dll

10.0.28000.1701

26-Feb-26

1,654

553,472

winsta.dll

10.0.28000.1701

26-Feb-26

1,654

296,552

win32u.dll

10.0.28000.1701

26-Feb-26

1,654

106,432

winsqlite3.dll

3.51.1.0

26-Feb-26

1,654

894,256

wintrust.dll

10.0.28000.1701

26-Feb-26

1,654

392,104

fastprox.dll

10.0.28000.1701

26-Feb-26

1,654

819,712

wbemcomn.dll

10.0.28000.1701

26-Feb-26

1,654

403,456

wbemcore.dll

10.0.28000.1701

26-Feb-26

1,654

1,666,048

GdiPlus.dll

10.0.28000.1701

26-Feb-26

1,654

1,541,632

wdsnbp.com

Sem versão

26-Feb-26

1,654

30,832

abortpxe.com

Sem versão

26-Feb-26

1,654

79

bootmgr.exe

10.0.28000.1701

26-Feb-26

1,654

830,408

pxeboot.com

Sem versão

26-Feb-26

1,654

25,254

pxeboot.n12

Sem versão

26-Feb-26

1,654

25,238

hdlscom1.com

Sem versão

26-Feb-26

1,654

25,662

hdlscom2.com

Sem versão

26-Feb-26

1,654

25,662

hdlscom1.n12

Sem versão

26-Feb-26

1,654

25,646

hdlscom2.n12

Sem versão

26-Feb-26

1,654

25,646

bootmgfw.efi

10.0.28000.317

26-Feb-26

1,654

2,518,944

bootmgfw_EX.efi

10.0.28000.317

26-Feb-26

1,654

2,518,832

Nome do arquivo

Versão do arquivo

Data

Hora

Tamanho do arquivo

hvloader.dll

10.0.28000.1701

26-Feb-26

1,628

232,904

hvaa64.exe

10.0.28000.1701

26-Feb-26

1,628

1,833,888

{60FD87F8-4593-44A0-91B0-2E0DA022F248}.cip

Sem versão

26-Feb-26

1,628

9,172

driver.stl

Sem versão

26-Feb-26

1,628

15,113

previous.driver.stl

Sem versão

26-Feb-26

1,628

15,113

skci.dll

10.0.28000.1701

26-Feb-26

1,628

287,920

advapi32.dll

10.0.28000.1701

26-Feb-26

1,628

192,816

comctl32.dll

10.0.28000.1701

26-Feb-26

1,628

69,120

comdlg32.dll

10.0.28000.1701

26-Feb-26

1,628

49,152

cryptui.dll

10.0.28000.1701

26-Feb-26

1,628

39,424

dwmapi.dll

10.0.28000.1701

26-Feb-26

1,628

69,912

dxcore.dll

10.0.28000.1701

26-Feb-26

1,628

30,208

fontsub.dll

10.0.28000.1701

26-Feb-26

1,628

30,208

gdi32.dll

10.0.28000.1701

26-Feb-26

1,628

176,728

imm32.dll

10.0.28000.1701

26-Feb-26

1,628

65,272

kernel32.dll

10.0.28000.1701

26-Feb-26

1,628

309,536

ole32.dll

10.0.28000.1701

26-Feb-26

1,628

178,848

oleacc.dll

10.0.28000.1701

26-Feb-26

1,628

44,544

pdh.dll

10.0.28000.1701

26-Feb-26

1,628

52,736

PerceptionDevice.dll

10.0.28000.1701

26-Feb-26

1,628

39,936

psapi.dll

10.0.28000.1701

26-Feb-26

1,628

44,648

rstrtmgr.dll

10.0.28000.1701

26-Feb-26

1,628

39,936

setupapi.dll

10.0.28000.1701

26-Feb-26

1,628

123,120

user32.dll

10.0.28000.1701

26-Feb-26

1,628

527,472

usp10.dll

10.0.28000.1701

26-Fev-26

1,628

48,640

secur32.dll

10.0.28000.1701

26-Fev-26

1,628

51,712

shell32.dll

10.0.28000.1701

26-Fev-26

1,628

132,888

shlwapi.dll

10.0.28000.1701

26-Fev-26

1,628

163,304

version.dll

10.0.28000.1701

26-Fev-26

1,628

30,208

wevtapi.dll

10.0.28000.1701

26-Fev-26

1,628

74,048

winmm.dll

10.0.28000.1701

26-Fev-26

1,628

106,496

winspool.drv

10.0.28000.1701

26-Fev-26

1,628

69,120

prntvpt.dll

10.0.28000.1701

26-Fev-26

1,628

44,544

wtsapi32.dll

10.0.28000.1701

26-Fev-26

1,628

59,600

xinput1_4.dll

10.0.28000.1701

26-Fev-26

1,628

39,424

kdnet.dll

10.0.28000.1701

26-Fev-26

1,628

117,664

kdstub.dll

10.0.28000.1701

26-Fev-26

1,628

50,592

tcblaunch.exe

10.0.28000.1701

26-Fev-26

1,628

968,536

tcbloader.dll

10.0.28000.1701

26-Fev-26

1,628

294,304

DrtmAuthArm.wim

Sem versão

26-Fev-26

1,628

8,267

bootmgfw.efi

10.0.28000.317

26-Fev-26

1,628

3,030,944

bootmgfw_EX.efi

10.0.28000.317

26-Fev-26

1,628

3,030,840

SecureBootRecovery.efi

Sem versão

26-Fev-26

1,628

177,568

bootmgr.efi

10.0.28000.317

26-Fev-26

1,628

3,013,024

boot.stl

Sem versão

26-Fev-26

1,628

10,853

boot.pnd.stl

Sem versão

26-Fev-26

1,628

11,556

winsipolicy.p7b

Sem versão

26-Fev-26

1,628

10,360

winload.efi

10.0.28000.1701

26-Fev-26

1,628

3,477,648

bfsvc.exe

10.0.28000.1701

26-Fev-26

1,628

110,080

bootsvc.dll

10.0.28000.1701

26-Fev-26

1,628

494,488

driversipolicy.p7b

Sem versão

26-Fev-26

1,628

238,694

ci.dll

10.0.28000.1701

26-Fev-26

1,628

1,004,296

exfat.sys

10.0.28000.1701

26-Fev-26

1,628

404,384

msimg32.dll

10.0.28000.1701

26-Fev-26

1,628

30,720

mf3216.dll

10.0.28000.1701

26-Fev-26

1,628

238,592

gdi32.dll

10.0.28000.1701

26-Fev-26

1,628

461,912

gdi32full.dll

10.0.28000.1701

26-Fev-26

1,628

1,937,512

drupdate.dll

10.0.28000.1701

26-Fev-26

1,628

420,256

oobeldretw.dll

10.0.28000.1701

26-Fev-26

1,628

16,800

setupugcetw.dll

10.0.28000.1701

26-Fev-26

1,628

16,288

sysprepetw.dll

10.0.28000.1701

26-Fev-26

1,628

20,384

windeployetw.dll

10.0.28000.1701

26-Fev-26

1,628

16,760

esscli.dll

10.0.28000.1701

26-Fev-26

1,628

459,168

fastprox.dll

10.0.28000.1701

26-Fev-26

1,628

2,052,512

mofd.dll

10.0.28000.1701

26-Feb-26

1,628

397,216

mofinstall.dll

10.0.28000.1701

26-Feb-26

1,628

111,520

repdrvfs.dll

10.0.28000.1701

26-Feb-26

1,628

434,592

wbemcomn.dll

10.0.28000.1701

26-Feb-26

1,628

1,058,208

wbemcore.dll

10.0.28000.1701

26-Feb-26

1,628

2,077,640

wbemprox.dll

10.0.28000.1701

26-Feb-26

1,628

57,760

wmi_tracing.mof

Sem versão

26-Feb-26

1,628

1,682

wmiutils.dll

10.0.28000.1701

26-Feb-26

1,628

165,280

iertutil.dll

11.0.28000.1701

26-Feb-26

1,628

3,509,240

msIso.dll

11.0.28000.1701

26-Feb-26

1,628

550,400

edgeIso.dll

11.0.28000.1701

26-Feb-26

1,628

844,288

dxgkrnl.sys

10.0.28000.1701

26-Feb-26

1,628

5,072,288

cdd.dll

10.0.28000.1701

26-Feb-26

1,628

286,208

dxgmms1.sys

10.0.28000.1701

26-Feb-26

1,628

459,680

dxgmms2.sys

10.0.28000.1701

26-Feb-26

1,628

1,164,192

dxgkrnl.sys.mui

10.0.28000.1701

26-Feb-26

1,628

116,224

dxgmms2.sys.mui

10.0.28000.1701

26-Feb-26

1,628

5,120

cdd.dll.mui

10.0.28000.1701

26-Feb-26

1,628

3,072

dxgmms2.sys.mui

10.0.28000.1701

26-Feb-26

1,628

5,632

cdd.dll.mui

10.0.28000.1701

26-Feb-26

1,628

2,560

dxgkrnl.sys.mui

10.0.28000.1701

26-Feb-26

1,628

117,760

dxgkrnl.sys.mui

10.0.28000.1701

26-Feb-26

1,628

114,688

dxgmms2.sys.mui

10.0.28000.1701

26-Feb-26

1,628

4,608

dxgkrnl.sys.mui

10.0.28000.1701

26-Feb-26

1,628

118,272

dxgkrnl.sys.mui

10.0.28000.1701

26-Feb-26

1,628

113,664

Narrator.exe

10.0.28000.1701

26-Feb-26

1,628

1,309,184

DetailedReading-Default.xml

Sem versão

26-Feb-26

1,628

3,944

Narrator.lnk

Sem versão

26-Feb-26

1,628

11:08

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,628

24,576

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,628

29,184

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,628

28,672

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,628

28,160

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,628

27,136

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,628

30,208

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,628

30,720

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,628

29,696

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,628

23.040

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,628

26,624

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,628

17,408

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,628

27,648

Narrator.exe.mui

10.0.28000.1701

26-Feb-26

1,628

14,336

windows.storage.dll

10.0.28000.1701

26-Feb-26

1,628

19,202,568

ntoskrnl.exe

10.0.28000.1701

26-Feb-26

1,628

12,161,952

pcrpf.dll

10.0.28000.1701

26-Feb-26

1,628

668,672

pcrpf.dll.mui

10.0.28000.1701

26-Feb-26

1,628

6,144

refs.sys

10.0.28000.1701

26-Feb-26

1,628

3,527,072

msrpc.sys

10.0.28000.1701

26-Feb-26

1,628

342,472

rpcrt4.dll

10.0.28000.1701

26-Feb-26

1,628

2,166,904

fvevol.sys

10.0.28000.1701

26-Feb-26

1,628

915,872

fverecoverux.dll

10.0.28000.1701

26-Feb-26

1,628

130,560

bcd.dll

10.0.28000.1701

26-Feb-26

1,628

150,912

bootsvc.dll

10.0.28000.1701

26-Feb-26

1,628

494,448

hwreqchk.dll

Sem versão

26-Feb-26

1,628

806,816

ServicingCommon.dll

10.0.28000.1701

26-Feb-26

1,628

1,632,832

utcapi.dll

10.0.28000.1701

26-Feb-26

1,628

46,496

wimgapi.dll

10.0.28000.1701

26-Feb-26

1,628

1,613,728

wdscommonlib.dll

10.0.28000.1701

26-Feb-26

1,628

315,336

dismapi.dll

10.0.28000.1701

26-Feb-26

1,628

2,270,664

dismcore.dll

10.0.28000.1701

26-Feb-26

1,628

871,880

dismcoreps.dll

10.0.28000.1701

26-Feb-26

1,628

230,344

dismprov.dll

10.0.28000.1701

26-Feb-26

1,628

296,352

deployprovider.dll

10.0.28000.1701

26-Feb-26

1,628

1,233,312

folderprovider.dll

10.0.28000.1701

26-Feb-26

1,628

162,760

imagingprovider.dll

10.0.28000.1701

26-Feb-26

1,628

470,432

logprovider.dll

10.0.28000.1701

26-Feb-26

1,628

178,592

osimageprovider.dll

10.0.28000.1701

26-Feb-26

1,628

1,033,120

UpdateCompression.dll

5.0.1.1

26-Feb-26

1,628

909,216

vhdprovider.dll

10.0.28000.1701

26-Feb-26

1,628

1,115,040

wimprovider.dll

10.0.28000.1701

26-Feb-26

1,628

1,296,288

unattend.dll

10.0.28000.1701

26-Feb-26

1,628

333,216

wpx.dll

10.0.28000.1701

26-Feb-26

1,628

1,553,312

locale.nls

Sem versão

26-Feb-26

1,628

862,800

nlsbres.dll

10.0.28000.1701

26-Feb-26

1,628

94,664

fveapibase.dll

10.0.28000.1701

26-Feb-26

1,628

1,314,304

fveapi.dll

10.0.28000.1701

26-Feb-26

1,628

2,400,768

schannel.dll

10.0.28000.1701

26-Feb-26

1,628

1,285,120

lsm.dll

10.0.28000.1701

26-Feb-26

1,628

975,872

lagcounterdef.ini

Sem versão

26-Feb-26

1,628

1,878

lagcounterdef.h

Sem versão

26-Feb-26

1,628

255

winsta.dll

10.0.28000.1701

26-Feb-26

1,628

670,008

udfs.sys

10.0.28000.1701

26-Fev-26

1,628

346,112

win32u.dll

10.0.28000.1701

26-Fev-26

1,628

381,304

win32k.sys

10.0.28000.1701

26-Fev-26

1,628

703,904

win32kfull.sys

10.0.28000.1701

26-Fev-26

1,628

4,020,736

win32kbase.sys

10.0.28000.1701

26-Fev-26

1,628

3,183,616

win32kbase_rs.sys

10.0.28000.1701

26-Fev-26

1,628

129.536

winlogon.exe

10.0.28000.1701

26-Fev-26

1,628

903,168

sysntfy.dll

10.0.28000.1701

26-Fev-26

1,628

31,232

winpeshl.exe

10.0.28000.1701

26-Fev-26

1,628

69.632

wpeutil.dll

10.0.28000.1701

26-Fev-26

1,628

189,952

wpeutil.exe

10.0.28000.1701

26-Fev-26

1,628

15,872

wpeinit.exe

10.0.28000.1701

26-Fev-26

1,628

39,424

startnet.cmd

Sem versão

26-Fev-26

1,628

9

winsqlite3.dll

3.51.1.0

26-Fev-26

1,628

2,147,584

wintrust.dll

10.0.28000.1701

26-Fev-26

1,628

881,800

fastprox.dll

10.0.28000.1701

26-Fev-26

1,628

2,188,800

wbemcomn.dll

10.0.28000.1701

26-Fev-26

1,628

1,079,296

wbemcore.dll

10.0.28000.1701

26-Fev-26

1,628

3,270,656

wbemess.dll

10.0.28000.1701

26-Fev-26

1,628

546,304

GdiPlus.dll

10.0.28000.1701

26-Fev-26

1,628

3,284,992

advapi32.dll

10.0.28000.1701

26-Fev-26

1,628

80,704

comctl32.dll

10.0.28000.1701

26-Fev-26

1,628

18,432

comdlg32.dll

10.0.28000.1701

26-Fev-26

1,628

11,776

cryptui.dll

10.0.28000.1701

26-Fev-26

1,628

10,240

dwmapi.dll

10.0.28000.1701

26-Fev-26

1,628

24,392

dxcore.dll

10.0.28000.1701

26-Fev-26

1,628

7,168

fontsub.dll

10.0.28000.1701

26-Fev-26

1,628

7,168

gdi32.dll

10.0.28000.1701

26-Fev-26

1,628

50,168

imm32.dll

10.0.28000.1701

26-Fev-26

1,628

23,840

kernel32.dll

10.0.28000.1701

26-Fev-26

1,628

133,360

ole32.dll

10.0.28000.1701

26-Fev-26

1,628

59,024

oleacc.dll

10.0.28000.1701

26-Fev-26

1,628

10.752

pdh.dll

10.0.28000.1701

26-Fev-26

1,628

11,776

PerceptionDevice.dll

10.0.28000.1701

26-Fev-26

1,628

9,728

psapi.dll

10.0.28000.1701

26-Fev-26

1,628

19,752

rstrtmgr.dll

10.0.28000.1701

26-Fev-26

1,628

9,728

setupapi.dll

10.0.28000.1701

26-Fev-26

1,628

49,184

user32.dll

10.0.28000.1701

26-Fev-26

1,628

145,208

usp10.dll

10.0.28000.1701

26-Fev-26

1,628

10.752

secur32.dll

10.0.28000.1701

26-Fev-26

1,628

15,360

shell32.dll

10.0.28000.1701

26-Feb-26

1,628

45,528

shlwapi.dll

10.0.28000.1701

26-Feb-26

1,628

56,896

version.dll

10.0.28000.1701

26-Feb-26

1,628

8,192

wevtapi.dll

10.0.28000.1701

26-Feb-26

1,628

25,456

winmm.dll

10.0.28000.1701

26-Feb-26

1,628

29,184

winspool.drv

10.0.28000.1701

26-Feb-26

1,628

16,896

prntvpt.dll

10.0.28000.1701

26-Feb-26

1,628

10,240

wtsapi32.dll

10.0.28000.1701

26-Feb-26

1,628

22,856

xinput1_4.dll

10.0.28000.1701

26-Feb-26

1,628

10,240

advapi32.dll

10.0.28000.1701

26-Feb-26

1,628

829,408

d3d9.dll

10.0.28000.1701

26-Feb-26

1,628

2,314,704

d3d10_1.dll

10.0.28000.1701

26-Feb-26

1,628

265,728

d3d10_1core.dll

10.0.28000.1701

26-Feb-26

1,628

58,880

dsound.dll

10.0.28000.1701

26-Feb-26

1,628

1,020,416

gdi32full.dll

10.0.28000.1701

26-Feb-26

1,628

1,341,600

kernel32.dll

10.0.28000.1701

26-Feb-26

1,628

1,191,496

d2d1.dll

10.0.28000.1701

26-Feb-26

1,628

7,023,064

d3d9on12.dll

10.0.28000.1701

26-Feb-26

1,628

913,920

d3d10warp.dll

10.0.28000.1701

26-Feb-26

1,628

7,362,656

d3d11.dll

10.0.28000.1701

26-Feb-26

1,628

3,243,344

d3d11on12.dll

10.0.28000.1701

26-Fev-26

1,628

814,280

d3d12.dll

10.0.28000.1701

26-Fev-26

1,628

174,952

DWrite.dll

10.0.28000.1701

26-Fev-26

1,628

2,957,824

gdi32.dll

10.0.28000.1701

26-Fev-26

1,628

325,856

iertutil.dll

11.0.28000.1701

26-Fev-26

1,628

2,744,544

jscript9.dll

11.0.28000.1701

26-Fev-26

1,628

6,456,832

msftedit.dll

10.0.28000.1701

26-Fev-26

1,628

4,264,448

mshtml.dll

11.0.28000.1701

26-Fev-26

1,628

28,077,056

msIso.dll

11.0.28000.1701

26-Fev-26

1,628

381,440

opengl32.dll

10.0.28000.1701

26-Fev-26

1,628

1,304,064

urlmon.dll

11.0.28000.1701

26-Fev-26

1,628

2,315,264

windows.storage.dll

10.0.28000.1701

26-Fev-26

1,628

12,385,608

WindowsCodecs.dll

10.0.28000.1701

26-Fev-26

1,628

2,857,680

wininet.dll

11.0.28000.1701

26-Fev-26

1,628

3,098,320

rpcrt4.dll

10.0.28000.1701

26-Fev-26

1,628

1,267,264

dui70.dll

10.0.28000.1701

26-Fev-26

1,628

2,395,136

GdiPlus.dll

10.0.28000.1701

26-Fev-26

1,628

2,336,256

riched20.dll

5.31.23.1231

26-Fev-26

1,628

794,112

msimg32.dll

10.0.28000.1701

26-Fev-26

1,628

7,168

mf3216.dll

10.0.28000.1701

26-Fev-26

1,628

87,552

gdi32.dll

10.0.28000.1701

26-Fev-26

1,628

161,224

gdi32full.dll

10.0.28000.1701

26-Fev-26

1,628

954,568

iertutil.dll

11.0.28000.1701

26-Fev-26

1,628

2,352,752

msIso.dll

11.0.28000.1701

26-Fev-26

1,628

205,824

edgeIso.dll

11.0.28000.1701

26-Fev-26

1,628

375,808

windows.storage.dll

10.0.28000.1701

26-Fev-26

1,628

7,235,192

pcrpf.dll

10.0.28000.1701

26-Fev-26

1,628

242,176

rpcrt4.dll

10.0.28000.1701

26-Fev-26

1,628

891,016

fveapibase.dll

10.0.28000.1701

26-Fev-26

1,628

631,808

fveapi.dll

10.0.28000.1701

26-Fev-26

1,628

1,142,272

schannel.dll

10.0.28000.1701

26-Fev-26

1,628

553,472

winsta.dll

10.0.28000.1701

26-Fev-26

1,628

296,552

win32u.dll

10.0.28000.1701

26-Fev-26

1,628

106,432

winsqlite3.dll

3.51.1.0

26-Fev-26

1,628

894,256

wintrust.dll

10.0.28000.1701

26-Fev-26

1,628

392,104

fastprox.dll

10.0.28000.1701

26-Fev-26

1,628

819,712

wbemcomn.dll

10.0.28000.1701

26-Fev-26

1,628

403,456

wbemcore.dll

10.0.28000.1701

26-Fev-26

1,628

1,666,048

GdiPlus.dll

10.0.28000.1701

26-Fev-26

1,628

1,541,632

Referências

Descrição da terminologia padrão usada para descrever atualizações de software da Microsoft

Palavras de consulta: safeos du

Precisa de mais ajuda?

Quer mais opções

Explore os benefícios da assinatura, procure cursos de treinamento, saiba como proteger seu dispositivo e muito mais.