Command line interface for Windows XP license management, inspired by Microsoft's "slmgr".
Go to file
TheTank20 ecf0c3e7b7
Create README.md
2023-06-18 00:35:18 -05:00
.github/workflows Update msbuild.yml 2023-06-18 00:30:47 -05:00
.gitattributes Add .gitattributes and .gitignore. 2023-06-18 00:25:35 -05:00
.gitignore Add .gitattributes and .gitignore. 2023-06-18 00:25:35 -05:00
README.md Create README.md 2023-06-18 00:35:18 -05:00
xpmgr.cpp Add project files. 2023-06-18 00:25:36 -05:00
xpmgr.sln Add project files. 2023-06-18 00:25:36 -05:00
xpmgr.vcxproj Add project files. 2023-06-18 00:25:36 -05:00
xpmgr.vcxproj.filters Add project files. 2023-06-18 00:25:36 -05:00

README.md

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!