Temperature of the CPU

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

Apparently you can get the temperature of the CPU and inside the computer
through the bios. Does anybody know how to do that through code?

TIA - Jeff.
 
Thanks. That works great. But what does it return? It's just a four digit
number that doesn't mean anything.
 
The temperature in degree Kelvin * 10.
Convert to Celcius using:
C = (K - 2731.5) / 10

Willy.



| Thanks. That works great. But what does it return? It's just a four digit
| number that doesn't mean anything.
|
| | > See there:
| >
| >
http://www.webnewsgroups.net/group/microsoft.public.dotnet.languages_vb/topic3834.aspx
| >
| >
| > "UJ" <[email protected]> a écrit dans le message de | > (e-mail address removed)...
| >> Apparently you can get the temperature of the CPU and inside the
computer
| >> through the bios. Does anybody know how to do that through code?
| >>
| >> TIA - Jeff.
| >>
| >>
| >
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top