HWID V 2.2 manual activation methods and tutorials
This is for users who want to perform manual activation. If you need help with a tool for you to do this, then check here.
We can divide the manual activation process into two parts.
1 - From a ready-made batch file
- Make sure the internet is enabled.
- Open Windows Powershell as an administrator and enter the following to list the commands in the order they are given.
- Enter the key, (replace with the key from the list above) using the following command
<key>
slmgr /ipk < ;key>
- Download the universal ticket from here and extract the downloaded file.
- Now enter the following code in Powershell
(Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Control\ProductOptions).OSProductPfn
- This command will show you some text like
Microsoft.Windows.48.X19-98841_8wekyb3d8bbwe
- You need to find the ticket file with the exact same name in the folder you had before extracted.
- Copy the ticket file and paste it into the following folder
C:\ProgramData\Microsoft\Windows\ClipSVC\GenuineTicket
- Now in Powershell Run the following command to apply the ticket
clipup -v -o
- Activate the window using the following command
slmgr /ato
- Check the activation status using the following command
slmgr /xpr
- Complete
2 - Start from scratch
During this process we will perform activation from scratch. This is based on the universal ticket approach. Here we will create the same ticket used in the MAS HWID script and activate the system using it.
- Download the file from the official MS link below and unzip the .cab file.
https://download.microsoft.com/download/9/A/E/9AE69DD5-BA93-44E0-864E-180F5E700AB4/adk/Installers/14f4df8a2a7fc82a4f415cf6a341415d.cab - Find the named file and install Rename it to
filf8377e82b29deadca67bc4858ed3fba9
gatherosstate.exe
- Create a folder named after the C drive and copy the files in that folder.
Files
C:\Files
gatherosstate.exe
- Make sure the Internet is enabled.
- Open Windows Powershell as an administrator and enter the following to list the commands in the order they are given.
- Enter the key, (replace with the key from the list above) using the following command
<key>
slmgr /ipk < ;key>
- Copy the following code one at a time and enter it into PowerShell to modify the file. This code modification file is based on GamersOsState.
gatherosstate.exe
$bytes= [System.IO.File]::ReadAllBytes("C:\Files\gatherosstate.exe")$bytes[320] = 0xf8$bytes[321] = 0xfb$bytes[322] = 0x05$bytes[324] = 0x03$bytes[13672] = 0x25$bytes[13674] = 0x73$bytes[13676] = 0x3b$bytes[13678] = 0x00$bytes[13680] = 0x00$bytes[13682] = 0x00$bytes[13684] = 0x00$bytes[32748] = 0xe9$bytes[32749] = 0x9e$bytes[32750] = 0x00$bytes[32751] = 0x00$bytes[32752] = 0x00$bytes[32894] = 0x8b$bytes[32895] = 0x44$bytes[32897] = 0x64$bytes[32898] = 0x85$bytes[32899] = 0xc0$bytes[32900] = 0x0f$bytes[32901] = 0x85$bytes[32902] = 0x1c$bytes[32903] = 0x02$bytes[32904] = 0x00$bytes[32906] = 0xe9$bytes[32907] = 0x3c$bytes[32908] = 0x01$bytes[32909] = 0x00$bytes[32910] = 0x00$bytes[32911] = 0x85$bytes[32912] = 0xdb$bytes[32913] = 0x75$bytes[32914] = 0xeb$bytes[32915] = 0xe9$bytes[32916] = 0x69$bytes[32917] = 0xff$bytes[32918] = 0xff$bytes[32919] = 0xff$bytes[33094] = 0xe9$bytes[33095] = 0x80$bytes[33096] = 0x00$bytes[33097] = 0x00$bytes[33098] = 0x00$bytes[33449] = 0x64$bytes[33576] = 0x8d$bytes[33577] = 0x54$bytes[33579] = 0x24$bytes[33580] = 0xe9$bytes[33581] = 0x55$bytes[33582] = 0x01$bytes[33583] = 0x00$bytes[33584] = 0x00$bytes[33978] = 0xc3$bytes[34189] = 0x59$bytes[34190] = 0xeb$bytes[34191] = 0x28$bytes[34238] = 0xe9$bytes[34239] = 0x4f$bytes[34240] = 0x00$bytes[34241] = 0x00$bytes[34242] = 0x00$bytes[34346] = 0x24$bytes[34376] = 0xeb$bytes[34377] = 0x63[System.IO.File]::WriteAllBytes("C:\Files\gatherosstatemodified.exe", $bytes)
- Now right click on the file and go to properties and set compatibility to Windows XP SP3.
gatherosstatemodified.exe
- Now we need to generate a ticket, for this enter the following command.
$value = (Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Control\ProductOptions).OSProductPfnC:\Files\gatherosstatemodified.exe /c Pfn=$value`;PKeyIID=465145217131314304264339481117862266242033457260311819664735280
- A GenuineTicket.xml file should now be created in the folder, let’s apply it.
C:\Files\
##clipup -v -o -altto C:\Files\
- Use the following command Activation window
slmgr /ato
- Check the activation status using the following command
slmgr /xpr
- Complete
Notes:
- If the system has been activated, the ticket created will be A lockbox ticket, if not then it will be an underlying ticket.
- To make the exact ticket used in the MAS HWID script, make sure the system is activated and use the following power shell repair time command and then start the ticket generation process as mentioned above.
-
Set-TimeZone -Id "UTC"; $date=[datetime]"2022/10/11 12:00";while($true){set-date $date; start-sleep -milliseconds 10 }
The above is the detailed content of HWID V 2.2 manual activation methods and tutorials. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Many of our readers have reported the 0xC004C020 error when trying to connect their computers to their organization's servers. This error prevents activation of its Windows operating system. While errors can be frustrating, we'll guide you through error 0xC004C020 when trying to activate Windows on an organization-linked computer. What causes error 0xC004C020? If you are trying to activate Windows on an organization-linked computer and encounter error 0xC004C020, the possible causes may be as follows: Non-MAK keys – If a non-MAK key is used on an organization-linked computer, the organization’s policies will It is not allowed to be activated. Key access lost after formatting

Why am I encountering Windows 11 activation error 0xc004c060? First make sure you are using genuine Windows and that the license key is valid. Also, check if it was obtained from an official source and if the key is suitable for the installed OS version. If there is an issue with any of these, you may encounter Windows 11 activation error 0xc004c060. So be sure to verify these and if you find everything is in order, move on to the next section. If you obtained the key through unreliable means or believe that the installed copy is a pirated version, you will need to purchase a valid key from Microsoft. In addition to this, misconfigured settings, missing

Why am I encountering Windows 11 activation error 0xc004f050? There can be multiple reasons for encountering this activation error in Windows 11. But usually, it's the wrong key or a problem with the server. Additionally, if your key is different from the version installed on your PC, you will receive an error message. For example, you cannot use the Windows 11 Home key to activate Windows 11 Pro. Additionally, it can also cause problems if you use a USB clean install of Windows 11, and keys from previous iterations may not work. You may also encounter activation errors if you make major changes to your hardware, such as upgrading your motherboard. Now you know the root cause

The Windows 11 activation error 0x87e10bc6 issue occurs when some users try to activate the platform using a product key through settings. When this issue occurs, the Activation tab in Settings displays the following error message: Something is preventing us from communicating with the activation server. Wait a few minutes and try again. Error code: 0x87e10bc6. Specific activation errors may occur because a firewall blocks the connection to Microsoft's activation servers. Therefore, when this error occurs, users cannot activate Windows 11 using their product key. Unfortunately, even Windows 10 users have been plagued by the same issue in the past, so prepare for the benefits

In the process of computer work, office software is often used, but as soon as office is opened, a window prompt of the activation wizard appears. How to close it? Is there any way to completely turn off the activation wizard prompt? In fact, the operation is very simple, you can follow the editor's method. 1. Use the Windows key + R key combination to close the Excel Activation Wizard 1. First, use the Windows key + R shortcut key to open the run window; 2. Enter "excel/regserver" in the run window, and then press the Enter key; 3. Wait for a moment, and you will see a black box appear with the message "Registration Successful" displayed.

The Win10 system provides more powerful and complete functions, coupled with its convenient operation methods, allowing more and more users to choose to install this operating system. However, many users have encountered many unknown errors during installation. In the end, A common problem is that Win10 activation fails and the error code "0xc0000022" is prompted. Below, the editor will bring you a graphic tutorial to solve the problem of activation failure and the error code "0xc0000022". Since Microsoft released win10, users have been looking forward to it. Therefore, many users have installed win10, and in order to be more perfect, activation is necessary. However, recently, some win10 users have failed to activate on their computers and prompted error code 0xc0000022. This is

Product keys help activate Windows and ensure it is a genuine copy and not registered on more devices than allowed. But some users have reported instances of Windows product keys not working. It turns out that Windows 10 or 11 does not accept product keys consisting of 25 characters. This does not necessarily indicate that the key you have is no longer valid, as the error message indicates. There are many reasons why you can't activate your copy of Windows 11. The trick here is to determine what's causing your computer problems. We've dedicated this tutorial to simplifying the troubleshooting process and activating your copy of Windows 11. Go through it and when you're done, the operating system will be activated. Why is my Micro

Many friends still don’t know how to activate cad2020, so the editor below explains the activation tutorial of cad2020. Friends in need should take a look at it. I believe it will be helpful to everyone. 1. Double-click the [CAD2020 icon] on the desktop to pop up the transplant custom settings. Click the [tick] icon. 2. You can click [Yes] or [No]. 3. When [AutoCAD-DWG Association] pops up, click the first one. 4. Select [Single User] and click [Enter Serial Number]. 5. Click [I agree]. 6. Click [Activate]. 7. Serial number: [666-69696969], enter product key: [001L1], click [Next]. 8. Check I have Aut