[Windows] Choose acustom icon for your USB flash drive
Here is a simple tip to have a custom icon for your USB flash drive .
To do this, simply place a file. ICO (or an image. BMP) at the root of your USB drive and create an autorun.inf file, for example:
[autorun]
icon=icon.ico
label=My usb key
icon is the icon you have chosen.
label is the name under which you want the key appears.
Each time you insert your USB drive, it will appear with the icon and the name you chose.