Rakenduskoht
Windows Server 2022

Windowsi turvalise algkäivituse sertifikaadi aegumine 

Tähtis. Enamikus Windowsi seadmetes kasutatavad turvalise algkäivituse serdid aeguvad 2026. aasta juunis. See võib mõjutada teatud isiklike ja äriseadmete võimet turvaliselt käivituda, kui neid aja jooksul ei värskendata. Häirete vältimiseks soovitame juhised läbi vaadata ja võtta meetmeid, et serte eelnevalt värskendada. Üksikasjalikku teavet ja ettevalmistusjuhised leiate teemast Windowsi turvalise algkäivituse sertifikaadi aegumine ja CA värskendused.

Windows Server 2022 kasutajatoe pakkumine lõpetatakse oktoobris 2031

Pärast 14. oktoobrit 2031 ei paku Microsoft enam Windows Update’i tasuta tarkvaravärskendusi, tehnilist abi ega Windows Server 2022 turbeparandusi. Soovitame teil üle minna Windows Serveri uuemale versioonile.

Kokkuvõte

See värskendus parandab Windowsi taastekeskkonda versioonis Windows Server 2022.

Selle värskenduse hankimine

Selle värskenduse installimine

Selle värskenduse installimiseks kasutage ühte järgmistest väljalaskekanalitest.

Saadaval

Järgmine juhis

Saadaval

Windows Update laadib selle värskenduse alla ja installib automaatselt.

Eeltingimused

Värskenduse rakendamiseks pole eeltingimusi.

Uuesti käivitamise teave

Pärast selle värskenduse rakendamist ei pea te seadet taaskäivitama.

Eemaldamisteave

Seda värskendust ei saa pärast Windowsi pildile rakendamist eemaldada.

Värskenduse asendusteave

See värskendus asendab varem välja antud värskenduse KB5062694.

Kontrollige selle värskenduse installimist

Pärast selle värskenduse installimist peaks seadmesse installitud WinRE versioon olema 10.0.20348.4161.

WinRE versiooni saamiseks käivitage administraatori identimisteabega järgmine PowerShelli skript „GetWinReVersion.ps1“. Pärast skripti käivitamist peaksite saama installitud WinRE versiooni, nagu on näidatud järgmises näites:

PowerShelli skript 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

Failiteave

Selle tarkvaravärskenduse inglisekeelne (Ameerika Ühendriigid) versioon installib failid, millel on järgmised atribuudid. See värskendus võib sisaldada faile täiendavate keelte jaoks.

Faili nimi

Failiversioon

Kuupäev

Kellaaeg

Faili maht

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

Pole versioonitud

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

Pole versioonitud

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

Pole versioonitud

12. aug 25

18:32

11,030

winsipolicy.p7b

Pole versioonitud

12. aug 25

18:32

9,796

BootMenuUX.dll

10.0.20348.4161

12. aug 25

18:32

229,376

driversipolicy.p7b

Pole versioonitud

12. aug 25

18:32

229,162

ci.dll

10.0.20348.3933

12. aug 25

18:32

968,384

driver.stl

Pole versioonitud

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

Pole versioonitud

12. aug 25

18:32

780,048

hwexclude.txt

Pole versioonitud

12. aug 25

18:32

51

migapp.xml

Pole versioonitud

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

Pole versioonitud

12. aug 25

18:32

40,820

oscomps.xml

Pole versioonitud

12. aug 25

18:32

435,175

oscomps.woa.xml

Pole versioonitud

12. aug 25

18:32

249,101

osfilter.inf

Pole versioonitud

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

Pole versioonitud

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

Pole versioonitud

12. aug 25

18:32

1,824

SFLCID.dat

Pole versioonitud

12. aug 25

18:32

1,644

SFLISTW7.dat

Pole versioonitud

12. aug 25

18:32

1,703,368

SFLISTW8.dat

Pole versioonitud

12. aug 25

18:32

2,608,858

SFLISTWB.dat

Pole versioonitud

12. aug 25

18:32

3,172,904

SFLISTWT.dat

Pole versioonitud

12. aug 25

18:32

4,935,438

sflistw8.woa.dat

Pole versioonitud

12. aug 25

18:32

954,436

SFLISTRS1.dat

Pole versioonitud

12. aug 25

18:32

5,593,408

sflistwb.woa.dat

Pole versioonitud

12. aug 25

18:32

1,150,134

sflistwt.woa.dat

Pole versioonitud

12. aug 25

18:32

2,636,850

SFPAT.inf

Pole versioonitud

12. aug 25

18:32

11,602

SFPATW7.inf

Pole versioonitud

12. aug 25

18:32

17,396

SFPATW8.inf

Pole versioonitud

12. aug 25

18:32

79,818

SFPATWB.inf

Pole versioonitud

12. aug 25

18:32

91,635

SFPATWT.inf

Pole versioonitud

12. aug 25

18:32

165,729

SFPATRS1.inf

Pole versioonitud

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

Pole versioonitud

12. aug 25

18:32

70,907

upgrade_comp.xml

Pole versioonitud

12. aug 25

18:32

6,054

upgrade_bulk.xml

Pole versioonitud

12. aug 25

18:32

211,052

upgrade_data.xml

Pole versioonitud

12. aug 25

18:32

41,750

upgrade_frmwrk.xml

Pole versioonitud

12. aug 25

18:32

18,614

upgWow_bulk.xml

Pole versioonitud

12. aug 25

18:32

114,963

uninstall.xml

Pole versioonitud

12. aug 25

18:32

4,407

uninstall_data.xml

Pole versioonitud

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

Pole versioonitud

12. aug 25

18:32

1,240

reagent.xml

Pole versioonitud

12. aug 25

18:32

837

SetupPlatform.cfg

Pole versioonitud

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

Pole versioonitud

12. aug 25

18:32

59,554

srms62.dat

Pole versioonitud

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

Pole versioonitud

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

Pole versioonitud

12. aug 25

18:32

30,832

abortpxe.com

Pole versioonitud

12. aug 25

18:32

79

bootmgr.exe

10.0.20348.3933

12. aug 25

18:32

721,848

pxeboot.com

Pole versioonitud

12. aug 25

18:32

25,358

pxeboot.n12

Pole versioonitud

12. aug 25

18:32

25,358

hdlscom1.com

Pole versioonitud

12. aug 25

18:32

25,662

hdlscom2.com

Pole versioonitud

12. aug 25

18:32

25,662

hdlscom1.n12

Pole versioonitud

12. aug 25

18:32

25,646

hdlscom2.n12

Pole versioonitud

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

Viited

Microsofti tarkvaravärskenduste kirjeldamiseks kasutatava standardterminoloogia kirjeldus

Päringusõnad: safeos du

Kas vajate veel abi?

Kas soovite rohkem valikuvariante?

Siin saate tutvuda tellimusega kaasnevate eelistega, sirvida koolituskursusi, õppida seadet kaitsma ja teha veel palju muud.