KB5034229: עדכון תאימות להתקנה ושחזור של Windows Server, גירסה 23H2: 9 בינואר 2024

חל על
Windows Server, version 23H2

Summary

עדכון זה מבצע שיפורים בתכונות השחזור של Windows עבור Windows Server, גירסה 23H2.

כיצד לקבל עדכון זה

התקנת עדכון זה

ערוץ הפצה זמין השלבים הבאים
Windows Update ו- Microsoft Update כן עדכון זה זמין באמצעות Windows Update. ההורדה וההתקנה יתבצעו באופן אוטומטי.
Microsoft Update Catalog כן כדי לקבל את החבילה העצמאית עבור העדכון, עבור אל אתר האינטרנט של Microsoft Update Catalog.
כדי להוריד עדכונים מקטלוג העדכונים, ראה שלבים להורדת עדכונים מקטלוג Windows Update שלך.
Windows Server Update Services (WSUS) ו- Microsoft Endpoint Configuration Manager כן עדכון זה יותקן כחלק מעדכון האבטחה החודשי המשויך של Windows.

בנוסף, עדכון זה יסונכרן באופן אוטומטי עם WSUS אם תגדיר מוצרים וסיווגים באופן הבא:
  • מוצר: Windows 11
  • סיווג: עדכוני אבטחה
דרישות מוקדמות אין דרישות מוקדמות להחלת עדכון זה.
פרטי הפעלה מחדש אין צורך להפעיל מחדש את המכשיר לאחר החלת עדכון זה.
מידע על הסרה אין אפשרות להסיר עדכון זה לאחר החלתו על תמונת Windows.
מידע על החלפת עדכון עדכון זה אינו מחליף אף עדכון שפורסם בעבר.
אמת את התקנת עדכון זה לאחר התקנת עדכון זה, גירסת WinRE המותקנת במכשיר צריכה להיות 10.0.25398.640.
שיטות לאימות גירסת WinRE המותקנת

הפעל את קובץ ה- Script הבא של PowerShell: ‏"GetWinReVersion.ps1" עם אישורי מנהל מערכת. לאחר הפעלת קובץ ה- Script, אתה אמור לקבל את הגירסה המותקנת של סביבת השחזור של Windows, כמו בדוגמה הבאה:

צילום מסך של GetWinREVersion

קובץ Script של Windows PowerShell: ‏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

פרטי קובץ

הגירסה האנגלית (ארצות הברית) של עדכון תוכנה זה מתקינת קבצים הכוללים את התכונות המפורטות בטבלאות הבאות.

עבור כל הגירסאות הנתמכות המבוססות על x64
שם קובץ גרסת הקובץ תאריך שעה גודל קובץ
skci.dll 10.0.25398.640 11-דצמ-23 20:14 336,232
bootmgfw.efi 10.0.25398.640 11-דצמ-23 20:09 2,644,336
bootmgr.efi 10.0.25398.640 11-דצמ-23 20:09 2,627,456
boot.stl לא פורסם בגירסה 29-נוב-23 18:01 10,895
winsipolicy.p7b לא פורסם בגירסה 11-דצמ-23 17:47 10,341
winload.exe 10.0.25398.640 11-דצמ-23 20:08 1,704,600
winload.efi 10.0.25398.640 11-דצמ-23 20:08 2,967,456
driversipolicy.p7b לא פורסם בגירסה 29-נוב-23 18:01 150,679
ci.dll 10.0.25398.640 11-דצמ-23 20:09 1,051,056
driver.stl לא פורסם בגירסה 29-נוב-23 18:02 25,628
winpeshl.exe 10.0.25398.640 11-דצמ-23 19:54 53,248
wpeutil.dll 10.0.25398.640 11-דצמ-23 19:54 155,648
wpeutil.exe 10.0.25398.640 11-דצמ-23 20:02 36,864
wpeinit.exe 10.0.25398.640 11-דצמ-23 20:01 57,344
startnet.cmd לא פורסם בגירסה 29-נוב-23 18:02 9

חומרי עזר

למד על המינוח הרגיל המשמש לתיאור עדכוני התוכנה של Microsoft.

מילות שאילתה SafeOS DU