Home  >  Article  >  Win10/11 digital activation script MAS version 2.2 re-supports digital activation

Win10/11 digital activation script MAS version 2.2 re-supports digital activation

WBOY
WBOYforward
2023-10-16 08:13:112823browse

The famous activation script MAS version 2.2 re-supports digital activation. The method originated from @asdcorp and the team. The MAS author calls it HWID2.

https://github.com/massgravel/Microsoft-Activation-Scripts

Download gatherosstate.exe (not original, modified), run it with parameters, Generate tickets GenuineTicket.xml.

Let’s take a look at the original method first:

gatherosstate.exe Pfn=xxxxxxx;DownlevelGenuineState=1

## Then compare with the latest method:

gatherosstate.exe Pfn=xxxxxxx;PKeyIID=465145217131314304264339481117862266242033457260311819664735280

The value of Pfn above is read from the registry:

reg query “HKLM\SYSTEM\CurrentControlSet\Control\ProductOptions” /v OSProductPfn

2. Install digital tickets and activate.

The following steps are exactly the same as before. Copy the digital ticket GenuineTicket.xml to the following directory:

C:\ProgramData\Microsoft\Windows\ClipSVC\GenuineTicket\

as administrator Run the command, the ticket disappears and the installation is successful:

Powershell Restart-Service ClipSVC

Install the common key corresponding to the system version, such as Win10/11 Professional Edition :

slmgr -ipk VK7JG-NPHTM-C97JM-9MPGT-3V66T

Execute activation command as administrator (requires Internet connection):

slmgr -ato

The above is the detailed content of Win10/11 digital activation script MAS version 2.2 re-supports digital activation. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:yundongfang.com. If there is any infringement, please contact admin@php.cn delete