Since there is no way to use "description" as a column header directly as it pertains to detailed drive information, is there a way of baking that information from reading what Device Manager, or some other app can see, if not without a bit of difficulty?
Having a mix of 8 total drives in a desktop, with a few of the same capacity but of different types gets a little hard to manage at times.
eg:
Samsung 850 EVO 250GB
WD Blue SN570 250GB
These two are indistinguishable, and the volume names aren't long enough to allow for anything longer than 11 characters...
All of those are really good advice. But I was thinking more how to add to the uppermost lister display, where the drives cannot have a description column.
If there's no means for digging into the drive's properties to dig its hardware name out, then using the full 32-character NTFS limit seems to be the only alternative.
Icons and colors (front & back) are clearly visible in the uppermost lister display, if by that you mean "This PC" view with tiles.
Can't share my setup since away from home (and no opus available on Android yet ... @Leo : any plans for this )
You can get the drives' serial numbers from the FileSystemObject quite easily. More info like DeviceID and the FriendlyName like in your example is available through PowerShell (with a bit more coding effort).
I understand this info will come in handy for some folks, so maybe in the future it can be integrated into DO.
However, **since this is DO**, here's a small test script, @ZenZenPup if you're willing to test it. No Powershell needed. It works in 'This PC' too.
In a small test, it seems to do the job.
Thanks @errante
FYI, minor remark : initData.min_version = "13.9"; should actually be initData.min_version = "13.9.6"; since the script uses initData.config_group_order.
I've not updated yet, and this leads to failure to init on this line in OnInit function.