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

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

概要

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

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

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

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


使用可能 次の手順
使用可能 この更新プログラムは、Windows Update を介して利用可能です。 Windows Recovery Environment update KB5057588によって自動的にダウンロードおよびインストールされます。
前提条件 この更新プログラムを適用するための必要条件はありません。
再起動に関する情報 この更新プログラムの適用後、デバイスを再起動する必要はありません。
アンインストール情報 この更新プログラムは、一度 Windows イメージに適用されると、削除することができません。
更新プログラムの置き換えに関する情報 この更新プログラムは、以前にリリースされた更新プログラム のKB5050201に置き換えられます。
この更新プログラムのインストールを確認する この更新プログラムをインストールした後、デバイスにインストールされる WinRE バージョンは 10.0.20348.3445 である必要があります。
インストールされている 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 28-Mar-25 (1:57) 311,320
conhost.exe 10.0.20348.791 28-Mar-25 (1:57) 987,136
winresume.exe 10.0.20348.3445 28-Mar-25 (1:57) 1,277,480
winresume.efi 10.0.20348.3445 28-Mar-25 (1:57) 1,951,552
winload.exe 10.0.20348.2201 28-Mar-25 (1:57) 1,631,328
winload.efi 10.0.20348.2201 28-Mar-25 (1:57) 2,298,656
bootmgfw.efi 10.0.20348.2201 28-Mar-25 (1:57) 2,029,536
bootmgr.efi 10.0.20348.2201 28-Mar-25 (1:57) 2,013,056
boot.stl バージョン管理されていません 28-Mar-25 (1:57) 10,895
winsipolicy.p7b バージョン管理されていません 28-Mar-25 (1:57) 9,796
winload.exe 10.0.20348.3445 28-Mar-25 (1:57) 1,638,032
winload.efi 10.0.20348.3445 28-Mar-25 (1:57) 2,386,520
BootMenuUX.dll 10.0.20348.3445 28-Mar-25 (1:57) 233,472
driversipolicy.p7b バージョン管理されていません 28-Mar-25 (1:57) 228,546
ci.dll 10.0.20348.3445 28-Mar-25 (1:57) 968,432
driver.stl バージョン管理されていません 28-Mar-25 (1:57) 32,631
bootmgfw.efi 10.0.20348.3445 28-Mar-25 (1:57) 2,040,840
bootmgfw_EX.efi 10.0.26100.30169 28-Mar-25 (1:57) 2,774,808
cmi2migxml.dll 10.0.20348.3445 28-Mar-25 (1:57) 230,896
csiagent.dll 10.0.20348.3445 28-Mar-25 (1:57) 718,304
diagER.dll 10.0.20348.3445 28-Mar-25 (1:57) 79,352
hwcompat.dll 10.0.20348.3445 28-Mar-25 (1:57) 251,376
hwcompat.txt バージョン管理されていません 28-Mar-25 (1:57) 779,884
hwexclude.txt バージョン管理されていません 28-Mar-25 (1:57) 51
migapp.xml バージョン管理されていません 28-Mar-25 (1:57) 654,548
migcore.dll 10.0.20348.3445 28-Mar-25 (1:57) 9,741,808
mighost.exe 10.0.20348.3445 28-Mar-25 (1:57) 280,056
migres.dll 10.0.20348.3445 28-Mar-25 (1:57) 26,096
migisol.dll 10.0.20348.3445 28-Mar-25 (1:57) 148,976
migstore.dll 10.0.20348.3445 28-Mar-25 (1:57) 1,320,440
migsys.dll 10.0.20348.3445 28-Mar-25 (1:57) 456,176
MXEAgent.dll 10.0.20348.3445 28-Mar-25 (1:57) 374,240
offline.xml バージョン管理されていません 28-Mar-25 (1:57) 40,820
oscomps.xml バージョン管理されていません 28-Mar-25 (1:57) 435,175
oscomps.woa.xml バージョン管理されていません 28-Mar-25 (1:57) 249,101
osfilter.inf バージョン管理されていません 28-Mar-25 (1:57) 21,299
pnppropmig.dll 10.0.20348.3445 28-Mar-25 (1:57) 103,944
reagent.dll 10.0.20348.3445 28-Mar-25 (1:57) 767,456
ReserveManager.dll 10.0.20348.3445 28-Mar-25 (1:57) 321,008
setupplatform.cfg バージョン管理されていません 28-Mar-25 (1:57) 6,371
setupplatform.dll 1.64.20348.3445 28-Mar-25 (1:57) 9,278,944
setupplatform.exe 1.64.20348.3445 28-Mar-25 (1:57) 202,208
SFCN.dat バージョン管理されていません 28-Mar-25 (1:57) 18:24
SFLCID.dat バージョン管理されていません 28-Mar-25 (1:57) 1,644
SFLISTW7.dat バージョン管理されていません 28-Mar-25 (1:57) 1,703,368
SFLISTW8.dat バージョン管理されていません 28-Mar-25 (1:57) 2,608,858
SFLISTWB.dat バージョン管理されていません 28-Mar-25 (1:57) 3,172,904
SFLISTWT.dat バージョン管理されていません 28-Mar-25 (1:57) 4,935,438
sflistw8.woa.dat バージョン管理されていません 28-Mar-25 (1:57) 954,436
SFLISTRS1.dat バージョン管理されていません 28-Mar-25 (1:57) 5,593,408
sflistwb.woa.dat バージョン管理されていません 28-Mar-25 (1:57) 1,150,134
sflistwt.woa.dat バージョン管理されていません 28-Mar-25 (1:57) 2,636,850
SFPAT.inf バージョン管理されていません 28-Mar-25 (1:57) 11,602
SFPATW7.inf バージョン管理されていません 28-Mar-25 (1:57) 17,396
SFPATW8.inf バージョン管理されていません 28-Mar-25 (1:57) 79,818
SFPATWB.inf バージョン管理されていません 28-Mar-25 (1:57) 91,635
SFPATWT.inf バージョン管理されていません 28-Mar-25 (1:57) 165,729
SFPATRS1.inf バージョン管理されていません 28-Mar-25 (1:57) 169,870
unbcl.dll 10.0.20348.3445 28-Mar-25 (1:57) 1,205,752
upgradeagent.dll 10.0.20348.3445 28-Mar-25 (1:57) 3,286,512
upgradeagent.xml バージョン管理されていません 28-Mar-25 (1:57) 70,907
upgrade_comp.xml バージョン管理されていません 28-Mar-25 (1:57) 6,054
upgrade_bulk.xml バージョン管理されていません 28-Mar-25 (1:57) 211,052
upgrade_data.xml バージョン管理されていません 28-Mar-25 (1:57) 41,750
upgrade_frmwrk.xml バージョン管理されていません 28-Mar-25 (1:57) 18,614
upgWow_bulk.xml バージョン管理されていません 28-Mar-25 (1:57) 114,963
uninstall.xml バージョン管理されていません 28-Mar-25 (1:57) 4,407
uninstall_data.xml バージョン管理されていません 28-Mar-25 (1:57) 11,122
wdsutil.dll 10.0.20348.3445 28-Mar-25 (1:57) 353,760
ClipSp.sys 10.0.20348.1305 28-Mar-25 (1:57) 1,127,808
lsasrv.dll 10.0.20348.1305 28-Mar-25 (1:57) 1,581,056
lsaadt.dll 10.0.20348.1305 28-Mar-25 (1:57) 208,896
ksecpkg.sys 10.0.20348.1305 28-Mar-25 (1:57) 210,304
offlinelsa.dll 10.0.20348.1305 28-Mar-25 (1:57) 157,008
netio.sys 10.0.20348.3445 28-Mar-25 (1:57) 648,696
ntdll.dll 10.0.20348.3445 28-Mar-25 (1:57) 2,100,648
ntoskrnl.exe 10.0.20348.3445 28-Mar-25 (1:57) 11,597,296
ntkrla57.exe 10.0.20348.3445 28-Mar-25 (1:57) 11,105,776
rpcrt4.dll 10.0.20348.1305 28-Mar-25 (1:57) 1,187,336
diagtrack.dll 10.0.10586.0 28-Mar-25 (1:57) 1,365,856
diagtrackrunner.exe 10.0.10586.0 28-Mar-25 (1:57) 88,256
reagent.admx バージョン管理されていません 28-Mar-25 (1:57) 1,240
reagent.xml バージョン管理されていません 28-Mar-25 (1:57) 837
SetupPlatform.cfg バージョン管理されていません 28-Mar-25 (1:57) 11,803
wdsclientapi.dll 10.0.20348.3445 28-Mar-25 (1:57) 333,440
wdscore.dll 10.0.20348.3445 28-Mar-25 (1:57) 280,032
wdscsl.dll 10.0.20348.3445 28-Mar-25 (1:57) 91,632
wdsimage.dll 10.0.20348.3445 28-Mar-25 (1:57) 1,037,968
wdstptc.dll 10.0.20348.3445 28-Mar-25 (1:57) 726,640
fvevol.sys 10.0.20348.3445 28-Mar-25 (1:57) 865,800
dumpfve.sys 10.0.20348.3445 28-Mar-25 (1:57) 129,656
fveapibase.dll 10.0.20348.3445 28-Mar-25 (1:57) 450,560
fveapi.dll 10.0.20348.3445 28-Mar-25 (1:57) 1,093,632
schannel.dll 10.0.20348.1305 28-Mar-25 (1:57) 667,648
ResetEngine.dll 10.0.20348.733 28-Mar-25 (1:57) 2,295,120
ResetEngine.exe 10.0.20348.733 28-Mar-25 (1:57) 38,232
ResetPluginHost.exe 10.0.20348.733 28-Mar-25 (1:57) 53,248
reseteng.dll 10.0.20348.733 28-Mar-25 (1:57) 679,936
resetengmig.dll 10.0.20348.733 28-Mar-25 (1:57) 106,496
srms.dat バージョン管理されていません 28-Mar-25 (1:57) 59,554
srms62.dat バージョン管理されていません 28-Mar-25 (1:57) 22,841
sysreset.exe 10.0.20348.733 28-Mar-25 (1:57) 372,736
systemreset.exe 10.0.20348.733 28-Mar-25 (1:57) 538,560
ResetEngOnline.dll 10.0.20348.733 28-Mar-25 (1:57) 221,184
SysResetErr.exe 10.0.20348.733 28-Mar-25 (1:57) 70,992
tcpip.sys 10.0.20348.3445 28-Mar-25 (1:57) 3,220,960
FWPKCLNT.SYS 10.0.20348.3445 28-Mar-25 (1:57) 542,176
tcpipreg.sys 10.0.20348.3445 28-Mar-25 (1:57) 77,824
tcpip.sys.mui 10.0.20348.3445 28-Mar-25 (1:57) 207,872
tcpip.sys.mui 10.0.20348.3445 28-Mar-25 (1:57) 212,992
tcpip.sys.mui 10.0.20348.3445 28-Mar-25 (1:57) 209,920
tcpip.sys.mui 10.0.20348.3445 28-Mar-25 (1:57) 209,408
tcpip.sys.mui 10.0.20348.3445 28-Mar-25 (1:57) 210,944
tcpip.sys.mui 10.0.20348.3445 28-Mar-25 (1:57) 211,968
tcpip.sys.mui 10.0.20348.3445 28-Mar-25 (1:57) 206,336
tcpip.sys.mui 10.0.20348.3445 28-Mar-25 (1:57) 205,312
tcpip.sys.mui 10.0.20348.3445 28-Mar-25 (1:57) 211,456
tcpip.sys.mui 10.0.20348.3445 28-Mar-25 (1:57) 200,704
tcpip.sys.mui 10.0.20348.3445 28-Mar-25 (1:57) 200,192
tcpip.sys.mui 10.0.20348.3445 28-Mar-25 (1:57) 208,384
tcpip.sys.mui 10.0.20348.3445 28-Mar-25 (1:57) 208,896
tcpip.sys.mui 10.0.20348.3445 28-Mar-25 (1:57) 207,360
tcpip.sys.mui 10.0.20348.3445 28-Mar-25 (1:57) 210,432
tcpip.sys.mui 10.0.20348.3445 28-Mar-25 (1:57) 198,144
tcpip.sys.mui 10.0.20348.3445 28-Mar-25 (1:57) 198,656
winpeshl.exe 10.0.20348.3445 28-Mar-25 (1:57) 53,248
wpeutil.dll 10.0.20348.3445 28-Mar-25 (1:57) 159,744
wpeutil.exe 10.0.20348.3445 28-Mar-25 (1:57) 32,768
wpeinit.exe 10.0.20348.3445 28-Mar-25 (1:57) 57,344
startnet.cmd バージョン管理されていません 28-Mar-25 (1:57) 9
StartRep.exe 10.0.20348.3445 28-Mar-25 (1:57) 655,360
RecEnv.exe 10.0.20348.3445 28-Mar-25 (1:57) 419,312
BootRec.exe 10.0.20348.3445 28-Mar-25 (1:57) 192,512
offlinelsa.dll 10.0.20348.1305 28-Mar-25 (1:57) 118,136
ntdll.dll 10.0.20348.3445 28-Mar-25 (1:57) 1,719,184
rpcrt4.dll 10.0.20348.1305 28-Mar-25 (1:57) 769,056
fveapibase.dll 10.0.20348.3445 28-Mar-25 (1:57) 365,568
fveapi.dll 10.0.20348.3445 28-Mar-25 (1:57) 842,240
schannel.dll 10.0.20348.1305 28-Mar-25 (1:57) 525,312
wdsnbp.com バージョン管理されていません 28-Mar-25 (1:57) 30,832
abortpxe.com バージョン管理されていません 28-Mar-25 (1:57) 79
bootmgr.exe 10.0.20348.3445 28-Mar-25 (1:57) 721,416
pxeboot.com バージョン管理されていません 28-Mar-25 (1:57) 25,358
pxeboot.n12 バージョン管理されていません 28-Mar-25 (1:57) 25,358
hdlscom1.com バージョン管理されていません 28-Mar-25 (1:57) 25,662
hdlscom2.com バージョン管理されていません 28-Mar-25 (1:57) 25,662
hdlscom1.n12 バージョン管理されていません 28-Mar-25 (1:57) 25,646
hdlscom2.n12 バージョン管理されていません 28-Mar-25 (1:57) 25,646
bootmgfw.efi 10.0.20348.3445 28-Mar-25 (1:57) 1,384,928
bootmgfw_EX.efi 10.0.26100.30169 28-Mar-25 (1:57) 2,355,984

関連情報

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

クエリワード: safeos du