Is There a Program That Can Do This?

F

Fidelis K

I want to assign different icons to different hard drives/partitions/DVD
drives in "My Computer" and "Windows Explorer." Is it possible?
 
A

Ayush

Replied to [Fidelis K]'s message {REPLY BELOW} :
-----------------------------------------------------------
I want to assign different icons to different hard
drives/partitions/DVD drives in "My Computer" and "Windows Explorer."
Is it possible?

.... Create a new text file in the root of the drive.
.... Name it "Autorun.inf" (Confirm that Extension is inf)
.... Open it in Notepad
.... Enter the following lines :
[Autorun]
Icon=iconfilepath.ico
.... Save it
.... The icon will be changed after a restart (OF windows not My Comp.)

Do this for each drive and change the iconfilepath.ico to the path and
filename of the icon.


--
Ayush [ Be ''?'' Happy ]

For any query, search - www.Google.com
Want to know about a term - http://en.wikipedia.org
Snip your long urls - http://snipurl.com/
Must have tool for OE - http://snipurl.com/quotefix
 
A

Ayush

Replied to [Fidelis K]'s message {REPLY BELOW} :
-----------------------------------------------------------
I want to assign different icons to different hard
drives/partitions/DVD drives in "My Computer" and "Windows Explorer."
Is it possible?

.... Create a new text file in the root of the drive.
.... Name it "Autorun.inf" (Confirm that Extension is inf)
.... Open it in Notepad
.... Enter the following lines :
[Autorun]
Icon=iconfilepath.ico
.... Save it
.... The icon will be changed after a restart (OF windows not My Comp.)

Do this for each drive and change the iconfilepath.ico to the path and
filename of the icon.


--
Ayush [ Be ''?'' Happy ]

For any query, search - www.Google.com
Want to know about a term - http://en.wikipedia.org
Snip your long urls - http://snipurl.com/
Must have tool for OE - http://snipurl.com/quotefix
 
N

Noozer

Fidelis K said:
I want to assign different icons to different hard drives/partitions/DVD
drives in "My Computer" and "Windows Explorer." Is it possible?

You can modify the registry to give default names and icons for specific
drive letters. I've done this with most of my drives, including mapped
network drives.

The following text (between the SNIPs) placed into a file named
SOMETHING.REG and then imported to the registry will pu the name "Memory
Stick Reader" on drive F:, with the icon "MemoryStick.ico"

- - - - - - - SNIP - - - - - - -
Windows Registry Editor Version 5.00

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

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\F\DefaultIcon]
@="c:\\Windows\\Icons\\MemoryStick.ico"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\F\DefaultLabel]
@="Memory Stick Reader"
- - - - - - - SNIP - - - - - - -
 
R

Ramesh, MS-MVP

Hi Fidelis,

Yes, this is certainly possible. Please see section "Assigning a Custom Icon
and Label to a Drive Letter" in the following article:

Customizing Icons:
http://msdn.microsoft.com/library/d.../shell_basics/shell_basics_extending/icon.asp

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


I want to assign different icons to different hard drives/partitions/DVD
drives in "My Computer" and "Windows Explorer." Is it possible?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top