PDA

View Full Version : hard drive icon?


Pitchblack1110
05-10-2008, 06:41 PM
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:

http://i26.photobucket.com/albums/c111/HyruleHeroLink/funnyicon.jpg


can anyone help me with this?

carlt
05-10-2008, 06:43 PM
Leave out "C:\" and try it.

Pitchblack1110
05-10-2008, 06:48 PM
Ok. I tried that, but nothing changed.

carlt
05-10-2008, 06:53 PM
Hmm, I just tried it as well, doesn't seem to work like it says everywhere on the web :<.

EDIT: Here, have a look at this: http://www.msfn.org/board/How-do-I-change-Hard-Drive-Icons-t64193.html

Pitchblack1110
05-10-2008, 07:00 PM
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\Curr entVersion\Explorer\DriveIcons\F]

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

carlt
05-10-2008, 07:02 PM
Just that, and remember to change the path to the icon (@="S:\\PATH\\TO\\THE\\ICON\\FILENAME.ICO" ) so it's correct.

dwax
05-10-2008, 07:03 PM
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.

Pitchblack1110
05-10-2008, 07:06 PM
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.

carlt
05-10-2008, 07:08 PM
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.

Pitchblack1110
05-10-2008, 07:26 PM
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?

carlt
05-10-2008, 07:28 PM
Try it like this:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\DriveIcons]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\DriveIcons\F]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\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.

Pitchblack1110
05-10-2008, 07:35 PM
It still didn't work. But im giving up. that external hard drive is just stupid. =) Thanks for all your help guys.

dwax
05-10-2008, 07:41 PM
Here is a copy from my external drive ini.