This allows you to use Windows Vista without having to activate it for longer than 180 days.
it is possible to setup Task Scheduler to automate these changes to extend the period before you need to activate beyond 180 days. Follow these steps to automate the registry change and activation reset using Task Scheduler:
- Click on the Start Button, type in Task Manager and hit Enter.
- When Task Scheduler loads, right click on Task Scheduler Library and select Create Task.
- Enter in a name for the new task such as “Activation Period Reset”. Also, make sure that the user this account is run under is part of the Administrators group and the Run with highest privileges box is checked.
- Click on the Triggers tab and hit the New button.
- On the New Trigger tab, select Daily and Recur every 29 days (since activation is required 30 days after a reset) and hit OK.
- Click on the Actions tab and hit New.
- Enter in slmgr.vbs in the program/script box.
- Enter in -rearm in the arguments box and hit OK.
- Hit OK to save the settings for the new task you created.
- Now you are ready for the second registry key change that will allow you to run the slmgr.vbs -rearm command more than three times. To do this, right click on the Task Scheduler Library folder again and select Create Task.
- Enter in a name for the new task such as “Slmgr Reset “. Also, make sure that the user this account is run under is part of the Administrators group and the Run with highest privileges box is checked.
- Click on the Triggers tab and hit the New button.
- On the New Trigger tab, select Daily and Recur every 179 days (since slmgr needs to be reset after 180 days) and hit OK.
- Click on the Actions tab and hit New.
- Download and save this registry file to your computer.
- Enter in regedit in the program/script box.
- Enter in /s “full path to reg file” in the arguments box and hit OK.
- Hit OK to save the settings for the new task you created.
Your computer is now configured to automatically reset the activation period every 29 days and reset your ability to reset the activation period every 179 days.