• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

hard drive icon?

Pitchblack1110

New Member
Joined
Mar 28, 2007
Messages
62 (0.01/day)
Processor AMD Athalon 64 X2 3800
Motherboard Foxconn NVIDIA nforce 590 SLI
Cooling 1 x 120mm side fan, 1 x 80mm back fan
Memory Kingston HyperX 1.5 gigs
Video Card(s) Radeon X1300
Storage 320gb Seagate Barracuda
Display(s) Gateway 22"
Case Raidmax Ninja
Audio Device(s) On-Board
Power Supply Raidmax 450w
Software Windows XP Home
Hi, i am trying to change my hard drive icon and have never done it before. I searched and found a little guide but it didnt work. I downloaded an icon from iconarchive.com and so its a single icon in an ico file type.

It opened notepad and typed:

[autorun]

icon=C:\"the file extenstion".ico

and saved it as "C:\autrun.inf"

but this is how it turned out:

funnyicon.jpg



can anyone help me with this?
 
Leave out "C:\" and try it.
 
Ok. I tried that, but nothing changed.
 
Ok, i got a bit confused on this. So lets say i want to change my F drive icon. I open notepad and paste both of these or just one?

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\F]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\F\DefaultIcon]
@="S:\\PATH\\TO\\THE\\ICON\\FILENAME.ICO"
 
Just that, and remember to change the path to the icon (@="S:\\PATH\\TO\\THE\\ICON\\FILENAME.ICO" ) so it's correct.
 
I have a Western Digital External Drive ant they use their own icon. But it is in a folder named AUTORUN then in the ini they put out side the folder it has this in it.


[autorun]
ICON=AUTORUN\WDLOGO.ICO

Hope that helps.
 
Do I save it as autorun.inf still?

dwax: I have a westerndigital to but for some reason the icon never worked so thats why im trying to set my own.
 
You save that file with a .reg extension, then run it and click "Yes".

In case that still doesn't work, I found a program which I know does: http://folder-icon-changer.en.softonic.com/
But installing a program just to change an Icon is too much hassle if you ask me :P.
 
Last edited:
i saved it with the .reg extension, clicked on it it said:

"are you sure you want to add this information to the registry?"

i clicked yes. and it said:

"you cannot import this it is not in registry script"

now what do i do?
 
Try it like this:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\F]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\F\DefaultIcon]
@="S:\\PATH\\TO\\THE\\ICON\\FILENAME.ICO"

Just change the path again, and remove the spaces in CurrentVersion, dunno why the forum puts them there.
I suppose I should have tried it myself instead of just assuming it would work, we'd have solved this sooner :P.
 
It still didn't work. But im giving up. that external hard drive is just stupid. =) Thanks for all your help guys.
 
Here is a copy from my external drive ini.
 

Attachments

Back
Top