Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malbrahim-1/51f9b61c6688ce78c74a17670add65a9 to your computer and use it in GitHub Desktop.
Save malbrahim-1/51f9b61c6688ce78c74a17670add65a9 to your computer and use it in GitHub Desktop.
Activate Windows 11 Pro free

An guide how to activate Windows 11 Pro for free

Why?

Because you will get some more features like an Bitlocker and host your device as an External Desktop which can be accessed through the internet

Am i also able to switch from any other edition to Pro?

The answer is yes! You can switch from almost any edition to Pro completely for free!

Note for users with unactivated Pro edition

People which already have Pro, but not activated, can skip to this step.

Getting started

What you first need to do is open CMD (Command Prompt) as Administrator using this keyboard key:

Windows-logo key+ R

And now type in "cmd.exe" in the box

It should now look as something like this:

image

Now press this keys on your keyboard:

ctrl+shift+enter

Now you have something like this:

image

Now, click on "yes"

Now you have something like this:

image

The commands

Now, type the following command: slmgr.vbs /upk Now it will give an message, click on OK

And now this command: slmgr.vbs /cpky It will give an message once again, and click on OK again

And now type this command: slmgr.vbs /ckms Once again click on OK when you get an message

Edition upgradable check command

Now we are gonna check of your edition is supported to upgrade to Pro, run the following command to check this: DISM /online /Get-TargetEditions If you see "Professional" in the list, then you can upgrade your Windows edition to Pro for free!

Running Windows Pro installer

Now, copy and paste this complete command:

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

It will run an installer and you will see an message:"% complete"

Now wait until it's 100% and it's not weird that you will get an error

When you get the error, just click Exit and then reboot your pc.

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 11 Pro is installed!

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!

Activating Windows Pro

Now we are gonna run a batch script to activate Windows 11 Pro

Download the file from here

Press these keyboard keys once again:

Windows-logo key+R

It looks like this again:

image

Now type "explorer.exe" in the box

Now it should look like this:

image

Now just press Enter

Now you should have an screen like this:

image

Click on "Downloads"

Now click on "Activate_Windows.bat"

Right click on the file now and click on "Run as administrator"

You will get an message, just click on OK

Now you will get an Command Prompt.

Just wait until it says: "<product activation succesful>"

It will also ask if you want to see anyone's blog, Click "Y" if you want to see it and "N" if you don't want to

Now you have Windows 11 Pro and it activated! You can check settings to see it.

I hope you enjoy it! If you have any further questions, you can email me at "Minionguyjpro@gmail.com" or comment on this guide.

@civilwolfhacker
Copy link

Dude the download file isnt working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment