PDA

View Full Version : Solved: Unique system values



Trevor
03-29-2008, 07:15 PM
I would like to retrieve 2 unique system values ie: CPU serial and motherboard MAC address and use them compbined though a cypher as a registration code. for example when prompted to register the user will be presented with 2 textboxes 1 will be locked and will display the anded value of both cpu serial and motherboard mac , then the # to register would be the result of a cyper perform on the # combination they are presented.
my problem is how to retrieve both the cpu serial, and the motherbord Mac using VBA?
FYI I can't use the mac of the NIC because most manufacture will return 000000 or xxx-xxx
thanks for helping.

Trevor
03-29-2008, 09:30 PM
Never mind guys I solved it I just had to rework some scipts