Tagged Questions

3
votes
1answer
423 views

open source software to control computer fan speed

So I asked a similar question here but it was considered a duplicate: help me control speed of fans connected to motherboard programmatically This time I will be a little bit more specific... Are ...
1
vote
2answers
845 views

Can't get motherboard serial number

I used the following code for getting the motherboard serial number. But I got the o/p Result is empty. What mistake did I make in this code? File file = ...
1
vote
1answer
1k views

How to get Processor and Motherboard Id?

I used the code from http://www.rgagnon.com/javadetails/java-0580.html to get Motherboard Id, but the result is "null". How can that be? Also I modified the code a bit to look like this to get ...
0
votes
0answers
194 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 ...