Tagged Questions
2
votes
3answers
2k views
How to get unique machine signature?
I know that a question has already been asked about generating a unique ID for a machine but my question is slightly different.
I want to know whether there are any other methods (API calls?) to get ...
1
vote
2answers
127 views
Get number of cores on a XP 64 bit system
Hej,
I wrote a function that should give me the number of cores of a windows system. It works on all systems except XP 64 bit. Here's the way I get the information:
$objWMIItems = ...
0
votes
0answers
193 views
How to get motherboard information like Motherboard Name, North Bridge Properties, South Bridge Properties, etc.?
I've been searching about this a lot but couldn't get the right answer. Everywhere people suggest WMI but WMI doesn't have any details about the motherboard. I need the information shown by CPU-Z or ...