• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

WINDOWS 10 ONLINE ACTIVATION KEY

ALL THE ABOVE MENTIONED ACTIVATION METHODS ARE KMS ACTIVATION WHICH GIVES 180 DAYS ACTIVATION WITH RE-SCHEDULING TASK IN BACKGROUND SERVICE THROUGH TASK SCHEDULER . .
 
I also have a Windows 10 HOME edition.
I can use one of the above serials i presume.
But what script and how to execute it. I don't get it...
 
i totally disagree on that with the 180 day thing. i activated my windows 10 pro enterprise using this method and been about a 2 year now with no problems it all about finding a hack activation server to connect too. if you need help just let me know. maybe i can help setup a linux activating server for you to connect too.
 
i totally disagree on that with the 180 day thing. i activated my windows 10 pro enterprise using this method and been about a 2 year now with no problems it all about finding a hack activation server to connect too. if you need help just let me know. maybe i can help setup a linux activating server for you to connect too.

Feeling sad upon your poor experience . .

Run CMD as Admin & type the command: slmgr.vbs -xpr
15053

Hit ENTER . . You will see your validity .
 
ok you right i know nothing about computers

 
ok you right i know nothing about computers


The GitHub page also contains of KMS script . . . KMS are meant for 180 days activation , , , you can check your kms validity using above CMD command . .
Now as mentioned earlier these tools creates scheduled tasks in background processes (don't say it doesn't :p ) . . So it re-activates the system automatically again (via connecting to same kms server) = so the activation remains intact . . But if a computer doesn't get connected to internet by these 180 days duration = the system will be de-activated with "windows is not activated" status . . .

I hate having unnecessary background services & scheduled tasks , so when there's license activation - why to go for kms activation . . . .

""ok you right i know nothing about computers"" - - May be, who knows :p:coffee:
 
There are digital activation methods now which can activate your windows and link it to your account, So you can format the device and install windows and login and get the same activated automatically without using any thing else.
 
Hi, i just got this and worked without problem. here you have original link: https://wiredroid.com/activate-windows-10-batch-file-cmd/

Or follow the steps below

After getting fresh copy of windows 10 ISO lets get started:
In this method there is nothing like malware and viruses so without any fear you guys enjoy this method.
  • Open Notepad
  • Copy the below code
  • Paste into notepad
  • Save as activation.bat file
  • Run activation.bat file as admin
  • Done
@echo off
title Activate Windows 10 ALL versions for FREE! WireDroid.com&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software(WireDroid.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 #My official blog: WireDroid.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://WireDroid.com"&goto halt
:notsupported
echo ============================================================================&echo.&echo Sorry! Your version is not supported.&echo.
:halt
pause >nul
 
Hi, i just got this and worked without problem. here you have original link: https://wiredroid.com/activate-windows-10-batch-file-cmd/

Or follow the steps below

After getting fresh copy of windows 10 ISO lets get started:
In this method there is nothing like malware and viruses so without any fear you guys enjoy this method.
  • Open Notepad
  • Copy the below code
  • Paste into notepad
  • Save as activation.bat file
  • Run activation.bat file as admin
  • Done
@echo off
title Activate Windows 10 ALL versions for FREE! WireDroid.com&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software(WireDroid.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 #My official blog: WireDroid.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://WireDroid.com"&goto halt
:notsupported
echo ============================================================================&echo.&echo Sorry! Your version is not supported.&echo.
:halt
pause >nul



AGAIN ! :sneaky:
This is KMS method , validity is based on 180 days with renewal . . . . Badside: it creates scheduled tasks & background services to keep connecting to the kms server.
 
  • Like
Reactions: cristitm76
AGAIN ! :sneaky:
This is KMS method , validity is based on 180 days with renewal . . . . Badside: it creates scheduled tasks & background services to keep connecting to the kms server.
idk Bro, i use like that since more than 1 year and is all okay for me. i was thinking to share with others
 

Forum statistics

Threads
79,440
Messages
1,142,310
Members
248,193
Latest member
Rohitmentor
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock