When I use System.IO.DriveInfo.GetDrives()
and look at the .VolumeLabel
property of one of the drives, I see \"PATRIOT XT\", which is indeed the dr
Looks like My Computer looks at the autorun.inf and uses the label= value from the [autorun] section.
Still not quite sure where the "DVD RW Drive" and "Floppy Disk Drive" labels come from, but I guess they may be hardcoded based on the drive type.
This looks like it could be a solution.