From ecf0c3e7b7648a31ff26050454e317ac44ea23d5 Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Sun, 18 Jun 2023 00:35:18 -0500 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..52bb0eb --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# xpmgr +Command line interface for Windows XP license management, inspired by Microsoft's "slmgr". + +## Usage +`--GetProductID`: Gets the product ID (ex: `76477-755-3803223-21229`). + +`--SetProductKey`: Sets the product key. + +`--GetInstallationID`: Gets an Installation ID with **no dashes** (ex: `253286028742154311079061239762245184619981623171292574`). + +`--SetConfirmationID`: Sets a Confirmation ID. + +Make sure you do commands right, since, as of now, there's no checking to make sure it's correct or not!