Re: WMI CIM_Processor CurrentClockSpeed



Have you tried taking a look at the ProcessorPerformance class under
the WMI name space?
or
Win32_Processor class under the Cimv2 name space and the
CurrentClockSpeed property

Hermit Dave wrote:
Hi,

I am trying to use wmi to query the core frequency on my laptop (with Vista
Ultimate). I am running RMClock and the Halt state is enabled. This causes a
drop in the CPU Clock and Throttle. However when i query WMI it get the full
value which is always same as the MaxValue and never reflects the
CurrentValue.

I would be glad if i anyone has tried this before and knows any workarounds,

TIA,

Hermit Dave (D'way)
http://www.invokeit.co.uk

.



Relevant Pages

  • Re: WMI CIM_Processor CurrentClockSpeed
    ... Near as I have been able to tell, the WMI information on clock speed is calculated at system startup, and is not refreshed after that. ... However when i query WMI it get the full value which is always same as the MaxValue and never reflects the CurrentValue. ... Hermit Dave ...
    (microsoft.public.win32.programmer.wmi)
  • Re: How do I get system Info such as OS
    ... How do I query WMI for Operating system type? ... "Lucas Tam" wrote: ... >> Tablet PC or not? ...
    (microsoft.public.dotnet.languages.vb)
  • Re: How do I get system Info such as OS
    ... Here's the reference for WMI: ... Sample on using WMI with Vb.NET: ... you can query WMI via .NET like a SQL database. ...
    (microsoft.public.dotnet.languages.vb)

Loading