적용 대상
Windows Server, version 23H2

요약​​

이 업데이트는 Windows Server 버전 23H2용 Windows 복구 기능을 개선합니다.

이 업데이트를 받는 방법

이 업데이트 설치

출시 채널

사용 가능

이후 수행할 단계

Windows 업데이트 및 Microsoft 업데이트

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

Microsoft 업데이트 카탈로그

이 업데이트에 대한 독립 실행형 패키지를 얻으려면 Microsoft 업데이트 카탈로그 웹 사이트로 이동합니다.

업데이트 카탈로그에서 업데이트를 다운로드하려면 Windows 업데이트 카탈로그에서 업데이트를 다운로드하는 단계를 참조하세요.

WSUS(Windows Server Update Services) 및 Microsoft 엔드포인트 구성 관리자

이 업데이트는 연결된 Windows 월간 보안 업데이트의 일부로 설치됩니다.

또한 다음과 같이 제품 및 분류를 구성하는 경우 이 업데이트는 WSUS와 자동으로 동기화됩니다.

  • 제품: Windows 11

  • 분류: 보안 업데이트

사전 요건

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

다시 시작 정보

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

제거 정보

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

업데이트 대체 정보

이 업데이트는 이전에 릴리스된 업데이트를 대체하지 않습니다.

이 업데이트 설치 확인

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

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

2023년 12월 11일

2,014

336,232

bootmgfw.efi

10.0.25398.640

2023년 12월 11일

20:09

2,644,336

bootmgr.efi

10.0.25398.640

2023년 12월 11일

20:09

2,627,456

boot.stl

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

11월 29일-23일

1,801

10,895

winsipolicy.p7b

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

2023년 12월 11일

17:47

10,341

winload.exe

10.0.25398.640

2023년 12월 11일

20:08

1,704,600

winload.efi

10.0.25398.640

2023년 12월 11일

20:08

2,967,456

driversipolicy.p7b

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

11월 29일-23일

1,801

150,679

ci.dll

10.0.25398.640

2023년 12월 11일

20:09

1,051,056

driver.stl

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

11월 29일-23일

18:02

25,628

winpeshl.exe

10.0.25398.640

2023년 12월 11일

19:54

53,248

wpeutil.dll

10.0.25398.640

2023년 12월 11일

19:54

155,648

wpeutil.exe

10.0.25398.640

2023년 12월 11일

20:02

36,864

wpeinit.exe

10.0.25398.640

2023년 12월 11일

20:01

57,344

startnet.cmd

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

11월 29일-23일

18:02

9

참조 자료

Microsoft 소프트웨어 업데이트를 설명하기 위해 사용된 표준 용어에 대해 알아보세요.

쿼리 단어 SafeOS DU

도움이 더 필요하세요?

더 많은 옵션을 원하세요?

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