├── CNAME ├── README.md ├── _config.yml ├── _layouts └── default.html ├── activator.bat └── index.md /CNAME: -------------------------------------------------------------------------------- 1 | windows.gitick.com -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalnagda1/windows-activator/25b56e42c182af6bd8510ac181ea494a4160830f/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | remote_theme: pages-themes/cayman@v0.2.0 2 | plugins: 3 | - jekyll-remote-theme 4 | -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | {% seo %} 7 | 8 | 9 | 10 | 11 | 12 | 13 | {% include head-custom.html %} 14 | 15 | 16 | Skip to the content. 17 | 18 | 29 | 30 |
31 | {{ content }} 32 | 33 | 39 |
40 | 41 | 42 | -------------------------------------------------------------------------------- /activator.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | title Activate Windows 11 (ALL versions) for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Windows 11 Home&echo - Windows 11 Professional&echo - Windows 11 Education&echo - Windows 11 Enterprise&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 3 | 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 4 | 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 5 | 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 "11 pro" >nul 6 | 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) 7 | :server 8 | if %i%==1 set KMS=kms7.MSGuides.com 9 | if %i%==2 set KMS=s8.now.im 10 | if %i%==3 set KMS=s9.now.im 11 | if %i%==4 goto notsupported 12 | cscript //nologo slmgr.vbs /skms %KMS%:1688 >nul&echo ============================================================================&echo.&echo. 13 | cscript //nologo slmgr.vbs /ato | find /i "successfully" && (echo.&echo ============================================================================&echo.&echo #Follow me on github and star my repository&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my github profile [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) 14 | explorer "https://github.com/vishalnagda1"&goto halt 15 | :notsupported 16 | echo ============================================================================&echo.&echo Sorry! Your version is not supported.&echo. 17 | :halt 18 | pause >nul 19 | -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- 1 | ## Getting started 2 | What you first need to do is open CMD (Command Prompt) as Administrator using this keyboard key: 3 | 4 | + R 5 | 6 | And now type in ``cmd.exe`` in the box 7 | 8 | It should now look as something like this: 9 | 10 | ![image](https://user-images.githubusercontent.com/66115754/134801377-b9769c34-8a9d-4d4f-ba8e-6c073f1ce4a2.png) 11 | 12 | Now press this keys on your keyboard: 13 | 14 | Ctrl + Shift + Enter 15 | 16 | Now you have something like this: 17 | 18 | ![UAC Permissions](https://user-images.githubusercontent.com/66115754/134801445-9b90e121-350b-42ea-afec-b499f1fbfae9.png) 19 | 20 | Now, click on ``Yes`` 21 | 22 | Now you have something like this: 23 | 24 | ![Windows Command Prompt](https://user-images.githubusercontent.com/66115754/134807479-53ccdaf9-feb0-49a3-9843-5bb4db016128.png) 25 | 26 | ### The commands 27 | Now, type the following command: 28 | ``slmgr.vbs /upk`` 29 | 30 | **Note**: this will remove your current activation key! 31 | Now it will give an message, click on ``OK`` 32 | 33 | And now this command: 34 | ``slmgr.vbs /cpky`` 35 | It will give an message once again, and click on ``OK`` again 36 | 37 | And now type this command: 38 | ``slmgr.vbs /ckms`` 39 | Once again click on ``OK`` when you get an message 40 | ### Edition upgradable check command 41 | Now we are gonna check of your edition is supported to upgrade to Pro, run the following command to check this: 42 | ``DISM /online /Get-TargetEditions`` 43 | If you see ``Professional`` in the list, then you can upgrade your Windows edition to Pro for free! 44 | ### Running Windows Pro installer 45 | Now, copy and paste this complete command: 46 | 47 | ``sc config LicenseManager start= auto & net start LicenseManager`` 48 | 49 | ``sc config wuauserv start= auto & net start wuauserv`` 50 | 51 | ``changepk.exe /productkey VK7JG-NPHTM-C97JM-9MPGT-3V66T`` 52 | 53 | ``exit`` 54 | 55 | It will run an installer and you will see an message: ``% complete`` 56 | 57 | Now wait until it's 100% and then you get an error (This is normal, this needs to happen.) 58 | 59 | When you get the error, just click Exit and then reboot your pc. 60 | 61 | You will now see an message that he is running updates and is installing features, just wait until its done and check ``info`` in settings, You will see that Windows 10/11 Pro is installed! (**May show Windows Enterprise, but will be Windows Pro!!**) 62 | 63 | But we are not done, You will see that it isn't activated and that you can't change some settings, now we are gonna fix that! 64 | 65 | ## Method 1 For Activating Windows Pro 66 | There's another method with a batch file. You can download it by [clicking here](https://vishalnagda1.github.io/windows-activator/activator.bat). 67 | It will start to download. Click ``Save (As)`` to save it. Now we need to open Windows Explorer. First, click these keyboard keys together: 68 | 69 | + R 70 | 71 | Type ``explorer.exe`` in the box and click ``Enter`` on your keyboard or click ``OK``. 72 | Now it will open Windows Explorer. You're here now: 73 | ![Windows Explorer On Start With Windows 11](https://user-images.githubusercontent.com/66115754/163762296-3bfe5cb5-0c2d-4464-9398-7eaa48c95c53.png) 74 | Click on ``Downloads``, or go to the directory where you saved the downloaded batch file. Now you are here (or on a different place): 75 | ![Downloads Folder With Batch File On Windows 11](https://user-images.githubusercontent.com/66115754/163762758-67484b44-e0fe-402d-aad1-37b2a07373ee.png) 76 | Click on the batch file 1 time, then right click and click ``Run As Administrator``. It will ask for UAC permissions. Click ``Yes`` now. Now a console windows will open. Wait until it says ````. Now you activated Windows Pro for free! It also asks if you wanna see someone's blog. Press ``Y`` if you want to and ``N`` if you don't want to see. 77 | 78 | ## Method 2 For Activating Windows Pro 79 | Now we are gonna run some other commands to activate Windows 10/11 Pro. 80 | 81 | Press these keyboard keys once again: 82 | 83 | + R 84 | 85 | It looks like this again: 86 | 87 | ![Run Dialog With cmd.exe Text In It](https://user-images.githubusercontent.com/66115754/134801377-b9769c34-8a9d-4d4f-ba8e-6c073f1ce4a2.png) 88 | 89 | Press Ctrl + Shift + Enter 90 | 91 | You will get an message, just click on ``Yes`` 92 | 93 | Now you will get an Command Prompt. 94 | 95 | Type the following commands one for one to activate: 96 | 97 | ``slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX`` 98 | 99 | ``slmgr /skms kms8.msguides.com`` 100 | 101 | ``slmgr /ato`` 102 | 103 | **Note**: This does not always work. When running ``slmgr /ato`` it does not always work, but keep trying. 104 | Now you have Windows 10/11 Pro and it activated! You can check settings to see it. 105 | 106 | 107 | #### Contributing 108 | 109 | 1. Fork it ( https://github.com/vishalnagda1/windows-activator/fork ) 110 | 2. Create your feature branch (`git checkout -b my-new-feature`) 111 | 3. Commit your changes (`git commit -am 'Add some feature'`) 112 | 4. Push to the branch (`git push origin my-new-feature`) 113 | 5. Create a new pull request. 114 | --------------------------------------------------------------------------------