How To's & GuidesExtending the Activation Grace Period in WHS 2011 and...

Extending the Activation Grace Period in WHS 2011 and SBS 2011 Essentials

-

- Advertisement -

Option II: Automate the re-arming of the activation grace period.

1. Click Start, point to Administrative Tools, and then click Task Scheduler.

Extend4

2. Copy the following sample script below into a notepad text on the home server, and then save it as an .xml file. For example, you can save the file as Extend.xml.

Start Copy

<?xml version=”1.0″ encoding=”UTF-16″?>
<Task version=”1.2″ xmlns=”http://schemas.microsoft.com/windows/2004/02/mit/task”&gt;
<RegistrationInfo>
<Date>2007-09-17T14:26:04.433</Date>
<Author>Microsoft Corporation</Author>
</RegistrationInfo>
<Triggers>
<TimeTrigger id=”18c4a453-d7aa-4647-916b-af0c3ea16a6b”>
<Repetition>
<Interval>P31D</Interval>
<StopAtDurationEnd>false</StopAtDurationEnd>
</Repetition>
<StartBoundary>2007-10-05T02:23:24</StartBoundary>
<EndBoundary>2008-09-17T14:23:24.777</EndBoundary>
<Enabled>true</Enabled>
</TimeTrigger>
</Triggers>
<Principals>
<Principal id=”Author”>
<UserId>SERVERNAME\Administrator</UserId>
<LogonType>Password</LogonType>
<RunLevel>HighestAvailable</RunLevel>
</Principal>
</Principals>
<Settings>
<IdleSettings>
<Duration>PT10M</Duration>
<WaitTimeout>PT1H</WaitTimeout>
<StopOnIdleEnd>true</StopOnIdleEnd>
<RestartOnIdle>false</RestartOnIdle>
</IdleSettings>
<MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
<DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
<StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
<AllowHardTerminate>true</AllowHardTerminate>
<StartWhenAvailable>false</StartWhenAvailable>
<RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
<AllowStartOnDemand>true</AllowStartOnDemand>
<Enabled>true</Enabled>
<Hidden>false</Hidden>
<RunOnlyIfIdle>false</RunOnlyIfIdle>
<WakeToRun>true</WakeToRun>
<ExecutionTimeLimit>P3D</ExecutionTimeLimit>
<DeleteExpiredTaskAfter>PT0S</DeleteExpiredTaskAfter>
<Priority>7</Priority>
<RestartOnFailure>
<Interval>PT1M</Interval>
<Count>3</Count>
</RestartOnFailure>
</Settings>
<Actions Context=”Author”>
<Exec>
<Command>C:\Windows\System32\slmgr.vbs</Command>
<Arguments>/rearm</Arguments>
</Exec>
<Exec>
<Command>C:\Windows\System32\shutdown.exe</Command>
<Arguments>/r</Arguments>
</Exec>
</Actions>
</Task>

End Copy

Extend5

Extend6

3. In the script you just copied over, change the value of the following “UserID” tag to contain your ServerName and your Server account:

< UserId>ServerName\account</UserId>

Example: <UserId>WHS-Test\Administrator</UserId>

John Keller
John Keller
John has been in the IT profession for over 20 years along with being certified in both Comptia Security + (2008 edition) and a MCP (Microsoft Certified Professional) on Both Windows XP & Server 2003 Administration, He currently works as an Windows System Administrator for Northrop Grumman in the Greater Los Angeles Area and manages 3 Windows Active Directory Private Networks (Two 2008 R2 and One 2012 R2) along With 2 VMware EXSI 5.5 Servers in the US. He has been an avid fan and follower of Windows Home Server (Now the Essentials Role of Windows Server) and Visualization Since 2009. He is currently trying to exploit the full potential of Microsoft's Windows Server Operating System to the Home & Small to Medium Business Community along with the power of Visualization. When not being a Nerd and a Geek he likes to watch Movies, Read Comic Books, and most importantly spend time with his family.

9 COMMENTS

  1. Thanks for posting this. That gives me another 3 months to fail to decide whether to virtualise or not…

Comments are closed.

Stay connected

7,137FansLike
8,563FollowersFollow
27,000SubscribersSubscribe

LATEST REVIEWS

You might also likeRELATED
Recommended to you