WIN 8 Activisoin
WIN 8 Activisoin
Posted by
Always Smile
Updated on
534 Comments
A lot of people say Windows 8 (or 8.1) is not a patch on Windows 7 but I don’t think so. Perhaps its
Metro user interface is more difficult to use than traditional Start menu and you will have to spend hours
to get the run of things. However, there is no denying the fact that Windows 8 shows outstanding
performance against earlier Windows versions. Reduction of startup time is the easiest to see. Besides, if
you own touchscreen computer, an upgrade to Windows 8/8.1 or Windows 10 is needed in order to
make maximum use of your hardware.
In today’s post, I will show you two ways to activate Windows 8 or 8.1 for FREE without using any
software. If you really want to know how it works, please try first way (manual method). Or you can
follow second way (batch file) if you need save your time. The following are the detailed instructions for
activating all versions of Windows 8.1 and 8.
Contents
Method 1: Manual
Method 1: Manual
How-to video
Step 1.1: Select the right license key for your Windows edition.
W8 Professional: NG4HW-VH26C-733KW-K6F98-J8CK4
W8 Professional N: XCVCF-2NXM9-723PB-MHCB7-2RYQQ
W8 Enterprise: 32JNW-9KQ84-P47T8-D8GGY-CWCK7
W8 Enterprise N: JMNMF-RHW7P-DMY6X-RF3DR-X2BQT
Click on the start button, search for “cmd” then open Command Prompt as administrator.
Step 1.3: Use command “slmgr /ipk your_key” to install a license key.
Step 1.4: Use command “slmgr /skms kms8.msguides.com” to connect to my KMS server.
Step 1.5: Activate your Windows using the command “slmgr /ato”.
If you see the error 0xC004F074, it means that your internet connection is unstable or the server is busy.
Please make sure your device is online and try the command “ato” again until you succeed.
This one is not recommended anymore due to the new update of Microsoft.
Step 2.1: Copy the code below into a new text document.
@echo off
title Activate Windows 8 / Windows 8.1 ALL versions for FREE - MSGuides.com&cls&echo
=====================================================================================
&echo #Project: Activating Microsoft software products for FREE without additional 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 /ckms >nul&cscript //nologo slmgr.vbs /upk
>nul&cscript //nologo slmgr.vbs /cpky >nul&set i=1&wmic os | findstr /I "enterprise" >nul
:skms
:ato
echo
============================================================================&echo.&ec
ho.&cscript //nologo slmgr.vbs /ato | find /i "successfully" && (echo.&echo
============================================================================&echo.&ec
ho #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 24/7!&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 skms)
:notsupported
echo
============================================================================&echo.&ec
ho Sorry, your version is not supported.&echo.
:busy
echo
============================================================================&echo.&ec
ho Sorry, the server is busy and can't respond to your request. Please try again.&echo.
:halt
pause >nul
Step 2.2: Paste the code into the text file. Then save it as a batch file (named “1click.cmd”).
Please wait…
Done!