Disk Space not correctly reported

Hi
I've noticed that disk space is not correctly reported on Computer details tab, so the events "Computer System Diskspace Low" and "Computer Total Diskspace Low" doesn't trigger automatically.
Any idea on this ?
3o7xjkh01pbn.png

Comments

  • Unfortunately, this is a known issue. We have a bug opened for this, what has happened is WMI is reporting incorrect values for the disk space. There are other APIs we can use to get this information, which we will use for the next version.

    One way to test that this is indeed the bug is by running the following in the command prompt:

    wmic logicaldisk get size,freespace,caption

    And if it reports the same values you are seeing in OptiTune, then this is likely the explanation.
Sign In or Register to comment.