Skip to content

Simple script to activate Windows 11 Pro. You may also upgrade from Home to Pro running a .bat file.

License

Notifications You must be signed in to change notification settings

roximanke/ActivatorPro-11

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

To upgrade from Home to Pro running a .bat file:

Run this in Admin:

Install through the store, your pc will restart, and you will be good to go.

Open Git Bash in the root of your repo

Then you can either clone my repo or write the code and commit it yourself:

sc config LicenseManager start= auto & net start LicenseManager
sc config wuauserv start= auto & net start wuauserv
changepk.exe /productkey VK7JG-NPHTM-C97JM-9MPGT-3V66T
exit
exit

......Done.

Simple script to activate Windows 11 Pro.

You will have to run cmd.exe as admin!

Simply:

slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr /skms kms8.msguides.com
slmgr /ato

All Set! Enjoy.

About

Simple script to activate Windows 11 Pro. You may also upgrade from Home to Pro running a .bat file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 100.0%