Advertisement
kapko

Untitled

Jul 20th, 2019
1,478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. title Windows 7 ALL version KMS Activator &cls&echo ************************************************* &echo Copyright: Youtube: 2013Electronics and Computers &echo
  3. ************************************************* &echo.&echo Supported products:&echo - Windows 7 Home &echo - Windows 7 Pro &echo - Windows 7 Ultimate &echo - Windows 7 Enterprise &echo.&echo Microsoft
  4. Windows 7 activation...
  5. cscript //nologo c:\windows\system32\slmgr.vbs /ipk FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4 >nul
  6. echo ************************************************* &echo.&echo.&set i=1
  7. :server
  8. if %i%==1 set KMS_Sev=kms.digiboy.ir
  9. if %i%==2 set KMS_Sev=kms8.MSGuides.com
  10. if %i%==3 set KMS_Sev=kms.chinancce.com
  11. if %i%==4 exit
  12. cscript //nologo c:\windows\system32\slmgr.vbs /skms %KMS_Sev% >nul
  13. cscript //nologo c:\windows\system32\slmgr.vbs /ato | find /i "successfully" && (echo.& echo ************************************************* & echo. & choice /n /c YN /m "Do you want to restart your PC now [Y,
  14. N]?" & if errorlevel 2 exit) || (echo The connection to the server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
  15. shutdown.exe /r /t 00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement