Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WitherOrNot committed Jan 28, 2024
1 parent 07edca7 commit 647e86a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ A tool to check product keys for Windows and Office

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).

## Usage

Individual product keys can be checked like so: `python keycheck.py pkey <Product Key>`

For a given product key, the output will either show it as online-valid or will display error information from the server.

A text file of product keys, one key per line, can be checked like so: `python keycheck.py batch <Keys File>`

For batch activation, the list of valid keys will be printed at the end of the check. A full log containing error information will be saved to an output file (default `log.txt`)

For more information, run `python keycheck.py --help`.

## Credits

Many thanks to [asdcorp](https://github.com/asdcorp) for assistance in development and testing.
Expand Down

0 comments on commit 647e86a

Please sign in to comment.