적용 대상
Windows Server, version 23H2

요약​​

이 업데이트는 Windows Server 버전 23H2의 Windows 복구 환경을 개선합니다.

이 업데이트를 받는 방법

이 업데이트 설치

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

사용 가능

다음 단계

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

사전 요건

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

다시 시작 정보

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

제거 정보

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

업데이트 대체 정보

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

이 업데이트 설치 확인

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

설치된 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

파일 정보

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

파일 이름

파일 버전

날짜

시간

파일 크기

skci.dll

10.0.25398.640

10-9월 24일

21:50

336,232

bootmgfw.efi

10.0.25398.640

10-9월 24일

21:50

2,644,336

bootmgr.efi

10.0.25398.640

10-9월 24일

21:50

2,627,456

boot.stl

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

10-9월 24일

21:50

10,895

winsipolicy.p7b

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

10-9월 24일

21:50

10,341

winload.exe

10.0.25398.640

10-9월 24일

21:50

1,704,600

winload.efi

10.0.25398.640

10-9월 24일

21:50

2,967,456

BootMenuUX.dll

10.0.25398.1180

10-9월 24일

21:50

225,280

driversipolicy.p7b

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

10-9월 24일

21:50

150,679

ci.dll

10.0.25398.640

10-9월 24일

21:50

1,051,056

driver.stl

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

10-9월 24일

21:50

25,628

cmi2migxml.dll

10.0.25398.1180

10-9월 24일

21:50

222,688

csiagent.dll

10.0.25398.1180

10-9월 24일

21:50

714,208

diagER.dll

10.0.25398.1180

10-9월 24일

21:50

95,712

hwcompat.dll

10.0.25398.1180

10-9월 24일

21:50

239,088

hwcompat.txt

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

10-9월 24일

21:50

969,028

hwexclude.txt

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

10-9월 24일

21:50

51

icbexclusion.inf

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

10-9월 24일

21:50

7,222

migapp.xml

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

10-9월 24일

21:50

654,548

migcore.dll

10.0.25398.1180

10-9월 24일

21:50

9,270,768

mighost.exe

10.0.25398.1180

10-9월 24일

21:50

284,032

migres.dll

10.0.25398.1180

10-9월 24일

21:50

26,120

migisol.dll

10.0.25398.1180

10-9월 24일

21:50

144,880

migstore.dll

10.0.25398.1180

10-9월 24일

21:50

1,295,864

migsys.dll

10.0.25398.1180

10-9월 24일

21:50

460,144

MXEAgent.dll

10.0.25398.1180

10-9월 24일

21:50

386,432

AppExtAgent.dll

10.0.25398.1180

10-9월 24일

21:50

484,848

offline.xml

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

10-9월 24일

21:50

41,994

oscomps.xml

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

10-9월 24일

21:50

449,323

oscomps.woa.xml

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

10-9월 24일

21:50

249,101

osfilter.inf

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

10-9월 24일

21:50

21,299

pnppropmig.dll

10.0.25398.1180

10-9월 24일

21:50

103,912

ReserveManager.dll

10.0.25398.1180

10-9월 24일

21:50

308,720

setupplatform.cfg

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

10-9월 24일

21:50

12,571

setupplatform.dll

1.80.25398.1180

10-9월 24일

21:50

9,209,352

setupplatform.exe

1.80.25398.1180

10-9월 24일

21:50

243,184

SFCN.dat

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

10-9월 24일

21:50

18:24

SFLCID.dat

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

10-9월 24일

21:50

1,644

SFLISTW7.dat

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

10-9월 24일

21:50

1,703,368

SFLISTW8.dat

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

10-9월 24일

21:50

2,608,858

SFLISTWB.dat

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

10-9월 24일

21:50

3,172,904

SFLISTWT.dat

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

10-9월 24일

21:50

4,935,402

sflistw8.woa.dat

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

10-9월 24일

21:50

954,436

SFLISTRS1.dat

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

10-9월 24일

21:50

5,593,182

sflistwb.woa.dat

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

10-9월 24일

21:50

1,150,134

sflistwt.woa.dat

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

10-9월 24일

21:50

2,636,814

SFPAT.inf

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

10-9월 24일

21:50

11,602

SFPATW7.inf

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

10-9월 24일

21:50

17,396

SFPATW8.inf

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

10-9월 24일

21:50

79,818

SFPATWB.inf

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

10-9월 24일

21:50

91,635

SFPATWT.inf

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

10-9월 24일

21:50

165,729

SFPATRS1.inf

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

10-9월 24일

21:50

169,730

unbcl.dll

10.0.25398.1180

10-9월 24일

21:50

1,082,848

upgradeagent.dll

10.0.25398.1180

10-9월 24일

21:50

3,306,976

upgradeagent.xml

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

10-9월 24일

21:50

70,907

upgrade_comp.xml

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

10-9월 24일

21:50

6,054

upgrade_bulk.xml

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

10-9월 24일

21:50

211,085

upgrade_data.xml

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

10-9월 24일

21:50

41,750

upgrade_frmwrk.xml

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

10-9월 24일

21:50

18,785

upgWow_bulk.xml

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

10-9월 24일

21:50

114,707

uninstall.xml

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

10-9월 24일

21:50

4,639

uninstall_data.xml

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

10-9월 24일

21:50

11,122

wdsutil.dll

10.0.25398.1180

10-9월 24일

21:50

349,664

WinSetupMon.hiv

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

10-9월 24일

21:50

8,192

WinSetupMon.sys

10.0.25398.1180

10-9월 24일

21:50

132,608

diagtrack.dll

10.0.10586.0

10-9월 24일

21:50

1,365,856

diagtrackrunner.exe

10.0.10586.0

10-9월 24일

21:50

88,256

reagent.admx

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

10-9월 24일

21:50

1,240

reagent.dll

10.0.25398.1180

10-9월 24일

21:50

603,632

reagent.xml

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

10-9월 24일

21:50

837

SetupPlatform.cfg

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

10-9월 24일

21:50

19,051

wdscore.dll

10.0.25398.1180

10-9월 24일

21:50

275,952

wdsclientapi.dll

10.0.25398.1180

10-9월 24일

21:50

267,784

wdscsl.dll

10.0.25398.1180

10-9월 24일

21:50

79,336

wdsimage.dll

10.0.25398.1180

10-9월 24일

21:50

124,560

wdstptc.dll

10.0.25398.1180

10-9월 24일

21:50

186,000

winpeshl.exe

10.0.25398.1180

10-9월 24일

21:50

53,248

wpeutil.dll

10.0.25398.1180

10-9월 24일

21:50

155,648

wpeutil.exe

10.0.25398.1180

10-9월 24일

21:50

36,864

wpeinit.exe

10.0.25398.1180

10-9월 24일

21:50

57,344

startnet.cmd

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

10-9월 24일

21:50

9

StartRep.exe

10.0.25398.1180

10-9월 24일

21:50

671,744

RecEnv.exe

10.0.25398.1180

10-9월 24일

21:50

411,008

BootRec.exe

10.0.25398.1180

10-9월 24일

21:50

184,320

참조 자료

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

쿼리 단어: safeos du

도움이 더 필요하세요?

더 많은 옵션을 원하세요?

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