open cmd

How to Activate Windows 10 without a Product Key?

If you have been using Microsoft products for quite a long time especially its operating system which come under the title WINDOWS, then you must be aware of the development it has brought about in the recent times. Concerning the operating systems we deal with, Windows 10 is the last one Microsoft has launched in the market.

Now whenever you purchase or download the operating system which here in case is Windows 10 always comes with a product key. Product key is basically the license which provides you the authority to activate the windows OS after installing it. Many a times, users prefer to download the OS directly from the internet without actually purchasing it or even if they do, they happen to unfortunately lose the product key. On such occasions, you need an alternative or any particular trick to activate your OS as soon as possible; otherwise, it will stop functioning as smoothly as it is supposed to do in few weeks. You will also get a constant notification in the taskbar as to activate the windows immediately.

Don’t miss:

Here in this article, we would show you two simple methods which would automatically guide you to activate windows 10 without any actual technical guidance from any expert.

Method #1: Activate Windows 10 Manually

This is the easiest method to start up with if you don’t have your product key. We would provide you a list of license keys which you can use to activate your windows manually. Read carefully the instructions illustrated below to actuate the method:

Step 1. Firstly choose the correct product key as per your OS version from product keys enlisted below:

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

 Step 2. Now right click on the “start” button and select “Command prompt (Admin)”  to run with admin privileges.

open cmd

Step 3. After the black dialogue box of cmd opens up, input the command “slmgr /ipk yourlicensekey” and hit “Enter” to install your license key given above in the list.

command prompt

Step 4. Next input the  given below command to connect to KMS server:

“slmgr /skms kms8.msguides.com”

Step 5. Once you are done with this much, enter the command “slmgr /ato” to activate your windows OS.

activate windows 10

After you have completed this much, check the activation status again to know whether the activation has been done or not.

 

Method #2: Activate Windows 10 using a Batch File

Here in this section, we would create a batch file using certain code. The method is very crucial and dangerous as even a small mistake in the code line given below can render serious damage to your system. So be cautions while using this method. Go through the steps listed below to perform the method:

Step 1. Firstly copy the following code into a text document.

@echo off
title Windows 10 ALL version activator&cls&echo ************************************&echo Supported products:&echo – Windows 10 Home&echo – Windows 10 Professional&echo – Windows 10 Enterprise, Enterprise LTSB&echo – Windows 10 Education&echo.&echo.&echo ************************************ &echo Windows 10 activation…
cscript //nologo c:windowssystem32slmgr.vbs /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 >nul
cscript //nologo c:windowssystem32slmgr.vbs /ipk 3KHY7-WNT83-DGQKR-F7HPR-844BM >nul
cscript //nologo c:windowssystem32slmgr.vbs /ipk 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH >nul
cscript //nologo c:windowssystem32slmgr.vbs /ipk PVMJN-6DFY6-9CCP6-7BKTT-D3WVR >nul
cscript //nologo c:windowssystem32slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX >nul
cscript //nologo c:windowssystem32slmgr.vbs /ipk MH37W-N47XK-V7XM9-C7227-GCQG9 >nul
cscript //nologo c:windowssystem32slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 >nul
cscript //nologo c:windowssystem32slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 >nul
cscript //nologo c:windowssystem32slmgr.vbs /ipk 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ >nul
cscript //nologo c:windowssystem32slmgr.vbs /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43 >nul
cscript //nologo c:windowssystem32slmgr.vbs /ipk DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 >nul
cscript //nologo c:windowssystem32slmgr.vbs /ipk WNMTR-4C88C-JK8YV-HQ7T2-76DF9 >nul
cscript //nologo c:windowssystem32slmgr.vbs /ipk 2F77B-TNFGY-69QQF-B8YKP-D69TJ >nul
echo ************************************ &echo.&echo.&set i=1
:server
if %i%==1 set KMS_Sev=kms.chinancce.com
if %i%==2 set KMS_Sev=NextLevel.uk.to
if %i%==3 set KMS_Sev=GuangPeng.uk.to
if %i%==4 set KMS_Sev=AlwaysSmile.uk.to
if %i%==5 set KMS_Sev=kms.chinancce.com
if %i%==6 set KMS_Sev=kms.shuax.com
if %i%==7 exit
cscript //nologo c:windowssystem32slmgr.vbs /skms %KMS_Sev% >nul
cscript //nologo c:windowssystem32slmgr.vbs /ato | find /i "successfully" && (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

Step 2. Next create a new text document on the home screen.

windows 10 activation

Step 3. Now paste the recently written code into the text file and save it with a batch extension “1click.cmd”.

 Activate Windows 10 using a Batch File

Step 4. Go back to the home screen again, and run the batch file as administrator.

run it as admin

Wait for a while.

activate windows 10 system

And then it is done.

Conclusion:

Product key or license key is a very important part of the OS service while purchasing or downloading the OS. Without the product you shall not be able to run your OS in a proper executable way. But if you don’t possess the product key for Windows 10 specifically anyhow, you can follow the methods mentioned above in the article to activate.

Also read: