03-12-2009 05:46 PM
Hi,
I'm trying to identify a computer based on its windows version, memory and processor id, and so on.
How can I get this kind of information using LabWindowsCVI 8.5?
Regards,
Daniel Coelho
03-13-2009 12:53 AM
Hi Daniel, a quick search in the forum returned these threads that may be of help in your problem:
How can I retrieve Windows OS version from Labwindows?
Obtaining MAC address (this thread also discusses how to get volume ID)
There were other threads, but in my opinion the ones that I linked can be a good starting point for your needs.
03-13-2009 05:31 AM
Hi Roberto,
Thank you for your quick reply.
I've searched through other posts but I found nothing about getting Hardware information, cpu and memory and so on.
I've looked on MSDN and I couldn't find functions to return this kind of information.
Do you have any more links?
I apreciate all the help.
Daniel Coelho
03-13-2009 07:41 AM
Hi Daniel,
Thanks for posting on National Instruments Forum.
I think this example can be useful for you.
03-13-2009 09:25 AM
Hi Benjamin,
that example is really great, but I think that I didn't explain myself very well.
I want hardware information that doesn't change, like serial numbers, because I want to lock my program to a specified computer in order to garantee that my program is only used on that computer with that processor and that disk and so on....
So, disk space and memory space doesn't do the trick.
The Programmers Toolbox doesn't do what I want ( I think... )
The operating system doesn't serve my porpose, except if I can get it's serial key.
I need to get the disk/processor/memory serial number and so on, because these kind of information are unique.
04-29-2009 04:45 AM
Using Windows Management Information ( WMI ) may do the trick.