From eb5afa20ea5fbe0cb37e925b7da39d8a6eced3b5 Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Thu, 6 Jul 2023 21:53:55 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c06d4c4..4afdc4f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Command line interface for Windows XP license management, inspired by Microsoft's "slmgr". ## Usage +**You need to download the right version for your edition of Windows XP/2003!** + +In most cases, you'll need `xpmgr_x86.exe`. + +If you have Windows XP Professional x64 Edition or an x64 version of Windows Server 2003, you need `xpmgr_x64.exe`. + +*If you have an Itanium edition of XP or Server 2003, or a version of XP/Server 2003 we don't even know about, we unfortunately don't have a build for you. We can use your help to make one, though! Contact us at https://umskt.zulipchat.com.* + `--GetProductID`: Gets the product ID (ex: `76477-755-3803223-21229`). `--SetProductKey`: Sets the product key (tested to work with dashes). @@ -10,7 +18,7 @@ Command line interface for Windows XP license management, inspired by Microsoft' `--SetConfirmationID`: Sets a Confirmation ID (tested to work with dashes). -`--GetWPALeft`: Gets the number of days before activation is required, in days. +`--GetWPALeft`: Gets the number of days before activation is required, in days. If successfully activated, this should be 2147483647. `--GetEvalLeft`: Gets the number of days before the evaluation period expires, in days. In most cases, this should be 2147483647.