I want to create an icon for my folder named "TOOLS", as you can observe there is no suitable/satisfying icon available in Windows XP, so I want to create an icon and include it in icon list.

Is it possible with any such supporting softwares.??

link|improve this question

5  
Modifying key system files very rarely ends well. – Dentrasi Jun 15 '10 at 17:44
@dentrasi, true .. but I am ready to take risk and have confidence to recover. – infant programmer 'Aravind' Jun 16 '10 at 5:42
feedback

3 Answers

up vote 2 down vote accepted

You don't need to modify shell32.dll just for that, storing a separate .ico file should suffice. Just modify the desktop.ini in your TOOLS folder. (see e.g. here)

link|improve this answer
1  
accepted as a safer solution :) – infant programmer 'Aravind' Jun 17 '10 at 5:25
feedback

You can edit your shell32.dll file. However, I don't recommend this.

The icons in shell32.dll can be changed using a Resource Editor (Resource Hacker, Exescope, etc.). As I said, I don't recommend editing it as it is a very sensitive system file. Here is a tutorial about how to do it with Resource Hacker. Take your own risk.

You can also use Microangelo Librarian (shareware) to change existing icons in shell32.dll. First make a copy of shell32.dll, and import it into Microangelo Librarian. Then edit any existing shell32 icons into whatever you want, save, exit, and replace the real shell32.dll with your modified copy.

link|improve this answer
1  
+1 for "I don't recommend this" and still explaining how to do it anyway :) – Tobias Kienzler Jun 16 '10 at 6:59
feedback

You can use iconlover to edit icons inside DLL.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.