{"id":1890,"date":"2024-08-14T20:48:40","date_gmt":"2024-08-15T01:48:40","guid":{"rendered":"https:\/\/techlensfocus.com\/?p=1890"},"modified":"2024-08-14T20:48:52","modified_gmt":"2024-08-15T01:48:52","slug":"activate-windows-server-from-evaluation-version-with-a-license-key","status":"publish","type":"post","link":"https:\/\/techlensfocus.com\/index.php\/2024\/08\/14\/activate-windows-server-from-evaluation-version-with-a-license-key\/","title":{"rendered":"Activate Windows Server from Evaluation Version with a License Key"},"content":{"rendered":"\n<div class=\"wp-block-ideabox-toc ib-block-toc\" data-anchors='h2,h3,h4,h5,h6' data-collapsable='true' ><div class=\"ib-toc-container ib-toc-list-style-numbers ib-toc-hierarchical ib-toc-expanded\"><div class=\"ib-toc-header\"><div class=\"ib-toc-header-title\">Table of Contents<\/div><div class=\"ib-toc-header-right\"><span class=\"ib-toc-icon-collapse\"><span class=\"dashicon dashicons dashicons-minus\"><\/span><\/span><span class=\"ib-toc-icon-expand\"><span class=\"dashicon dashicons dashicons-plus\"><\/span><\/span><\/div><\/div><div class=\"ib-toc-separator\" style=\"height:2px\"><\/div><div class=\"ib-toc-body\"><ol class=\"ib-toc-anchors\"><\/ol><\/div><\/div><\/div>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p><\/p>\n\n\n\n<p>Activating your Windows Server is crucial to unlock its full potential and avoid any limitations that come with the evaluation version. In this guide, we will show you how to convert an evaluation version to a retail version and activate it using a license key. <\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Understanding slmgr and dism<\/h2>\n\n\n\n<p><\/p>\n\n\n\n<p>Both <strong>slmgr <\/strong>and <strong>dism <\/strong>are command-line tools used for different aspects of managing Windows operating systems, including licensing and activation. Here\u2019s a breakdown of their uses and differences:<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">slmgr (Software Licensing Management Tool)<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>slmgr <\/strong>is primarily used for managing Windows licensing and activation.<\/p>\n\n\n\n<p><strong>Common commands:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Installing a product key: <strong>slmgr \/ipk &lt;product-key&gt;<\/strong><\/li>\n\n\n\n<li>Activating Windows: <strong>slmgr \/ato<\/strong><\/li>\n\n\n\n<li>Checking license status: <strong>slmgr \/dlv<\/strong><\/li>\n\n\n\n<li>Extending the evaluation period: <strong>slmgr \/rearm<\/strong><\/li>\n<\/ul>\n\n\n\n<p><strong>Use Case:<\/strong> Use <strong>slmgr <\/strong>tool when you need to manage the licensing aspects of Windows, such as installing a product key, activating the system, checking the license status, and extending the evaluation period.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">dism (Deployment Imaging Service and Management Tool)<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>dism <\/strong>is used for servicing and preparing Windows images, including adding and removing features, updating packages, and converting Windows editions.<\/p>\n\n\n\n<p><strong>Common commands:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Converting Windows editions: <strong>dism \/online \/set-edition: \/productkey: \/accepteula<\/strong><\/li>\n<\/ul>\n\n\n\n<p><strong>Use Case:<\/strong> When you need to convert the Windows Server edition from evaluation to a retail version or perform more advanced servicing tasks on the operating system, <strong>dism <\/strong>is the appropriate tool. You need to use the <strong>dism <\/strong>tool to convert the evaluation version to the retail version first, and then use <strong>slmgr <\/strong>to activate it.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<p><\/p>\n\n\n\n<p>Before we begin, ensure you have the following:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>An evaluation version or retail version of Windows Server installed. In this example, we choose Windows Server 2019.<\/li>\n\n\n\n<li>A valid standard license key.<\/li>\n\n\n\n<li>Administrative privileges on the server.<\/li>\n<\/ul>\n\n\n\n<p>Let&#8217;s get started!<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Section 1: Activating a Retail Version<\/h2>\n\n\n\n<p><\/p>\n\n\n\n<p>If you already have a retail version of Windows Server 2019 installed:<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Open Command Prompt as Administrator<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p> Open the Command Prompt with administrative rights. Press <strong>Win + X<\/strong>, then select &#8220;Command Prompt (Admin)&#8221;. This ensures that you have the necessary permissions to make changes to the system.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Install the License Key<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>Run the following command to install the product key:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>slmgr \/ipk &lt;your-license-key&gt;<\/code><\/pre>\n\n\n\n<p>Replace &lt;your-license-key&gt; with your actual license key.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Activate the Server<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>Run the following command to activate the server:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>slmgr \/ato<\/code><\/pre>\n\n\n\n<p>You should see a confirmation message if the activation is successful.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Section 2: Converting an Evaluation Version to Retail<\/h2>\n\n\n\n<p><\/p>\n\n\n\n<p>If you have an evaluation version of Windows Server, you need to convert it to the retail version first. Here is how you do it:<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Open Command Prompt as Administrator<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>Open the Command Prompt with administrative rights. Press <strong>Win + X<\/strong>, then select &#8220;Command Prompt (Admin)&#8221;. This ensures that you have the necessary permissions to make changes to the system.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Convert the Evaluation Version to a Retail Version<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>Run the following command to convert the evaluation version:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>dism \/online \/set-edition:ServerStandard \/productkey:&lt;your-license-key&gt; \/accepteula<\/code><\/pre>\n\n\n\n<p>Replace &lt;your-license-key&gt; with your actual license key. The server will need to restart after running this command.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"856\" height=\"111\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/04.Convert-version.png\" alt=\"\" class=\"wp-image-1951\" style=\"width:810px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/04.Convert-version.png 856w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/04.Convert-version-300x39.png 300w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/04.Convert-version-768x100.png 768w\" sizes=\"auto, (max-width: 856px) 100vw, 856px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Verify the Installation<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>After the server restarts, check the version to ensure it&#8217;s now the standard edition:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systeminfo | findstr \/B \/C:\"OS Name\" \/C:\"OS Version\"<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"992\" height=\"231\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/05.Verify.png\" alt=\"\" class=\"wp-image-1955\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/05.Verify.png 992w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/05.Verify-300x70.png 300w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/05.Verify-768x179.png 768w\" sizes=\"auto, (max-width: 992px) 100vw, 992px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>systeminfo <\/strong>: this command generates a details report about the system configuration.<\/li>\n\n\n\n<li><strong>\/B<\/strong> : the \/B switch specifies that the search pattern must match the beginning of a line.<\/li>\n\n\n\n<li><strong>\/C:&#8221;OS Name&#8221;<\/strong> and <strong>\/C:&#8221;OS Version&#8221;<\/strong> : it tells <strong>findstr <\/strong>to search for the exact strings &#8220;OS Name&#8221; and &#8220;OS Version&#8221;.<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Activate the Server<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>Run the following command to activate the server:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>slmgr \/ato<\/code><\/pre>\n\n\n\n<p>You should see a confirmation message if the activation is successful.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1009\" height=\"385\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/06.Activate-Server.png\" alt=\"\" class=\"wp-image-1959\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/06.Activate-Server.png 1009w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/06.Activate-Server-300x114.png 300w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/06.Activate-Server-768x293.png 768w\" sizes=\"auto, (max-width: 1009px) 100vw, 1009px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Section 3: Extending the Evaluation Period<\/h2>\n\n\n\n<p><\/p>\n\n\n\n<p>If you still using the Evaluation Edition of Windows Server and decide not to convert immediately, you can extend the evaluation period.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Check the Current License Status<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>To check how much time is left in your evaluation period, run:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>slmgr \/dlv<\/code><\/pre>\n\n\n\n<p>This will display detailed license information, including the remaining evaluation period. See screenshot below: <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"753\" height=\"338\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/01.License-check.png\" alt=\"\" class=\"wp-image-1945\" style=\"width:726px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/01.License-check.png 753w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/01.License-check-300x135.png 300w\" sizes=\"auto, (max-width: 753px) 100vw, 753px\" \/><\/figure><\/div>\n\n\n<p>From the image we can see that :<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Notification Reason:<\/strong> 0xC004FC07: the evaluation period for this Windows Server Standard Evaluation edition has expired.<\/li>\n\n\n\n<li><strong>Remaining Rearm Count:<\/strong> 6 , this indicates the number of times the system can be reactivated before requiring a valid product key.<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Extend the Evaluation Period<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>To extend the evaluation period, run:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>slmgr \/rearm<\/code><\/pre>\n\n\n\n<p>This command resets the evaluation timer. Note that you can only use this command up to five times. After running the command, restart your server.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"603\" height=\"263\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/02.Rearm_.png\" alt=\"\" class=\"wp-image-1947\" style=\"width:557px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/02.Rearm_.png 603w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/02.Rearm_-300x131.png 300w\" sizes=\"auto, (max-width: 603px) 100vw, 603px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Verifying the Extension<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>After restarting, you can verify the new evaluation period by running:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>slmgr \/dlv<\/code><\/pre>\n\n\n\n<p>Check the output to ensure the evaluation period has been extended. In the following screenshot, you see the License Status is Licensed with the remaining Windows rearm count is 5.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"687\" height=\"327\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/03.Check_.png\" alt=\"\" class=\"wp-image-1949\" style=\"width:637px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/03.Check_.png 687w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/03.Check_-300x143.png 300w\" sizes=\"auto, (max-width: 687px) 100vw, 687px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Troubleshooting<\/h2>\n\n\n\n<p><\/p>\n\n\n\n<p>If you encounter any issues, here are some common problems and solutions:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>License key errors:<\/strong> Double-check the key and ensure it&#8217;s valid for Windows Server 2019.<\/li>\n\n\n\n<li><strong>Activation failures:<\/strong> Ensure your server has internet access and try again. If the issue persists, contact Microsoft support.<\/li>\n\n\n\n<li><strong>Evaluation period extension issues:<\/strong> Make sure you haven&#8217;t exceeded the maximum number of re-arms (5 times).<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p><\/p>\n\n\n\n<p>That&#8217;s it, activating Windows Server 2019 and managing the evaluation period is straightforward with the right commands. Make sure your server is properly licensed to take full advantage of its features. For more information, check out the official Microsoft documentation and support resources.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to convert and activate Windows Server from the evaluation version to a fully licensed edition using command-line tools.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[6,18],"tags":[70,72,71,73,27],"class_list":["post-1890","post","type-post","status-publish","format-standard","hentry","category-it","category-windowserver","tag-activate","tag-dism","tag-license-key","tag-slmgr","tag-windows-server"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/posts\/1890","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/comments?post=1890"}],"version-history":[{"count":44,"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/posts\/1890\/revisions"}],"predecessor-version":[{"id":1961,"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/posts\/1890\/revisions\/1961"}],"wp:attachment":[{"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/media?parent=1890"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/categories?post=1890"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/tags?post=1890"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}