Gäller för
Windows Server 2022

Förfallodatum för Windows Secure Boot-certifikat 

Viktigt: Certifikat för säker start som används av de flesta Windows-enheter upphör att gälla från och med juni 2026. Det kan påverka möjligheten för vissa personliga enheter och företagsenheter att starta på ett säkert sätt om de inte uppdateras i tid. För att undvika störningar rekommenderar vi att du läser vägledningen och vidtar åtgärder för att uppdatera certifikaten i förväg. Mer information och förberedelser finns i Förfallodatum för Windows Secure Boot-certifikat och CA-uppdateringar.

Stödet för Windows Server 2022 upphör i oktober 2031

Efter den 14 oktober 2031 kommer Microsoft inte längre att tillhandahålla kostnadsfria programuppdateringar från Windows Update, teknisk hjälp eller säkerhetskorrigeringar för Windows Server 2022. Vi rekommenderar att du uppgraderar till en senare version av Windows Server.

Sammanfattning

Den här uppdateringen förbättrar Windows återställningsmiljö i Windows Server 2022.

Så här hämtar du uppdateringen

Installera den här uppdateringen

Om du vill installera den här uppdateringen använder du någon av följande utgivningskanaler.

Kan användas

Nästa steg

Tillgänglig

Den här uppdateringen laddas ned och installeras automatiskt av Windows Update.

Krav

Det finns inga krav för den här uppdateringen.

Information om omstart

Du behöver inte starta om enheten när du har installerat den här uppdateringen.

Information om borttagning

Den här uppdateringen kan inte tas bort när den har tillämpats på en Windows-avbildning.

Ersättningsinformation om uppdateringen

Den här uppdateringen ersätter den tidigare uppdateringen KB5062694.

Kontrollera installationen av den här uppdateringen

När du har installerat den här uppdateringen ska WinRE-versionen som är installerad på enheten vara 10.0.20348.4161.

Kör följande PowerShell-skript "GetWinReVersion.ps1" med administratörsautentiseringsuppgifter för att få versionen av WinRE installerad. När du har kört skriptet bör du få den installerade WinRE-versionen som i följande exempel:

PowerShell-skript för GetWinReVersion.ps1

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

#

# 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

Filinformation

Den engelska versionen (USA) av den här programuppdateringen installerar filer som har följande attribut. Den här uppdateringen kan innehålla filer för ytterligare språk.

Filnamn

Filversion

Datum

Tid

Filstorlek

skci.dll

10.0.20348.3933

12-aug-25

18:32

315,496

conhost.exe

10.0.20348.3933

12-aug-25

18:32

987 136

iumbase.dll

10.0.20348.3933

12-aug-25

18:32

46,952

iumdll.dll

10.0.20348.3933

12-aug-25

18:32

38,680

vertdll.dll

10.0.20348.3933

12-aug-25

18:32

199,840

ucrtbase_enclave.dll

10.0.20348.3933

12-aug-25

18:32

563,456

securekernel.exe

10.0.20348.3933

12-aug-25

18:32

1,070,512

VbsSiPolicy.p7b

Inte versionerad

12-aug-25

18:32

68,351

winresume.exe

10.0.20348.3933

12-aug-25

18:32

1,280,512

winresume.efi

10.0.20348.3933

12-aug-25

18:32

1,954,088

winload.exe

10.0.20348.3933

12-aug-25

18:32

1,645,176

winload.efi

10.0.20348.3933

12-aug-25

18:32

2,395,208

bootmgfw.efi

10.0.20348.3933

12-aug-25

18:32

2,042,272

bootmgfw_EX.efi

10.0.26100.30212

12-aug-25

18:32

2,830,632

SecureBootRecovery.efi

Inte versionerad

12-aug-25

18:32

162,688

bootmgr.efi

10.0.20348.3933

12-aug-25

18:32

2,025,904

bootmgr_EX.efi

10.0.26100.30212

12-aug-25

18:32

2,818,464

boot.stl

Inte versionerad

12-aug-25

18:32

11,030

winsipolicy.p7b

Inte versionerad

12-aug-25

18:32

9,796

BootMenuUX.dll

10.0.20348.4161

12-aug-25

18:32

229 376

driversipolicy.p7b

Inte versionerad

12-aug-25

18:32

229,162

ci.dll

10.0.20348.3933

12-aug-25

18:32

968,384

driver.stl

Inte versionerad

12-aug-25

18:32

32,631

cmi2migxml.dll

10.0.20348.3933

12-aug-25

18:32

230,840

csiagent.dll

10.0.20348.3933

12-aug-25

18:32

718,280

diagER.dll

10.0.20348.3933

12-aug-25

18:32

79,264

hwcompat.dll

10.0.20348.3933

12-aug-25

18:32

251,296

hwcompat.txt

Inte versionerad

12-aug-25

18:32

780,048

hwexclude.txt

Inte versionerad

12-aug-25

18:32

51

migapp.xml

Inte versionerad

12-aug-25

18:32

654,548

migcore.dll

10.0.20348.3933

12-aug-25

18:32

9,741,752

mighost.exe

10.0.20348.3933

12-aug-25

18:32

279,968

migres.dll

10.0.20348.3933

12-aug-25

18:32

26,016

migisol.dll

10.0.20348.3933

12-aug-25

18:32

148,896

migstore.dll

10.0.20348.3933

12-aug-25

18:32

1,320,376

migsys.dll

10.0.20348.3933

12-aug-25

18:32

456,112

MXEAgent.dll

10.0.20348.3933

12-aug-25

18:32

374,200

offline.xml

Inte versionerad

12-aug-25

18:32

40,820

oscomps.xml

Inte versionerad

12-aug-25

18:32

435,175

oscomps.woa.xml

Inte versionerad

12-aug-25

18:32

249,101

osfilter.inf

Inte versionerad

12-aug-25

18:32

21,299

pnppropmig.dll

10.0.20348.3933

12-aug-25

18:32

103,840

reagent.dll

10.0.20348.3933

12-aug-25

18:32

775,584

ReserveManager.dll

10.0.20348.3933

12-aug-25

18:32

320,928

setupplatform.cfg

Inte versionerad

12-aug-25

18:32

6,371

setupplatform.dll

1.64.20348.3933

12-aug-25

18:32

9,282,976

setupplatform.exe

1.64.20348.3933

12-aug-25

18:32

202,184

SFCN.dat

Inte versionerad

12-aug-25

18:32

1,824

SFLCID.dat

Inte versionerad

12-aug-25

18:32

1,644

SFLISTW7.dat

Inte versionerad

12-aug-25

18:32

1,703,368

SFLISTW8.dat

Inte versionerad

12-aug-25

18:32

2,608,858

SFLISTWB.dat

Inte versionerad

12-aug-25

18:32

3,172,904

SFLISTWT.dat

Inte versionerad

12-aug-25

18:32

4,935,438

sflistw8.woa.dat

Inte versionerad

12-aug-25

18:32

954,436

SFLISTRS1.dat

Inte versionerad

12-aug-25

18:32

5,593,408

sflistwb.woa.dat

Inte versionerad

12-aug-25

18:32

1,150,134

sflistwt.woa.dat

Inte versionerad

12-aug-25

18:32

2,636,850

SFPAT.inf

Inte versionerad

12-aug-25

18:32

11,602

SFPATW7.inf

Inte versionerad

12-aug-25

18:32

17,396

SFPATW8.inf

Inte versionerad

12-aug-25

18:32

79,818

SFPATWB.inf

Inte versionerad

12-aug-25

18:32

91,635

SFPATWT.inf

Inte versionerad

12-aug-25

18:32

165,729

SFPATRS1.inf

Inte versionerad

12-aug-25

18:32

169,870

unbcl.dll

10.0.20348.3933

12-aug-25

18:32

1,205,680

upgradeagent.dll

10.0.20348.3933

12-aug-25

18:32

3,286,472

upgradeagent.xml

Inte versionerad

12-aug-25

18:32

70,907

upgrade_comp.xml

Inte versionerad

12-aug-25

18:32

6,054

upgrade_bulk.xml

Inte versionerad

12-aug-25

18:32

211,052

upgrade_data.xml

Inte versionerad

12-aug-25

18:32

41,750

upgrade_frmwrk.xml

Inte versionerad

12-aug-25

18:32

18,614

upgWow_bulk.xml

Inte versionerad

12-aug-25

18:32

114,963

uninstall.xml

Inte versionerad

12-aug-25

18:32

4,407

uninstall_data.xml

Inte versionerad

12-aug-25

18:32

11,122

wdsutil.dll

10.0.20348.3933

12-aug-25

18:32

353,720

ClipSp.sys

10.0.20348.3933

12-aug-25

18:32

1,127,840

lsasrv.dll

10.0.20348.3933

12-aug-25

18:32

1,638,400

lsaadt.dll

10.0.20348.3933

12-aug-25

18:32

217,088

ksecpkg.sys

10.0.20348.3933

12-aug-25

18:32

214,456

offlinelsa.dll

10.0.20348.3933

12-aug-25

18:32

157,128

netio.sys

10.0.20348.3933

12-aug-25

18:32

652,720

ntdll.dll

10.0.20348.3933

12-aug-25

18:32

2,100,544

ntoskrnl.exe

10.0.20348.3933

12-aug-25

18:32

11,597,216

ntkrla57.exe

10.0.20348.3933

12-aug-25

18:32

11,109,832

rpcrt4.dll

10.0.20348.3933

12-aug-25

18:32

1,187,376

diagtrack.dll

10.0.10586.0

12-aug-25

18:32

1,365,856

diagtrackrunner.exe

10.0.10586.0

12-aug-25

18:32

88,256

reagent.admx

Inte versionerad

12-aug-25

18:32

1,240

reagent.xml

Inte versionerad

12-aug-25

18:32

837

SetupPlatform.cfg

Inte versionerad

12-aug-25

18:32

11,803

wdsclientapi.dll

10.0.20348.3933

12-aug-25

18:32

334,200

wdscore.dll

10.0.20348.3933

12-aug-25

18:32

279,992

wdscsl.dll

10.0.20348.3933

12-aug-25

18:32

91,576

wdsimage.dll

10.0.20348.3933

12-aug-25

18:32

1,038,752

wdstptc.dll

10.0.20348.3933

12-aug-25

18:32

727,416

fvevol.sys

10.0.20348.4161

12-aug-25

18:32

861,600

dumpfve.sys

10.0.20348.4161

12-aug-25

18:32

129,560

fveapibase.dll

10.0.20348.4161

12-aug-25

18:32

450,560

fveapi.dll

10.0.20348.4161

12-aug-25

18:32

1,093,632

schannel.dll

10.0.20348.3933

12-aug-25

18:32

667,648

ResetEngine.dll

10.0.20348.3933

12-aug-25

18:32

2,299,296

ResetEngine.exe

10.0.20348.3933

12-aug-25

18:32

38,304

ResetPluginHost.exe

10.0.20348.3933

12-aug-25

18:32

53,248

reseteng.dll

10.0.20348.3933

12-aug-25

18:32

688,128

resetengmig.dll

10.0.20348.3933

12-aug-25

18:32

106,496

srms.dat

Inte versionerad

12-aug-25

18:32

59,554

srms62.dat

Inte versionerad

12-aug-25

18:32

22,841

sysreset.exe

10.0.20348.3933

12-aug-25

18:32

372,736

systemreset.exe

10.0.20348.3933

12-aug-25

18:32

538,640

ResetEngOnline.dll

10.0.20348.3933

12-aug-25

18:32

221,184

SysResetErr.exe

10.0.20348.3933

12-aug-25

18:32

71,072

tcpip.sys

10.0.20348.3933

12-aug-25

18:32

3,216,824

FWPKCLNT.SYS

10.0.20348.3933

12-aug-25

18:32

542,136

tcpipreg.sys

10.0.20348.3933

12-aug-25

18:32

77,824

tcpip.sys.mui

10.0.20348.3933

12-aug-25

18:32

207,872

tcpip.sys.mui

10.0.20348.3933

12-aug-25

18:32

212,992

tcpip.sys.mui

10.0.20348.3933

12-aug-25

18:32

209 920

tcpip.sys.mui

10.0.20348.3933

12-aug-25

18:32

209,408

tcpip.sys.mui

10.0.20348.3933

12-aug-25

18:32

210,944

tcpip.sys.mui

10.0.20348.3933

12-aug-25

18:32

211,968

tcpip.sys.mui

10.0.20348.3933

12-aug-25

18:32

206,336

tcpip.sys.mui

10.0.20348.3933

12-aug-25

18:32

205,312

tcpip.sys.mui

10.0.20348.3933

12-aug-25

18:32

211,456

tcpip.sys.mui

10.0.20348.3933

12-aug-25

18:32

200,704

tcpip.sys.mui

10.0.20348.3933

12-aug-25

18:32

200,192

tcpip.sys.mui

10.0.20348.3933

12-aug-25

18:32

208 384

tcpip.sys.mui

10.0.20348.3933

12-aug-25

18:32

208 896

tcpip.sys.mui

10.0.20348.3933

12-aug-25

18:32

207,360

tcpip.sys.mui

10.0.20348.3933

12-aug-25

18:32

210,432

tcpip.sys.mui

10.0.20348.3933

12-aug-25

18:32

198,144

tcpip.sys.mui

10.0.20348.3933

12-aug-25

18:32

198 656

winpeshl.exe

10.0.20348.4161

12-aug-25

18:32

53,248

wpeutil.dll

10.0.20348.4161

12-aug-25

18:32

159,744

wpeutil.exe

10.0.20348.4161

12-aug-25

18:32

32 768

wpeinit.exe

10.0.20348.4161

12-aug-25

18:32

57,344

startnet.cmd

Inte versionerad

12-aug-25

18:32

9

ReInfo.dll

10.0.20348.3933

12-aug-25

18:32

98 304

StartRep.exe

10.0.20348.4161

12-aug-25

18:32

663,552

RecEnv.exe

10.0.20348.4161

12-aug-25

18:32

423,352

BootRec.exe

10.0.20348.4161

12-aug-25

18:32

200,704

offlinelsa.dll

10.0.20348.3933

12-aug-25

18:32

118,192

ntdll.dll

10.0.20348.3933

12-aug-25

18:32

1,719,096

rpcrt4.dll

10.0.20348.3933

12-aug-25

18:32

760,848

fveapibase.dll

10.0.20348.4161

12-aug-25

18:32

365,568

fveapi.dll

10.0.20348.4161

12-aug-25

18:32

842,240

schannel.dll

10.0.20348.3933

12-aug-25

18:32

525 824

ReAgent.dll

10.0.20348.3933

12-aug-25

18:32

648,608

ReInfo.dll

10.0.20348.3933

12-aug-25

18:32

64,512

wdsnbp.com

Inte versionerad

12-aug-25

18:32

30,832

abortpxe.com

Inte versionerad

12-aug-25

18:32

79

bootmgr.exe

10.0.20348.3933

12-aug-25

18:32

721,848

pxeboot.com

Inte versionerad

12-aug-25

18:32

25,358

pxeboot.n12

Inte versionerad

12-aug-25

18:32

25,358

hdlscom1.com

Inte versionerad

12-aug-25

18:32

25,662

hdlscom2.com

Inte versionerad

12-aug-25

18:32

25,662

hdlscom1.n12

Inte versionerad

12-aug-25

18:32

25,646

hdlscom2.n12

Inte versionerad

12-aug-25

18:32

25,646

bootmgfw.efi

10.0.20348.3933

12-aug-25

18:32

1,385,928

bootmgfw_EX.efi

10.0.26100.30212

12-aug-25

18:32

2,376,464

Referenser

Beskrivning av standardterminologin som används för att beskriva Microsofts programuppdateringar

Frågeord: safeos du

Behöver du mer hjälp?

Vill du ha fler alternativ?

Utforska prenumerationsförmåner, bläddra bland utbildningskurser, lär dig hur du skyddar din enhet med mera.