Thursday, September 27, 2018

Activate Windows 10 for free using cmd

Activate Windows 10 for free using CMD


Do you want to activate windows 10 for free and fast?
I am using windows 10 from years. but I had an annoying watermark of windows activation on the bottom of the screen. however, I found a super cool trick to activate windows 10 using CMD and the main thing is no Key is required
Anyone one can do this, just follow these simple steps. and by doing this you can activate your windows 10 and no longer you have to see that watermark on your screen.
But first of all, I recommend you don't download windows 10 from the third-party websites. you can simply download windows 10 from Microsoft. with window media creation tool 

You can do it in hundreds of ways. but I got really fast batch file technique. You can still create a .bat file and run it as Administrator. and restart your computer and you done.

I'm telling you the fastest way to activate your Windows 10 without any activation key. However, it is very easy that a kindergarten child can do the same.
Follow the steps :

  1. Open Notepad.
  2. Paste the code provided below.
  3. Save the file as a .bat file.
  4. Run the file as administrator.
  5. Restart your PC.
@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:\windows\system32\slmgr.vbs /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 >nul
cscript //nologo c:\windows\system32\slmgr.vbs /ipk 3KHY7-WNT83-DGQKR-F7HPR-844BM >nul
cscript //nologo c:\windows\system32\slmgr.vbs /ipk 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH >nul
cscript //nologo c:\windows\system32\slmgr.vbs /ipk PVMJN-6DFY6-9CCP6-7BKTT-D3WVR >nul
cscript //nologo c:\windows\system32\slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX >nul
cscript //nologo c:\windows\system32\slmgr.vbs /ipk MH37W-N47XK-V7XM9-C7227-GCQG9 >nul
cscript //nologo c:\windows\system32\slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 >nul
cscript //nologo c:\windows\system32\slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 >nul
cscript //nologo c:\windows\system32\slmgr.vbs /ipk 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ >nul
cscript //nologo c:\windows\system32\slmgr.vbs /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43 >nul
cscript //nologo c:\windows\system32\slmgr.vbs /ipk DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 >nul
cscript //nologo c:\windows\system32\slmgr.vbs /ipk WNMTR-4C88C-JK8YV-HQ7T2-76DF9 >nul
cscript //nologo c:\windows\system32\slmgr.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:\windows\system32\slmgr.vbs /skms %KMS_Sev% >nul
cscript //nologo c:\windows\system32\slmgr.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

Here is step by step Tutorial.

1. Open the Notepad. 

Activate Windows 10 for free using cmd
Copy and paste the code in notepad

2. Save the file as a .bat extension.

Activate Windows 10 for free using cmd
Save the file as a .bat extension.
The most important step is saving the file as a .bat file. Make sure that you select Save as all files and even type .bat after your desired name.

3. Run the file as Administrator.

Activate Windows 10 for free using cmd
Run as administrator


4. Restart.

Activate Windows 10 for free using cmd
Restart

After the Cmd open press "Y" key and hit enter after the Your pc restart and your windows 10 will activate. ;D
I hope you guys like my post. Please share your revies in the comment section. For more computer tips and tricks click here.

Advertiser