This document contains a batch script that activates various versions of Windows 8 and 8.1 using KMS servers. It first uninstalls any existing product keys and then installs multiple product keys depending on whether the system is Enterprise edition or not. It then attempts to connect to one of several KMS servers to activate Windows and prompts the user to visit the author's blog if successful.
This document contains a batch script that activates various versions of Windows 8 and 8.1 using KMS servers. It first uninstalls any existing product keys and then installs multiple product keys depending on whether the system is Enterprise edition or not. It then attempts to connect to one of several KMS servers to activate Windows and prompts the user to visit the author's blog if successful.
This document contains a batch script that activates various versions of Windows 8 and 8.1 using KMS servers. It first uninstalls any existing product keys and then installs multiple product keys depending on whether the system is Enterprise edition or not. It then attempts to connect to one of several KMS servers to activate Windows and prompts the user to visit the author's blog if successful.
This document contains a batch script that activates various versions of Windows 8 and 8.1 using KMS servers. It first uninstalls any existing product keys and then installs multiple product keys depending on whether the system is Enterprise edition or not. It then attempts to connect to one of several KMS servers to activate Windows and prompts the user to visit the author's blog if successful.
Download as TXT, PDF, TXT or read online from Scribd
Download as txt, pdf, or txt
You are on page 1of 2
@echo off
title Activador Windows 8 / Windows 8.1&cls&echo
============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.& echo #Supported products:&echo – Windows 8 Core&echo – Windows 8 Core Single Language&echo – Windows 8 Professional&echo – Windows 8 Professional N&echo – Windows 8 Professional WMC&echo – Windows 8 Enterprise&echo – Windows 8 Enterprise N&echo – Windows 8.1 Core&echo – Windows 8.1 Core N&echo – Windows 8.1 Core Single Language&echo – Windows 8.1 Professional&echo – Windows 8.1 Professional N&echo – Windows 8.1 Professional WMC&echo – Windows 8.1 Enterprise&echo – Windows 8.1 Enterprise N&echo.&echo.&echo ============================================================================&echo Activating your Windows…&cscript //nologo slmgr.vbs /upk >nul&cscript //nologo slmgr.vbs /cpky >nul&wmic os | findstr /I “enterprise” >nul
if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk MHF9N-XY6XB-WVXMC-BTDCT-
============================================================================&echo.& echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms- server&echo.&echo #Please feel free to contact me at [email protected] if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m “Would you like to visit my blog [Y,N]?” & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one… & echo Please wait… & echo. & echo. & set /a i+=1 & goto server) explorer “http://MSGuides.com”&goto halt
:notsupported
echo ============================================================================&echo.& echo Sorry! Your version is not supported.