Icons (Printer, Drives)

  • Thread starter Thread starter Christoph Graber
  • Start date Start date
C

Christoph Graber

Hello,

1. how can I change the standard network drive icon into a different one for
each drive (e.g network drive r should show icon "apple.ico", drive u
"house.ico".?

2. how can I change the standard printer icon into a different one (e.g. the
printer hp1220 should show the icon "inkjet.ico", the hp800 "plotter.ico")

thanks christoph
 
Christoph said:
Hello,

1. how can I change the standard network drive icon into a different
one for each drive (e.g network drive r should show icon "apple.ico",
drive u "house.ico".?

2. how can I change the standard printer icon into a different one
(e.g. the printer hp1220 should show the icon "inkjet.ico", the hp800
"plotter.ico")

thanks christoph

The drive icon is easy, but I don't have any info for the printer icon.

To change the drive icon:

1. Copy the icon you want to the root directory of the target drive.
2. Open Notepad and create a file with the following text:

[autorun]
icon=xxxx.ico

(Where xxxx.ico is the name of the icon you placed in the root of the drive)

3. Save the file as autorun.inf to the same root directory.
4. Reboot to finish the process.

--
Ronnie Vernon
Microsoft MVP
Windows Shell/User

Please reply to the newsgroup so all may benefit.
http://www.dts-l.org
http://www.mvps.org
 
Sorry, but it didn't work.

Do I have to reboot the server where the network drive is on, or just the
client. (and why ???)
Do I have to turn on an autorun-option for the network-drives? (How?)
(the autorun for the local cd-drive is working)

thanks christoph


Ronnie Vernon MVP said:
Christoph said:
Hello,

1. how can I change the standard network drive icon into a different
one for each drive (e.g network drive r should show icon "apple.ico",
drive u "house.ico".?

2. how can I change the standard printer icon into a different one
(e.g. the printer hp1220 should show the icon "inkjet.ico", the hp800
"plotter.ico")

thanks christoph

The drive icon is easy, but I don't have any info for the printer icon.

To change the drive icon:

1. Copy the icon you want to the root directory of the target drive.
2. Open Notepad and create a file with the following text:

[autorun]
icon=xxxx.ico

(Where xxxx.ico is the name of the icon you placed in the root of the drive)

3. Save the file as autorun.inf to the same root directory.
4. Reboot to finish the process.

--
Ronnie Vernon
Microsoft MVP
Windows Shell/User

Please reply to the newsgroup so all may benefit.
http://www.dts-l.org
http://www.mvps.org
 
My icons are stored in custom-made *.dll files. How do I get the
change the drive icon to refer to one of my *.dll files?

<*((((><{
(e-mail address removed)

On Mon, 26 Jul 2004 05:41:41 -0700, "Ronnie Vernon MVP"

|Christoph Graber wrote:
|> Hello,
|>
|> 1. how can I change the standard network drive icon into a different
|> one for each drive (e.g network drive r should show icon "apple.ico",
|> drive u "house.ico".?
|>
|> 2. how can I change the standard printer icon into a different one
|> (e.g. the printer hp1220 should show the icon "inkjet.ico", the hp800
|> "plotter.ico")
|>
|> thanks christoph
|
|The drive icon is easy, but I don't have any info for the printer icon.
|
|To change the drive icon:
|
|1. Copy the icon you want to the root directory of the target drive.
|2. Open Notepad and create a file with the following text:
|
|[autorun]
|icon=xxxx.ico
|
|(Where xxxx.ico is the name of the icon you placed in the root of the drive)
|
|3. Save the file as autorun.inf to the same root directory.
|4. Reboot to finish the process.
 
My icons are stored in custom-made *.dll files. How do I get the
change the drive icon to refer to one of my *.dll files?

Get one of the free icon extractor programs. These can extract the icons
from the files that contain them. You can then place them in a custom icon
folder and point the shortcut to a program to that icon folder and a
particular icon.

For the drive icon, refer to my instructions.

To change the drive icon:
1. Copy the icon you want to the root directory of the target drive.
2. Open Notepad and create a file with the following text:

[autorun]
icon=xxxx.ico

(Where xxxx.ico is the name of the icon you placed in the root of the drive)

3. Save the file as autorun.inf to the same root directory.
4. Reboot to finish the process.
--
Ronnie Vernon
Microsoft MVP
Windows Shell/User

Please reply to the newsgroup so all may benefit.
http://www.dts-l.org
http://www.mvps.org
 
Back
Top