G
Guest
My motherboard has two temperature probes on the motherboard. One to measure
case temp, the other to measure CPU temp. This PC is used as an HTPC, so
adequate cooling is always a concern.
I would like to write a C# app service that monitors the temp and displays
it on screen when the limits are exceeded. First question, is how do I
retrieve these temperature values from the BIOS using C#? Second, how do I
write a transparent warning on top of all other windows that displays a
warning. The PC is mainly used for watching movies and it would be nice if
the on screen display would just pop up during the movie when needed. This
app will also perform a PC shutdown when temps get too high, especially since
the pc is always on.
case temp, the other to measure CPU temp. This PC is used as an HTPC, so
adequate cooling is always a concern.
I would like to write a C# app service that monitors the temp and displays
it on screen when the limits are exceeded. First question, is how do I
retrieve these temperature values from the BIOS using C#? Second, how do I
write a transparent warning on top of all other windows that displays a
warning. The PC is mainly used for watching movies and it would be nice if
the on screen display would just pop up during the movie when needed. This
app will also perform a PC shutdown when temps get too high, especially since
the pc is always on.