KB5050201: Safe OS Dynamic Update for Azure Local, version 22H2 and Windows Server 2022: January 14, 2025

Applies To
Azure Local, version 22H2 Windows Server 2022

Summary

This update makes improvements to the Windows recovery environment in Azure Local, version 22H2 and Windows Server 2022.

How to get this update

Install this update

To install this update, use one of the following release channels.


Available Next step
Yes This update is available through Windows Update. It will be downloaded and installed automatically by Windows Recovery Environment update KB5050410.
Prerequisites There are no prerequisites to apply this update.
Restart information You do not have to restart your device after you apply this update.
Removal information This update cannot be removed once it is applied to a Windows image.
Update replacement information This update replaces the previously released update KB5046916.
Verify the installation of this update After installing this update, the WinRE version installed on the device should be 10.0.20348.3081.
Methods to verify the WinRE version installed

Run the following PowerShell script "GetWinReVersion.ps1" with Administrator credentials. After you run the script, you should receive the installed WinRE version as in the following example:

GetWinREVersion Screenshot

GetWinReVersion.ps1 PowerShell script


################################################################################################

#

# 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

File information

The English (United States) version of this software update installs files that have the following attributes. This update might contain files for additional languages.

For all supported x64-based versions
File name File version Date Time File size
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 Not versioned 13-Dec-24 3:52 10,895
winsipolicy.p7b Not versioned 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 Not versioned 13-Dec-24 3:52 150,679
ci.dll 10.0.20348.2201 13-Dec-24 3:52 964,176
driver.stl Not versioned 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 Not versioned 13-Dec-24 3:52 779,884
hwexclude.txt Not versioned 13-Dec-24 3:52 51
migapp.xml Not versioned 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 Not versioned 13-Dec-24 3:52 40,820
oscomps.xml Not versioned 13-Dec-24 3:52 435,175
oscomps.woa.xml Not versioned 13-Dec-24 3:52 249,101
osfilter.inf Not versioned 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 Not versioned 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 Not versioned 13-Dec-24 3:52 1,824
SFLCID.dat Not versioned 13-Dec-24 3:52 1,644
SFLISTW7.dat Not versioned 13-Dec-24 3:52 1,703,368
SFLISTW8.dat Not versioned 13-Dec-24 3:52 2,608,858
SFLISTWB.dat Not versioned 13-Dec-24 3:52 3,172,904
SFLISTWT.dat Not versioned 13-Dec-24 3:52 4,935,438
sflistw8.woa.dat Not versioned 13-Dec-24 3:52 954,436
SFLISTRS1.dat Not versioned 13-Dec-24 3:52 5,593,408
sflistwb.woa.dat Not versioned 13-Dec-24 3:52 1,150,134
sflistwt.woa.dat Not versioned 13-Dec-24 3:52 2,636,850
SFPAT.inf Not versioned 13-Dec-24 3:52 11,602
SFPATW7.inf Not versioned 13-Dec-24 3:52 17,396
SFPATW8.inf Not versioned 13-Dec-24 3:52 79,818
SFPATWB.inf Not versioned 13-Dec-24 3:52 91,635
SFPATWT.inf Not versioned 13-Dec-24 3:52 165,729
SFPATRS1.inf Not versioned 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 Not versioned 13-Dec-24 3:52 70,907
upgrade_comp.xml Not versioned 13-Dec-24 3:52 6,054
upgrade_bulk.xml Not versioned 13-Dec-24 3:52 211,052
upgrade_data.xml Not versioned 13-Dec-24 3:52 41,750
upgrade_frmwrk.xml Not versioned 13-Dec-24 3:52 18,614
upgWow_bulk.xml Not versioned 13-Dec-24 3:52 114,963
uninstall.xml Not versioned 13-Dec-24 3:52 4,407
uninstall_data.xml Not versioned 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 Not versioned 13-Dec-24 3:52 1,240
reagent.xml Not versioned 13-Dec-24 3:52 837
SetupPlatform.cfg Not versioned 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 Not versioned 13-Dec-24 3:52 59,554
srms62.dat Not versioned 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 Not versioned 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 Not versioned 13-Dec-24 3:52 30,832
abortpxe.com Not versioned 13-Dec-24 3:52 79
bootmgr.exe 10.0.20348.2021 13-Dec-24 3:52 716,776
pxeboot.com Not versioned 13-Dec-24 3:52 25,358
pxeboot.n12 Not versioned 13-Dec-24 3:52 25,358
hdlscom1.com Not versioned 13-Dec-24 3:52 25,662
hdlscom2.com Not versioned 13-Dec-24 3:52 25,662
hdlscom1.n12 Not versioned 13-Dec-24 3:52 25,646
hdlscom2.n12 Not versioned 13-Dec-24 3:52 25,646
bootmgfw.efi 10.0.20348.2021 13-Dec-24 3:52 1,376,224

References

Description of the standard terminology that is used to describe Microsoft software updates

Query words: safeos du