적용 대상
Windows 11 version 26H1, all editions

Windows 보안 부팅 인증서 만료 

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

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

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

요약​​

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

이 업데이트를 받는 방법

이 업데이트 설치

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

사용 가능

다음 단계

온라인

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

필수 구성 요소

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

다시 시작 정보

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

제거 정보

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

업데이트 대체 정보

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

이 업데이트 설치 확인

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

관리자 자격 증명으로 다음 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

파일 정보

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

파일 이름

파일 버전

날짜

시간

파일 크기

hvloader.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

251,336

hvax64.exe

10.0.28000.1639

2월 17일-2월 26일

2,319

2,205,088

hvix64.exe

10.0.28000.1639

2월 17일-2월 26일

2,319

2,352,544

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

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

2월 17일-2월 26일

2,319

9,172

driver.stl

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

2월 17일-2월 26일

2,319

33,360

previous.driver.stl

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

2월 17일-2월 26일

2,319

33,360

kdnet.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

157,128

kdstub.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

87,496

bootmgfw.efi

10.0.28000.317

2월 17일-2월 26일

2,319

3,008,968

bootmgfw_EX.efi

10.0.28000.317

2월 17일-2월 26일

2,319

3,008,824

SecureBootRecovery.efi

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

2월 17일-2월 26일

2,319

173,512

bootmgr.efi

10.0.28000.317

2월 17일-2월 26일

2,319

2,991,008

boot.stl

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

2월 17일-2월 26일

2,319

11,030

boot.pnd.stl

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

2월 17일-2월 26일

2,319

11,733

winsipolicy.p7b

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

2월 17일-2월 26일

2,319

10,360

winload.exe

10.0.28000.1639

2월 17일-2월 26일

2,319

1,984,496

winload.efi

10.0.28000.1639

2월 17일-2월 26일

2,319

3,445,616

bfsvc.exe

10.0.28000.1639

2월 17일-2월 26일

2,319

126,976

bootsvc.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

315,496

driversipolicy.p7b

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

2월 17일-2월 26일

2,319

238,694

ci.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

1,146,072

drupdate.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

447,944

oobeldretw.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

27,000

setupugcetw.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

27,000

sysprepetw.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

31,096

windeployetw.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

27,040

esscli.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

439,712

fastprox.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

992,672

mofd.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

390,560

mofinstall.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

128,416

repdrvfs.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

427,424

wbemcomn.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

521,632

wbemcore.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

1,971,616

wbemprox.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

71,072

wmi_tracing.mof

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

2월 17일-2월 26일

2,319

1,682

wmiutils.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

144,840

dxgkrnl.sys

10.0.28000.1639

2월 17일-2월 26일

2,319

5,350,816

cdd.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

335,872

dxgmms1.sys

10.0.28000.1639

2월 17일-2월 26일

2,319

538,056

dxgmms2.sys

10.0.28000.1639

2월 17일-2월 26일

2,319

1,295,816

dxgkrnl.sys.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

116,224

dxgmms2.sys.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

5,120

cdd.dll.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

3,072

dxgmms2.sys.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

5,632

cdd.dll.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

2,560

dxgkrnl.sys.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

117,760

dxgkrnl.sys.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

114,688

dxgmms2.sys.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

4,608

dxgkrnl.sys.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

118,272

dxgkrnl.sys.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

113,664

Narrator.exe

10.0.28000.1639

2월 17일-2월 26일

2,319

1,191,936

DetailedReading-Default.xml

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

2월 17일-2월 26일

2,319

3,944

Narrator.lnk

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

2월 17일-2월 26일

2,319

11:08

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

24,576

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

29,184

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

28,672

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

28,160

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

27,136

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

30,208

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

30,720

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

29,696

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

23,040

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

26,624

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

17,408

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

27,648

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

14,336

windows.storage.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

8,992,728

ntoskrnl.exe

10.0.28000.1639

2월 17일-2월 26일

2,319

13,825,440

ntkrla57.exe

10.0.28000.1639

2월 17일-2월 26일

2,319

12,498,336

pcrpf.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

344,064

pcrpf.dll.mui

10.0.28000.1639

2월 17일-2월 26일

2,319

6,144

fvevol.sys

10.0.28000.1639

2월 17일-2월 26일

2,319

1,000,904

fverecoverux.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

139,264

bcd.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

175,008

bootsvc.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

315,536

hwreqchk.dll

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

2월 17일-2월 26일

2,319

443,808

ServicingCommon.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

927,072

utcapi.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

66,976

wimgapi.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

935,328

wdscommonlib.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

337,352

dismapi.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

1,275,336

dismcore.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

533,920

dismcoreps.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

247,240

dismprov.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

300,448

deployprovider.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

718,240

folderprovider.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

95,648

imagingprovider.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

251,296

logprovider.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

189,856

osimageprovider.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

566,728

UpdateCompression.dll

5.0.1.1

2월 17일-2월 26일

2,319

529,864

vhdprovider.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

599,456

wimprovider.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

701,896

unattend.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

357,832

wpx.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

1,426,888

locale.nls

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

2월 17일-2월 26일

2,319

862,800

nlsbres.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

103,840

fveapibase.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

753,664

fveapi.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

1,425,408

schannel.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

770,048

win32u.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

170,944

win32k.sys

10.0.28000.1639

2월 17일-2월 26일

2,319

816,584

win32kfull.sys

10.0.28000.1639

2월 17일-2월 26일

2,319

4,341,760

win32kbase.sys

10.0.28000.1639

2월 17일-2월 26일

2,319

3,391,488

win32kbase_rs.sys

10.0.28000.1639

2월 17일-2월 26일

2,319

176,128

winpeshl.exe

10.0.28000.1639

2월 17일-2월 26일

2,319

90,112

wpeutil.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

204,800

wpeutil.exe

10.0.28000.1639

2월 17일-2월 26일

2,319

32,768

wpeinit.exe

10.0.28000.1639

2월 17일-2월 26일

2,319

61,440

startnet.cmd

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

2월 17일-2월 26일

2,319

9

winsqlite3.dll

3.51.1.0

2월 17일-2월 26일

2,319

1,144,576

wintrust.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

505,568

fastprox.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

978,944

wbemcomn.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

499,712

wbemcore.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

1,859,584

wbemess.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

487,424

windows.storage.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

7,234,680

pcrpf.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

242,176

fveapibase.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

631,808

fveapi.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

1,142,272

schannel.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

553,472

win32u.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

106,432

winsqlite3.dll

3.51.1.0

2월 17일-2월 26일

2,319

894,256

wintrust.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

392,144

fastprox.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

819,712

wbemcomn.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

403,456

wbemcore.dll

10.0.28000.1639

2월 17일-2월 26일

2,319

1,666,048

wdsnbp.com

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

2월 17일-2월 26일

2,319

30,832

abortpxe.com

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

2월 17일-2월 26일

2,319

79

bootmgr.exe

10.0.28000.1639

2월 17일-2월 26일

2,319

830,408

pxeboot.com

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

2월 17일-2월 26일

2,319

25,254

pxeboot.n12

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

2월 17일-2월 26일

2,319

25,238

hdlscom1.com

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

2월 17일-2월 26일

2,319

25,662

hdlscom2.com

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

2월 17일-2월 26일

2,319

25,662

hdlscom1.n12

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

2월 17일-2월 26일

2,319

25,646

hdlscom2.n12

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

2월 17일-2월 26일

2,319

25,646

bootmgfw.efi

10.0.28000.317

2월 17일-2월 26일

2,319

2,518,944

bootmgfw_EX.efi

10.0.28000.317

2월 17일-2월 26일

2,319

2,518,832

파일 이름

파일 버전

날짜

시간

파일 크기

hvloader.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

232,864

hvaa64.exe

10.0.28000.1639

2월 17일-2월 26일

23:14

1,833,888

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

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

2월 17일-2월 26일

23:14

9,172

driver.stl

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

2월 17일-2월 26일

23:14

15,113

previous.driver.stl

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

2월 17일-2월 26일

23:14

15,113

kdnet.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

117,664

kdstub.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

50,592

bootmgfw.efi

10.0.28000.317

2월 17일-2월 26일

23:14

3,030,944

bootmgfw_EX.efi

10.0.28000.317

2월 17일-2월 26일

23:14

3,030,840

SecureBootRecovery.efi

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

2월 17일-2월 26일

23:14

177,568

bootmgr.efi

10.0.28000.317

2월 17일-2월 26일

23:14

3,013,024

boot.stl

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

2월 17일-2월 26일

23:14

10,853

boot.pnd.stl

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

2월 17일-2월 26일

23:14

11,556

winsipolicy.p7b

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

2월 17일-2월 26일

23:14

10,360

winload.efi

10.0.28000.1639

2월 17일-2월 26일

23:14

3,477,640

bfsvc.exe

10.0.28000.1639

2월 17일-2월 26일

23:14

110,080

bootsvc.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

494,448

driversipolicy.p7b

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

2월 17일-2월 26일

23:14

238,709

ci.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

1,004,336

drupdate.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

420,256

oobeldretw.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

16,800

setupugcetw.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

16,288

sysprepetw.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

20,384

windeployetw.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

16,760

esscli.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

459,208

fastprox.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

2,052,512

mofd.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

397,216

mofinstall.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

111,560

repdrvfs.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

434,592

wbemcomn.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

1,058,248

wbemcore.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

2,077,600

wbemprox.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

57,760

wmi_tracing.mof

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

2월 17일-2월 26일

23:14

1,682

wmiutils.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

165,280

dxgkrnl.sys

10.0.28000.1639

2월 17일-2월 26일

23:14

5,072,288

cdd.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

286,208

dxgmms1.sys

10.0.28000.1639

2월 17일-2월 26일

23:14

459,680

dxgmms2.sys

10.0.28000.1639

2월 17일-2월 26일

23:14

1,164,192

dxgkrnl.sys.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

116,224

dxgmms2.sys.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

5,120

cdd.dll.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

3,072

dxgmms2.sys.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

5,632

cdd.dll.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

2,560

dxgkrnl.sys.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

117,760

dxgkrnl.sys.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

114,688

dxgmms2.sys.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

4,608

dxgkrnl.sys.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

118,272

dxgkrnl.sys.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

113,664

Narrator.exe

10.0.28000.1639

2월 17일-2월 26일

23:14

1,304,576

DetailedReading-Default.xml

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

2월 17일-2월 26일

23:14

3,944

Narrator.lnk

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

2월 17일-2월 26일

23:14

11:08

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

24,576

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

29,184

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

28,672

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

28,160

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

27,136

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

30,208

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

30,720

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

29,696

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

23,040

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

26,624

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

17,408

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

27,648

Narrator.exe.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

14,336

windows.storage.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

19,202,576

ntoskrnl.exe

10.0.28000.1639

2월 17일-2월 26일

23:14

12,161,992

pcrpf.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

668,672

pcrpf.dll.mui

10.0.28000.1639

2월 17일-2월 26일

23:14

6,144

fvevol.sys

10.0.28000.1639

2월 17일-2월 26일

23:14

915,912

fverecoverux.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

130,560

bcd.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

150,952

bootsvc.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

494,488

hwreqchk.dll

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

2월 17일-2월 26일

23:14

806,816

ServicingCommon.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

1,632,832

utcapi.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

46,496

wimgapi.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

1,613,728

wdscommonlib.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

315,336

dismapi.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

2,270,624

dismcore.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

871,880

dismcoreps.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

230,304

dismprov.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

296,352

deployprovider.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

1,233,312

folderprovider.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

162,720

imagingprovider.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

470,432

logprovider.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

178,632

osimageprovider.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

1,033,120

UpdateCompression.dll

5.0.1.1

2월 17일-2월 26일

23:14

909,256

vhdprovider.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

1,115,040

wimprovider.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

1,296,328

unattend.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

333,216

wpx.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

1,553,312

locale.nls

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

2월 17일-2월 26일

23:14

862,800

nlsbres.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

94,624

fveapibase.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

1,314,304

fveapi.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

2,400,768

schannel.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

1,285,120

win32u.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

381,304

win32k.sys

10.0.28000.1639

2월 17일-2월 26일

23:14

703,944

win32kfull.sys

10.0.28000.1639

2월 17일-2월 26일

23:14

4,020,736

win32kbase.sys

10.0.28000.1639

2월 17일-2월 26일

23:14

3,183,616

win32kbase_rs.sys

10.0.28000.1639

2월 17일-2월 26일

23:14

129,536

winpeshl.exe

10.0.28000.1639

2월 17일-2월 26일

23:14

69,632

wpeutil.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

189,952

wpeutil.exe

10.0.28000.1639

2월 17일-2월 26일

23:14

15,872

wpeinit.exe

10.0.28000.1639

2월 17일-2월 26일

23:14

39,424

startnet.cmd

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

2월 17일-2월 26일

23:14

9

winsqlite3.dll

3.51.1.0

2월 17일-2월 26일

23:14

2,147,584

wintrust.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

881,760

fastprox.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

2,188,800

wbemcomn.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

1,079,296

wbemcore.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

3,270,656

wbemess.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

546,304

d2d1.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

7,023,064

d3d9on12.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

913,920

d3d10warp.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

7,362,664

d3d11.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

3,243,384

d3d11on12.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

814,320

d3d12.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

174,912

DWrite.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

2,957,824

gdi32.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

325,856

iertutil.dll

11.0.28000.1639

2월 17일-2월 26일

23:14

2,740,408

jscript9.dll

11.0.28000.1639

2월 17일-2월 26일

23:14

6,456,832

msftedit.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

4,264,448

mshtml.dll

11.0.28000.1639

2월 17일-2월 26일

23:14

28,077,056

msIso.dll

11.0.28000.1639

2월 17일-2월 26일

23:14

381,440

opengl32.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

1,304,064

urlmon.dll

11.0.28000.1639

2월 17일-2월 26일

23:14

2,315,264

windows.storage.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

12,385,616

WindowsCodecs.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

2,857,720

wininet.dll

11.0.28000.1639

2월 17일-2월 26일

23:14

3,098,360

windows.storage.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

7,234,680

pcrpf.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

242,176

fveapibase.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

631,808

fveapi.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

1,142,272

schannel.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

553,472

win32u.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

106,432

winsqlite3.dll

3.51.1.0

2월 17일-2월 26일

23:14

894,256

wintrust.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

392,144

fastprox.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

819,712

wbemcomn.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

403,456

wbemcore.dll

10.0.28000.1639

2월 17일-2월 26일

23:14

1,666,048

참조 자료

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

쿼리 단어: safeos du

도움이 더 필요하세요?

더 많은 옵션을 원하세요?

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