Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
WitherOrNot committed Jan 28, 2024
1 parent 1216387 commit feeadc8
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
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
13 changes: 12 additions & 1 deletion README.md
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.
Loading

0 comments on commit feeadc8

Please sign in to comment.