KB5046916: Safe OS Dynamic Update for Azure Stack HCI, version 22H2 and Windows Server 2022: November 12, 2024

Applies To
Azure Local, version 22H2 Windows Server 2022

Summary

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

References

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

Query words: safeos du