Maxim
Wed Feb 08 19:18:55 CST 2006
On most mobos and laptops of Pentium-III era the temperature sensors were
NOT available via WMI due to some ACPI issues in the BIOS. Only the chipset
dependent "motherboard monitors" or "AsusProbes" could help.
Maybe it is not so on more modern computers. Same situation is with the fan
speeds.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com
"Ivan Brugiolo [MSFT]" <Ivan.Brugiolo@online.microsoft.com> wrote in message
news:%23fHwkjALGHA.2036@TK2MSFTNGP14.phx.gbl...
> Some of the ACPI information is exposed through WMI.
> If you are interested to this information from user-mode,
> please search for `MSACPI_ThermalZoneTemperature`.
>
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
> Use of any included script samples are subject to the terms specified at
>
http://www.microsoft.com/info/cpyright.htm
>
>
> "Paul Krueger" <PaulKrueger@discussions.microsoft.com> wrote in message
> news:404AB642-E9C8-4B84-BD8C-6F23F090BEC2@microsoft.com...
> > Hi
> >
> > I try to get the data of the ACPI thermal zones. Currently I don't know
> > how.
> > As far as I believe I must access the acpi.sys driver "in a way" to get
> > the
> > data. Unfortunately I dont know how.
> > When I searched the web for references I found a program named
> > "mobilemeter". This programm accesses the ACPI in a way and displays the
> > thermal zone. It looks like this programm accesses the ACPI driver since
> > no
> > driver is shipped with this program...
> >
> > Hope anybody has a idea or example. I use VC++ for development...
> >
> > Thnaks in advance
> >
> > P.
>
>