Activate Windows 10 (Any version) Permanently for Free – Top 4 ways

Follow the tutorial to Permanently Activate Windows 10 (any version) absolutely free, Here are the top 4 ways.

When later anytime after you reinstall your Windows 10, it will ask you to activate the Windows. Also a watermark keeps on appearing at the lower-right screen and of course it would be very annoying to have the watermark on screen and also you can’t personalize your own device or pc.

So, here are we to help you resolve this issue permanently.

METHOD 1 – Activate your Windows 10 using CMD (Command Prompt)

Without any third party application you can activate your windows in one go. How ? Follow the steps below

1. Open CMD as Administrator :

Select the start button and search for “cmd” ,then right click on it to run it with administrator .                                                                                                                                                                                                                                                                                                                                                                                                          Runnning CMD

2. Install the KMS Client Key :

Use command “slmgr /ipk licensekey” to install a license key. Here is a list of Windows 10 license keys for you.

Note: licensekey here is the activation key that corresponds to your Windows edition). 

Home: TX9XD-98N7V-6WMQ6-BX7FG-H8Q99
Home N: 3KHY7-WNT83-DGQKR-F7HPR-844BM
Home Single Language: 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH
Home Country Specific: PVMJN-6DFY6-9CCP6-7BKTT-D3WVR
Professional: W269N-WFGWX-YVC9B-4J6C9-T83GX
Professional N: MH37W-N47XK-V7XM9-C7227-GCQG9
Education: NW6C2-QMPVW-D7KKK-3GKT6-VCFB2
Education N: 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ
Enterprise: NPPR9-FWDCX-D2C8J-H872K-2YT43
Enterprise N: DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4                                                                                                                                                                                                                                                 

3. Set the KMS Machine Address :

To Connect to the KMS server, Use the command “slmgr /skms kms8.msguides.com”.                                                                                                                                                                                       

4. Activate your Windows :                                                                                                                                                                                   

Use the command “slmgr /ato” to finally activate your Windows .                                                                                                                                                                                                                                     

5. Check the Activation Status:

Go to, This pc > Control Panel > System and Security > System.  and check the Windows Activation section.                                                                                                                                           

METHOD 2 – Activate Windows using KMS Toolkit – Windows 10 Activation

Download KMS Toolkit from here. (Least Recommended)

Note: You are required to turn off your Antivirus/Windows Defender before downloading or it will not run. And please use this method only if you are facing some issues in the first method (Activation with Command prompt) as this method is not OS friendly.

This Software will make your work negligible, download it from the above link and run the setup. Then go to the first option namely AAct Portable. Then select Windows Activation option, it will automatically render your current windows version and activate it in no time. This is 100% genuine way to Activate your windows and Office tools. You can see in the screenshots below.

 

As you can see in the above screenshot After clicking on the Windows Activation option on the left hand side, this tool automatically does all the work for you. Hence, your Windows is activated. You can also activate Office tools with it. This method is fastest but not operating system friendly.

Check the Activation Status:

Go to, This pc > Control Panel > System and Security > System.  and check the Windows Activation section.                                                                                                                                           

METHOD 3 – Activate Windows using Microsoft Toolkit

In this part, we will Activate Windows 10 with Microsoft Toolkit. MS Toolkit is a set of tools used by geeks and professionals for managing, licensing and activation of Microsoft products.

Microsoft toolkit supports all Microsoft products, Windows Home, Pro and Enterprise editions, and professional too .Hence, you can activate Windows 10 offline. It also supports Microsoft Office( All versions).

Instructions for using Microsoft Toolkit

  • Disable your Anti-Virus or Windows defender protection temporarily before using MS Toolkit.
  • Run Microsoft Toolkit.exe as an administrator always.

How to use Microsoft Toolkit for Windows 10 Activation

  1. First Run Microsoft Toolkit.exe as an administrator.
  2. Select Windows icon (onto the right).
  3. Navigate to Product keys tab and Click on “Check System” to get info about your system.
  4. Select Product and Edition from drop-down list according to your system Information.
  5. Then Press “Install.”
  6. Now navigate to “Activation” tab and Click “EZ-Activator”.
  7. Wait until Windows activation process completes.

Now Check the Activation Status:

Go to, This pc > Control Panel > System and Security > System.  and check the Windows Activation section. Yay! its activated.                                                                                                                                     

 

METHOD 4 – Using Batch File

Step 1: Copy the code below. And paste it in a new text document.

@echo off
title Activate Windows 10 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Windows 10 Home&echo - Windows 10 Home N&echo - Windows 10 Home Single Language&echo - Windows 10 Home Country Specific&echo - Windows 10 Professional&echo - Windows 10 Professional N&echo - Windows 10 Education&echo - Windows 10 Education N&echo - Windows 10 Enterprise&echo - Windows 10 Enterprise N&echo - Windows 10 Enterprise LTSB&echo - Windows 10 Enterprise LTSB 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
if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43 >nul&cscript //nologo slmgr.vbs /ipk DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 >nul&cscript //nologo slmgr.vbs /ipk WNMTR-4C88C-JK8YV-HQ7T2-76DF9 >nul&cscript //nologo slmgr.vbs /ipk 2F77B-TNFGY-69QQF-B8YKP-D69TJ >nul&cscript //nologo slmgr.vbs /ipk DCPHK-NFMTC-H88MJ-PFHPY-QJ4BJ >nul&cscript //nologo slmgr.vbs /ipk QFFDN-GRT3P-VKWWX-X7T3R-8B639 >nul&goto server) else wmic os | findstr /I "home" >nul
if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 >nul&cscript //nologo slmgr.vbs /ipk 3KHY7-WNT83-DGQKR-F7HPR-844BM >nul&cscript //nologo slmgr.vbs /ipk 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH >nul&cscript //nologo slmgr.vbs /ipk PVMJN-6DFY6-9CCP6-7BKTT-D3WVR >nul&goto server) else wmic os | findstr /I "education" >nul
if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 >nul&cscript //nologo slmgr.vbs /ipk 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ >nul&goto server) else wmic os | findstr /I "10 pro" >nul
if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX >nul&cscript //nologo slmgr.vbs /ipk MH37W-N47XK-V7XM9-C7227-GCQG9 >nul&goto server) else (goto notsupported)
:server
if %i%==1 set KMS=kms7.MSGuides.com
if %i%==2 set KMS=kms8.MSGuides.com
if %i%==3 set KMS=kms9.MSGuides.com
if %i%==4 goto notsupported
cscript //nologo slmgr.vbs /skms %KMS%:1688 >nul&echo ============================================================================&echo.&echo.
cscript //nologo slmgr.vbs /ato | find /i "successfully" && (echo.&echo ============================================================================&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.&echo.
:halt
pause >nul

Step 2: Then save it as a batch file (named “1click.cmd”).

Step 3: Run the batch file as administrator.

 

Check the Activation Status:

Go to, This pc > Control Panel > System and Security > System.  and check the Windows Activation section.                                                                                                                                           

As you can see the Windows is activated in all 4 ways, Keep supporting and have a good day 🙂

Moreover, If you’re currently using a non-activated version of Windows, you should give it a try after all “what’s original, stays original” and If you keep seeing This copy of Windows is not genuine, or Windows Activation Fails message or faces some issues, feel free write your problems in the comments section.

 

This Post Has 2 Comments

  1. Great information shared.. really enjoyed reading this post thank you author for sharing this post .. appreciated

Leave a Reply