Windows 7 360-day cyclic trial Tool

Source: Internet
Author: User

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 -----------------------------------------------------


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.