-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1216387
commit feeadc8
Showing
5 changed files
with
238 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "licensing_stuff"] | ||
path = licensing_stuff | ||
url = https://github.com/awuctl/licensing-stuff.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# winkeycheck | ||
Check online validity of Windows keys | ||
|
||
A tool to check product keys for Windows and Office | ||
|
||
**Warning:** This tool consumes 1 activation for each product key tested. | ||
|
||
A pkeyconfig file (resembling `pkeyconfig-xyz.xrm-ms`) is required to use this. The pkeyconfig for Windows 11 22H2 is included by default. Other pkeyconfig files (sourced from [SimplePidX](https://forums.mydigitallife.net/threads/simplepidx-simple-yet-powerful-product-key-checker.80300/)) can be downloaded [here](https://files.catbox.moe/9tkls4.7z). | ||
|
||
## Credits | ||
|
||
Many thanks to @asdcorp for assistance in development and testing. | ||
|
||
Additionally uses `keycutter.py` and `pkeyconfig.py`, developed by @awuctl. |
Oops, something went wrong.