Customize Drive Icons

February 17, 2007 by Admin  
Filed under Tips Tricks

With the following tips you can change the drive icons.

  1. Create autorun.inf file in the root directory of the hard disk you wish to change. You can use Notepad to create that file.
  2. Insert this code into autorun.inf,
    [autorun]
    icon=<icon file name>

    example:

    [autorun]
    icon=C:\Data\icon1.ico

  3. Restart Windows.