Well, the links in this thread already answer that, but since you probably didn't check them, something like:Hi guys. Win 11 user hereSo, no solution or workaround as of today?
I have a basic CPU meter that used to work perfectly under Win 7. Here's a part of the code:On Win 11 this leads to my CPU bar being at 0% most of the time, when the Task Manager shows higher CPU scores.Code:
[MeasureCPU]Measure=CPUIfCondition=(#CURRENTSECTION#<60)IfTrueAction=[!SetOption MeterCPUBar BarColor "185,250,160"][!UpdateMeter "MeterCPUBar"][!Redraw]IfCondition2=((#CURRENTSECTION#>=60)&&(#CURRENTSECTION#<80))IfTrueAction2=[!SetOption MeterCPUBar BarColor "255,255,153"][!UpdateMeter "MeterCPUBar"][!Redraw]IfCondition3=(#CURRENTSECTION#>=80)IfTrueAction3=[!SetOption MeterCPUBar BarColor "205,175,180"][!UpdateMeter "MeterCPUBar"][!Redraw]
Any chance this code could be at least "adapted" to work with Win 11?
Thank you.
Code:
[MeasureCPU]Measure=PluginPlugin=UsageMonitorCategory=Processor InformationCounter=% Processor UtilityName=0,_Total...
Statistics: Posted by Yincognito — Today, 3:08 am