一奇怪的KB我會說- 240天窗口服務器2008年為沒什麼?
有時您來在牌子您想知道的一篇奇怪的KB文章-為什麼那信息是公開的或什麼是文章的一般用途是… 我今天發現了這一個:
如何延長窗口服務器2008年評估期間
http://support.microsoft.com/kb/948472
這從文章被引述:
總結
這篇文章描述如何延伸或者重整軍備,窗口服務器2008年評估期間。 評估期間是亦稱「活化作用雍容」期間。 這些指示適用於窗口服務器的所有編輯2008年。 這包括評估複製。
介紹
評估的窗口服務器2008年軟件不要求產品活化作用。 窗口服務器2008的任何編輯也許安裝,不用活化作用,并且它也許被評估60天。 另外,也許重新設置60天評估期間(重整軍備)三次。 這次行動延長原始的60天評估期間到180天240天的總可能的評估時間。
筆記 雖然您能重新設置60天評估期間,您不可能延伸它以遠60天任何時候。 當您重新設置當前60天評估期間時,您丟失任何時間在早先60天評估期間留給。 所以,在您之前最大化總評估時間,等待直到緊挨當前60天評估期間的結尾重新設置評估期間。
更多信息
如何安裝窗口服務器2008年,不用激活它
1. 運行窗口服務器2008設定程序。
2. 當您被提示輸入一把產品鑰匙為活化作用時,不要進入鑰匙。 點擊 否 當設定要求您證實您的選擇。
3. 您可以被提示選擇您想要評估窗口服務器的編輯2008年。 選擇您想要設施的編輯。
筆記 在2008年安裝之後窗口服務器,編輯不可能被改變不再安裝它。
4. 當您被提示時,讀評估期限用微軟軟件執照期限,然後接受條件。
5. 當完成時窗口服務器2008設定程序,您的初期60天評估期間開始。 要檢查在您的當前評估期間留給的時間,跑在System32文件夾的Slmgr.vbs劇本。 使用 - dli 交換跑這個劇本。 slmgr.vbs - dli 命令顯示在當前60天評估期間被留下幾天的數量。
如何手工延長評估期間
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:
1. Click Start, and then click Command Prompt.
2. Type slmgr.vbs -dli, and then press ENTER to check the current status of your evaluation period.
3. To reset the evaluation period, type slmgr.vbs –rearm, and then press ENTER.
4. Restart the computer.
This resets the evaluation period to 60 days.
How to automate the extension of the evaluation period
You may want to set up a process that automatically resets the evaluation period every 60 days. One way to automate this process is by using the Task Scheduler. You can configure the Task Scheduler to run the Slmgr.vbs script and to restart the server at a particular time. To do this, follow these steps:
1. Click Start, point to Administrative Tools, and then click Task Scheduler.
2. Copy the following sample task to the server, and then save it as an .xml file. For example, you can save the file as Extend.xml.
<?xml version="1.0" encoding="UTF-16"?><Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task"> <RegistrationInfo> <Date>2007-09-17T14:26:04.433</Date> <Author>Microsoft Corporation</Author> </RegistrationInfo> <Triggers> <TimeTrigger id="18c4a453-d7aa-4647-916b-af0c3ea16a6b"> <Repetition> <Interval>P59D</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>domainalias</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:WindowsSystem32slmgr.vbs</Command> <Arguments>-rearm</Arguments> </Exec> <Exec> <Command>C:WindowsSystem32shutdown.exe</Command> <Arguments>/r</Arguments> </Exec> </Actions></Task>
3. In the sample task, change the value of the following “UserID” tag to contain your domain and your alias:
<UserId>domain\alias</UserId>
4. In the Task Scheduler, click Import Task on the Action menu.
5. Click the sample task .xml file. For example, click Extend.xml.
6. Click Import.
7. Click the Triggers tab.
8. Click the One Time trigger, and then click Edit.
9. Change the start date of the task to a date just before the end of your current evaluation period.
10. Click OK, and then exit the Task Scheduler.
The Task Scheduler will now run the evaluation reset operation on the date that you specified.
-
Popularity: 4%
Written by Jakob H. Heidelberg. Read more great feeds at is source WEBSITE
no comments.
Read more articles on otherSoftware and knowledge base and kb and Activation and Windows Server 2008.
- [+] Digg: Feature this article
- [+] Del.icio.us: Bookmark this article
- [+] Furl: Bookmark this article














