およびニュースあなたの最もよい資料源約 BIOS, マイクロソフト そして xp インターネット

ヴィスタの記事 上50 ヴィスタのビデオ 柔らかいヴィスタ ヴィスタの助け

奇妙なKB私は- 240日の何ものためのWindowsサーバー2008年を言うか。


時々あるその情報がなぜ公共であるか、または記事の一般目的…あるか作りが疑問に思う奇妙なKBの記事行き当たる 私はこの1つを今日見つけた:

Windowsサーバー2008年の評価の期間を拡張する方法
http://support.microsoft.com/kb/948472

 

これは記事から引用される:

概要

この記事は伸びか、または再軍備する方法をWindowsサーバー2008年の評価の期間記述する。 評価の期間は別名「活発化優美」の期間である。 これらの指示はWindowsサーバー2008年のあらゆる版に適用する。 これは評価コピーを含んでいる。

導入

評価のWindowsサーバー2008年のソフトウェアはプロダクト活発化を要求しない。 Windowsサーバー2008のどの版でも活発化なしに取付けられ60日間評価されるかもしれない。 さらに、60日間の評価の期間は3回(再軍備させる)再調節されるかもしれない。 この行為は180日までまでに240日の総可能な評価の時間のための元の60日間の評価の期間を拡張する。
ノート 60日間の評価の期間を再調節できるが60日いつでもそれを向こう伸ばすことができない。 現在の60日間の評価の期間を再調節するとき、どんな時間が前の60日間の評価の期間に残っている失う。 従って、あなたの前に総評価の時間を、現在の60日間の評価の期間の終わりの近くのまでの待ち時間は最大にするために評価の期間を再調節した。

より多くの情報

それを活動化させないでWindowsサーバー2008年を取付ける方法

1. Windowsサーバー2008セットアップ・プログラムを動かしなさい。
2. 活発化のためのプロダクトキーを入れるために促されるときキーを入れてはいけない。 かちりと言う音 いいえ 組み立てがあなたの選択を確認するように頼む時。
3. あなたが評価したいと思うWindowsサーバー2008年の版を選ぶために促すことができる。 あなたはinstall.がほしいと思う版を選びなさい。
ノート Windowsサーバー2008年が取付けられていた後、版はそれを再び取り付けなければ変えることができない。

4. 促されるとき、マイクロソフト社ソフトウェア免許証の言葉の評価の言葉を読み、次に条件を受け入れなさい。
5. Windowsサーバー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.

Related articles

No comments

There are still no comments on this article.

Leave your comment...

If you want to leave your comment on this article, simply fill out the next form:




You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> .