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

Available

This update is available through Windows Update. It will be downloaded and installed automatically by Windows Recovery Environment update​​​​​​​ KB5057588.

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 KB5050201.

Verify the installation of this update

After installing this update, the WinRE version installed on the device should be 10.0.20348.3445.

To get the version of WinRE 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.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.

File name

File version

Date

Time

File size

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

Not versioned

28-Mar-25

1:57

10,895

winsipolicy.p7b

Not versioned

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

Not versioned

28-Mar-25

1:57

228,546

ci.dll

10.0.20348.3445

28-Mar-25

1:57

968,432

driver.stl

Not versioned

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

Not versioned

28-Mar-25

1:57

779,884

hwexclude.txt

Not versioned

28-Mar-25

1:57

51

migapp.xml

Not versioned

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

Not versioned

28-Mar-25

1:57

40,820

oscomps.xml

Not versioned

28-Mar-25

1:57

435,175

oscomps.woa.xml

Not versioned

28-Mar-25

1:57

249,101

osfilter.inf

Not versioned

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

Not versioned

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

Not versioned

28-Mar-25

1:57

1,824

SFLCID.dat

Not versioned

28-Mar-25

1:57

1,644

SFLISTW7.dat

Not versioned

28-Mar-25

1:57

1,703,368

SFLISTW8.dat

Not versioned

28-Mar-25

1:57

2,608,858

SFLISTWB.dat

Not versioned

28-Mar-25

1:57

3,172,904

SFLISTWT.dat

Not versioned

28-Mar-25

1:57

4,935,438

sflistw8.woa.dat

Not versioned

28-Mar-25

1:57

954,436

SFLISTRS1.dat

Not versioned

28-Mar-25

1:57

5,593,408

sflistwb.woa.dat

Not versioned

28-Mar-25

1:57

1,150,134

sflistwt.woa.dat

Not versioned

28-Mar-25

1:57

2,636,850

SFPAT.inf

Not versioned

28-Mar-25

1:57

11,602

SFPATW7.inf

Not versioned

28-Mar-25

1:57

17,396

SFPATW8.inf

Not versioned

28-Mar-25

1:57

79,818

SFPATWB.inf

Not versioned

28-Mar-25

1:57

91,635

SFPATWT.inf

Not versioned

28-Mar-25

1:57

165,729

SFPATRS1.inf

Not versioned

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

Not versioned

28-Mar-25

1:57

70,907

upgrade_comp.xml

Not versioned

28-Mar-25

1:57

6,054

upgrade_bulk.xml

Not versioned

28-Mar-25

1:57

211,052

upgrade_data.xml

Not versioned

28-Mar-25

1:57

41,750

upgrade_frmwrk.xml

Not versioned

28-Mar-25

1:57

18,614

upgWow_bulk.xml

Not versioned

28-Mar-25

1:57

114,963

uninstall.xml

Not versioned

28-Mar-25

1:57

4,407

uninstall_data.xml

Not versioned

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

Not versioned

28-Mar-25

1:57

1,240

reagent.xml

Not versioned

28-Mar-25

1:57

837

SetupPlatform.cfg

Not versioned

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

Not versioned

28-Mar-25

1:57

59,554

srms62.dat

Not versioned

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

Not versioned

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

Not versioned

28-Mar-25

1:57

30,832

abortpxe.com

Not versioned

28-Mar-25

1:57

79

bootmgr.exe

10.0.20348.3445

28-Mar-25

1:57

721,416

pxeboot.com

Not versioned

28-Mar-25

1:57

25,358

pxeboot.n12

Not versioned

28-Mar-25

1:57

25,358

hdlscom1.com

Not versioned

28-Mar-25

1:57

25,662

hdlscom2.com

Not versioned

28-Mar-25

1:57

25,662

hdlscom1.n12

Not versioned

28-Mar-25

1:57

25,646

hdlscom2.n12

Not versioned

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

References

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

Query words: safeos du

​​​​​​​​​​​​​​

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.