Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1572

Featured Plugins & Addons • Re: Using HWiNFO with Rainmeter

$
0
0
How to create a RainMeter Skin that displays the HWiNFO64 CPU Usage and Physical Memory Load Averages?

ScreenShot from HWiNFO64:
Image

Currently it shows the CURRENT CPU Usage & Physical Memory Load with the following Skin.ini:

Code:

[Rainmeter]Update=1000Author=AcmBackgroundMode=2SolidColor=0,0,0,150W=200H=40 ; Adjusted height to fit both meters[MeasureCPUUsage]Measure=RegistryRegHKey=HKEY_CURRENT_USERRegKey=SOFTWARE\HWiNFO64\VSBRegValue=ValueRaw1; Retrieves CPU usage from the registry[MeasureMemoryLoad]Measure=RegistryRegHKey=HKEY_CURRENT_USERRegKey=SOFTWARE\HWiNFO64\VSBRegValue=ValueRaw0; Retrieves memory load from the registry[MeterCPUUsage]Meter=StringMeasureName=MeasureCPUUsageX=10Y=5 ; Adjust Y position for the first meterFontSize=9FontColor=255,255,255,255AntiAlias=1Text="CPU Usage: %1%"; Displays the CPU usage[MeterMemoryLoad]Meter=StringMeasureName=MeasureMemoryLoadX=10Y=20 ; Adjust Y position for the second meterFontSize=9FontColor=255,255,255,255AntiAlias=1Text="Memory Load: %1%"; Displays the memory load
But it does not display the AVERAGE.

Unfortunately i do not know if HWiNFO can add the TOTAL CPU Usage Average and the Physical Memory Load Values to the Windows Registry.

Statistics: Posted by idr — Today, 4:37 pm



Viewing all articles
Browse latest Browse all 1572

Trending Articles