Download as TXT, PDF, TXT or read online from Scribd
Download as txt, pdf, or txt
You are on page 1of 1
@echo off
title Windows 8 ALL version KMS Activator &cls&echo
*********************************************** &echo Copyright: Youtube: 2013Electronics and Computers &echo *********************************************** &echo.&echo Supported products:&echo - Windows 8 &echo - Windows 8.1 &echo - Windows 8.1 Pro &echo - Windows 8.1 Enterprise &echo.&echo Microsoft Windows 8/8.1 activation... cscript //nologo c:\windows\system32\slmgr.vbs /ipk GCRJD-8NW9H-F2CDX-CCM8D-9D6T9 >nul echo *********************************************** &echo.&echo.&set i=1 :server if %i%==1 set KMS_Sev=kms.digiboy.ir if %i%==2 set KMS_Sev=kms8.MSGuides.com if %i%==3 set KMS_Sev=kms.chinancce.com if %i%==4 exit cscript //nologo c:\windows\system32\slmgr.vbs /skms %KMS_Sev% >nul 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,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) shutdown.exe /r /t 00