Page 1 of 1

Problems with Disk Usage in any Skin

Posted: May 13th, 2017, 9:54 pm
by drakke
Im using the stable Version on Windows 10 64bit and i tried multiple Skins, but the Disk Usage will just stay at "0%" all the time.
But it worked like 1 week ago and i dont know what happend.
Also no Errors in the Log. Any idea please, what could be the Problem?

Thanks

Re: Problems with Disk Usage in any Skin

Posted: May 13th, 2017, 10:48 pm
by jsmorley

Re: Problems with Disk Usage in any Skin

Posted: May 13th, 2017, 11:19 pm
by drakke
hey thanks for the help, but sadly it didnt work.
in the registry i dont have "Disable Performance Counters"
the cmd command gave me 2 times "Successfully rebuilt performance counter setting from system backup store"
and "sfc /scannow" didnt return any error.
all other system stats are working, but disk usage stays at zero %
:confused:

Re: Problems with Disk Usage in any Skin

Posted: May 13th, 2017, 11:44 pm
by raiguard
drakke wrote:hey thanks for the help, but sadly it didnt work.
in the registry i dont have "Disable Performance Counters"
the cmd command gave me 2 times "Successfully rebuilt performance counter setting from system backup store"
and "sfc /scannow" didnt return any error.
all other system stats are working, but disk usage stays at zero %
:confused:
What about the "note" section of this page? Try that. https://docs.rainmeter.net/manual/plugins/perfmon/

Edit: Here's the info so you don't even need to click the link!

Run cmd.exe as administrator and type in the following:

Code: Select all

cd c:\windows\system32
lodctr /R
cd c:\windows\sysWOW64
lodctr /R
This will rebuild the perfmon database. After you're done, refresh your skins and see if that fixed it.

Re: Problems with Disk Usage in any Skin

Posted: May 13th, 2017, 11:52 pm
by drakke
i just rebooted since my last post and it works now :) seems like those steps helped in the end.
thanks :thumbup: