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
- 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".
- 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.
- In the Task Scheduler , click Import Task on the “Action” menu. Dal Task Scheduler, fare clic su Importa Task merito alla "azione" dal menu.
- 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.
- Click Import . Fare clic su Importa.
- A “Create Task” window will appear. Un "Crea Task" finestra. Click the Triggers tab. Fare clic sulla scheda Trigger.

- Click the One Time trigger, and then click Edit . Fare clic sul grilletto One Time, quindi fare clic su Modifica.
- 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.
- 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 .
Related Articles Articoli correlati
- How to Install and Use Windows Server 2008 240 Days for Free Come installare e utilizzare Windows Server 2008 240 Giorni di libero
- Official Way to Install and Use Windows Vista without Activation for Free for 120 Days Via ufficiale di installare e utilizzare Windows Vista senza di attivazione è gratuito per 120 giorni
- Easy Method to ReArm and Reset Windows Vista Activation for Unlimited Times with Vista Reset Facile metodo per riarmarsi e reimpostare l'attivazione di Windows Vista per un numero illimitato di volte con Vista reset
- Windows Vista Activation Grace Period and 5 License States Explained Windows Vista periodo di grazia di attivazione e 5 membri spiegato licenza
- Use Rearm and SkipRearm to Delay and Skip Vista Activation (Almost) Forever Uso e riarmarsi SkipRearm di ritardare e di salto Vista di attivazione (Quasi) Forever
- Windows Vista ReArm Unlimited Patch Grace Period Crack to Skip Activation Windows Vista riarmo illimitato patch periodo di grazia di saltare crack di attivazione
- Delay or Extend Windows Vista Trial Install and Activation (WPA) Grace Timeout Period Hack Ritardo o estendere Windows Vista processo di installazione e attivazione (WPA) grazia periodo di timeout Hack
- TimeStop v2 One Click Activator for Automatic Windows Vista Activation Crack and Bypass (Support 32-bit and 64-bit Vista Ultimate) TimeStop v2 One Click Attivatore automatico per Windows Vista Crack Attivazione e By-pass (Supporto a 32 bit e 64 bit Vista Ultimate)
- How to Rearm or Install at “2099 Trick” for Windows Vista Activation with Explaination Come Installare o riarmarsi a "Trick 2099" per Windows Vista di attivazione con Explaination
- How to Run Windows Vista without Activation Forever Come per l'esecuzione di Windows Vista senza attivazione per sempre



















June 9th, 2008 00:18 9 giugno 2008 00:18
[...] 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. [...]
June 9th, 2008 14:21 9 giugno 2008 14:21
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
June 13th, 2008 07:04 13 giugno 2008 07:04
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