Copy the following text into a new TXT file and rename it XXX. BAT to run it as an administrator. The principle is to reset the registry key.
----------------------------------------------------- Gorgeous split line ---------------------------------------------------;
^ $ J # E "S7 s )['\
@ Echo off
Title win7 official version cyclic trial ActivationProgramBy jehn
Color 0a
: Main
CLS
echo.
echo.
echo Windows 7 cyclic trial Activation Program by jehn
echo --------------------------------------------------
echo [R] Press the r key to reset the 30-day trial (rearm, available three times in total)
echo [s] Press the s key to reset the rearm (skiprearm, available for 8 times in total)
echo.
echo [press any other key to exit]
echo --------------------------------------------------
echo 2011-12-15 by jehn
echo.
set choice =
set/P choice = select the operation to be performed:
If/I '% choice :~ 0, 1% '= 'R' goto rearm
If/I' % choice :~ 0, 1% '='s 'Goto skiprearm
If/I' % choice :~ 0, 1% '= 'q' goto exit
exit
: Rearm
CLS
Cscript % WINDIR % \ system32 \ slmgr. vbs-rearm
Echo.
Echo -----------------------------------------------------------------
Set/P = [Press Y to exit] [Press n to return] <NUL & (SC /? | Find/I "SC query messenger"> NUL & (echo. & Exit) | (echo. & goto main ))
Echo.
Exit
: Skiprearm
CLS
Echo Windows Registry Editor Version 5.00> rearm. Reg
Echo.> rearm. Reg
Echo [HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ softwareprotectionplatform]> rearm. Reg
Echo "skiprearm" = DWORD: 00000001> rearm. Reg
Regedit/s rearm. Reg
Del/f/Q "rearm. Reg
Echo.
Echo operation successful!
Echo.
Echo -----------------------------------------------------------------
Set/P = [Press Y to exit] [Press n to return] <NUL & (SC /? | Find/I "SC query messenger"> NUL & (echo. & Exit) | (echo. & goto main ))
Echo.
Exit
+
_ 2 Y1? % J1 Q-z )\
------------------------------------------------------ So far -----------------------------------------------------