Where are System Monitor values in the XP registry?

  • Thread starter Thread starter George Yachán
  • Start date Start date
G

George Yachán

I want to write some VB code to fetch memory metrics from the registry. It
needs to run on both Win9x and XP. I have found the values I need in the
Win9x resistry at the key listed below but the XP registry has a different
format.

Can someone tell me where to find some of the common System Monitor memory
values such as Available Bytes and Pages/sec?

Win9x key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\control\PerfStats\Enum
 
Thanks Bert.

Bert Kinney said:
Take a look here, George.
Script Repository: Computer Hardware
http://www.microsoft.com/technet/scriptcenter/scripts/hardware/default.mspx


--
Regards,
Bert Kinney [MS-MVP DTS]
http://dts-l.org/

I want to write some VB code to fetch memory metrics from
the registry. It needs to run on both Win9x and XP. I
have found the values I need in the Win9x resistry at the
key listed below but the XP registry has a different
format.
Can someone tell me where to find some of the common
System Monitor memory values such as Available Bytes and
Pages/sec?
Win9x key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\control\PerfStats\Enum
 
Back
Top