From 52ab55b7e473f9d1c5894aacada3a7e4e8c0d7f3 Mon Sep 17 00:00:00 2001 From: DESKTOP-V026VQF\Home Date: Thu, 23 Mar 2023 02:34:58 +0530 Subject: Update --- _site/hwid.html | 96 +++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 84 insertions(+), 12 deletions(-) (limited to '_site/hwid.html') diff --git a/_site/hwid.html b/_site/hwid.html index 08b2492..e943c44 100644 --- a/_site/hwid.html +++ b/_site/hwid.html @@ -365,6 +365,12 @@ div.tocify {
Note: If you want to understand more about how
-these above mentioned both methods then check this repo MAS-Legacy-Methods
-Latest MAS doesn’t use any of these methods, instead it uses ready to
-use Universal tickets (check below for info).
-
Notes:
+The process here is based on Universal ticket method. Here we will -create identical tickets which are used in MAS HWID script and activate -the system with it.
+This is for those who wants to perform manual activation. If you want +a tool to do this for you then check here.
+We can divide the manual activation process into two parts.
+Make sure the Internet is enabled.
Open Windows Powershell as administrator, and enter the following +listed commands in the sequence in which they are given.
Enter the Key, (Replace <key> with the key
+from the above list) with the following command
slmgr /ipk <key>
Download Universal tickets from here +and extract the downloaded file.
Now enter below code in Powershell
(Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Control\ProductOptions).OSProductPfn
This command will you show you some text like
+Microsoft.Windows.48.X19-98841_8wekyb3d8bbwe
You need to find the exact same name ticket file in the folder +which you have extracted earlier.
Copy that ticket file and paste it in the below folder
+C:\ProgramData\Microsoft\Windows\ClipSVC\GenuineTicket
Now run below command in Powershell to apply the ticket
clipup -v -o
slmgr /ato
slmgr /xpr
In this process we will perform activation from scratch. This is +based on Universal ticket method. Here we will create identical tickets +which are used in MAS HWID script and activate the system with it.
Download file from the below official MS link and extract this
.cab file.
@@ -685,7 +754,9 @@ from the above list) with the following command
slmgr /ipk <key>
gatherosstate.exe file.gatherosstate.exe file. This code to modify the file is
+based on GamersOsState.
$bytes = [System.IO.File]::ReadAllBytes("C:\Files\gatherosstate.exe") @@ -773,11 +844,11 @@ C:\Files\gatherosstatemodified.exe /c Pfn=$value`;DownlevelGenuineState=1
clipup -v -o -altto C:\Files\
slmgr /ato
slmgr /xpr