Tuesday, April 27, 2010

Change the icon for Drives in PC

[AutoRun]
ICON=sample.ico
  1. copy the above code in notepad and Save as "autorun.inf" and place in any drive (for example: place in C: drive).
  2. now u need an icon file (file format: .ico)
  3. download an icon file and rename it as "sample.ico" and place in that drive.
  4. Ensure that autorun.inf and sample.ico files are present in the drive all time (u may also hide them).
  5. Thats it.. the drive will show the new icon when u RESTART the computer.
for icons visit:
  • www.iconspedia.com/
  • www.iconarchive.com/

Monday, April 26, 2010

Change the icon for USB Pendrive

[autorun]
Lable =(name)
Icon=usb_icon.ico
  1. copy the above code in notepad and Save as "autorun.inf" and place in Pendrive.
  2. now u need an icon file (file format: .ico)
  3. download an icon file and rename it as "usb_icon.ico" and place in Pendrive.
  4. Ensure that autorun.inf and usb_icon.ico files are present in the Pendrive all time (u may also hide them).
  5. Thats it.. the drive will show the new icon when u insert it the next time.
Place the background image in USB Pendrive

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
iconarea_image= \sample.jpg
;iconarea_text=0x00FFFFFF
  1. copy the above code in notepad and saveas "desktop.ini" and place in Pendrive.
  2. paste ur image file in the Pendrive and rename it as sample.jpg
  3. Ensure that desktop.ini and sample.jpg files are present in the Pendrive all time (u may also hide them).
  4. Thats it.. the drive will show the Background Image when u insert it the next time.