This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
microsoft:evoluation_server_2016 [2018/05/28 10:09] admin created |
microsoft:evoluation_server_2016 [2018/05/28 10:14] (current) admin |
||
---|---|---|---|
Line 16: | Line 16: | ||
First, take a look at your desktop. You should see the countdown in the corner down right. | First, take a look at your desktop. You should see the countdown in the corner down right. | ||
- | Unbenannt.PNG | + | {{ :microsoft:win_2016_evol_01.png |}} |
Or start PowerShell and run slmgr. | Or start PowerShell and run slmgr. | ||
- | 1 | + | <code bash> |
slmgr -dlv | slmgr -dlv | ||
+ | </code> | ||
+ | |||
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). | 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). | ||
- | Unbenannt.PNG | + | {{ :microsoft:win_2016_evol_02.png |}} |
When the period comes to an end, run slmgr -rearm to extend it by another 180 days. | When the period comes to an end, run slmgr -rearm to extend it by another 180 days. | ||
- | 1 | + | <code bash> |
slmgr -rearm | slmgr -rearm | ||
- | Unbenannt.PNG | + | </code> |
+ | |||
+ | {{ :microsoft:win_2016_evol_03.png |}} | ||
Next restart your computer. | Next restart your computer. | ||
- | 1 | + | <code bash> |
Restart-Computer | Restart-Computer | ||
+ | </code> | ||
+ | |||
Once restarted, open PowerShell and check your settings. | Once restarted, open PowerShell and check your settings. | ||
- | 1 | + | <code bash> |
slmgr -dli | slmgr -dli | ||
- | Unbenannt.PNG | + | </code> |
+ | |||
+ | {{ :microsoft:win_2016_evol_04.png |}} | ||
- | Important Note | ||
- | The evaluation version may not be use for commercial purposes. Have fun playing with the Windows Server 2016 Evaluation Version! | ||
- | By the way: You can do the same with Windows 10. But the Windows 10 Evaluation Version can be used only for 180 days in total. | + | <note warning>The evaluation version may not be use for commercial purposes. Have fun playing with the Windows Server 2016 Evaluation Version! |
+ | </note> | ||
+ | <note important>By the way: You can do the same with Windows 10. But the Windows 10 Evaluation Version can be used only for 180 days in total.</note> |