Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/witherornot/winkeycheck
Check online validity of product keys
https://github.com/witherornot/winkeycheck
office pkey product-key windows
Last synced: 8 days ago
JSON representation
Check online validity of product keys
- Host: GitHub
- URL: https://github.com/witherornot/winkeycheck
- Owner: WitherOrNot
- License: lgpl-2.1
- Created: 2024-01-27T23:19:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T14:48:26.000Z (4 months ago)
- Last Synced: 2024-07-25T17:03:28.999Z (4 months ago)
- Topics: office, pkey, product-key, windows
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# winkeycheck
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).
## Usage
Individual product keys can be checked like so: `python keycheck.py pkey `
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 `
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.
Additionally uses `keycutter.py` and `pkeyconfig.py`, developed by [awuctl](https://github.com/awuctl).