Giter Club home page Giter Club logo

w11acp's Introduction

W11ACP

⚠️ In this README.md file, we will check how to activate Windows 11 and 10 for free. ⚠️

⚠️ In the releases section, you can download the execution file of these commands. Make sure to run the file with admin permission. ⚠️

Requirements

  1. Be sure to be connected to the Internet. ✔️
  2. Make sure you have one of the versions of Windows listed below. ✔️

Tested versions

Windows 10

  1. Windows 10 Home [✔️]
  2. Windows 10 Pro [✔️]
  3. Windows 10 Enterprise [✔️]

Windows 11

  1. Windows 11 Home [✔️]
  2. Windows 11 Pro [✔️]
  3. Windows 11 Enterprise [✔️]

Necessary actions

You can do this operation after installing Windows and you don't need any updates or special software.

First Step

open CMD as Administrator Screenshot (1)

Second Step

In order, one by one, copy these commands and paste them in the cmd.

slmgr.vbs /upk : Uninstalls the current product key.

slmgr.vbs /cpky : Clears the current product key from the license database.

slmgr.vbs /ckms : Clears the Windows activation servers of the current product key.

DISM /online /Get-TargetEditions : Lists the different Windows editions available for activation.

👉 : If you see "Professional" in the list, then you can upgrade your Windows edition to Pro for free! ✔️

sc config LicenseManager start= auto & net start LicenseManager : Set the start type of the LicenseManager service to "automatic" and then start the service. This command will ensure that the LicenseManager service is running and starts after boot.

sc config wuauserv start= auto & net start wuauserv : Start type of the Windows Update service to "automatic" and then starts the service. This command will ensure that the Windows Update service is running and starts after boot.

changepk.exe /productkey VK7JG-NPHTM-C97JM-9MPGT-3V66T : Change the product key

slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX : Install a product key, activating the Windows operating system

slmgr /skms kms8.msguides.com : Apply a KMS host for Windows activation.

slmgr /ato : Activate the Windows operating system

Final Step

After completing the above commands, you will see the successful message, which means that your Windows has been activated.

Now, Restart your windows and enjoy 😊

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.