当前位置:网站首页 > 更多 > 玩电脑 > 正文

[玩转系统] 如何将 Windows Server 评估版升级到完整版

作者:精品下载站 日期:2024-12-14 03:37:30 浏览:16 分类:玩电脑

如何将 Windows Server 评估版升级到完整版


您安装 Windows Server 评估版是出于评估、测试或培训目的。现在您想要应用许可证密钥,但它没有激活,并且出现错误。这是因为您必须首先从评估版转换为完整版。之后,您可以插入您的许可证密钥。在本文中,您将了解如何从 Windows Server 评估版许可证升级到完整版。

查找 Windows Server 版本

您可以在右上角找到 Windows Server 版本以及宽限期到期前剩余的天数。

Windows 许可证评估期开始并持续180 天

注意:您可以将 Windows Server 评估期延长 6 次,并运行试用版总共 3 年。

[玩转系统] 如何将 Windows Server 评估版升级到完整版

使用 DISM PowerShell 命令检查当前的 Windows Server 版本。

DISM /Online /Get-CurrentEdition

将出现以下输出。

Deployment Image Servicing and Management tool
Version: 10.0.17763.3406

Image Version: 10.0.17763.5696

Current edition is:

Current Edition : ServerStandardEval

运行 Get-ComputerInfo cmdlet 以列出 Windows Server 操作系统名称和版本。

Get-ComputerInfo | Select-Object WindowsProductName, WindowsEditionId

以下输出显示 Microsoft Windows Server 2019 标准评估正在运行。

WindowsProductName                      WindowsEditionId
------------------                      ----------------
Windows Server 2019 Standard Evaluation ServerStandardEval

现在您已经有了 Windows Server 版本,让我们进入下一步。

获取 Windows Server 目标版本

检查您可以升级到哪些 Windows Server 版本。

DISM /Online /Get-TargetEditions

以下输出显示您可以升级到以下版本之一:服务器标准服务器数据中心

Deployment Image Servicing and Management tool
Version: 10.0.17763.3406

Image Version: 10.0.17763.5696

Editions that can be upgraded to:

Target Edition : ServerStandard
Target Edition : ServerDatacenter

获取 Windows Server 通用批量许可证密钥 (GVLK)

在下表中查找所有 Windows Server 操作系统版本及其 GVLK。

您必须从下表中复制适合您的版本的正确通用批量许可证密钥。您将 Windows Server 版本升级到该版本。

在我们的示例中,我们希望升级到Windows Server 2019 Standard

Windows Server 2022 Standard

VDYBN-27WPP-V4HQT-9VMD4-VMK7H

Windows Server 2022 Datacenter

WX4NM-KYWYW-QJJR4-XV3QB-6VM33

Windows Server 2019 Standard

N69G4-B89J2-4G8F4-WWYCC-J464C

Windows Server 2019 Datacenter

WMDGN-G9PQG-XVVXX-R3X43-63DFG

Windows Server 2016 Standard

WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY

Windows Server 2016 Datacenter

CB7KF-BWN84-R7R2Y-793K2-8XDDG

Windows Server 2012 R2 Standard

D2N9P-3P6X9-2R39C-7RTCD-MDVJX

Windows Server 2012 R2 Datacenter

W3GGN-FT8W3-Y4M27-J84CP-Q3VJ9

将 Windows Server 评估版升级到完整版

使用以下命令之一从 Windows Server 评估版转换为完整版。

服务器标准版:

DISM /Online /Set-Edition:ServerStandard /productkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula

服务器数据中心版本:

DISM /Online /Set-Edition:ServerDatacenter /productkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula

在我们的示例中,我们将在 PowerShell 中运行以下命令来升级到 Windows Server 2019 Standard。

DISM /Online /Set-Edition:ServerStandard /productkey:N69G4-B89J2-4G8F4-WWYCC-J464C /AcceptEula

注意:运行该命令后,需要一些时间,您必须等待它完成。如果您看到进度暂时停留在 10%,这是完全正常的。

将出现以下输出。按Y重新启动计算机。

Deployment Image Servicing and Management tool
Version: 10.0.17763.3406

Image Version: 10.0.17763.5696

Starting to update components...
Starting to install product key...
Finished installing product key.

Removing package Microsoft-Windows-ServerStandardEvalEdition~31bf3856ad364e35~amd64~~10.0.17763.1
[==========================100.0%==========================]
Finished updating components.

Starting to apply edition-specific settings...
Finished applying edition-specific settings.

The operation completed successfully.
Restart Windows to complete this operation.
Do you want to restart the computer now? (Y/N)

验证 Windows Server 版本

计算机重新启动后,运行命令验证Windows Server版本。

Get-ComputerInfo | Select-Object WindowsProductName, WindowsEditionId

输出显示 Windows 版本 ID 是服务器标准

WindowsProductName           WindowsEditionId
------------------           ----------------
Windows Server 2019 Standard ServerStandard

您将在右上角看到激活 Windows 水印。现在,您可以使用购买的 Windows Server 许可证来许可 Windows Server Standard 版本。

[玩转系统] 如何将 Windows Server 评估版升级到完整版

就是这样!

了解更多:Windows Server 安装后配置 »

结论

您了解了如何将 Windows Server 评估版升级到完整版。确保您在 180 天的评估期内获得 Windows Server 的许可。否则,Windows Server 将关闭。

您喜欢这篇文章吗?您可能还喜欢在 Windows Server 上卸载 Windows Defender。不要忘记关注我们并分享这篇文章。

您需要 登录账户 后才能发表评论

取消回复欢迎 发表评论:

关灯