How to Automatically Rearm and Extend Activation Grace Period in Windows Vista and Server 2008 Come automaticamente riarmarsi e Estendere periodo di tolleranza di attivazione in Windows Vista e Server 2008

Windows Vista and Windows Server 2008 has free activation grace period which allows user to install and use the operating system for Windows Vista e Windows Server 2008 è libero di attivazione periodo di grazia, che consente all'utente di installare e utilizzare il sistema operativo per 120 days 120 giorni and e 240 days 240 giorni without product key or product activation completed. senza prodotto o di un prodotto chiave di attivazione. The initial grace period given is 30 days and 60 days respectively for Windows Vista and Server 2008, and user has to “rearm” the system when the expiration of grace period is nearly ending in order to reset and extend the trial evaluation period, and hence activation grace period again. L'iniziale periodo di grazia dato è di 30 giorni e 60 giorni rispettivamente per Windows Vista e Server 2008, e utente ha a "riarmo" il sistema quando la scadenza del periodo di grazia è quasi termina al fine di estendere e reimpostare il periodo di prova di valutazione e, di conseguenza, attivazione periodo di grazia di nuovo.

Neither Windows Vista nor Windows Server 2008 display prominently when is the activation-free evaluation grace period ends (even though it’s actively reminding user to activate Windows with information on how many days left to activate, which usually ignored by users). Né Windows Vista, né di Windows Server 2008 in maniera visibile quando l'attivazione è gratuita-valutazione termine del periodo di grazia (anche se è attivamente ricordare all'utente di attivare Windows con informazioni su come numero di giorni a sinistra per attivare, che di solito ignorato dagli utenti). Surely you don’t want a warning dialog message box pops up suddenly to notify that you may be victim of counterfeiting or to activate the system now, especially if your notebook/laptop computer is used for business presentation. Sicuramente non si desidera un avvertimento finestra di dialogo casella di messaggio si apre improvvisamente a notificare che si può essere vittima di contraffazione o di attivare il sistema adesso, soprattutto se il vostro notebook / computer portatile viene utilizzato per le imprese presentazione. System administrators also certainly don’t want to face with uncertainty or instability possibly brought by expiry of activation grace period, especially if the server is running critical processes, applications or databases. Anche gli amministratori di sistema certamente non si vuole affrontare con incertezza o instabilità eventualmente promossa da attivazione della scadenza del periodo di grazia, specialmente se il server è in esecuzione i processi critici, applicazioni o banche dati.

Instead of remembering the activation grace period expiry or ending date to manually rearm and reset activation grace period in Windows Vista and Windows Server 2008, Invece di ricordare il periodo di grazia di attivazione di scadenza o terminano data manualmente a riarmarsi e reimpostare periodo di grazia di attivazione in Windows Vista e Windows Server 2008, Microsoft provides the following script which can be used with Task Scheduler to schedule automatic extension of the evaluation period and activation-bypass grace period of Windows Server 2008 every 60 days, which should be able to used in Windows Vista too which requires to be triggered every 30 days. fornisce il seguente script che possono essere utilizzati con il compito di pianificazione per pianificare proroga automatica del periodo di valutazione e di attivazione del bypass periodo di grazia di Windows Server 2008 ogni 60 giorni, che dovrebbe essere in grado di utilizzare in Windows Vista troppo che richiede di essere attivato ogni 30 giorni.

How to Automate the Rearm and Extension of the Activation Grace Period in Windows Server 2008 and Vista Come automatizzare il riarmo e l'estensione del periodo di tolleranza di attivazione in Windows Server 2008 e Vista

  1. On the Windows Vista or Windows Server 2008 system, copy and paste the following Task code to text editor such as Notepad. Su Windows Vista o Windows Server 2008, copia e incolla il seguente codice alla Task editor di testo come Blocco note. In the Task, change the value of the following UserID tag (as in <UserId>domain\alias</UserId> line) to contain domain name and user name alias (for user on domain Active Directory), or local host name and user ID (for standalone Windows Vista user). Dal Task, cambiare il valore dei seguenti tag UserID (come in <userid> dominio \ alias </ userid> riga) per contenere nome di dominio e il nome utente alias (per l'utente del dominio Active Directory), o il nome host locale e degli utenti ID (standalone per Windows Vista utente). Then save it as a .xml file. Quindi salvare come file. Xml. For example, ReArm.xml or Extend.xml. Per esempio, ReArm.xml o Extend.xml.

    <?xml version="1.0" encoding="UTF-16"?> <? xml version = "1,0" encoding = "UTF-16"?>
    <Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task"> <Task Version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
    <RegistrationInfo> <RegistrationInfo>
    <Date>2007-09-17T14:26:04.433</Date> <date> 2007-09-17T14: 26:04.433 </ Data>
    <Author>Microsoft Corporation (My Digital Life)</Author> <author> Microsoft Corporation (My Digital Life) </ Autore>
    </RegistrationInfo> </ RegistrationInfo>
    <Triggers> <Triggers>
    <TimeTrigger id="18c4a453-d7aa-4647-916b-af0c3ea16a6b"> <TimeTrigger Id="18c4a453-d7aa-4647-916b-af0c3ea16a6b">
    <Repetition> <Repetition>
    <Interval>P31D</Interval> <Interval> P31D </ Intervallo>
    <StopAtDurationEnd>false</StopAtDurationEnd> <StopAtDurationEnd> False </ StopAtDurationEnd>
    </Repetition> </ Ripetizione>
    <StartBoundary>2007-10-05T02:23:24</StartBoundary> <StartBoundary> 2007-10-05T02: 23:24 </ StartBoundary>
    <EndBoundary>2008-09-17T14:23:24.777</EndBoundary> <EndBoundary> 2008-09-17T14: 23:24.777 </ EndBoundary>
    <Enabled>true</Enabled> <Enabled> Vero </ Enabled>
    </TimeTrigger> </ TimeTrigger>
    </Triggers> </ Trigger>
    <Principals> <Principals>
    <Principal id="Author"> <Principal Id="Author">
    <UserId>domain\alias</UserId> <userid> Dominio \ alias </ userid>
    <LogonType>Password</LogonType> <LogonType> Password </ LogonType>
    <RunLevel>HighestAvailable</RunLevel> <RunLevel> HighestAvailable </ runlevel>
    </Principal> </ Principale>
    </Principals> </ Principali>
    <Settings> <Settings>
    <IdleSettings> <IdleSettings>
    <Duration>PT10M</Duration> <Duration> PT10M </ Durata>
    <WaitTimeout>PT1H</WaitTimeout> <WaitTimeout> PT1H </ WaitTimeout>
    <StopOnIdleEnd>true</StopOnIdleEnd> <StopOnIdleEnd> Vero </ StopOnIdleEnd>
    <RestartOnIdle>false</RestartOnIdle> <RestartOnIdle> False </ RestartOnIdle>
    </IdleSettings> </ IdleSettings>
    <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy> <MultipleInstancesPolicy> IgnoreNew </ MultipleInstancesPolicy>
    <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries> <DisallowStartIfOnBatteries> Vero </ DisallowStartIfOnBatteries>
    <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries> <StopIfGoingOnBatteries> Vero </ StopIfGoingOnBatteries>
    <AllowHardTerminate>true</AllowHardTerminate> <AllowHardTerminate> Vero </ AllowHardTerminate>
    <StartWhenAvailable>false</StartWhenAvailable> <StartWhenAvailable> False </ StartWhenAvailable>
    <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable> <RunOnlyIfNetworkAvailable> False </ RunOnlyIfNetworkAvailable>
    <AllowStartOnDemand>true</AllowStartOnDemand> <AllowStartOnDemand> Vero </ AllowStartOnDemand>
    <Enabled>true</Enabled> <Enabled> Vero </ Enabled>
    <Hidden>false</Hidden> <Hidden> False </ Hidden>
    <RunOnlyIfIdle>false</RunOnlyIfIdle> <RunOnlyIfIdle> False </ RunOnlyIfIdle>
    <WakeToRun>true</WakeToRun> <WakeToRun> Vero </ WakeToRun>
    <ExecutionTimeLimit>P3D</ExecutionTimeLimit> <ExecutionTimeLimit> P3D </ ExecutionTimeLimit>
    <DeleteExpiredTaskAfter>PT0S</DeleteExpiredTaskAfter> <DeleteExpiredTaskAfter> PT0S </ DeleteExpiredTaskAfter>
    <Priority>7</Priority> <priority> 7 </ priority>
    <RestartOnFailure> <RestartOnFailure>
    <Interval>PT1M</Interval> <Interval> PT1M </ Intervallo>
    <Count>3</Count> <count> 3 </ Conte>
    </RestartOnFailure> </ RestartOnFailure>
    </Settings> </ Impostazioni>
    <Actions Context="Author"> <Actions Context="Author">
    <Exec> <Exec>
    <Command>C:\Windows\System32\slmgr.vbs</Command> <comando> C: \ Windows \ System32 \ slmgr.vbs </ Comando>
    <Arguments>-rearm</Arguments> <Arguments>-Riarmarsi </ Argomenti>
    </Exec> </ Exec>
    <Exec> <Exec>
    <Command>C:\Windows\System32\shutdown.exe</Command> <comando> C: \ Windows \ System32 \ Shutdown.exe </ Comando>
    <Arguments>/r</Arguments> <Arguments> / R </ Argomenti>
    </Exec> </ Exec>
    </Actions> </ Azioni>
    </Task> </ Task>

    Or, download a copy of O, scaricare una copia di ReArm.xml directly (you still need to change the “UserID”. direttamente (è ancora necessario modificare il "UserID".

  2. Click Start , point to Administrative Tools (in Windows Vista, go to Control Panel -> System and Maintenance), and then click Task Scheduler . Fare clic sul pulsante Start, Strumenti di amministrazione (in Windows Vista, andare a Pannello di controllo -> Sistema e manutenzione), quindi fare clic su Task Scheduler.
  3. In the Task Scheduler , click Import Task on the “Action” menu. Dal Task Scheduler, fare clic su Importa Task merito alla "azione" dal menu.
  4. Select the task .xml file saved from above above. Seleziona il compito file. Xml salvato da sopra sopra. For example, click Extend.xml or ReArm.xml. Per esempio, fare clic su Extend.xml o ReArm.xml.
  5. Click Import . Fare clic su Importa.
  6. A “Create Task” window will appear. Un "Crea Task" finestra. Click the Triggers tab. Fare clic sulla scheda Trigger.

    Schedule Automatic Rearm Activation Grace Period

  7. Click the One Time trigger, and then click Edit . Fare clic sul grilletto One Time, quindi fare clic su Modifica.
  8. Change the start date of the task to a date just before the end of current evaluation period (activation grace period expiry date). Cambia la data di inizio del compito a una data poco prima della fine del corrente periodo di valutazione (attivazione periodo di grazia data di scadenza).

    User can also customize the schedule so that the Task Scheduler automates the rearm of system license status every 30 days (for Windows Vista) or 60 days (for Windows Server 2008) for 3 times. L'utente può anche personalizzare il calendario in modo che il Task Scheduler automatizza il riarmo del sistema di licenza di stato, ogni 30 giorni (per Windows Vista) o 60 giorni (per Windows Server 2008) per 3 volte. For example, change to Daily with recurring every 30 or 60 days, and then set an Expire date for the task after 120 days or 240 days. Per esempio, a cambiare ogni giorno con ricorrenti ogni 30 o 60 giorni, e poi impostare una data di scadenza per il compito dopo 120 giorni o 240 giorni.

  9. Click OK , and then exit the Task Scheduler . Fare clic su OK, quindi l'uscita di pianificazione.

The Task Scheduler will now run the evaluation reset and rearm operation on the date that been specified automatically to extend the free usage of Windows operating system. Task Scheduler ora eseguire il reset di valutazione e riarmarsi operazione al momento della data di stato specificato automaticamente per estendere la libertà di utilizzo del sistema operativo Windows.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale in lingua inglese whenever possible. quando possibile.

Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .



3 Responses to “How to Automatically Rearm and Extend Activation Grace Period in Windows Vista and Server 2008” 3 risposte a "Come automaticamente riarmarsi e Estendere periodo di tolleranza di attivazione in Windows Vista e Server 2008"

  1. How to Install and Use Windows Server 2008 240 Days for Free » My Digital Life Come installare e utilizzare Windows Server 2008 240 giorni per Free »Il mio Digital Life
    June 9th, 2008 00:18 9 giugno 2008 00:18
    1

    [...] User can also use Task Scheduler to automatically rearm activation grace period on expiry. [...] L'utente può utilizzare anche di pianificazione a riarmarsi automaticamente l'attivazione periodo di grazia alla scadenza. [...]

  2. cheapskate
    June 9th, 2008 14:21 9 giugno 2008 14:21
    2

    wahoo another piece of info I can share with my buddies hackers wahoo un altro pezzo di informazioni che posso condividere con i miei compagni hacker

  3. hkeyusers.com
    June 13th, 2008 07:04 13 giugno 2008 07:04
    3

    Just a command to know the expiration date for current license : Solo un comando per sapere la data di scadenza per la licenza corrente:

    slmgr.vbs -xpr slmgr.vbs-XPR

Leave a Reply Lasciare una risposta

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> È possibile utilizzare questi tag: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Iscriviti senza commentare


Custom Search

New Articles Nuovi articoli

Incoming Search Terms for the Article Cerca in arrivo Condizioni per l'articolo

rearm riarmarsi - -- windows 2008 rearm Windows 2008 riarmarsi - -- rearm.xml rearm.xml - -- vista activation extension Vista l'estensione di attivazione - -- rearm xp riarmarsi XP - -- windows server 2008 rearm server Windows 2008 riarmo - -- extend vista activation Vista estendere l'attivazione - -- rearm windows server 2008 riarmarsi Windows Server 2008 - -- rearm xp activation riarmo di attivazione XP - -- 2008 rearm 2008 riarmarsi - -- rearm windows 2008 riarmarsi Windows 2008 - -- extend xp activation estendere l'attivazione XP - -- rearm server 2008 riarmarsi server 2008 - -- server 2008 activation rearm 2008 server di attivazione riarmarsi - -- server 2008 rearm server 2008 riarmarsi - -- windows server 2008 trial rearm server Windows 2008 riarmo di prova - -- rearm office 2007 riarmarsi Office 2007 - -- server 2008 activation extension 2008 server di attivazione estensione - -- extend activation estendere l'attivazione - -- rearm windows xp riarmarsi Windows XP - -- m3 M3 - -- xp rearm XP riarmarsi - -- vista activation rearm Vista l'attivazione riarmarsi - -- windows xp activation extension Windows XP attivazione estensione - -- rearm 2008 riarmarsi 2008 - -- extend Windows Home Server activation estendere Windows Home Server di attivazione - -- bypass cs3 activation attivazione di bypass CS3 - -- rearm vista activation 64 bit riarmarsi Vista a 64 bit di attivazione - -- windows server 2008 activation rearm server Windows 2008 riarmo di attivazione - -- rearm windows server 2008 activation riarmarsi server Windows 2008 di attivazione - -- rearm windows riarmarsi Windows - -- cs3 activation reset CS3 attivazione di reset - -- windows xp rearm Windows XP riarmarsi - -- cs3 activation bypass CS3 attivazione di bypass - -- CS3 grace period CS3 periodo di grazia - -- server 2008 activation delay 2008 server di attivazione ritardo - -- how to rearm vista come riarmarsi Vista - -- vista ultimate activation extension Vista Ultimate attivazione estensione - -- activate ويندوز attivare ويندوز - -- windows 2008 extend activation Windows 2008 estendere l'attivazione - -- extend activation vista estendere l'attivazione Vista - -- reset expiration date for activation code reimpostare la data di scadenza per il codice di attivazione - -- Windows 2008 activation rearm Windows 2008 attivazione riarmarsi - -- how to bypass CS3 activation il modo di aggirare l'attivazione CS3 - -- extend windows vista activation estendere l'attivazione di Windows Vista - -- m2 M2 - -- vista reset expiration Vista la scadenza di reset - -- windows activation extension attivazione di Windows estensione - -- windows server 2008 activation extension Windows Server 2008 estensione di attivazione - -- windows server 2008 30 day activation extension Windows Server 2008 30 giorni di attivazione estensione - --