More uses of autorun.inf
In the previous post about autorun.inf ,I explained how to use autorun.inf to make setup disc's.Now we are going to use autorun.inf for another cool purpose.You know in windows Xp you can't change the icon of a drive by normal ways.But you can use autorun.inf for that purpose!
Suppose C is the drive whose icon you have to change:
1.Open notepad and type :
[autorun]
ICON=ICON_FILENAME
ICON=ICON_FILENAME
For example [autorun]
ICON=C:\WINDOWS\SYSTEM\SHELL32.DLL,12 and save as autorun.inf in C drive!
ICON=C:\WINDOWS\SYSTEM\SHELL32.DLL,12 and save as autorun.inf in C drive!
2.Restart your computer.
Comments