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:
## Then compare with the latest method:gatherosstate.exe Pfn=xxxxxxx;DownlevelGenuineState=1
gatherosstate.exe Pfn=xxxxxxx;PKeyIID=465145217131314304264339481117862266242033457260311819664735280The 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 ClipSVCInstall the common key corresponding to the system version, such as Win10/11 Professional Edition :
slmgr -ipk VK7JG-NPHTM-C97JM-9MPGT-3V66TExecute 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!