Home > Common Problem > 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
Release: 2023-10-16 08:13:11
forward
2839 people have browsed it

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!

Related labels:
source:yundongfang.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template