Pages

Manual Edition changing Of Win 10/11

 

Manual Edition Change

If you want to manually change the edition instead of using the script, please follow the steps below.

Windows 10/11

  • To view the list of available editions, open the command prompt as admin and enter
    dism /online /english /Get-TargetEditions
  • Get the keys for the desired edition from here
  • If you are upgrading from Home to Pro, you will need to disable the Internet before performing the upgrade.
  • Now enter that product key with this command, replace <product_key> with the actual key.
    changepk.exe /ProductKey <product_key>
  • In the Home to Pro upgrade, it may show an error, restart the system anyway. (Use the script if it's still not working)
  • Activate the changed edition with MAS, that's all.

Windows licencing





 irm https://massgrave.dev/get | iex


It will be retired Dec 31, 2024








https://massgrave.dev/




https://massgrave.dev/hwid




Copy command 

^^^^^^^^^^^^^^^

---------------------------



irm https://get.activated.win | iex

```

or (deprecated, will be retired on Aug 31 2024, use above instead)  

or (deprecated, will be retired on Dec 31 2024, use above instead)  

```

irm https://massgrave.dev/get | iex

```

-   You will see the activation options. Follow the on-screen instructions.

-   That's all.

3.   You will see the activation options. Choose [1] HWID for Windows activation. Choose [2] Ohook for Office activation.

4.   That's all.


---


@@ -35,22 +35,22 @@ irm https://massgrave.dev/get | iex

- The Powershell method does not work on Windows 7. Use the Method 2 - Traditional instead.  

- The URL get.activated.win may be blocked by some DNS services because it is a new domain.


### Method 2 - Traditional

### Method 2 - Traditional (Windows 7 and later)


-   Download the file under the code button from [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) or [Bitbucket](https://bitbucket.org/WindowsAddict/microsoft-activation-scripts)

-   Right-click on the downloaded zip file and extract

-   In the extracted folder, find the folder named `All-In-One-Version`

-   Run the file named `MAS_AIO-CRC32_XXXXXXXX.cmd`

-   You will see the activation options, follow the on-screen instructions.

-   That's all.

1.   Download the file under the code button from [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) or [Bitbucket](https://bitbucket.org/WindowsAddict/microsoft-activation-scripts) or [Codeberg](https://codeberg.org/massgravel/Microsoft-Activation-Scripts)

2.   Right-click on the downloaded zip file and extract

3.   In the extracted folder, find the folder named `All-In-One-Version`

4.   Run the file named `MAS_AIO.cmd`

5.   You will see the activation options, follow the on-screen instructions.

6.   That's all.


To run the scripts in unattended mode, check [here](https://massgrave.dev/command_line_switches)




apkaluva