Hi guys! I use the following query to retrieve the CPU temperature: @"Select * from MSAcpi_ThermalZoneTemperature".

While it is working quite fine, I think from my observations the data in this relation is loaded once, and that is when the computer boots.

I was wondering if there is a way through code to refresh this table at predefined intervals. Is this possible?

Jennifer