XPKeyTest v0.90, by Jeremy Collake
http://www.CollakeSoftware.com
email:
support@collakesoftware.com
This software is intended to allow for the verification of WindowsXP cdkeys without having to initiate an install of the operating system.
XPKeyTest requires that you place PIDGEN.DLL and SETUPP.INI from the build of WindowsXP you are seeking to test into the same directory as XPKeyTest.exe .
Usage:
First of all, this is a console mode executable.
XPKeyTest [cdkey]
If the cdkey is not specified on the command line, XPKeyTest will prompt the
user for it. The key should be given in the format "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
with valid characters being "BCDFGHJKMPQRTVWXY2346789".
Return Values:
-5 = Key format invalid.
-4 = User aborted input.
-3 = Error locating setupp.ini section Pid.
-2 = Error loading pidgen.dll..
-1 = Error locating pidgen.dll.
0 = Key is bad.
1 = Key is good!
Enjoy!