Card Reader Icons

Associate
Joined
31 Jan 2007
Posts
1,860
Hey,
I have a card reader in my desktop pc with multiple slots and I always get confused as to which of the 4 drives that appear in My Computer, I ahev inserted the card into. The 4 drives are:

1: Compact Flash
2: Smart Meadia, XD
3: Memory Stick/Pro
4: SD, MMC

Does anyone know of a small collection of icons (.ico) that I can assign to each of the 4 drives to indicate to me which is which?

I know some laptops come with icons such as this assigned to the SD drive?
 
The icons are part of the drivers that may come with the card reader. I would love to know how to set them myself! It drives my mad since I have 4 on here myself. If you do find out, let us know! I have looked in the past and come up blank.
 
2 ways of tackling this....

open notepad

Code:
[autorun]
icon=icon.ico

save the file as "autorun.inf" to the root of your memory card along with the ico file. now that will show up on any computer you plug it into.

or you can set the default icon for any device by editing the registry. virtual clone drive does this. you can just copy how it does it. note the full path in the status bar and recreate this structure using the "new>key" options.

regedit.png
 
2 ways of tackling this....

open notepad

Code:
[autorun]
icon=icon.ico

save the file as "autorun.inf" to the root of your memory card along with the ico file. now that will show up on any computer you plug it into.
That's what I'd do. Did that with an Android icon for my HTC Magic. Makes it a lot easier to spot it in Windows Explorer. Have been planning to extend this idea to my disks. :)
 
Windows Device Central also downloads icons for your hardware, which is nice :)

icons.jpg
 
I tried the autorun.inf method on my Android and while Autorun shows the icon in My Computer and Device Central it has the standard removable drive icon:

androidicon.jpg


Hmmmm

Marc, in Start menu click Devices and Printers :)
 
I have found some high res photos of some storage devices I use and wish to use them as icons. How can I turn them in to an .ico file?
 
Photoshop has a plugin which simply adds .ico open/save as - very easy, very free.
 
Back
Top Bottom