Skip to content

Symbolexe/W11ACP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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 😊