Steevo said:
Have just installed a new hard drive into my computer. When viewing
drives in My Computer the icon for the drive is shown as a compact flash
card. Is there any way to revert this to a normal HDD icon?
You can specify any icon you like for any drive. The following examples
change
the icons for drives C: and D: respectively. The first demonstrates
specifying the
default hard drive icon from shell32.dll (the index is zero based, so
index 7 means
the 8th icon). The second example specifies a custom icon.
Note that these keys don't exist by default. Create new keys as
appropriate and
modify the default values only (@ = default value).
[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultIcon]
@="C:\Windows\System\Shell32.dll,5"
[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\D\DefaultIcon]
@="D:\Icons\XP-Folders\My Homework XP.ico"
Note that a reboot is not required (hit F5 to refresh explorer) but the
changes
will apply to all users.
Note also that you can create default icons for removable drives, such as
CD-ROM drives, as well. However, these will only take effect when the
drive contains no media, as most CDs specify their own icons in their
AutoRun.ini file.