Thursday, December 28, 2023

Windows Server 2016/2019/2022 Evaluation: How to extend the Trial Period ?

How to extend the Trial Period ?

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

  • open PowerShell and Run this Command

slmgr -dlv

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

slmgr -rearm

  • Next restart your computer.

Restart-Computer

  • Once restarted, open PowerShell and check your settings.

slmgr -dli

Windows Server 2016/2019/2022 Evaluation: How to extend the Trial Period ?

How to extend the Trial Period ? Pay attention to the Time-based activation expiration and the Remaining Windows rearm count. You can rearm ...