적용 대상
Windows Server, version 23H2

Windows 보안 부팅 인증서 만료 

중요: 대부분의 Windows 디바이스에서 사용되는 보안 부팅 인증서는 2026년 6월부터 만료되도록 설정됩니다. 적절한 시기에 업데이트하지 않으면 일부 개인 및 비즈니스 디바이스가 안전하게 부팅되지 않을 수 있습니다. 중단을 방지하려면 지침을 검토하고 사전에 인증서를 업데이트하는 조치를 취하는 것이 좋습니다.  

자세한 내용 및 Windows 장치를 위한 준비 단계는 Windows 보안 부팅 인증서 만료 및 CA 업데이트를 참조하세요.

Windows Server에 대한 자세한 내용과 준비 단계는 다음 자료를 참고하세요.

요약​​

이 업데이트는 WinRE(Windows 복구 환경)를 개선합니다.

이 업데이트를 받는 방법

이 업데이트 설치

이 업데이트를 설치하려면 다음 릴리스 채널 중 하나를 사용하세요.

사용 가능

다음 단계

온라인

이 업데이트는 Windows 업데이트를 통해 제공됩니다. 이 업데이트는 자동으로 다운로드되고 설치됩니다.

필수 구성 요소

이 업데이트를 적용하기 위한 전제 조건은 없습니다.

다시 시작 정보

이 업데이트를 적용한 후에 컴퓨터를 다시 시작할 필요가 없습니다.

제거 정보

이 업데이트는 Windows 이미지에 적용되면 제거할 수 없습니다.

업데이트 대체 정보

이 업데이트는 이전에 릴리스된 업데이트 KB5075907 대체합니다.

이 업데이트 설치 확인

이 업데이트를 설치한 후 디바이스에 설치된 WinRE 버전은 10.0.25398.2207이어야 합니다.

설치된 Windows 복구 환경 버전을 확인하려면 관리자 자격 증명을 사용하여 PowerShell 스크립트 "GetWinReVersion.ps1"을 실행하세요. 스크립트를 실행한 후 다음 예와 같이 설치된 Windows 복구 환경 버전을 확인할 수 있습니다.

GetWinReVersion.ps1 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

파일 정보

이 소프트웨어 업데이트의 영어(미국) 버전은 다음 특성이 있는 파일을 설치합니다. 이 업데이트에는 추가 언어를 위한 파일이 포함될 수 있습니다.

파일 이름

파일 버전

날짜

시간

파일 크기

usb.inf

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

41,432

usbccgp.sys

10.0.25398.2207

3-3월 26일

21:01

226,720

usbhub3.inf

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

11,296

USBHUB3.SYS

10.0.25398.2207

3-3월 26일

21:01

722,336

usbport.inf

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

77,436

usbohci.sys

10.0.25398.2207

3-3월 26일

21:01

69,632

usbport.sys

10.0.25398.2207

3-3월 26일

21:01

505,248

usbhub.sys

10.0.25398.2207

3-3월 26일

21:01

558,536

usbehci.sys

10.0.25398.2207

3-3월 26일

21:01

120,264

usbuhci.sys

10.0.25398.2207

3-3월 26일

21:01

73,728

usbd.sys

10.0.25398.2207

3-3월 26일

21:01

71,072

skci.dll

10.0.25398.2207

3-3월 26일

21:01

336,160

iumbase.dll

10.0.25398.2207

3-3월 26일

21:01

46,944

iumdll.dll

10.0.25398.2207

3-3월 26일

21:01

38,680

tprtdll.dll

10.0.25398.2207

3-3월 26일

21:01

249,408

vertdll.dll

10.0.25398.2207

3-3월 26일

21:01

212,264

ucrtbase_enclave.dll

10.0.25398.2207

3-3월 26일

21:01

546,912

securekernel.exe

10.0.25398.2207

3-3월 26일

21:01

1,226,184

VbsSiPolicy.p7b

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

81,434

bootmgfw.efi

10.0.25398.2207

3-3월 26일

21:01

2,655,136

bootmgfw_EX.efi

10.0.26100.30212

3-3월 26일

21:01

2,830,632

SecureBootRecovery.efi

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

162,688

bootmgr.efi

10.0.25398.2207

3-3월 26일

21:01

2,638,752

bootmgr_EX.efi

10.0.26100.30212

3-3월 26일

21:01

2,818,464

boot.stl

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

11,030

winsipolicy.p7b

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

10,341

winload.exe

10.0.25398.2207

3-3월 26일

21:01

1,717,528

winload.efi

10.0.25398.2207

3-3월 26일

21:01

3,073,808

bcrypt.dll

10.0.25398.2207

3-3월 26일

21:01

170,904

bcryptprimitives.dll

10.0.25398.2207

3-3월 26일

21:01

563,440

BootMenuUX.dll

10.0.25398.2207

3-3월 26일

21:01

225,280

driversipolicy.p7b

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

229,162

cng.sys

10.0.25398.2207

3-3월 26일

21:01

840,264

ci.dll

10.0.25398.2207

3-3월 26일

21:01

1,059,296

driver.stl

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

33,360

cryptbase.dll

10.0.25398.2207

3-3월 26일

21:01

59,376

cryptsp.dll

10.0.25398.2207

3-3월 26일

21:01

121,320

exfat.sys

10.0.25398.2207

3-3월 26일

21:01

452,000

msimg32.dll

10.0.25398.2207

3-3월 26일

21:01

28,672

mf3216.dll

10.0.25398.2207

3-3월 26일

21:01

126,976

gdi32.dll

10.0.25398.2207

3-3월 26일

21:01

179,144

gdi32full.dll

10.0.25398.2207

3-3월 26일

21:01

1,179,128

cmi2migxml.dll

10.0.25398.2207

3-3월 26일

21:01

222,624

csiagent.dll

10.0.25398.2207

3-3월 26일

21:01

714,144

diagER.dll

10.0.25398.2207

3-3월 26일

21:01

95,648

hwcompat.dll

10.0.25398.2207

3-3월 26일

21:01

239,048

hwcompat.txt

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

969,192

hwexclude.txt

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

51

icbexclusion.inf

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

7,222

migapp.xml

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

654,548

migcore.dll

10.0.25398.2207

3-3월 26일

21:01

9,270,688

mighost.exe

10.0.25398.2207

3-3월 26일

21:01

284,064

migres.dll

10.0.25398.2207

3-3월 26일

21:01

26,016

migisol.dll

10.0.25398.2207

3-3월 26일

21:01

144,800

migstore.dll

10.0.25398.2207

3-3월 26일

21:01

1,295,776

migsys.dll

10.0.25398.2207

3-3월 26일

21:01

460,192

MXEAgent.dll

10.0.25398.2207

3-3월 26일

21:01

386,464

AppExtAgent.dll

10.0.25398.2207

3-3월 26일

21:01

484,768

offline.xml

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

41,994

oscomps.xml

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

449,323

oscomps.woa.xml

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

249,101

osfilter.inf

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

21,299

pnppropmig.dll

10.0.25398.2207

3-3월 26일

21:01

103,840

ReserveManager.dll

10.0.25398.2207

3-3월 26일

21:01

308,680

setupplatform.cfg

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

12,571

setupplatform.dll

1.80.25398.2207

3-3월 26일

21:01

9,213,344

setupplatform.exe

1.80.25398.2207

3-3월 26일

21:01

243,104

SFCN.dat

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

18:24

SFLCID.dat

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

1,644

SFLISTW7.dat

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

1,703,368

SFLISTW8.dat

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

2,608,858

SFLISTWB.dat

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

3,172,904

SFLISTWT.dat

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

4,935,402

sflistw8.woa.dat

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

954,436

SFLISTRS1.dat

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

5,593,182

sflistwb.woa.dat

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

1,150,134

sflistwt.woa.dat

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

2,636,814

SFPAT.inf

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

11,602

SFPATW7.inf

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

17,396

SFPATW8.inf

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

79,818

SFPATWB.inf

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

91,635

SFPATWT.inf

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

165,729

SFPATRS1.inf

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

169,730

unbcl.dll

10.0.25398.2207

3-3월 26일

21:01

1,082,824

upgradeagent.dll

10.0.25398.2207

3-3월 26일

21:01

3,306,912

upgradeagent.xml

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

70,907

upgrade_comp.xml

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

6,054

upgrade_bulk.xml

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

211,085

upgrade_data.xml

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

41,750

upgrade_frmwrk.xml

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

18,785

upgWow_bulk.xml

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

114,707

uninstall.xml

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

4,639

uninstall_data.xml

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

11,122

wdsutil.dll

10.0.25398.2207

3-3월 26일

21:01

349,600

WinSetupMon.hiv

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

8,192

WinSetupMon.sys

10.0.25398.2207

3-3월 26일

21:01

132,528

iertutil.dll

11.0.25398.2207

3-3월 26일

21:01

2,860,808

msIso.dll

11.0.25398.2207

3-3월 26일

21:01

278,528

edgeIso.dll

11.0.25398.2207

3-3월 26일

21:01

434,176

kernel32.dll

10.0.25398.2207

3-3월 26일

21:01

811,400

KernelBase.dll

10.0.25398.2207

3-3월 26일

21:01

3,505,424

dxgkrnl.sys

10.0.25398.2207

3-3월 26일

21:01

4,859,296

cdd.dll

10.0.25398.2207

3-3월 26일

21:01

311,296

dxgmms1.sys

10.0.25398.2207

3-3월 26일

21:01

529,864

dxgmms2.sys

10.0.25398.2207

3-3월 26일

21:01

1,172,896

dxgkrnl.sys.mui

10.0.25398.2207

3-3월 26일

21:01

114,176

dxgmms2.sys.mui

10.0.25398.2207

3-3월 26일

21:01

5,120

dxgkrnl.sys.mui

10.0.25398.2207

3-3월 26일

21:01

115,200

dxgmms2.sys.mui

10.0.25398.2207

3-3월 26일

21:01

5,632

dxgkrnl.sys.mui

10.0.25398.2207

3-3월 26일

21:01

115,712

dxgkrnl.sys.mui

10.0.25398.2207

3-3월 26일

21:01

112,640

dxgmms2.sys.mui

10.0.25398.2207

3-3월 26일

21:01

4,608

dxgkrnl.sys.mui

10.0.25398.2207

3-3월 26일

21:01

112,128

dxgkrnl.sys.mui

10.0.25398.2207

3-3월 26일

21:01

111,616

msasn1.dll

10.0.25398.2207

3-3월 26일

21:01

84,168

msvcrt.dll

7.0.25398.2207

3-3월 26일

21:01

687,440

netio.sys

10.0.25398.2207

3-3월 26일

21:01

669,088

ntdll.dll

10.0.25398.2207

3-3월 26일

21:01

2,265,864

ntfs.sys

10.0.25398.2207

3-3월 26일

21:01

3,364,296

windows.storage.dll

10.0.25398.2207

3-3월 26일

21:01

8,575,400

ntoskrnl.exe

10.0.25398.2207

3-3월 26일

21:01

12,694,944

ntkrla57.exe

10.0.25398.2207

3-3월 26일

21:01

11,457,952

refs.sys

10.0.25398.2207

3-3월 26일

21:01

3,007,904

msrpc.sys

10.0.25398.2207

3-3월 26일

21:01

411,080

rpcrt4.dll

10.0.25398.2207

3-3월 26일

21:01

1,208,032

diagtrack.dll

10.0.10586.0

3-3월 26일

21:01

1,365,856

diagtrackrunner.exe

10.0.10586.0

3-3월 26일

21:01

88,256

reagent.admx

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

1,240

reagent.dll

10.0.25398.2207

3-3월 26일

21:01

603,552

reagent.xml

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

837

SetupPlatform.cfg

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

19,051

wdscore.dll

10.0.25398.2207

3-3월 26일

21:01

275,872

wdsclientapi.dll

10.0.25398.2207

3-3월 26일

21:01

268,664

wdscsl.dll

10.0.25398.2207

3-3월 26일

21:01

79,264

wdsimage.dll

10.0.25398.2207

3-3월 26일

21:01

125,304

wdstptc.dll

10.0.25398.2207

3-3월 26일

21:01

186,744

fvevol.sys

10.0.25398.2207

3-3월 26일

21:01

898,464

dumpfve.sys

10.0.25398.2207

3-3월 26일

21:01

146,088

KerbClientShared.dll

10.0.25398.2207

3-3월 26일

21:01

249,408

sechost.dll

10.0.25398.2207

3-3월 26일

21:01

691,576

fveapibase.dll

10.0.25398.2207

3-3월 26일

21:01

507,904

fveapi.dll

10.0.25398.2207

3-3월 26일

21:01

1,097,728

kerberos.dll

10.0.25398.2207

3-3월 26일

21:01

1,175,552

kerb3961.dll

10.0.25398.2207

3-3월 26일

21:01

175,032

NtlmShared.dll

10.0.25398.2207

3-3월 26일

21:01

104,832

schannel.dll

10.0.25398.2207

3-3월 26일

21:01

688,128

ResetEngine.dll

10.0.25398.2207

3-3월 26일

21:01

2,766,240

ResetTelemetry.dll

10.0.25398.2207

3-3월 26일

21:01

566,688

ResetEngine.exe

10.0.25398.2207

3-3월 26일

21:01

38,344

ResetPluginHost.exe

10.0.25398.2207

3-3월 26일

21:01

53,248

srms.dat

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

60,267

sysreset.exe

10.0.25398.2207

3-3월 26일

21:01

479,232

ResetEngOnline.dll

10.0.25398.2207

3-3월 26일

21:01

208,896

SysResetErr.exe

10.0.25398.2207

3-3월 26일

21:01

71,112

tcpip.sys

10.0.25398.2207

3-3월 26일

21:01

3,319,200

FWPKCLNT.SYS

10.0.25398.2207

3-3월 26일

21:01

570,824

tcpipreg.sys

10.0.25398.2207

3-3월 26일

21:01

81,920

tcpip.sys.mui

10.0.25398.2207

3-3월 26일

21:01

233,472

tcpip.sys.mui

10.0.25398.2207

3-3월 26일

21:01

234,496

tcpip.sys.mui

10.0.25398.2207

3-3월 26일

21:01

228,864

tcpip.sys.mui

10.0.25398.2207

3-3월 26일

21:01

235,008

tcpip.sys.mui

10.0.25398.2207

3-3월 26일

21:01

236,544

tcpip.sys.mui

10.0.25398.2207

3-3월 26일

21:01

232,448

tcpip.sys.mui

10.0.25398.2207

3-3월 26일

21:01

219,648

tcpip.sys.mui

10.0.25398.2207

3-3월 26일

21:01

218,112

tcpip.sys.mui

10.0.25398.2207

3-3월 26일

21:01

232,960

tcpip.sys.mui

10.0.25398.2207

3-3월 26일

21:01

230,912

tcpip.sys.mui

10.0.25398.2207

3-3월 26일

21:01

215,040

tbs.dll

10.0.25398.2207

3-3월 26일

21:01

104,792

tbs.sys

10.0.25398.2207

3-3월 26일

21:01

75,208

ucrtbase.dll

10.0.25398.2207

3-3월 26일

21:01

1,129,528

msvcp_win.dll

10.0.25398.2207

3-3월 26일

21:01

650,256

udfs.sys

10.0.25398.2207

3-3월 26일

21:01

401,408

nsi.dll

10.0.25398.2207

3-3월 26일

21:01

46,984

winnsi.dll

10.0.25398.2207

3-3월 26일

21:01

63,448

nsisvc.dll

10.0.25398.2207

3-3월 26일

21:01

57,344

nsiproxy.sys

10.0.25398.2207

3-3월 26일

21:01

77,824

ws2_32.dll

10.0.25398.2207

3-3월 26일

21:01

484,976

win32u.dll

10.0.25398.2207

3-3월 26일

21:01

170,904

win32k.sys

10.0.25398.2207

3-3월 26일

21:01

704,512

win32kfull.sys

10.0.25398.2207

3-3월 26일

21:01

4,182,016

win32kbase.sys

10.0.25398.2207

3-3월 26일

21:01

3,387,392

win32kbase.sys.mui

10.0.25398.2207

3-3월 26일

21:01

22,016

win32kbase.sys.mui

10.0.25398.2207

3-3월 26일

21:01

23,552

win32kbase.sys.mui

10.0.25398.2207

3-3월 26일

21:01

21,504

win32kbase.sys.mui

10.0.25398.2207

3-3월 26일

21:01

24,064

win32kbase.sys.mui

10.0.25398.2207

3-3월 26일

21:01

23,040

win32kbase.sys.mui

10.0.25398.2207

3-3월 26일

21:01

18,432

win32kbase.sys.mui

10.0.25398.2207

3-3월 26일

21:01

17,920

win32kbase.sys.mui

10.0.25398.2207

3-3월 26일

21:01

15,872

win32kbase.sys.mui

10.0.25398.2207

3-3월 26일

21:01

16,384

win32ksgd.sys

10.0.25398.2207

3-3월 26일

21:01

98,304

WindowsCodecs.dll

10.0.25398.2207

3-3월 26일

21:01

2,278,232

winlogon.exe

10.0.25398.2207

3-3월 26일

21:01

897,024

winpeshl.exe

10.0.25398.2207

3-3월 26일

21:01

90,112

wpeutil.dll

10.0.25398.2207

3-3월 26일

21:01

155,648

wpeutil.exe

10.0.25398.2207

3-3월 26일

21:01

36,864

wpeinit.exe

10.0.25398.2207

3-3월 26일

21:01

57,344

startnet.cmd

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

9

ReInfo.dll

10.0.25398.2207

3-3월 26일

21:01

61,440

StartRep.exe

10.0.25398.2207

3-3월 26일

21:01

663,552

RecEnv.exe

10.0.25398.2207

3-3월 26일

21:01

415,136

BootRec.exe

10.0.25398.2207

3-3월 26일

21:01

180,224

winsqlite3.dll

3.51.1.0

3-3월 26일

21:01

1,074,952

GdiPlus.dll

10.0.25398.2207

3-3월 26일

21:01

1,753,088

bcrypt.dll

10.0.25398.2207

3-3월 26일

21:01

101,800

bcryptprimitives.dll

10.0.25398.2207

3-3월 26일

21:01

424,632

cryptbase.dll

10.0.25398.2207

3-3월 26일

21:01

33,232

cryptsp.dll

10.0.25398.2207

3-3월 26일

21:01

84,312

msimg32.dll

10.0.25398.2207

3-3월 26일

21:01

7,168

mf3216.dll

10.0.25398.2207

3-3월 26일

21:01

86,528

gdi32.dll

10.0.25398.2207

3-3월 26일

21:01

131,272

gdi32full.dll

10.0.25398.2207

3-3월 26일

21:01

932,408

iertutil.dll

11.0.25398.2207

3-3월 26일

21:01

2,320,248

msIso.dll

11.0.25398.2207

3-3월 26일

21:01

205,824

edgeIso.dll

11.0.25398.2207

3-3월 26일

21:01

373,248

kernel32.dll

10.0.25398.2207

3-3월 26일

21:01

674,984

KernelBase.dll

10.0.25398.2207

3-3월 26일

21:01

2,609,992

msasn1.dll

10.0.25398.2207

3-3월 26일

21:01

52,240

msvcrt.dll

7.0.25398.2207

3-3월 26일

21:01

799,584

ntdll.dll

10.0.25398.2207

3-3월 26일

21:01

1,749,032

windows.storage.dll

10.0.25398.2207

3-3월 26일

21:01

7,016,232

rpcrt4.dll

10.0.25398.2207

3-3월 26일

21:01

760,328

KerbClientShared.dll

10.0.25398.2207

3-3월 26일

21:01

159,160

sechost.dll

10.0.25398.2207

3-3월 26일

21:01

536,232

fveapibase.dll

10.0.25398.2207

3-3월 26일

21:01

426,496

fveapi.dll

10.0.25398.2207

3-3월 26일

21:01

883,712

kerberos.dll

10.0.25398.2207

3-3월 26일

21:01

873,472

kerb3961.dll

10.0.25398.2207

3-3월 26일

21:01

110,568

NtlmShared.dll

10.0.25398.2207

3-3월 26일

21:01

64,680

schannel.dll

10.0.25398.2207

3-3월 26일

21:01

534,016

tbs.dll

10.0.25398.2207

3-3월 26일

21:01

71,408

ucrtbase.dll

10.0.25398.2207

3-3월 26일

21:01

1,181,776

msvcp_win.dll

10.0.25398.2207

3-3월 26일

21:01

507,312

nsi.dll

10.0.25398.2207

3-3월 26일

21:01

21,784

winnsi.dll

10.0.25398.2207

3-3월 26일

21:01

31,120

ws2_32.dll

10.0.25398.2207

3-3월 26일

21:01

391,104

win32u.dll

10.0.25398.2207

3-3월 26일

21:01

103,872

WindowsCodecs.dll

10.0.25398.2207

3-3월 26일

21:01

1,953,416

ReAgent.dll

10.0.25398.2207

3-3월 26일

21:01

519,624

ReInfo.dll

10.0.25398.2207

3-3월 26일

21:01

30,720

winsqlite3.dll

3.51.1.0

3-3월 26일

21:01

889,608

GdiPlus.dll

10.0.25398.2207

3-3월 26일

21:01

1,475,584

wdsnbp.com

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

30,832

abortpxe.com

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

79

bootmgr.exe

10.0.25398.2207

3-3월 26일

21:01

742,816

pxeboot.com

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

25,254

pxeboot.n12

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

25,238

hdlscom1.com

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

25,662

hdlscom2.com

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

25,662

hdlscom1.n12

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

25,646

hdlscom2.n12

버전이 업데이트되지 않은 경우

3-3월 26일

21:01

25,646

bootmgfw.efi

10.0.25398.2207

3-3월 26일

21:01

2,240,416

bootmgfw_EX.efi

10.0.26100.30212

3-3월 26일

21:01

2,376,464

참조 자료

Microsoft 소프트웨어 업데이트를 설명하는 데 사용되는 표준 용어에 대한 설명

쿼리 단어: safeos du

도움이 더 필요하세요?

더 많은 옵션을 원하세요?

구독 혜택을 살펴보고, 교육 과정을 찾아보고, 디바이스를 보호하는 방법 등을 알아봅니다.