Extend the Windows Server 2008 evaluation period (KB 948 472)
WSS April 30th, 2008I was asked this at the Brisbane VMware usergroup tonight, and in hindsight, I should have blogged it earlier :)
Anyway, by default Windows 2008 gives you ~60 days grace if you install it without a key. Using slmgr.vbs –rearm you can extend the evaluation up to 240 days.
Check out all the goodness in Microsoft KB 948472 "How to extend the Windows Server 2008 evaluation period", and a snippet is below:
When the initial 60-day evaluation period nears its end, you can run the Slmgr.vbs script to reset the evaluation period. To do this, follow these steps:
- Click Start, and then click Command Prompt.
- Type slmgr.vbs -dli, and then press ENTER to check the current status of your evaluation period.
- To reset the evaluation period, type slmgr.vbs –rearm, and then press ENTER.
- Restart the computer.
This resets the evaluation period to 60 days.
April 30th, 2008 at 1:02 pm
[...] Continued here: Extend the Windows Server 2008 evaluation period (KB 948 472) [...]
May 31st, 2008 at 10:50 pm
[...] option to extend the standard Server 2008 evaluation period. The Dugie’s Pensieve blog post Extend the Windows Server 2008 evaluation period (KB 948 472) first made me aware this was [...]