مصدرك جيّدة من معلومة وأخبار حوالي سائقات, برمجيّة و [فيستا] جهاز على الإنترنت

[فيستا] مواد أعلى 50 [فيستا] [فيديو] [فيستا] ليّنة [فيستا] مساعدة

[كب] غريبة قال أنا - 240 أيام من [ويندووس] نادلة 2008 ل لاشيء?


أحيانا يأتي أنت على غريبة [كب] مادة - أيّ صنع أنت يتساءلون لما أنّ معلومة يكون عامّة أو ماذا يكون ال [جنرل بوربوس] من المادة يكون… أنا أسّست هذا واحدة اليوم:

كيف أن يمدّد [ويندووس] نادلة 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 يوم تقييم فترة يبدأ. ركضت أن يفحص الوقت أنّ يكون تركت على ك حاليّة تقييم فترة, ال [سلمغر.فبس] نص أنّ يكون في ال [سستم32] ملف. استعملت ال - [دلي] حوّلت أن يركض هذا نص. ال [سلمغر.فبس] - [دلي] أمر يعرض الرقم الأيام أنّ يكون تركت في التيار 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: 5%


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> .