KB5050201: Azure Local バージョン 22H2 および Windows Server 2022 の安全な OS 動的更新プログラム: 2025 年 1 月 14 日

適用先
Azure Local, version 22H2 Windows Server 2022

概要

この更新プログラムにより、Azure Local バージョン 22H2 および Windows Server 2022 の Windows 回復環境が強化されます。

この更新プログラムの入手方法

この更新プログラムのインストール

この更新プログラムをインストールするには、次のいずれかのリリース チャネルを使用してください。


使用可能 次の手順
はい この更新プログラムは、Windows Update を介して利用可能です。 Windows Recovery Environment update KB5050410によって自動的にダウンロードおよびインストールされます。
前提条件 この更新プログラムを適用するための必要条件はありません。
再起動に関する情報 この更新プログラムの適用後、デバイスを再起動する必要はありません。
アンインストール情報 この更新プログラムは、一度 Windows イメージに適用されると、削除することができません。
更新プログラムの置き換えに関する情報 この更新プログラムは、以前にリリースされた更新プログラム のKB5046916に置き換えられます。
この更新プログラムのインストールを確認する この更新プログラムをインストールした後、デバイスにインストールされる WinRE バージョンは 10.0.20348.3081 である必要があります。
インストールされている WinRE バージョンを確認する方法

管理者の資格情報を使用して、次の PowerShell スクリプト "GetWinReVersion.ps1" を実行します。 スクリプトを実行すると、次の例のように、インストールされている WinRE バージョンが表示されます。

GetWinREVersion のスクリーンショット

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

ファイル情報

このソフトウェア更新プログラムの英語 (米国) 版では、次の属性を持つファイルがインストールされます。 この更新プログラムには、追加の言語のファイルが含まれている場合があります。

サポートされているすべての x64 ベースのバージョン
ファイル名 ファイル バージョン 日付 時間 ファイル サイズ
skci.dll 10.0.20348.2201 13-Dec-24 3:52 311,320
conhost.exe 10.0.20348.791 13-Dec-24 3:52 987,136
winresume.exe 10.0.20348.2021 13-Dec-24 3:52 1,255,800
winresume.efi 10.0.20348.2021 13-Dec-24 3:52 1,851,760
winload.exe 10.0.20348.2201 13-Dec-24 3:52 1,631,328
winload.efi 10.0.20348.2201 13-Dec-24 3:52 2,298,656
bootmgfw.efi 10.0.20348.2201 13-Dec-24 3:52 2,029,536
bootmgr.efi 10.0.20348.2201 13-Dec-24 3:52 2,013,056
boot.stl バージョン管理されていません 13-Dec-24 3:52 10,895
winsipolicy.p7b バージョン管理されていません 13-Dec-24 3:52 9,796
winresume.exe 10.0.20348.2201 13-Dec-24 3:52 1,255,680
winresume.efi 10.0.20348.2201 13-Dec-24 3:52 1,851,752
BootMenuUX.dll 10.0.20348.3081 13-Dec-24 3:52 237,568
driversipolicy.p7b バージョン管理されていません 13-Dec-24 3:52 150,679
ci.dll 10.0.20348.2201 13-Dec-24 3:52 964,176
driver.stl バージョン管理されていません 13-Dec-24 3:52 25,628
bootmgfw.efi 10.0.20348.2021 13-Dec-24 3:52 2,029,440
cmi2migxml.dll 10.0.20348.2846 13-Dec-24 3:52 230,896
csiagent.dll 10.0.20348.2846 13-Dec-24 3:52 718,320
diagER.dll 10.0.20348.2846 13-Dec-24 3:52 79,352
hwcompat.dll 10.0.20348.2846 13-Dec-24 3:52 251,360
hwcompat.txt バージョン管理されていません 13-Dec-24 3:52 779,884
hwexclude.txt バージョン管理されていません 13-Dec-24 3:52 51
migapp.xml バージョン管理されていません 13-Dec-24 3:52 654,548
migcore.dll 10.0.20348.2846 13-Dec-24 3:52 9,741,816
mighost.exe 10.0.20348.2846 13-Dec-24 3:52 280,048
migres.dll 10.0.20348.2846 13-Dec-24 3:52 26,080
migisol.dll 10.0.20348.2846 13-Dec-24 3:52 148,976
migstore.dll 10.0.20348.2846 13-Dec-24 3:52 1,320,416
migsys.dll 10.0.20348.2846 13-Dec-24 3:52 456,160
MXEAgent.dll 10.0.20348.2846 13-Dec-24 3:52 374,240
offline.xml バージョン管理されていません 13-Dec-24 3:52 40,820
oscomps.xml バージョン管理されていません 13-Dec-24 3:52 435,175
oscomps.woa.xml バージョン管理されていません 13-Dec-24 3:52 249,101
osfilter.inf バージョン管理されていません 13-Dec-24 3:52 21,299
pnppropmig.dll 10.0.20348.2846 13-Dec-24 3:52 103,920
reagent.dll 10.0.20348.2846 13-Dec-24 3:52 763,376
ReserveManager.dll 10.0.20348.2846 13-Dec-24 3:52 316,912
setupplatform.cfg バージョン管理されていません 13-Dec-24 3:52 6,371
setupplatform.dll 1.64.20348.2846 13-Dec-24 3:52 9,283,056
setupplatform.exe 1.64.20348.2846 13-Dec-24 3:52 202,224
SFCN.dat バージョン管理されていません 13-Dec-24 3:52 18:24
SFLCID.dat バージョン管理されていません 13-Dec-24 3:52 1,644
SFLISTW7.dat バージョン管理されていません 13-Dec-24 3:52 1,703,368
SFLISTW8.dat バージョン管理されていません 13-Dec-24 3:52 2,608,858
SFLISTWB.dat バージョン管理されていません 13-Dec-24 3:52 3,172,904
SFLISTWT.dat バージョン管理されていません 13-Dec-24 3:52 4,935,438
sflistw8.woa.dat バージョン管理されていません 13-Dec-24 3:52 954,436
SFLISTRS1.dat バージョン管理されていません 13-Dec-24 3:52 5,593,408
sflistwb.woa.dat バージョン管理されていません 13-Dec-24 3:52 1,150,134
sflistwt.woa.dat バージョン管理されていません 13-Dec-24 3:52 2,636,850
SFPAT.inf バージョン管理されていません 13-Dec-24 3:52 11,602
SFPATW7.inf バージョン管理されていません 13-Dec-24 3:52 17,396
SFPATW8.inf バージョン管理されていません 13-Dec-24 3:52 79,818
SFPATWB.inf バージョン管理されていません 13-Dec-24 3:52 91,635
SFPATWT.inf バージョン管理されていません 13-Dec-24 3:52 165,729
SFPATRS1.inf バージョン管理されていません 13-Dec-24 3:52 169,870
unbcl.dll 10.0.20348.2846 13-Dec-24 3:52 1,205,768
upgradeagent.dll 10.0.20348.2846 13-Dec-24 3:52 3,286,496
upgradeagent.xml バージョン管理されていません 13-Dec-24 3:52 70,907
upgrade_comp.xml バージョン管理されていません 13-Dec-24 3:52 6,054
upgrade_bulk.xml バージョン管理されていません 13-Dec-24 3:52 211,052
upgrade_data.xml バージョン管理されていません 13-Dec-24 3:52 41,750
upgrade_frmwrk.xml バージョン管理されていません 13-Dec-24 3:52 18,614
upgWow_bulk.xml バージョン管理されていません 13-Dec-24 3:52 114,963
uninstall.xml バージョン管理されていません 13-Dec-24 3:52 4,407
uninstall_data.xml バージョン管理されていません 13-Dec-24 3:52 11,122
wdsutil.dll 10.0.20348.2846 13-Dec-24 3:52 353,776
ClipSp.sys 10.0.20348.1305 13-Dec-24 3:52 1,127,808
lsasrv.dll 10.0.20348.1305 13-Dec-24 3:52 1,581,056
lsaadt.dll 10.0.20348.1305 13-Dec-24 3:52 208,896
ksecpkg.sys 10.0.20348.1305 13-Dec-24 3:52 210,304
offlinelsa.dll 10.0.20348.1305 13-Dec-24 3:52 157,008
ntdll.dll 10.0.20348.2021 13-Dec-24 3:52 2,100,512
ntoskrnl.exe 10.0.20348.2021 13-Dec-24 3:52 11,617,760
ntkrla57.exe 10.0.20348.2021 13-Dec-24 3:52 11,105,664
rpcrt4.dll 10.0.20348.1305 13-Dec-24 3:52 1,187,336
diagtrack.dll 10.0.10586.0 13-Dec-24 3:52 1,365,856
diagtrackrunner.exe 10.0.10586.0 13-Dec-24 3:52 88,256
reagent.admx バージョン管理されていません 13-Dec-24 3:52 1,240
reagent.xml バージョン管理されていません 13-Dec-24 3:52 837
SetupPlatform.cfg バージョン管理されていません 13-Dec-24 3:52 11,803
wdsclientapi.dll 10.0.20348.2846 13-Dec-24 3:52 333,456
wdscore.dll 10.0.20348.2846 13-Dec-24 3:52 280,048
wdscsl.dll 10.0.20348.2846 13-Dec-24 3:52 91,632
wdsimage.dll 10.0.20348.2846 13-Dec-24 3:52 1,037,968
wdstptc.dll 10.0.20348.2846 13-Dec-24 3:52 726,648
schannel.dll 10.0.20348.1305 13-Dec-24 3:52 667,648
ResetEngine.dll 10.0.20348.733 13-Dec-24 3:52 2,295,120
ResetEngine.exe 10.0.20348.733 13-Dec-24 3:52 38,232
ResetPluginHost.exe 10.0.20348.733 13-Dec-24 3:52 53,248
reseteng.dll 10.0.20348.733 13-Dec-24 3:52 679,936
resetengmig.dll 10.0.20348.733 13-Dec-24 3:52 106,496
srms.dat バージョン管理されていません 13-Dec-24 3:52 59,554
srms62.dat バージョン管理されていません 13-Dec-24 3:52 22,841
sysreset.exe 10.0.20348.733 13-Dec-24 3:52 372,736
systemreset.exe 10.0.20348.733 13-Dec-24 3:52 538,560
ResetEngOnline.dll 10.0.20348.733 13-Dec-24 3:52 221,184
SysResetErr.exe 10.0.20348.733 13-Dec-24 3:52 70,992
winpeshl.exe 10.0.20348.3081 13-Dec-24 3:52 53,248
wpeutil.dll 10.0.20348.3081 13-Dec-24 3:52 159,744
wpeutil.exe 10.0.20348.3081 13-Dec-24 3:52 32,768
wpeinit.exe 10.0.20348.3081 13-Dec-24 3:52 57,344
startnet.cmd バージョン管理されていません 13-Dec-24 3:52 9
StartRep.exe 10.0.20348.2760 13-Dec-24 3:52 655,360
RecEnv.exe 10.0.20348.2760 13-Dec-24 3:52 415,224
BootRec.exe 10.0.20348.2760 13-Dec-24 3:52 192,512
offlinelsa.dll 10.0.20348.1305 13-Dec-24 3:52 118,136
ntdll.dll 10.0.20348.2021 13-Dec-24 3:52 1,720,040
rpcrt4.dll 10.0.20348.1305 13-Dec-24 3:52 769,056
schannel.dll 10.0.20348.1305 13-Dec-24 3:52 525,312
wdsnbp.com バージョン管理されていません 13-Dec-24 3:52 30,832
abortpxe.com バージョン管理されていません 13-Dec-24 3:52 79
bootmgr.exe 10.0.20348.2021 13-Dec-24 3:52 716,776
pxeboot.com バージョン管理されていません 13-Dec-24 3:52 25,358
pxeboot.n12 バージョン管理されていません 13-Dec-24 3:52 25,358
hdlscom1.com バージョン管理されていません 13-Dec-24 3:52 25,662
hdlscom2.com バージョン管理されていません 13-Dec-24 3:52 25,662
hdlscom1.n12 バージョン管理されていません 13-Dec-24 3:52 25,646
hdlscom2.n12 バージョン管理されていません 13-Dec-24 3:52 25,646
bootmgfw.efi 10.0.20348.2021 13-Dec-24 3:52 1,376,224

関連情報

Microsoft のソフトウェア更新の説明で使用される一般的な用語の解説

クエリワード: safeos du