Correct SE edition keys
This commit is contained in:
parent
9717be4540
commit
a7e9b0f6fe
@ -29,3 +29,4 @@ rmarkdown::render_site()
|
||||
rmarkdown::render_site()
|
||||
rmarkdown::render_site()
|
||||
rmarkdown::render_site()
|
||||
rmarkdown::render_site()
|
||||
|
@ -643,11 +643,11 @@ from.</li>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left">SE</td>
|
||||
<td align="left"><code>K9VKN-3BGWV-Y624W-MCRMQ-BHDCD</code></td>
|
||||
<td align="left"><code>KY7PN-VR6RX-83W6Y-6DDYQ-T6R4W</code></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left">SE N</td>
|
||||
<td align="left"><code>KY7PN-VR6RX-83W6Y-6DDYQ-T6R4W</code></td>
|
||||
<td align="left"><code>K9VKN-3BGWV-Y624W-MCRMQ-BHDCD</code></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left">Team</td>
|
||||
|
8
hwid.md
8
hwid.md
@ -104,8 +104,8 @@ Now a question, can Microsoft block the new requests or revoke already establish
|
||||
| Pro N for Workstations | `WYPNQ-8C467-V2W6J-TX4WX-WT2RQ` |
|
||||
| S | `V3WVW-N2PV2-CGWC3-34QGF-VMJ2C` |
|
||||
| S N | `NH9J3-68WK7-6FB93-4K3DF-DJ4F6` |
|
||||
| SE | `K9VKN-3BGWV-Y624W-MCRMQ-BHDCD` |
|
||||
| SE N | `KY7PN-VR6RX-83W6Y-6DDYQ-T6R4W` |
|
||||
| SE | `KY7PN-VR6RX-83W6Y-6DDYQ-T6R4W` |
|
||||
| SE N | `K9VKN-3BGWV-Y624W-MCRMQ-BHDCD` |
|
||||
| Team | `XKCNC-J26Q9-KFHD2-FKTHY-KD72Y` |
|
||||
|
||||
**Notes:**
|
||||
@ -203,6 +203,7 @@ In this process we will perform activation from scratch. This is based on Univer
|
||||
|
||||
<!-- -->
|
||||
|
||||
```
|
||||
$bytes = [System.IO.File]::ReadAllBytes("C:\Files\gatherosstate.exe")
|
||||
$bytes[320] = 0xf8
|
||||
$bytes[321] = 0xfb
|
||||
@ -271,15 +272,18 @@ In this process we will perform activation from scratch. This is based on Univer
|
||||
$bytes[34376] = 0xeb
|
||||
$bytes[34377] = 0x63
|
||||
[System.IO.File]::WriteAllBytes("C:\Files\gatherosstatemodified.exe", $bytes)
|
||||
```
|
||||
|
||||
- Now right click on the file `gatherosstatemodified.exe` and goto properties and set the compatibility to Windows XP SP3.\
|
||||
- Now we need to generate the ticket, to do that, enter the below command.
|
||||
|
||||
<!-- -->
|
||||
|
||||
```
|
||||
$value = (Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Control\ProductOptions).OSProductPfn
|
||||
|
||||
C:\Files\gatherosstatemodified.exe /c Pfn=$value`;DownlevelGenuineState=1
|
||||
```
|
||||
|
||||
- A GenuineTicket.xml file should be created in the folder `C:\Files\` now let's apply it.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user