Zaphod said:
Is it possible to give different removable media (flash drives)
individual
names in the Windows Explorer tree? Whenever I rename a removable
drive the
name gets carried over to whatever drive is inserted next to
replace it.
This is true for SDHCs in separate readers as well as the flash
sticks - the
computer gives them all the same name.
I use an autorun.inf file to give a name and a custom icon to my
removable drives. You can do lots more with them as well, and best
of all it's free and easy. Here's an example of what it might
contain:
[autorun]
label=MyDriveName
icon=\MyDriveIcon.ico
Just put the file in the root directory of the drive (along with
the icon file if used) and next time you plug it in it should show
the desired name and icon.
I just noticed I'm in a win2000 group, I have not checked to see if
this works in Windows 2000, but it does on XP and later. If you
try it on Windows 2000, report back with your results.
Hi Zaphod,
I think that it works on Windows 2000 also but the problem with
using autorun files on removable media is that this has become a
well known method for spreading virus and malware, kids in schools
and campuses are often unwitting victims of this practice. Sort of
like in the old days when compromised floppies were propagate
viruses like wildfire. If you are certain that the USB sticks are
only being used between your own computers this is probably not a
problem but as soon as you plug the stick in another users computer
you can't be sure that your stick is still clean, and if you plug
other peoples sticks in your computer then you are at risk of
infection. For these reasons many users have disabled the autorun
feature on almost all their drives.
http://www.microsoft.com/technet/security/advisory/967940.mspx
Microsoft Security Advisory (967940): Update for Windows Autorun
http://search.yahoo.com/search;_ylt...autorun+security+risk&fr2=sb-top&fr=yfp-t-501
John