1/26/12

Customize USB flash drive [Icon, background & label]

Tweaking own USB flash drives in Windows 7/vista/xp by assigning icon, its background and it’s label/name is really a simple trick. Though USB customizer tools are available to download and using those tools one can customize own USB. It is discussed  here. But if we got the tricks to customize our own gadgets then no software or other tools won’t be required.


This post will show how we can customize our USB and make it a different from others one.
The following tutorial is divided into three parts:
  1. Customize USB flash drive’s icon.
  2. Changing USB flash drive’s background image.
  3. Label your flash drive in own or other’s language.
So, lets start the tutorial and give the gadgets a new look. Customize USB flash drive’s icon: One Icon file (.ico or .bmp or .png) is needed to set an icon for USB. You can download lots of icons from Icon Archive, DeviantArt, VistaIcon or find out USB Icon on the web. Your selected icon will be shown when the USB will be connected to a PC.
  1. Get an icon file to the USB. Suppose the icon file name is usb.ico
  2. Create a new text document and write or paste the following lines

    [autorun]
    icon=usb.ico

    23[1]
  3. Save the new text document as autorun.inf in the USB
    33[1]
  4. Place the autorun.inf into the USB. If the autorun.inf is created into the USB then this step is not needed.
  5. Remove your USB safely and plug it again.
    5[1]
Important: *.inf file name must be "autorun.inf" and icon file name must be declared in autorun.inf Changing USB flash drive’s background image: Previously I’ve discussed about changing the folder’s background. Now we are going to change USB flash drive’s default (white) background. This trick is also applied to local drives also. 
  1. Put an image (*.jpg *.png *.bmp etc.) file into the USB drive. Suppose the image file name is back.jpg
    2.2[3]
  2. Open the notepad and paste these lines.
    for windows xp:
    [{BE098140-A513-11D0-A3A4-00C04FD706EC}]
    iconarea_image=“back.jpg”
    iconarea_text=”0xFFFFFF”

    For windows 7/vista:
    [AveFolder]
    IconArea_Image=back.jpg
    ShadowedText=1
    Recursive=1

  3. Save the text file as desktop.ini into the USB drive.
    2.3[3]
  4. Refresh the window or remove the USB safely and plug it again.
    2.4[3]
Important: Here "ShadowedText=1" and "Recursive=1" are optional. If ShadowedText=1 then all the text of folder or file will give a shadow effect and Recursive=1 means all sub-directories will have the specified background image file. Put “0” instead of “1” if you want to disable this function.
Label your flash drive in own or other’s language: You can add some words as your name or other’s and want to see the words instead of a default USB label. The process will show you how doing that.
  1. Insert the line label=”your-name” into the autorun.inf and follow these sub-steps to complete the task.
    3.1[1]
    Already have an autorun.inf on USB:
    Open the autorun.inf double clicking on it and paste the line (without quotes) “label=your-name” where “your-name” is the name given by you in your own language.
    Create a new autorun.inf file:
    To give a name as USB label, USB must have an autorun.inf file which will contain the label declaration. Open your notepad and type [autorun] and then type label=”your-name” where “your-name” is the name given by you in your own language.
  2. Type your name instead of “your-name” inside the autorun.inf. Here I’ve used my name in Bengali language.
  3. Now save the file by going file option which is on the top left side of the notepad.
    3.4[6]
  4. Select save as and check the file name is autorun.inf
  5. Change the encoding to UNICODE. The Encoding option is located in the lower middle of save as window.
    3.2[6]
  6. Safely remove your USB drive and plug it again. The new given label words are shown as your USB name.
    3.5[11]
The above tips are also applied for MicroSD, MiniSD or any other memory cards when they are connected as a storage device. Now start customizing your USB drive now. Don’t forget to leave a comment.

15 comments:

  1. Replies
    1. do you have any other alternative?

      Delete
    2. Go to this link for the alternative solution. http://techstrick.blogspot.com/2012/01/change-folderdrive-background-and-icon.html

      Seems you've done something wrong! Though you may read this post again. *All these tricks are tested before publishing.

      Thanks!

      Delete



    3. [.ShellClassInfo]
      IconFile=%SystemRoot%\system32\SHELL32.dll
      IconIndex=127
      ConfirmFileOp=0

      [{BE098140-A513-11D0-A3A4-00C04FD706EC}]
      Attributes=1
      IconArea_Image="ME/me.jpg "
      IconArea_Text="0x00000000"
      VeBRA sources - don't delete the tag above, it's there for XXXXX purposes -
      [ExtShellFolderViews]
      {BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
      {5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}

      [{5984FFE0-28D4-11CF-AE66-08002B2E1262}]
      PersistMoniker=Folder.htt
      PersistMonikerPreview=%WebDir%\folder.bmp

      Delete
    4. dis also didnt work wid my pndrv :( :(

      Delete
    5. So, friendz, let me know about your OS, image that you used (size and format), any error msgs? or other problem that you faced reading/following this guide.

      Thanks!

      Delete
  2. It Doesn't work in my Windows7. I Use

    [AveFolder]
    IconArea_Image=images.jpg
    ShadowedText=1
    Recursive=1

    and save it as desktop.ini .

    use the images.jpg in flash drive.

    Please, Sharif , Can u help me with that error?
    Thanks!

    ReplyDelete
    Replies
    1. Ok, yanIT
      If you want, you can use software to customize the USB. All details will be found at.......
      Change folder or drive background and icon

      Delete
  3. Changing USB flash drive’s background image
    Not work in Windows 7

    [AveFolder]
    IconArea_Image=black.jpg
    ShadowedText=1
    Recursive=1

    It Doesn't work.

    ReplyDelete
  4. doesn't work for me, i'm using a vista..

    ReplyDelete
    Replies
    1. First go to http://www.aveapps.com/folderbg.html and download the app. Install it and then try it again.
      Hope this time the trick will work on your vista.
      Thanks.

      Delete
  5. Do you have this code of batch file that locks your folder?

    ReplyDelete
  6. This .inf file detect by some antivirus software like “SPECIALLY” the USB disk security” as virus. I know this tweak is safe, but that antivirus always deletes it when I plug in my flash drive.. then I will create inf again… delete create delete create XD haha LOL.

    ReplyDelete
  7. Nice piece of info

    ReplyDelete

Sync your Nokia S40 Calendar with Google Calendar

Google synchronize allows a device to sync its contacts as well as its  calender . On a mobile device the calendar is the second, somewhere...