Posts Tagged ‘trial’
Extend Windows XP Trial
As there is the slmgr -rearm command to extend your trial on Windows Vista and Windows 7, there is also a command to do the same on Windows XP. To use it, open a cmd window and enter:
rundll32.exe syssetup,SetupOobeBnk
There won’t be any message about successfull execution, the timer will be reset after a reboot however. The command is repeatable three times.
Extend Your Windows 7 Trial
If you have gotten yourself a Windows 7 trial of any edition and it is about to expire, but you need more time to use it for whatever reason, there is a cmd command that allows you to extend the trial by resetting the remaining number of days to the one it was in the beginning. This can only be done three times and will be disabled afterwards. To see how many days of your trial are left, right-click Computer and select Properties:
To extend the time to use the trial open a command prompt by running cmd via Run… and enter following:
slmgr -rearm
The command is only working if the value of SkipRearm in the Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform Windows Registry key is set to 0.

