builtbybel / ReadySunValley

Replacement for Microsoft PC Health Check app
https://www.builtbybel.com
MIT License
200 stars 21 forks source link

Storage check fails if HDD size is in TB #4

Closed torum closed 3 years ago

torum commented 3 years ago

Hello! Thank you for the nice tool.

My system has 1.8 TB of hard disk.

In the MainWindow.cs, GetTotalFreeSpace(systemdrive) returns something like 1986661847040, and FormatBytes(systemfreespace) returns 1.8.

So, if (systemspacedouble >= 64) fails for TB. I think...

2021-07-01 223345

Belim commented 3 years ago

can you please check latest release https://github.com/builtbybel/ReadySunValley/releases/tag/0.11.6

torum commented 3 years ago

yes, it looks OK now.