Aplica-se a
Windows Server 2016, all editions Win 10 Ent LTSB 2016 Win 10 IoT Ent LTSB 2016

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

Não disponível

Esta atualização só está disponível no Catálogo Microsoft Update.

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

Verifique a instalação dessa atualização

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

Execute o seguinte script do PowerShell "GetWinReVersion.ps1" 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

acpi.sys

10.0.14393.8953

19-Fev-26

1,808

572,384

acpi.inf

Sem versão

19-Fev-26

1,808

4,140

pci.sys

10.0.14393.8953

19-Fev-26

1,808

263,176

pci.inf

Sem versão

19-Fev-26

1,808

15,324

usbccgp.sys

10.0.14393.8953

19-Fev-26

1,808

128,008

usb.inf

Sem versão

19-Fev-26

1,808

41,608

USBHUB3.SYS

10.0.14393.8953

19-Fev-26

1,808

432,096

usbhub3.inf

Sem versão

19-Fev-26

1,808

11,144

usbd.sys

10.0.14393.8953

19-Fev-26

1,808

27,104

usbehci.sys

10.0.14393.8953

19-Fev-26

1,808

75,232

usbhub.sys

10.0.14393.8953

19-Fev-26

1,808

372,704

usbohci.sys

10.0.14393.8953

19-Fev-26

1,808

22,528

usbport.sys

10.0.14393.8953

19-Feb-26

1,808

383,456

usbuhci.sys

10.0.14393.8953

19-Feb-26

1,808

25,600

usbport.inf

Sem versão

19-Feb-26

1,808

77,418

winresume.exe

10.0.14393.8953

19-Feb-26

1,808

792,928

winresume.efi

10.0.14393.8953

19-Feb-26

1,808

899,856

winload.exe

10.0.14393.8953

19-Feb-26

1,808

956,712

winload.efi

10.0.14393.8953

19-Feb-26

1,808

1,091,496

bootmgfw.efi

10.0.14393.8953

19-Feb-26

1,808

1,016,288

bootmgfw_EX.efi

10.0.26100.30212

19-Feb-26

1,808

2,376,464

SecureBootRecovery.efi

Sem versão

19-Feb-26

1,808

39,296

bootmgr.efi

10.0.14393.8953

19-Feb-26

1,808

1,002,976

bootmgr_EX.efi

10.0.26100.30212

19-Feb-26

1,808

2,363,264

boot.stl

Sem versão

19-Feb-26

1,808

10,853

bootux.dll

10.0.14393.8243

19-Feb-26

1,808

3,716,096

bcrypt.dll

10.0.14393.8953

19-Feb-26

1,808

119,896

bcryptprimitives.dll

10.0.14393.8953

19-Feb-26

1,808

375,096

BootMenuUX.dll

10.0.14393.8953

19-Feb-26

1,808

496,128

bootim.exe

10.0.14393.8243

19-Feb-26

1,808

20,992

ci.dll

10.0.14393.8953

19-Feb-26

1,808

595,248

driver.stl

Sem versão

19-Feb-26

1,808

20, 022

cryptsp.dll

10.0.14393.8953

19-Feb-26

1,808

70,384

errata.inf

Sem versão

19-Feb-26

1,808

110,192

exfat.sys

10.0.14393.8953

19-Feb-26

1,808

280,576

fltMgr.sys

10.0.14393.8953

19-Feb-26

1,808

294,368

msimg32.dll

10.0.14393.8953

19-Feb-26

1,808

7,168

mf3216.dll

10.0.14393.8953

19-Feb-26

1,808

48,640

gdi32.dll

10.0.14393.8953

19-Feb-26

1,808

171,640

gdi32full.dll

10.0.14393.8953

19-Feb-26

1,808

1,421,032

hal.dll

10.0.14393.8953

19-Feb-26

1,808

348,640

halmacpi.dll

10.0.14393.8953

19-Feb-26

1,808

348,640

cmi2migxml.dll

10.0.14393.8953

19-Feb-26

1,808

142,816

csiagent.dll

10.0.14393.8953

19-Feb-26

1,808

515,552

diagER.dll

10.0.14393.8953

19-Feb-26

1,808

44,512

hwcompat.dll

10.0.14393.8953

19-Feb-26

1,808

169,440

hwcompat.txt

Sem versão

19-Feb-26

1,808

2,740

hwexclude.txt

Sem versão

19-Feb-26

1,808

2

migapp.xml

Sem versão

19-Feb-26

1,808

654,548

migcore.dll

10.0.14393.8953

19-Feb-26

1,808

6,502,408

mighost.exe

10.0.14393.8953

19-Feb-26

1,808

265,176

migres.dll

10.0.14393.8953

19-Feb-26

1,808

17,376

migisol.dll

10.0.14393.8953

19-Feb-26

1,808

123,400

migstore.dll

10.0.14393.8953

19-Feb-26

1,808

942,600

migsys.dll

10.0.14393.8953

19-Feb-26

1,808

306,144

MXEAgent.dll

10.0.14393.8953

19-Feb-26

1,808

241,632

offline.xml

Sem versão

19-Feb-26

1,808

33,714

oscomps.xml

Sem versão

19-Feb-26

1,808

435,175

oscomps.woa.xml

Sem versão

19-Feb-26

1,808

249,101

osfilter.inf

Sem versão

19-Feb-26

1,808

21,299

reagent.dll

10.0.14393.8953

19-Feb-26

1,808

972,256

setupplatform.cfg

Sem versão

19-Feb-26

1,808

1,664

setupplatform.dll

1.42.14393.8953

19-Feb-26

1,808

5,774,304

setupplatform.exe

1.42.14393.8953

19-Feb-26

1,808

155,064

SFCN.dat

Sem versão

19-Feb-26

1,808

18:24

SFLCID.dat

Sem versão

19-Feb-26

1,808

1,644

SFLISTW7.dat

Sem versão

19-Feb-26

1,808

1,703,322

SFLISTW8.dat

Sem versão

19-Feb-26

1,808

2,608,968

SFLISTWB.dat

Sem versão

19-Feb-26

1,808

3,173,014

SFLISTWT.dat

Sem versão

19-Feb-26

1,808

4,935,856

sflistw8.woa.dat

Sem versão

19-Feb-26

1,808

954,506

SFLISTRS1.dat

Sem versão

19-Feb-26

1,808

5,590,872

sflistwb.woa.dat

Sem versão

19-Feb-26

1,808

1,150,204

sflistwt.woa.dat

Sem versão

19-Feb-26

1,808

2,637,298

SFPAT.inf

Sem versão

19-Feb-26

1,808

11,345

SFPATW7.inf

Sem versão

19-Feb-26

1,808

17,117

SFPATW8.inf

Sem versão

19-Feb-26

1,808

79,539

SFPATWB.inf

Sem versão

19-Feb-26

1,808

91,356

SFPATWT.inf

Sem versão

19-Feb-26

1,808

165,630

SFPATRS1.inf

Sem versão

19-Feb-26

1,808

169,643

unbcl.dll

10.0.14393.8953

19-Feb-26

1,808

842,248

upgradeagent.dll

10.0.14393.8953

19-Feb-26

1,808

2,425,784

upgradeagent.xml

Sem versão

19-Feb-26

1,808

70,803

upgrade_bulk.xml

Sem versão

19-Feb-26

1,808

190,757

upgrade_data.xml

Sem versão

19-Feb-26

1,808

31,023

upgrade_frmwrk.xml

Sem versão

19-Feb-26

1,808

15,010

upgWow_bulk.xml

Sem versão

19-Feb-26

1,808

97,470

uninstall.xml

Sem versão

19-Feb-26

1,808

3,187

uninstall_data.xml

Sem versão

19-Feb-26

1,808

8,973

wdsutil.dll

10.0.14393.8953

19-Feb-26

1,808

232,968

iertutil.dll

11.0.14393.8953

19-Feb-26

1,808

2,329,008

kernel32.dll

10.0.14393.8953

19-Feb-26

1,808

629,592

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

924,672

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

972,800

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,113,088

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,148,416

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

929,792

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,062,912

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

928,768

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,096,192

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

979,456

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,049,600

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

543,744

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

524,800

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

937,984

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1.048.576

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,010,688

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,018,880

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,042,432

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

958,976

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

883,712

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

344,064

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

1,808

353,280

KernelBase.dll

10.0.14393.8953

19-Feb-26

1,808

1,732,984

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,218,048

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,265,664

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,405,952

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,441,792

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,222,656

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,355,776

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,221,632

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,389,056

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,272,320

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,342,464

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

837,120

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

818,176

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,231,360

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,341,440

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,303,552

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,311,744

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,335,296

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,252,352

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

1,176,576

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

636,928

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

1,808

646,144

ClipSp.sys

10.0.14393.8953

19-Feb-26

1,808

591,880

dxgkrnl.sys

10.0.14393.8953

19-Feb-26

1,808

1,890,312

cdd.dll

10.0.14393.8953

19-Feb-26

1,808

187,392

dxgmms1.sys

10.0.14393.8953

19-Feb-26

1,808

344,032

dxgmms2.sys

10.0.14393.8953

19-Feb-26

1,808

558,048

lsasrv.dll

10.0.14393.8953

19-Feb-26

1,808

1,184,768

cng.sys

10.0.14393.8953

19-Feb-26

1,808

531,632

ksecpkg.sys

10.0.14393.8953

19-Feb-26

1,808

146,440

offlinelsa.dll

10.0.14393.8953

19-Feb-26

1,808

112,096

sspisrv.dll

10.0.14393.8953

19-Feb-26

1,808

18,944

lsass.exe

10.0.14393.8953

19-Feb-26

1,808

45,648

sspicli.dll

10.0.14393.8953

19-Feb-26

1,808

134,448

ksecdd.sys

10.0.14393.8953

19-Feb-26

1,808

108,552

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

1,808

47,616

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

1,808

48,640

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

1,808

50.176

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

1,808

53,760

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

1,808

56.320

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

1,808

48,128

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

1,808

52,736

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

1,808

49.152

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

1,808

55,296

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

1,808

47,104

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

1,808

52,224

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

1,808

33,280

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

1,808

32,256

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

1,808

54,272

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

1,808

50,688

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

1,808

51,200

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

1,808

26,624

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

1,808

27,136

windows.storage.dll

10.0.14393.8953

19-Feb-26

1,808

5,720,400

msasn1.dll

10.0.14393.8953

19-Feb-26

1,808

50,272

msvcrt.dll

7.0.14393.8953

19-Feb-26

1,808

774,320

netio.sys

10.0.14393.8953

19-Feb-26

1,808

344,544

ntdll.dll

10.0.14393.8953

19-Feb-26

1,808

1,586,352

ntfs.sys

10.0.14393.8953

19-Feb-26

1,808

1,962,976

ntoskrnl.exe

10.0.14393.8953

19-Feb-26

1,808

6,046,728

wof.sys

10.0.14393.8243

19-Feb-26

1,808

175,072

pdc.sys

10.0.14393.8243

19-Feb-26

1,808

94,216

refs.sys

10.0.14393.8953

19-Feb-26

1,808

1,419,232

msrpc.sys

10.0.14393.8953

19-Feb-26

1,808

200,160

rpcrt4.dll

10.0.14393.8953

19-Feb-26

1,808

782,624

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

1,808

23.040

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

1,808

22,528

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

1,808

24,576

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

1,808

25,088

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

1,808

22,016

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

1,808

24,064

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

1,808

23,552

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

1,808

16,896

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

1,808

21,504

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

1,808

14,336

diagtrack.dll

10.0.10586.0

19-Feb-26

1,808

922,976

diagtrackrunner.exe

10.0.10586.0

19-Feb-26

1,808

79,040

reagent.admx

Sem versão

19-Feb-26

1,808

1,240

reagent.xml

Sem versão

19-Feb-26

1,808

781

SetupPlatform.cfg

Sem versão

19-Feb-26

1,808

7,902

wdsclientapi.dll

10.0.14393.8953

19-Feb-26

1,808

238,512

wdscore.dll

10.0.14393.8953

19-Feb-26

1,808

203,232

wdscsl.dll

10.0.14393.8953

19-Feb-26

1,808

52,704

wdsimage.dll

10.0.14393.8953

19-Feb-26

1,808

774,584

wdstptc.dll

10.0.14393.8953

19-Feb-26

1,808

561,080

fvevol.sys

10.0.14393.8953

19-Feb-26

1,808

564,232

dumpfve.sys

10.0.14393.8953

19-Feb-26

1,808

77,256

KerbClientShared.dll

10.0.14393.8953

19-Feb-26

1,808

129,296

sechost.dll

10.0.14393.8953

19-Feb-26

1,808

264,072

sechost.dll.mui

10.0.14393.8953

19-Feb-26

1,808

2,560

fveapibase.dll

10.0.14393.8953

19-Feb-26

1,808

185,856

fveapi.dll

10.0.14393.8953

19-Feb-26

1,808

590,336

NtlmShared.dll

10.0.14393.8953

19-Feb-26

1,808

34,808

schannel.dll

10.0.14393.8953

19-Feb-26

1,808

390,144

ResetEngine.dll

10.0.14393.8953

19-Feb-26

1,808

1,439,744

ResetEngine.exe

10.0.14393.8953

19-Feb-26

1,808

10,240

reseteng.dll

10.0.14393.8953

19-Feb-26

1,808

944,640

resetengmig.dll

10.0.14393.8953

19-Feb-26

1,808

64,512

ResetEngInterfaces.exe

10.0.14393.8953

19-Feb-26

1,808

8,704

srms.dat

Sem versão

19-Feb-26

1,808

56,119

srms62.dat

Sem versão

19-Feb-26

1,808

22,841

sysreset.exe

6.1.7782.0

19-Feb-26

1,808

595,456

systemreset.exe

10.0.14393.8953

19-Feb-26

1,808

321,336

SysResetErr.exe

10.0.14393.8953

19-Feb-26

1,808

37,896

tcpip.sys

10.0.14393.8953

19-Feb-26

1,808

1,980,384

FWPKCLNT.SYS

10.0.14393.8953

19-Feb-26

1,808

293,344

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

1,808

112,640

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

1,808

121.856

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

1,808

126,464

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

1,808

119,808

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

1,808

127,488

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

1,808

126,976

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

1,808

110,592

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

1,808

125,440

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

1,808

125,952

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

1,808

115,712

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

1,808

121,344

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

1,808

124.928

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

1,808

107,008

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

1,808

122,880

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

1,808

130,048

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

1,808

124,416

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

1,808

88,576

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

1,808

86,016

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

1,808

117,248

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

1,808

119,296

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

1,808

133,632

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

1,808

120,832

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

1,808

123,392

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

1,808

118,784

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

1,808

116,736

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

1,808

77.312

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

1,808

77,824

tbs.dll

10.0.14393.8953

19-Fev-26

1,808

38,352

tbs.sys

10.0.14393.8953

19-Fev-26

1,808

23,008

ucrtbase.dll

10.0.14393.8953

19-Fev-26

1,808

917,920

msvcp_win.dll

10.0.14393.8953

19-Fev-26

1,808

500,072

udfs.sys

10.0.14393.8953

19-Fev-26

1,808

263,680

nsi.dll

10.0.14393.8953

19-Fev-26

1,808

21,304

winnsi.dll

10.0.14393.8953

19-Feb-26

1,808

28.000

nsisvc.dll

10.0.14393.8953

19-Feb-26

1,808

23,552

nsiproxy.sys

10.0.14393.8953

19-Feb-26

1,808

63,488

ws2_32.dll

10.0.14393.8953

19-Feb-26

1,808

403,504

win32u.dll

10.0.14393.8953

19-Feb-26

1,808

95,680

win32k.sys

10.0.14393.8953

19-Feb-26

1,808

148,992

win32kfull.sys

10.0.14393.8953

19-Feb-26

1,808

3,002,880

win32kbase.sys

10.0.14393.8953

19-Feb-26

1,808

1,228,800

WindowsCodecs.dll

10.0.14393.8953

19-Feb-26

1,808

1,507,336

winlogon.exe

10.0.14393.8953

19-Feb-26

1,808

579,584

winpeshl.exe

10.0.14393.8953

19-Feb-26

1,808

25,600

wpeutil.dll

10.0.14393.8953

19-Feb-26

1,808

105,472

wpeutil.exe

10.0.14393.8953

19-Feb-26

1,808

10.752

wpeinit.exe

10.0.14393.8953

19-Feb-26

1,808

28,672

Startnet.cmd

Sem versão

19-Feb-26

1,808

9

ReAgent.dll

10.0.14393.8953

19-Feb-26

1,808

972,296

ReInfo.dll

10.0.14393.8953

19-Feb-26

1,808

167,424

StartRep.exe

10.0.14393.8953

19-Feb-26

1,808

670.208

RecEnv.exe

10.0.14393.8953

19-Feb-26

1,808

613,896

BootRec.exe

10.0.14393.8953

19-Feb-26

1,808

287,744

winsqlite3.dll

3.51.1.0

19-Feb-26

1,808

727,368

GdiPlus.dll

10.0.14393.8953

19-Feb-26

1,808

1,461,248

Nome do arquivo

Versão do arquivo

Data

Hora

Tamanho do arquivo

acpi.sys

10.0.14393.8953

19-Feb-26

23:18

707,552

acpi.inf

Sem versão

19-Feb-26

23:18

4,148

pci.sys

10.0.14393.8953

19-Feb-26

23:18

337,416

pci.inf

Sem versão

19-Feb-26

23:18

15,332

usbccgp.sys

10.0.14393.8953

19-Feb-26

23:18

169,992

usb.inf

Sem versão

19-Feb-26

23:18

41,928

USBHUB3.SYS

10.0.14393.8953

19-Feb-26

23:18

537,608

usbhub3.inf

Sem versão

19-Feb-26

23:18

11,152

usbd.sys

10.0.14393.8953

19-Feb-26

23:18

33,800

usbehci.sys

10.0.14393.8953

19-Feb-26

23:18

97,248

usbhub.sys

10.0.14393.8953

19-Feb-26

23:18

502,752

usbohci.sys

10.0.14393.8953

19-Feb-26

23:18

30,208

usbport.sys

10.0.14393.8953

19-Feb-26

23:18

455,136

usbuhci.sys

10.0.14393.8953

19-Feb-26

23:18

35,328

usbport.inf

Sem versão

19-Feb-26

23:18

77,554

skci.dll

10.0.14393.8953

19-Feb-26

23:18

176,456

iumbase.dll

10.0.14393.8953

19-Feb-26

23:18

23,384

iumdll.dll

10.0.14393.8953

19-Feb-26

23:18

16,216

VbsSiPolicy.p7b

Sem versão

19-Feb-26

23:18

81,434

advapi32.dll

10.0.14393.8953

19-Feb-26

23:18

66.048

comctl32.dll

10.0.14393.8953

19-Feb-26

23:18

13,312

comdlg32.dll

10.0.14393.8953

19-Feb-26

23:18

12,800

gdi32.dll

10.0.14393.8953

19-Feb-26

23:18

62,464

kernel32.dll

10.0.14393.8953

19-Feb-26

23:18

101,376

ole32.dll

10.0.14393.8953

19-Feb-26

23:18

47,616

psapi.dll

10.0.14393.8953

19-Feb-26

23:18

12,288

setupapi.dll

10.0.14393.8953

19-Feb-26

23:18

20,480

user32.dll

10.0.14393.8953

19-Feb-26

23:18

134,656

secur32.dll

10.0.14393.8953

19-Feb-26

23:18

15,872

shell32.dll

10.0.14393.8953

19-Feb-26

23:18

44.032

shlwapi.dll

10.0.14393.8953

19-Feb-26

23:18

31,744

tdh.dll

10.0.14393.8953

19-Feb-26

23:18

10.752

version.dll

10.0.14393.8953

19-Feb-26

23:18

11,264

winmm.dll

10.0.14393.8953

19-Feb-26

23:18

10,240

wtsapi32.dll

10.0.14393.8953

19-Feb-26

23:18

15,360

xinput1_4.dll

10.0.14393.8953

19-Feb-26

23:18

13,312

winresume.exe

10.0.14393.8953

19-Feb-26

23:18

904,096

winresume.efi

10.0.14393.8953

19-Fev-26

23:18

1,069,304

winload.exe

10.0.14393.8953

19-Fev-26

23:18

1,193,256

winload.efi

10.0.14393.8953

19-Fev-26

23:18

1,387,976

bootmgfw.efi

10.0.14393.8953

19-Fev-26

23:18

1,211,360

bootmgfw_EX.efi

10.0.26100.30212

19-Fev-26

23:18

2,830,632

SecureBootRecovery.efi

Sem versão

19-Fev-26

23:18

162,688

bootmgr.efi

10.0.14393.8953

19-Fev-26

23:18

1,197,024

bootmgr_EX.efi

10.0.26100.30212

19-Fev-26

23:18

2,818,464

boot.stl

Sem versão

19-Fev-26

23:18

11,030

bootux.dll

10.0.14393.8243

19-Fev-26

23:18

3,753,984

bcrypt.dll

10.0.14393.8953

19-Fev-26

23:18

169,576

bcryptprimitives.dll

10.0.14393.8953

19-Fev-26

23:18

439,688

BootMenuUX.dll

10.0.14393.8953

19-Fev-26

23:18

583,680

bootim.exe

10.0.14393.8243

19-Fev-26

23:18

25,600

ci.dll

10.0.14393.8953

19-Fev-26

23:18

653,216

driver.stl

Sem versão

19-Fev-26

23:18

33,360

cryptsp.dll

10.0.14393.8953

19-Fev-26

23:18

82,840

errata.inf

Sem versão

19-Fev-26

23:18

110,192

exfat.sys

10.0.14393.8953

19-Fev-26

23:18

337,408

fltMgr.sys

10.0.14393.8953

19-Fev-26

23:18

378,376

msimg32.dll

10.0.14393.8953

19-Feb-26

23:18

8,192

mf3216.dll

10.0.14393.8953

19-Feb-26

23:18

62,464

gdi32.dll

10.0.14393.8953

19-Feb-26

23:18

207,288

gdi32full.dll

10.0.14393.8953

19-Feb-26

23:18

1,581,672

hal.dll

10.0.14393.8953

19-Feb-26

23:18

453,088

cmi2migxml.dll

10.0.14393.8953

19-Feb-26

23:18

177,120

csiagent.dll

10.0.14393.8953

19-Feb-26

23:18

663,560

diagER.dll

10.0.14393.8953

19-Feb-26

23:18

52,704

hwcompat.dll

10.0.14393.8953

19-Feb-26

23:18

207,328

hwcompat.txt

Sem versão

19-Feb-26

23:18

2,838

hwexclude.txt

Sem versão

19-Feb-26

23:18

2

migapp.xml

Sem versão

19-Feb-26

23:18

654,548

migcore.dll

10.0.14393.8953

19-Feb-26

23:18

8,291,808

mighost.exe

10.0.14393.8953

19-Feb-26

23:18

272,864

migres.dll

10.0.14393.8953

19-Feb-26

23:18

17,376

migisol.dll

10.0.14393.8953

19-Feb-26

23:18

143,328

migstore.dll

10.0.14393.8953

19-Feb-26

23:18

1,189,384

migsys.dll

10.0.14393.8953

19-Feb-26

23:18

386,528

MXEAgent.dll

10.0.14393.8953

19-Feb-26

23:18

313,824

offline.xml

Sem versão

19-Feb-26

23:18

33,714

oscomps.xml

Sem versão

19-Feb-26

23:18

435,175

oscomps.woa.xml

Sem versão

19-Feb-26

23:18

249,101

osfilter.inf

Sem versão

19-Feb-26

23:18

21,299

reagent.dll

10.0.14393.8953

19-Feb-26

23:18

1,123,848

setupplatform.cfg

Sem versão

19-Feb-26

23:18

1,664

setupplatform.dll

1.42.14393.8953

19-Feb-26

23:18

7,220,184

setupplatform.exe

1.42.14393.8953

19-Feb-26

23:18

166,832

SFCN.dat

Sem versão

19-Feb-26

23:18

18:24

SFLCID.dat

Sem versão

19-Feb-26

23:18

1,644

SFLISTW7.dat

Sem versão

19-Feb-26

23:18

1,703,322

SFLISTW8.dat

Sem versão

19-Feb-26

23:18

2,608,968

SFLISTWB.dat

Sem versão

19-Feb-26

23:18

3,173,014

SFLISTWT.dat

Sem versão

19-Feb-26

23:18

4,935,856

sflistw8.woa.dat

Sem versão

19-Feb-26

23:18

954,506

SFLISTRS1.dat

Sem versão

19-Feb-26

23:18

5,590,872

sflistwb.woa.dat

Sem versão

19-Feb-26

23:18

1,150,204

sflistwt.woa.dat

Sem versão

19-Feb-26

23:18

2,637,298

SFPAT.inf

Sem versão

19-Feb-26

23:18

11,345

SFPATW7.inf

Sem versão

19-Feb-26

23:18

17,117

SFPATW8.inf

Sem versão

19-Feb-26

23:18

79,539

SFPATWB.inf

Sem versão

19-Fev-26

23:18

91,356

SFPATWT.inf

Sem versão

19-Fev-26

23:18

165,630

SFPATRS1.inf

Sem versão

19-Fev-26

23:18

169,643

unbcl.dll

10.0.14393.8953

19-Fev-26

23:18

1,099,232

upgradeagent.dll

10.0.14393.8953

19-Fev-26

23:18

3,051,960

upgradeagent.xml

Sem versão

19-Fev-26

23:18

70,803

upgrade_bulk.xml

Sem versão

19-Fev-26

23:18

190,757

upgrade_data.xml

Sem versão

19-Fev-26

23:18

31,023

upgrade_frmwrk.xml

Sem versão

19-Fev-26

23:18

15,010

upgWow_bulk.xml

Sem versão

19-Fev-26

23:18

97,470

uninstall.xml

Sem versão

19-Fev-26

23:18

3,187

uninstall_data.xml

Sem versão

19-Fev-26

23:18

8,973

wdsutil.dll

10.0.14393.8953

19-Fev-26

23:18

291,296

iertutil.dll

11.0.14393.8953

19-Fev-26

23:18

2,828,040

kernel32.dll

10.0.14393.8953

19-Fev-26

23:18

703,112

kernel32.dll.mui

10.0.14393.8953

19-Fev-26

23:18

924,672

kernel32.dll.mui

10.0.14393.8953

19-Fev-26

23:18

972,800

kernel32.dll.mui

10.0.14393.8953

19-Fev-26

23:18

1,113,088

kernel32.dll.mui

10.0.14393.8953

19-Fev-26

23:18

1,148,416

kernel32.dll.mui

10.0.14393.8953

19-Fev-26

23:18

929,792

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,062,912

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

928,768

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,096,192

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

979,456

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,049,600

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

543,744

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

524,800

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

937,984

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1.048.576

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,010,688

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,018,880

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,042,432

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

958,976

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

883,712

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

344,064

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

353,280

KernelBase.dll

10.0.14393.8953

19-Feb-26

23:18

2,222,632

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,218,048

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,265,664

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,405,952

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,441,792

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,222,656

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,355,776

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,221,632

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,389,056

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,272,320

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,342,464

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

837,120

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

818,176

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,231,360

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,341,440

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,303,552

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,311,744

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,335,296

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,252,352

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,176,576

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

636,928

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

646,144

ClipSp.sys

10.0.14393.8953

19-Feb-26

23:18

684,000

dxgkrnl.sys

10.0.14393.8953

19-Feb-26

23:18

2,181,088

cdd.dll

10.0.14393.8953

19-Fev-26

23:18

229,376

dxgmms1.sys

10.0.14393.8953

19-Fev-26

23:18

403,936

dxgmms2.sys

10.0.14393.8953

19-Fev-26

23:18

665,056

lsasrv.dll

10.0.14393.8953

19-Fev-26

23:18

1,558,016

cng.sys

10.0.14393.8953

19-Fev-26

23:18

631,456

ksecpkg.sys

10.0.14393.8953

19-Fev-26

23:18

170,976

offlinelsa.dll

10.0.14393.8953

19-Fev-26

23:18

124,384

sspisrv.dll

10.0.14393.8953

19-Fev-26

23:18

28,672

lsass.exe

10.0.14393.8953

19-Fev-26

23:18

59,072

sspicli.dll

10.0.14393.8953

19-Fev-26

23:18

174,192

ksecdd.sys

10.0.14393.8953

19-Fev-26

23:18

138,760

lsasrv.dll.mui

10.0.14393.8953

19-Fev-26

23:18

47,616

lsasrv.dll.mui

10.0.14393.8953

19-Fev-26

23:18

48,640

lsasrv.dll.mui

10.0.14393.8953

19-Fev-26

23:18

50.176

lsasrv.dll.mui

10.0.14393.8953

19-Fev-26

23:18

53,760

lsasrv.dll.mui

10.0.14393.8953

19-Fev-26

23:18

56.320

lsasrv.dll.mui

10.0.14393.8953

19-Fev-26

23:18

48,128

lsasrv.dll.mui

10.0.14393.8953

19-Fev-26

23:18

52,736

lsasrv.dll.mui

10.0.14393.8953

19-Fev-26

23:18

49.152

lsasrv.dll.mui

10.0.14393.8953

19-Fev-26

23:18

55.296

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

23:18

47,104

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

23:18

52,224

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

23:18

33,280

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

23:18

32,256

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

23:18

54,272

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

23:18

50,688

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

23:18

51,200

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

23:18

26,624

lsasrv.dll.mui

10.0.14393.8953

19-Feb-26

23:18

27,136

windows.storage.dll

10.0.14393.8953

19-Feb-26

23:18

7,199,072

msasn1.dll

10.0.14393.8953

19-Feb-26

23:18

60,568

msvcrt.dll

7.0.14393.8953

19-Feb-26

23:18

636,016

netio.sys

10.0.14393.8953

19-Feb-26

23:18

469,472

ntdll.dll

10.0.14393.8953

19-Feb-26

23:18

1,884,432

ntfs.sys

10.0.14393.8953

19-Feb-26

23:18

2,265,568

ntoskrnl.exe

10.0.14393.8953

19-Feb-26

23:18

7,796,704

wof.sys

10.0.14393.8243

19-Feb-26

23:18

200,160

pdc.sys

10.0.14393.8243

19-Feb-26

23:18

111,072

refs.sys

10.0.14393.8953

19-Feb-26

23:18

1,714,656

msrpc.sys

10.0.14393.8953

19-Feb-26

23:18

366,048

rpcrt4.dll

10.0.14393.8953

19-Feb-26

23:18

1,153,024

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

23:18

23.040

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

23:18

22,528

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

23:18

24,576

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

23:18

25,088

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

23:18

22,016

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

23:18

24,064

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

23:18

23,552

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

23:18

16,896

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

23:18

21,504

rpcrt4.dll.mui

10.0.14393.8953

19-Feb-26

23:18

14,336

diagtrack.dll

10.0.10586.0

19-Feb-26

23:18

1,365,856

diagtrackrunner.exe

10.0.10586.0

19-Feb-26

23:18

88,256

reagent.admx

Sem versão

19-Feb-26

23:18

1,240

reagent.xml

Sem versão

19-Feb-26

23:18

781

SetupPlatform.cfg

Sem versão

19-Feb-26

23:18

7,902

wdsclientapi.dll

10.0.14393.8953

19-Feb-26

23:18

276,920

wdscore.dll

10.0.14393.8953

19-Feb-26

23:18

250,848

wdscsl.dll

10.0.14393.8953

19-Feb-26

23:18

61,408

wdsimage.dll

10.0.14393.8953

19-Feb-26

23:18

910,768

wdstptc.dll

10.0.14393.8953

19-Feb-26

23:18

654,264

fvevol.sys

10.0.14393.8953

19-Feb-26

23:18

654,856

dumpfve.sys

10.0.14393.8953

19-Feb-26

23:18

91,736

KerbClientShared.dll

10.0.14393.8953

19-Feb-26

23:18

156,664

sechost.dll

10.0.14393.8953

19-Feb-26

23:18

374,128

sechost.dll.mui

10.0.14393.8953

19-Feb-26

23:18

2,560

fveapibase.dll

10.0.14393.8953

19-Feb-26

23:18

216.576

fveapi.dll

10.0.14393.8953

19-Feb-26

23:18

734,720

NtlmShared.dll

10.0.14393.8953

19-Feb-26

23:18

39,944

schannel.dll

10.0.14393.8953

19-Feb-26

23:18

465,920

ResetEngine.dll

10.0.14393.8953

19-Feb-26

23:18

1,817,600

ResetEngine.exe

10.0.14393.8953

19-Feb-26

23:18

11,264

reseteng.dll

10.0.14393.8953

19-Feb-26

23:18

1,080,832

resetengmig.dll

10.0.14393.8953

19-Feb-26

23:18

77.312

ResetEngInterfaces.exe

10.0.14393.8953

19-Feb-26

23:18

9,728

srms.dat

Sem versão

19-Feb-26

23:18

56,119

srms62.dat

Sem versão

19-Feb-26

23:18

22,841

sysreset.exe

6.1.7782.0

19-Feb-26

23:18

689,152

systemreset.exe

10.0.14393.8953

19-Feb-26

23:18

355,416

SysResetErr.exe

10.0.14393.8953

19-Feb-26

23:18

42,976

tcpip.sys

10.0.14393.8953

19-Fev-26

23:18

2,538,976

FWPKCLNT.SYS

10.0.14393.8953

19-Fev-26

23:18

411,104

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

23:18

112,640

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

23:18

121.856

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

23:18

126,464

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

23:18

119,808

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

23:18

127,488

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

23:18

126,976

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

23:18

110,592

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

23:18

125,440

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

23:18

125,952

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

23:18

115,712

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

23:18

121,344

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

23:18

124.928

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

23:18

107,008

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

23:18

122,880

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

23:18

130,048

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

23:18

124,416

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

23:18

88,576

tcpip.sys.mui

10.0.14393.8953

19-Fev-26

23:18

86,016

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

23:18

117,248

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

23:18

119,296

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

23:18

133,632

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

23:18

120,832

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

23:18

123,392

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

23:18

118,784

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

23:18

116,736

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

23:18

77.312

tcpip.sys.mui

10.0.14393.8953

19-Feb-26

23:18

77,824

tbs.dll

10.0.14393.8953

19-Feb-26

23:18

45,616

tbs.sys

10.0.14393.8953

19-Feb-26

23:18

28,640

ucrtbase.dll

10.0.14393.8953

19-Feb-26

23:18

995,936

msvcp_win.dll

10.0.14393.8953

19-Feb-26

23:18

634,368

udfs.sys

10.0.14393.8953

19-Feb-26

23:18

321,536

nsi.dll

10.0.14393.8953

19-Feb-26

23:18

24,952

winnsi.dll

10.0.14393.8953

19-Feb-26

23:18

33,776

nsisvc.dll

10.0.14393.8953

19-Feb-26

23:18

30,720

nsiproxy.sys

10.0.14393.8953

19-Feb-26

23:18

77,824

ws2_32.dll

10.0.14393.8953

19-Feb-26

23:18

425,792

win32u.dll

10.0.14393.8953

19-Feb-26

23:18

115,344

win32k.sys

10.0.14393.8953

19-Feb-26

23:18

206,848

win32kfull.sys

10.0.14393.8953

19-Feb-26

23:18

3,614,208

win32kbase.sys

10.0.14393.8953

19-Feb-26

23:18

1,499,136

WindowsCodecs.dll

10.0.14393.8953

19-Feb-26

23:18

1,741,760

winlogon.exe

10.0.14393.8953

19-Feb-26

23:18

674,304

winpeshl.exe

10.0.14393.8953

19-Feb-26

23:18

30,208

wpeutil.dll

10.0.14393.8953

19-Feb-26

23:18

121,344

wpeutil.exe

10.0.14393.8953

19-Feb-26

23:18

12,800

wpeinit.exe

10.0.14393.8953

19-Feb-26

23:18

32,256

Startnet.cmd

Sem versão

19-Feb-26

23:18

9

ReAgent.dll

10.0.14393.8953

19-Feb-26

23:18

1,123,808

ReInfo.dll

10.0.14393.8953

19-Feb-26

23:18

193,536

StartRep.exe

10.0.14393.8953

19-Feb-26

23:18

759,296

RecEnv.exe

10.0.14393.8953

19-Feb-26

23:18

709,128

BootRec.exe

10.0.14393.8953

19-Feb-26

23:18

335,360

winsqlite3.dll

3.51.1.0

19-Feb-26

23:18

905,544

GdiPlus.dll

10.0.14393.8953

19-Feb-26

23:18

1,659,904

bcrypt.dll

10.0.14393.8953

19-Feb-26

23:18

108,560

bcryptprimitives.dll

10.0.14393.8953

19-Feb-26

23:18

375,096

cryptsp.dll

10.0.14393.8953

19-Feb-26

23:18

70,384

gdi32.dll

10.0.14393.8953

19-Feb-26

23:18

172,112

gdi32full.dll

10.0.14393.8953

19-Feb-26

23:18

1,426,736

kernel32.dll

10.0.14393.8953

19-Feb-26

23:18

617,200

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

972,288

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,112,576

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,049,088

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

544,256

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

525,312

kernel32.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,048,064

KernelBase.dll

10.0.14393.8953

19-Feb-26

23:18

1,715,944

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

924,672

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

972,800

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,113,088

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,148,416

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

929,792

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,062,912

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

928,768

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,096,192

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

979,456

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,049,088

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

544,256

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

525,312

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

937,984

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,048,064

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,010,688

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,018,880

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

1,042,432

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

958,976

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

883,712

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

344,064

KernelBase.dll.mui

10.0.14393.8953

19-Feb-26

23:18

353,280

offlinelsa.dll

10.0.14393.8953

19-Feb-26

23:18

112,096

sspicli.dll

10.0.14393.8953

19-Feb-26

23:18

118,944

windows.storage.dll

10.0.14393.8953

19-Feb-26

23:18

5,720,400

msasn1.dll

10.0.14393.8953

19-Feb-26

23:18

50,272

msvcrt.dll

7.0.14393.8953

19-Feb-26

23:18

774,320

ntdll.dll

10.0.14393.8953

19-Feb-26

23:18

1,572,896

rpcrt4.dll

10.0.14393.8953

19-Feb-26

23:18

777,464

KerbClientShared.dll

10.0.14393.8953

19-Feb-26

23:18

129,296

sechost.dll

10.0.14393.8953

19-Feb-26

23:18

264,072

NtlmShared.dll

10.0.14393.8953

19-Fev-26

23:18

34,808

schannel.dll

10.0.14393.8953

19-Fev-26

23:18

390,144

tbs.dll

10.0.14393.8953

19-Fev-26

23:18

38,352

ucrtbase.dll

10.0.14393.8953

19-Fev-26

23:18

917,920

msvcp_win.dll

10.0.14393.8953

19-Fev-26

23:18

500,072

nsi.dll

10.0.14393.8953

19-Fev-26

23:18

21,304

winnsi.dll

10.0.14393.8953

19-Fev-26

23:18

28.000

ws2_32.dll

10.0.14393.8953

19-Fev-26

23:18

403,504

win32u.dll

10.0.14393.8953

19-Fev-26

23:18

80,696

win32k.sys

10.0.14393.8953

19-Fev-26

23:18

148,992

win32kfull.sys

10.0.14393.8953

19-Fev-26

23:18

3,002,880

WindowsCodecs.dll

10.0.14393.8953

19-Fev-26

23:18

1,507,336

winsqlite3.dll

3.51.1.0

19-Fev-26

23:18

727,368

wdsnbp.com

Sem versão

19-Fev-26

23:18

30,832

abortpxe.com

Sem versão

19-Fev-26

23:18

79

bootmgr.exe

10.0.14393.8953

19-Fev-26

23:18

636,424

pxeboot.com

Sem versão

19-Fev-26

23:18

25,358

pxeboot.n12

Sem versão

19-Fev-26

23:18

25,358

hdlscom1.com

Sem versão

19-Fev-26

23:18

25,662

hdlscom2.com

Sem versão

19-Fev-26

23:18

25,662

hdlscom1.n12

Sem versão

19-Feb-26

23:18

25,646

hdlscom2.n12

Sem versão

19-Feb-26

23:18

25,646

bootmgfw.efi

10.0.14393.8953

19-Feb-26

23:18

1,016,288

bootmgfw_EX.efi

10.0.26100.30212

19-Feb-26

23:18

2,376,464

msimg32.dll

10.0.14393.8953

19-Feb-26

23:18

7,168

mf3216.dll

10.0.14393.8953

19-Feb-26

23:18

48,640

iertutil.dll

11.0.14393.8953

19-Feb-26

23:18

2,329,008

ReAgent.dll

10.0.14393.8953

19-Feb-26

23:18

972,296

ReInfo.dll

10.0.14393.8953

19-Feb-26

23:18

167,424

GdiPlus.dll

10.0.14393.8953

19-Feb-26

23:18

1,461,248

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.