Applies ToWin 10 Ent LTSB 2016 Win 10 IoT Ent LTSB 2016 Windows Server 2016

提醒

Windows 10版本 1607 移动版和移动企业版已于 2018 年 10 月 9 日终止支持。

Windows 10版本 1607 IoT 核心版和 IoT 企业版已于 2019 年 4 月 9 日终止支持。

这些版本将不再提供这些更新。 要继续接收这些更新,建议更新到 Windows 最新版本。 有关终止对 Windows 10 版本 1607 的支持的信息,请参阅 Windows 10,版本 1607 于 2019 年 4 月 9 日终止服务

Windows Server 2016 Datacenter 版、Nano Server 安装和 Standard 版,Nano Server 安装选项已于 2018 年 10 月 9 日终止支持。若要继续接收这些更新,建议更新到最新版本的 Windows Server。 有关终止对Windows Server 2016的支持的信息,请参阅Windows Server 2016

摘要

此更新改进了适用于Windows Server 2016的 Windows 恢复功能。

如何获取此更新

安装此更新

发布频道

可用

下一步

Windows 更新和 Microsoft 更新

可以通过 Windows 更新获取此更新。 此更新会自动下载并安装。

Microsoft 更新目录

若要获取此更新的独立包,请转到Microsoft更新目录网站。

若要从更新目录下载更新,请参阅 从 Windows 更新目录下载更新的步骤

Windows Server Update Services (WSUS) 和 Microsoft Endpoint Configuration Manager

请参阅其他发布渠道。

先决条件

应用此更新没有任何先决条件。

重启信息

应用此更新后,无需重新启动您的设备。

删除信息

应用到 Windows 映像后,无法删除此更新。 

更新替代信息

此更新将替换以前发布的更新KB5031471

验证此更新的安装

安装此更新后,设备上安装的 WinRE 版本应为10.0。14393.6610。 ​​​​​

若要获取安装的 WinRE 版本,请使用管理员凭据运行以下 PowerShell 脚本“GetWinReVersion.ps1”。 运行该脚本后,应该会收到已安装的 WinRE 版本,如以下示例所示:

GetWinReVersion.ps1 PowerShell 脚本

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

#

# 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

文件信息

此软件更新程序的英语(美国)版本将安装具有下表所列属性的文件。

文件名

文件版本

日期

时间

文件大小

winload.exe

10.0.14393.6610

2023 年 12 月 11 日

2,028

951,512

winload.efi

10.0.14393.6610

2023 年 12 月 11 日

2,028

1,079,040

bootmgfw.efi

10.0.14393.6610

2023 年 12 月 11 日

2,027

1,009,472

bootmgr.efi

10.0.14393.6610

2023 年 12 月 11 日

2,028

995,632

boot.stl

未版本控制

23 年 11 月 3 日

1,755

10,689

winresume.exe

10.0.14393.6610

2023 年 12 月 11 日

20:29

785,576

winresume.efi

10.0.14393.6610

2023 年 12 月 11 日

20:29

893,008

ci.dll

10.0.14393.6610

2023 年 12 月 11 日

20:25

590,528

driver.stl

未版本控制

23 年 11 月 3 日

17:57

15,792

winpeshl.exe

10.0.14393.6610

2023 年 12 月 11 日

20:05

25,600

wpeutil.dll

10.0.14393.6610

2023 年 12 月 11 日

20:02

105,472

wpeutil.exe

10.0.14393.6610

2023 年 12 月 11 日

20:08

10,752

wpeinit.exe

10.0.14393.6610

2023 年 12 月 11 日

06:20

28,672

startnet.cmd

未版本控制

23 年 11 月 3 日

17:57

9

文件名

文件版本

日期

时间

文件大小

skci.dll

10.0.14393.6610

2023 年 12 月 11 日

20:39

173,656

winload.exe

10.0.14393.6610

2023 年 12 月 11 日

20:35

1,181,840

winload.efi

10.0.14393.6610

2023 年 12 月 11 日

20:35

1,364,672

bootmgfw.efi

10.0.14393.6610

2023 年 12 月 11 日

20:34

1,199,408

bootmgr.efi

10.0.14393.6610

2023 年 12 月 11 日

20:35

1,188,672

boot.stl

未版本控制

2023 年 12 月 11 日

17:45

10,895

winresume.exe

10.0.14393.6610

2023 年 12 月 11 日

20:36

897,160

winresume.efi

10.0.14393.6610

2023 年 12 月 11 日

20:36

1,053,112

ci.dll

10.0.14393.6610

2023 年 12 月 11 日

20:33

646,240

driver.stl

未版本控制

2023 年 12 月 11 日

17:45

25,628

winpeshl.exe

10.0.14393.6610

2023 年 12 月 11 日

20:03

30,208

wpeutil.dll

10.0.14393.6610

2023 年 12 月 11 日

20:01

121,344

wpeutil.exe

10.0.14393.6610

2023 年 12 月 11 日

20:05

12,800

wpeinit.exe

10.0.14393.6610

2023 年 12 月 11 日

20:03

32,256

startnet.cmd

未版本控制

2023 年 6 月 20 日

19:12

9

参考资料

了解用于描述 Microsoft 软件更新的标准术语

查询字词 SafeOS DU

需要更多帮助?

需要更多选项?

了解订阅权益、浏览培训课程、了解如何保护设备等。