CrystalDiskInfo icon indicating copy to clipboard operation
CrystalDiskInfo copied to clipboard

CrystalDiskInfo

Results 98 CrystalDiskInfo issues
Sort by recently updated
recently updated
newest added

https://osdn.net/projects/crystaldiskinfo/ticket/32029

enhancement

If multiple drives are connected CrystalDiskInfo uses much space in the system tray: ![crystaldiskinfo](https://user-images.githubusercontent.com/3192606/120855497-d8df5c00-c57e-11eb-8124-7645f3e290d9.png) An option for showing only one icon for the temperature/state of all drives (highest temperature) would...

https://crystalmark.info/board/c-board.cgi?cmd=one;no=2299;id=#2299

When I open CrystalDiskInfo I usually go through all my hard drives to check only some selected values, for example: `CRC Error Count` and `Reallocated Sector Count`. It takes time,...

I noticed that this will solve the automatic folding and covering problems of some tooltip on my system. But this may be uncoordinated for uniform width, and may still be...

Fix #142. Please pick a suitable file name suffix. Language packs need to take care. The menu label may be improve. BTW, the source code of the project contains many...

1. And, supporting modifications to `CdiResource\dialog\Graph.html` for correctly display the decimal. ``` var x = item.datapoint[0].toFixed(2), y = item.datapoint[1].toFixed(2); showTooltip(item.pageX, item.pageY, parseInt(y)); ``` to ``` var x = item.datapoint[0], y...

Are you aware that the ATA standard is now able to report larger cache sizes via bytes 32 - 39 in the Identify Device Log? See page 454 of the...

core

For example,The specific code is as follows. How to directly calculate the value of SmartC5 through Raw values? /////////////////////////////////////////////////////////////////////////////////////////////////// int i, SMARTC5 = 0; for (i = 0; i <...

The normalized values is not enough for a history evaluation, the defined like HostWrites.csv is good but sometimes the result is not correct or incomplete (e.g. curiosity for NandReads). Allows...