mirror of https://github.com/UMSKT/xpmgr.git
Update README.md
This commit is contained in:
parent
abcccb9f44
commit
eb5afa20ea
10
README.md
10
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue