How do I change HDD icons?

JustStarting

Diamond Member
Dec 13, 2000
3,135
0
76
Some program I installed (Adaptec CD Direct) automatically changed my HDD drive icons and I want the defaults back. Any ideas?
 

TatSteeL

Senior member
Aug 31, 2000
247
0
0
I was wondering the same thing, I want to change all my drive to some cool looking icon but don't know how, lemme know if you find out k?.
 
Jan 12, 2001
94
0
0
Found this on an old forum -

quote:
--------------------------------------------------------------------------------

CHANGE HARD DRIVE ICON
Want to change the icon used to represent your hard drive? Here's how: Open Notepad (select Start, Programs, Accessories, Notepad) and type exactly:
[autorun]
icon=PATH,#

where PATH is the path of the icon file containing the icon you want to use, and # is its number (see note below for more information). So, for example, if you wanted to use a globe icon, your Notepad file would read:

[autorun]
icon=c:\windows\system\shell32.dll,13

Save the file as AUTORUN.INF on the root of your hard drive, then close Notepad. Open a My Computer window, press F5 (to refresh), and there's the new icon.

(Note: To view the contents of an icon file--such as Windows\System\shell32.dll--right-click any shortcut, select Properties, click the Shortcut tab, and click the Change Icon button. From there, you can click Browse, and so on, to open another icon.

:)