In this blog post I will show you how to extend your trial period to three years. The evaluation version of Windows Server 2012 / 2016 is valid for 180 days and you can convert your trial version to retail.

To explore Windows Server 2016 or 2019 download it here:

https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2016/

https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2019

After installing, you can try it out for 180 days. After 180 days you and your system will run into troubles for sure. But the good news is: You can extend the period to another 180 days up to 3 years.

Extending the Trial Period

First, take a look at your desktop. You should see the countdown in the corner down right.

2020-01-21 19_06_11-Window

Or start PowerShell and run slmgr.

slmgr -dlv

Pay attention to the Timebased activation expiration and the Remaining Windows rearm count. You can rearm the period 6 times. (180 days * 6 = 3 years).

2020-01-21 19_15_03-Window

When the period comes to an end, run slmgr -rearm to extend it by another 180 days.

slmgr -rearm

2020-01-21 19_16_15-Window

Next restart your computer.

Once restarted, open PowerShell and check your settings.

slmgr -dli

2020-01-21 19_17_30-Window

Leave a Reply

Your email address will not be published. Required fields are marked *

Latest Posts

  • Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

  • Windows Server 2019 activation

    Steps: KMS activation keyshttps://learn.microsoft.com/en-us/windows-server/get-started/kms-client-activation-keys

  • ExchangeOnlineManagement 3.1.0

    The Exchange Online Powershell V1 module is now deprecated. We need to use the Exchange OnlinePowershell V3 module instead. Command to install Modulehttps://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.1.0 Install-Module -Name ExchangeOnlineManagement…