PDA

View Full Version : Changing Default Windows Icons



POBrien
02-04-2002, 07:33 AM
Hi All,

I found this posting at another site. It's from Reghakr. I have implemented it myself.

Start Regedit
Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ explorer \ Shell Icons
The default icons are numbered in the right panel from 0-40
Double click on the number of the particular icon you want to change. See the chart below.
Enter the name of the icon file you want to use followed by the number of the icon in that file.
Note: The numbering starts with zero.
If you use a single .ICO file, it should be followed by a 0.
e.g. - filename.dll,4 - This would actually be the 5th icon since it starts with 0.
Make sure you delete the hidden file C:\WINDOWS\SHELLICONCACHE
0-13 Are the Drive and Application Icons
0 - To change the Unknown Application Icon
2 - To change the Default Application Icon
3 - To change the Closed Folder Icon
4 - To change the Open Folder Icon
5 - To change the 5 1/4" Floppy Icon
6 - To change the 3 1/2" Floppy Icon
7 - To change the Removable Disk Icon
8 - To change the Hard Drive Icon
9 - To change the Network Drive Online Icon
10 - To change the Network Drive Offline Icon
11 - To change the CD Drive Icon
12 - To change the Ramdrive Icon
13 - To change the Entire Network Icon

19-27 Are the Start Menu Icons
19 - To change the Programs Icon
20 - To change the Documents Icon
21 - To change the Settings Icon
22 - To change the Find Icon
23 - To change the Help Icon
24 - To change the Run Icon
27 - To change the Shutdown Icon

*Note

I used actual .ico files instead of a dll. The dll implementation still works great.

It didn't work at first as I use a username to login to 98.

If you use a username then you have to login in to the default windows profile (by clicking cancel at the login screen) After you make the changes in the reg.

So..

Make the change(s)

delete the shelliconcache

reboot

login to default

log back in to your user profie (if you use one).

If you want to set everything back to default you will have to manually make the changes in the reg and use the shell32.dll file as the source.

This is too cool! Thanks Jim!!!!

theelf
02-04-2002, 03:02 PM
You have everything well laid out but, for people like me who are not comfortable editing the registry there are several freeware and shareware programs to make the changes. Iconphile(freeware) is one of the simplest to use.
<a target="_blank" href=http://www.dailypost.com/download/files/general/graphict/iphile/>http://www.dailypost.com/download/files/general/graphict/iphile/</a>

TonyKlein
02-04-2002, 11:47 PM
Thanks Pat (and Reghakr).

Excellent!
I've added the hack to my files, and the only thing I'm starting to worry about now, is how to find anything back when I really need it... LOL

Cheers, Tony

POBrien
02-05-2002, 04:49 AM
Hey Tony,

It's at the end of the tweak.

Peace

TonyKlein
02-05-2002, 06:47 PM
Thanks Pat, but that's not what I meant.

I was referring to the state my files are in... LOL

POBrien
02-05-2002, 06:53 PM
Oh.. Got it. I read ya.. lol :)

damn tech &gt;&gt; I'm, always over analyzing.