/* Mobile menu icon fix */ #menu-btn{ position:relative !important; width:40px !important; height:40px !important; display:flex !important; align-items:center !important; justify-content:center !important; cursor:pointer !important; font-size:0 !important; line-height:0 !important; } #menu-btn:before{ content:'' !important; width:24px !important; height:3px !important; background:#061b3a !important; border-radius:3px !important; box-shadow:0 8px 0 #061b3a, 0 -8px 0 #061b3a !important; display:block !important; } #menu-btn:after{ display:none !important; content:none !important; }
processing...
US Registered Company 24×7 Support

Blog Details

Admin 28 Dec, 2023 10:07 PM

Windows Server 2016/2019/2022 Evaluation: 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

 

Recent Posts