Activate Windows 10 All Versions Without Software & Keys!

As you most likely are aware, Microsoft advised Windows 10 is "the last form of Windows " and clarified that they will be centred around the improvement of amazing and new highlights under the pretence of programming refreshes as opposed to building another adaptation. This implies there will be no Windows 11 later on. So on the off chance that you are contemplating an overhaul, this is the best time to get it. So, here is an amazing trick to Activate Windows 10 Free with no product key.

Method: By using a batch file

Step 1: Copy the following code into 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 N&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 /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_Sev=kms7.MSGuides.com
if %i%==2 set KMS_Sev=kms8.MSGuides.com
if %i%==3 set KMS_Sev=kms9.MSGuides.com
if %i%==4 goto notsupported
cscript //nologo slmgr.vbs /skms %KMS_Sev% >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: Paste the code into the text file. Then save it as a batch file named as windows.cmd

Step 3: Run the batch file as administrator.

When you run it as Administrator you will see a new window like below Wait for 5-10 minutes to complete and See the Magic

As now you can see Windows 10 is activated. Enjoy.

ENJOY & HAPPY LEARNING! :+1:

NOTE: This is a Different code that we are going to use in a text file, It’s not the same the one available here that used in Video.

70 Likes

That’s great News! And thanks to 1Hack @SaM, I am ready using activated version.

1 Like

thanks @SaM

1 Like

This extended license only upto 22-03-2020. Isn’t there any other way to extend for a longer period?

1 Like

Nope…
Since it is KMS the activation is only valid for 180days. The client(Your comp) will periodically connect to server(which you put in the script, should be UP) and renews automatically.

After 180 days, repeat the method again. and if you don’t want to extend the Buy the keys/OS directly from Microsoft it will cost money.

6 Likes

Thanks man. It was really worked for me…:kissing_smiling_eyes::kissing_smiling_eyes::kissing_smiling_eyes: @SaM

You saved

1 Like

Thanks for this. Working fine.

1 Like

Great Sam!

1 Like

Cool stuff. It works fine

2 Likes

What a king. Thanks!

1 Like

thanks a lot @SaM

1 Like

Hey sam
i did the same as you mentioned but idk why after running the code as administrator it does nothing and automatically get disappeared… idk what to do now!
Please lemme know if it is my mistake or the trick is expired!

Regards
Devesh

PM sent, continue there. Have a nice day!

3 Likes

Hi @SaM I have windows 10 pro, how to activate it? It’s showing your version is not supported

Same issue with mine. But I successfully activated it with a side method. Since windows 10 pro wasn’t supported, I downloaded and installed MS Toolkit, just follow the directions given, then it’ll say that it’s activated. If you check the status, it wasn’t really activated yet and your windows 10 pro will now be the standard windows 10. From here you can copy and paste the batch file and just follow @SaM instructions given above. It worked just fine for me, I hope yours too.

2 Likes

Another Method:

Windows 10 Activation

Script: Download

Watch Video for instruction:

Enjoy!

9 Likes

Absolutely fantastic! Thank you!
Just in time too as I am building a lab…
Cheers
Dela

1 Like

Still works like a charm.

1 Like