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
1answer
320 views

Motherboard Information

Well, hello. Sorry for my all questions. I don't get good ways to do the things other than WINAPI (Slow... and hard). So here i'll come with a request on how to get Motherboard Information, such as ...
1
vote
2answers
1k views

Access Motherboard information without using WMI

I need to access motheroard identification (serial, manufacture, etc) in my application on multiple processes. I have been able to successfully query this using WMI, but I'm looking for an ...
0
votes
0answers
230 views

help me control speed of fans connected to motherboard programmatically [closed]

Possible Duplicate: How can I control my PC's fan speed using C++ in Vista? I am trying to write a program that controls my computer cooling fans... but I am having trouble figuring it ...
0
votes
4answers
1k views

How to get motherboard ID on Linux from a C++ program

I want to retrieve motherboard ID from a C++ program on Linux (Ubuntu) without root priveleges. I know that dmidecode can do this, but it requires root priveleges, so it is not suitable for my needs. ...