Home » Cool Tricks, Hacking Computer

How To Make USB Volume Name Longer Than 11 Characters

7 April 2009 No Comment

Using the standard Windows “Rename” function, limits you to only 11 characters.  You can’t always get what you want with just 11 characters…so how do you make the Volume name of USB stick longer than 11 characters?

It’s easy, with the help of an inf file.  An INF file (or Setup Information file) is a plain text file used by Microsoft Windows for installation of software and/or drivers. Today we are going to use the .INF file to increase the length of our USB Volume name past 11 characters.

For those of you who are familiar with .INF files here is the meat of the answer:

[autorun]
Label=type whatever you want here

For those of you less familiar with .INF files they are extremely easy to make and use.  For the USB Volume name this is what you do:

  1. Open Notepad
  2. Type: [autorun]
  3. Next line type: label=whatever you want here
  4. *replace the “whatever you want here” text with YOUR USB Volume name.  In my example we named the USB Volume: How To Make A CDROM Partition On USB
  5. Save the file as “autorun.inf”
  6. Now put the autorun.inf file in the root of your USB drive.  “The root” means the file sits at the first level of the USB drive, not inside a folder on the drive.

inf USB volume name

~~~

To make things just a bit cooler, you can set the file so it’s not visible by a typical user.  Simply right click the autorun.info file and select properties.  From here, check the box that says “hidden.”  Now the only computer users who will see the .inf file are those who have “view hidden files and folders” ON…which are very few users.

how to hide inf file

There are many things you can do with an .INF file and this is only one example.

Random Posts

Related posts:

  1. How To Make Favicon For Flash Drive
  2. Make Autorun CD
  3. Create A Hidden User Account
  4. Prevent Users From Writing To USB Drives
  5. How to Hack passwords using a USB
  6. Disable XP Admin Administrator Account, Reset Passwords
  7. Remount Ejected or Safely Removed USB Device Without Unplug and Reinsert
  8. Hide You Folder Without Software

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.