From 647e86a87d33b52bfb552c36d05e4c0ae25ee294 Mon Sep 17 00:00:00 2001 From: WitherOrNot Date: Sat, 27 Jan 2024 21:52:02 -0500 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f20c548..6772d41 100644 --- a/README.md +++ b/README.md @@ -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 ` + +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.