windows7 360天迴圈試用工具

來源:互聯網
上載者:User

把以下文字複製進一個建立txt檔案 並重名為 xxx.bat 以管理員身份運行即可 原理很簡單只是重設註冊表索引值


-----------------------------------------------------華麗分割線---------------------------------------------------;
^$ J# E" S7 s) [' \


@echo off
title Win7正式版迴圈試用啟用程式by Jehn
color 0A

:Main
cls
echo.
echo.
echo                      Windows 7 迴圈試用啟用程式by Jehn
echo          ----------------------------------------------------
echo            [R] 按 R 鍵重設30天試用 (rearm,總共可用3次)
echo            [S] 按 S 鍵重設rearm (SkipRearm,總共可用8次)
echo.
echo            [ 按其他任意鍵退出 ]
echo          ----------------------------------------------------
ECHO                              2011-12-15 by Jehn
echo.
SET Choice=
SET /P Choice=         請選擇要進行的操作:
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=   [ 按 Y 鍵退出 ]   [ 按 N 鍵返回 ] <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  操作成功!
echo.
echo -----------------------------------------------------------------
set /p=   [ 按 Y 鍵退出 ]   [ 按 N 鍵返回 ] <nul&(sc /?|find /i "sc query messenger">nul&&(echo.&Exit)||(echo.&GOTO Main))
echo.
exit

+
_2 y1 ?% j1 q- Z) \

------------------------------------------------------至此為止-----------------------------------------------------


相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.