How to Change the ICON of DRIVES
Posted by Akash Soni on March 16, 2007
1st method:
In this method you have to create a file called autorun.inf…
Actually when windows boot then for all drives it also load the defination for the drive from this file. Just write the following code in this file
[autorun]
icon=”ICONNAME with complete path”
now restart your computer…….
*remember the autorun.inf file must be in the same drive of which icon you want to change….
Advertisement



ANISHKA said