Ticker

6/recent/ticker-posts

Header Ads Widget

How to Activate Windows 10?

If you are like most people who don’t know How to Activate Windows 10 then you are at the right place. Because in today’s guide I will tell you some simple and easiest methods to activate your Windows.

This guide is for beginners who are Users in the computing world and don’t know a little bit about it. It can also be helpful for old computer users because I will provide some new tips & tricks which old user may also don’t know about it.

As everyone knows that Microsoft announces that Windows 10 is a final version. So there is no more Windows update that will come in the future so it is recommended to upgrade to the newer version soon.

Now the problem comes after you update Windows because it required activation after 30 days. Because this Windows 10 comes with the 30 days of free trial after it expires you will then need to purchase a license key and activate it.

Otherwise, you will be restricted from using several features like changing the theme, installing some applications, won’t get updates which may harm your PC as well.

Here question arises that is there any way to activate Windows 10 without purchasing a product key? The answer will be simply Yesread this guide completely where I will tell you how you can do by yourself as well.

How to Activate Windows 10

Contents
  1. Go to Settings
  2. Then Go to Update & Security
  3. Below Activation
  4. & click on Enter Product Key
  5. After this check Confirm Box
  6. A message appears Windows Successful Activated

Now enter that product key which you just purchased and then click on Enter. Please make sure to have a proper internet connection because it works online. It will take some time and your Windows 10 will be activated in a few seconds.

If you just skip the Enter Key option during installation or purchased key after the installation then you need to open

Note:
If you are installing a fresh new Windows 10 in your system then you will be asked to enter the Key during installation. So, simply enter that key there and it will be activated after the installation is completed.

These keys are working and tested by me personally so you can also use it to activate Windows 10 Free of cost. But the activation process for this is a little bit different and there are two ways to activate by using these keys. The first method is by activating manually and another method requires you to create a batch file.

So, first, we will talk about the manual process:

1. Click on Start Menu and then look for the Command Prompt or you can search in Cortana.

2. Now right click on CMD and click on Run as Administrator a warning dialogue will prompt so ignore it and click on Yes.

3. In the Command Prompt add this command “slmgr /ipk yourlicensekey” (enter the key which you just copied from above according to Windows version and make sure to don’t add quotes) & then hit Enter.

4. Let the code execute and it may take some time to wait for a few seconds until it executes completely and then moves to another step.

5. After this, you need to enter this command “slmgr /skms kms8.msguides.com”. It will connect you to the KMS server.

6. When you successfully connected to the KMS server then you will need to enter this command “slmgr /ato”.  That’s it will then show you a dialogue message saying your Windows is activated successfully.

 

It is the easiest solution for people who don’t know how to activate Windows 10 but if you are having a problem while following the steps then you should go with the automatic method.

Let’s check how you can activate Windows 10 automatically.

1. So, first of all, you need to copy the code by following the link given below:

@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_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%: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 msguides.com@gmail.com 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

2. After this open the Start Menu and search for the Notepad and open it as you do normally.

3. Paste the code which you copied from the link provided above and then save it as ActivateWindows10.cmd. Make sure to save it as .cmd otherwise it won’t work and it will open as a normal text file.

4. Now after saving the batch file right-click on it and click on Run as Administrator. It will then start CMD and execute some codes automatically.

5. You need to wait for some time until this code connects you to the KMS server and then it will be activated automatically.

That’s it you have now successfully activated your Win 10 without purchasing a product key automatically. It is the best and the newest method which you can implement for the activation of the Win 10 Operating system.

In case these methods don’t work for you as well then there is another possible way that works 100% fine and is the stable method. This method required to have an activator so let me tell you some best activators which you can use.

How to Activate Windows 10 Using Activator

There are many activators available on the internet but the problem is that some of them contain viruses while others don’t work well and sometimes they even damage your Windows.

To avoid this issue I am sharing with you the best activator which works almost all the time and I personally use it.

Activate Windows with KMSPico

The name of this activator is KMSPico which is scanned by Virus Total and found no malware or trojan in it. It is the only tool available on the internet which is very famous among individuals nowadays.

This is because that is developed by the most trustful Team Daz who has contributed so many activators for the Windows users.

This tool is suitable for every Windows edition and can activate both architectures as well. Some Antivirus may show you it is the virus but only causes because these types of piracy tools are blacklisted by these tools.

So you just need to ignore that because it doesn’t contain any virus and I never face any problem while using it.

It works offline and you don’t need to have an internet connection for the activation also it is very light in size which doesn’t consume huge space in your PC.

This can be removed after activation but your activation will remain the same until you install a new fresh Windows. It is the permanent solution for every Windows edition and it also supports Win7, Windows 8 & Windows 8.1. 

Post a Comment

0 Comments