473,587 Members | 2,320 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Motherboard Sensors

Thank you in advance for any and all assistance, it is GREATLY appreciated.
Two questions;
1. Is there a way in VB.NET 2005 to query a motherboard to see if there are
certain sensors? i.e. CPU temp sensor, Fan speed sensor, hard drive temp
sensors etc?
2. Is there a way to Get the information, if it's available into VB.NET 2005?

Michael
Aug 2 '06 #1
1 2882
Hello Michael,

have a look to the Win32_Temperatu reProbe class [WMI]. By using the
ManagementObjec tSearcher you can gather several information.

Example (I couldn't verify it, cause my mainboard does not report
temperatures):
Private Sub listTemperature s()

Dim searcher As New System.Manageme nt.ManagementOb jectSearcher("S ELECT *
FROM Win32_Temperatu reProbe")

For Each service As System.Manageme nt.ManagementOb ject In searcher.Get()
System.Console. Write(service(" Name").ToString & ": ")
System.Console. WriteLine(servi ce("CurrentRead ing").ToString & "°C")
Next service

End Sub
Other system information might be found in other WMI classes (see MSDN).

Greetings, Lars

"eSolTec, Inc. 501(c)(3)" <eS************ *@discussions.m icrosoft.com>
schrieb im Newsbeitrag
news:CB******** *************** ***********@mic rosoft.com...
Thank you in advance for any and all assistance, it is GREATLY
appreciated.
Two questions;
1. Is there a way in VB.NET 2005 to query a motherboard to see if there
are
certain sensors? i.e. CPU temp sensor, Fan speed sensor, hard drive temp
sensors etc?
2. Is there a way to Get the information, if it's available into VB.NET
2005?

Michael

Aug 9 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
4426
by: Claudio Grondi | last post by:
Background information: --------------------------------- in order to monitor mainboard sensory data as fan speeds, temperatures, applications like SpeedFan http://www.almico.com/speedfan.php or MBM http://mbm.livewiredev.com/ can be used. Both of the mentioned apps expose data got from the hardware in a shared memory area.
2
3565
by: Job Lot | last post by:
How can I retrieve the Motherboard, hard drive, NIC Serial Number Using vb.net. thanx
2
16148
by: Abubakar | last post by:
I have been trying to write a code that will give me the serial number of a harddrive or that of a motherboard, but i don't seem to get it right. Do anybody out there have any idea?
15
14921
by: Roberto Hernández | last post by:
I develop a software and I want to protect it whit some unique ID of a computer Can I get the serial ID of the motherboard?
2
1684
by: =?Utf-8?B?d29vZiE=?= | last post by:
Please Help?? I have an A7v8X ASUS motherboard. Whilst waiting for a new hard drive to arrive to replace the previously failed one (even though it was only 2 weeks old) I changed the CPU fan (and heatsink) for a quieter one. When I plugged i the new one the computer powered up but wouldn't boot. Fans were turning, could just about make out a...
1
2105
by: =?Utf-8?B?ZXJhc2Ry?= | last post by:
hi, question is, there was a motherboard transplant, different computer, its running slow, yes there was a repair install, but we're trying to find the drivers, where and how can we find the drivers??? please if someone can help Thanks a lot
1
4169
by: gaurav92K | last post by:
sir, how can i know motherboard model no. and please tell us to find the device driver for any motherboard which driver cd is broken or lost.please give the proper way to find driver for any motherboard. thanks.....
2
6760
AmberJain
by: AmberJain | last post by:
Hello, The question itself is quite explanatory. My current PC configuration consists of 256 MB RAM and I am planning to upgrade to 1 or 2 GB RAM. So how can I find the amount of RAM my motherboard supports? I know searching google with motherboard number would have helped but I dont know how to find out motherboard information under Xubuntu...
5
9569
by: samvb | last post by:
Hey, Today i came across a computer with unspecified motherboard. Nothing in BIOS. I tried PCWizard, Sys Info and unknown devices. The motherboard model is totally unspecified. I checked the motherboard physically and nothing there. The problem is i want to install sound and i dont know the sound device. If you can give me some idea, the hardware...
0
7915
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7843
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8205
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
6619
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5712
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5392
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3840
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3872
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1452
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.