Javascript required
Skip to content Skip to sidebar Skip to footer

How to Activate Windows 10 in Settings Without Product Key

In this guide, I am going to show you how to activate windows 10 for free permanently in 2021.

In fact, it is totally free to activate windows 10 using this method and you do not require any product key or activation key.

How To Activate Windows 10 For Free Permanently With CMD

This method involved the use of your command prompt (CMD). Here's how to go about it.

Credit- The Action Lab

Step 1. Run CMD As Administrator

  • In your windows search, typeCMD
  • Click onRun as Administratoras seen below.

Or you can right click onCommand Promptand selectRun as administratoras seen below.

open command prompt

Either ways, your command prompt will open.

Step 2. Install KMS Client key

Enter the commandslmgr /ipk yourlicensekeyand clickEnter button on your keywordto execute the command.

The following is the list of Windows 10 Volume license keys.

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

For example, if you are using Windows 10 Education, enter commandslmgr /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2as seen below.

install windows 10 kms key

Step 3. Activate Windows

After installing the KMS client key, the next thing is to activate windows for free using CMD prompt.

  • On the next line, enter the codeslmgr /atoas seen below.
  • ClickEnterto execute the command and your windows will be activated immediately.
windows 10 activated successfully

Now, you can confirm that your Windows has been activated successfully.

activate windows 10 free without product key

Go toSettings >> Activation.

Free Windows 10 Activators (Works 100%)

There is another method to activate your Windows 10 using free activators.

The best activators I tried and are working very well are:

  • Microsoft Toolkit
  • KMSPico

You know the best part?

You do not need to keep these software after use.

Even when you uninstall them, your Windows will be remain activated.

Now, I will show you how to use each Windows activator easily.


Windows Activator 1 –KMSPico

  • Also, you need todisable Real Time Protectionunder theWindows Defender Settings.
  • Now, downloadKMSPico software by clicking here.
  • Unzip and install the software (Password is 12345)
  • Open the software after Installation.
  • Once the software opens, click on theRed buttonand your Windows 10 will be activated immediately!

Windows Activator 2 – Microsoft Toolkit

First, you need to temporarily disableAnti-virus and Windows Defender Protection ( this is necessary because the antivirus will not allow Microsoft Toolkit to modify system registry which is needed to activate Windows).

  • Search forWindows Defender Settingsand click on it
search defender settings
  • Turn offReal Time Protection
disable real time protection
  • Next, download Microsoft Toolkit byclicking here.
  • Unzip the file and Install it. (Password is 123)
extract windows activator
  • Open the software and click on theWindows icon beside theSettings buttonin the software
select windows button
  • Click onProduct Keystab and select the Product and Edition (e.gWindows 10 Professional). Click onInstall.
microsoft toolkit product tab
  • Now, go to theActivation tab,selectKMS Server Serviceand clickInstall.
  • Finally, click onActivate.Your Windows will be activated immediately.
microsoft toolkit activator
  • If that doesn't work, click onE-Z Activator.

How Not To Activate Windows 10

Although this method will also help you to activate your Windows 10 easily, I do not recommend it.

It involves the use of.bat file

  • First, copy the code below:
@echo off
title Activate Windows 10 for FREE! TechProfet.com&cls&echo ============================================================================&echo #Project: Activating All Verions of Windows 10 for FREE using CMD (TechieProfet.com)&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&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) 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) 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) else (echo.)
set i=1
: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 Site: TechProfet.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo.&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 "https://techprofet.com/activate-windows-10″&goto halt
:notsupported
echo ============================================================================&echo.&echo Sorry! Your version is not supported.&echo.
:halt
pause >nul

The server in the code might have access to your computer, and that is why I do not recommend this method of activation

Your system might detect it as a virus and remove it (one of the reasons why IDO NOTrecommend this method).

  • Save the file asactivator.bat and pickAll filesas the file type.
save code as bat file
  • Right Click on the file andRun as Administrator
  • Wait for the Command Prompt to complete running the code.
  • When you receive the message whether to restart PC, enterYand clickEnter.
restart pc
  • Your PC will restart andyour Windows will be activated.

Activate Windows 10 Without Product Key for Free Using Batch File

You can also activate your Windows 10 even you don't have any product key with the help of batch file code. A batch file works just like a product key to unlock your Windows 10 on your PC.

Note: You must disable your Windows defender on your PC before following this method.

Download Batch File

  1. Download or copy the batch file from the above providedd link.
  2. Open yourNote pad andpaste the code.
  3. Save it as "0click.cmd"
  4. Now, open the batch file asRun as administrator.
  5. Finally, your Windows 10 will be activated.

How to Activate Windows 10 Using the Product key?

Whether you are using the product key to your new computer or just reactivating Windows 10, here learn the simple steps in this article down below.

If you are installing Windows 10 for the first time in your computer, then it will ask you to enter the 25 characters licensed product key. So enter the product, and there you successfully activate Windows 10 along with the installation.

However, if you haven't activated your Windows 10 during the installation, you can also activate it later. So here, learn how you can do it with the following steps down below.

Note: Make sure you are connected to the internet properly while following this step.

  1. Go to the Windows search bar located at the bottom left side.
  2. There, typeSettingsand press enter.
  3. Now, select theUpdates and security options.
    updates
  4. After that, choose theActivation option from the left side panel.
  5. Now, click on theChange Product Key.
    activate windows 10 with product
  6. Type thelicensed product key and pressnext.
  7. Finally, pressActivate to end the process.
    product key

Now, you can easily activate your Windows after following the above steps. You can also use the same process if you are switching from the previous edition or version to a new one. The same product key works in all versions.

Besides, if you don't have a product key, then go to the activation page in Microsoft windows and buy the product key.

How to Get Rid of Windows Activation Watermark?

If your windows 10 is not properly activated or your Windows has expired, then you probably see the watermark on your screen. That so annoying to see when you are recording the Windows screen, right? It also overlaps the text that was written beneath it. So, it will not disappear until you activate your windows 10 completely.

More>> How to record screen in Windows 10 without using a third-party application

But what if I told you that you could remove the Windows activation watermark completely from your screen. Yes, you heard correct. There is a way where uses can get rid of Windows activation watermark in Windows 10.

So, have a closer look at the following steps down below.

  1. Press theWindows key + Rin your keyboard. This is the shortcut key that directly takes you to theRun application.
  2. Now, typeRegeditand press enter. It opens the registry editor where you can remove the active windows watermark.
  3. After that, follow the following path:
  4. HKEY_LOCAL_MACHINE>Software>Policies>Microsoft>
  5. WindowsNT>CurrentVersion>SoftwareProtectionPlatform>Activation.
  6. Now, double-click on themanual entry, which is located on the right side.
  7. After that, change the value from0 to 1 and pressOK.
  8. Exit from the registry editor and once restart your computer.

After the restart complete, there you will see no sign of Activate Windows watermark. In some cases, after some time, you can again see the same watermark otherwise;, it will be gone completely from the above steps.

If you again see the Activate watermark, then repeat the same above-mentioned steps

Conclusion

I believe by now, you have been able to activate your Windows 10 for free without using any product key.

Personally, I used the first method to activate my Windows 10 in 2021 for free without activator or key.

Related posts:

How to Activate Windows 10 in Settings Without Product Key

Source: https://www.myidealtricks.com/how-to-activate-windows-10-without-product-key/