Wednesday 31 December 2014

How to Change icons of your Hard Drives on Windows?

If you want to change your Hard Drives icons in Windows to your own wish or style then follow the steps below:

  1. Select any image that you want as Drive icon , C:\ for example, then convert it in ".ico" icons file extension . if you don't know how to change image format to ".ico" the click here Downlaod Icon Convertor
  2.  Open notepad and write following code in it 
           [autorun]
           label="your drive name"      (remove quotes after naming drive)
           icon="youricon.ico"             (write your .ico icon file name here)
     
       3. save notepad as autorun.inf then restart your System, Here you go Enjoy it!
       4. make sure that ico file and autorun.inf file reside in same drive of which you want to change
           image.

No comments:

Post a Comment