Colour Code Folders?

P

Patti Barden

When you open My Computer and see all the folders on a
particular drive - can you colour code them or put an icon
on to speed up your searching?
Thank you. Patti
 
J

Jerry

A Google search on folder icons will give a list of programs that will do
what you want.
 
T

Tim Meddick

You don't need extra software with XP to customise (change) the default "folder" icon
on any folder you want to one of your own choosing.

Just right-click on the folder you want to assign a [your own] icon, and choose
"Properties"

In the "Properties" page of the selected folder, select the "Customise" tab.

On the "Customise" page you'll find a section at the bottom devoted to defining your
own icon for that folder.



*NB - You won't find the "Customise" tab for "special" folders such as "My Documents"
and "My Pictures"

What the "Customise" feature effectively does is described below :

You can change *any* folder's icon (including "special" folders) by editing or
placing a [hidden] file called "desktop.ini" with the following [example] code in it
:

[.ShellClassInfo]
IconFile=C:\WINDOWS\Icons\MyIcon.ico
IconIndex=0
InfoTip=Example description here.

....you should make the folder read-only to make the icon show-up otherwise it won't.
You may have to use the "attrib +r FolderName" command to do this.

==

Cheers, Tim Meddick, Peckham, London. :)
 
P

Patti Barden

Thanks as ever for practical advice.
Patti

Tim Meddick said:
You don't need extra software with XP to customise (change) the default
"folder" icon on any folder you want to one of your own choosing.

Just right-click on the folder you want to assign a [your own] icon, and
choose "Properties"

In the "Properties" page of the selected folder, select the "Customise"
tab.

On the "Customise" page you'll find a section at the bottom devoted to
defining your own icon for that folder.



*NB - You won't find the "Customise" tab for "special" folders such as "My
Documents" and "My Pictures"

What the "Customise" feature effectively does is described below :

You can change *any* folder's icon (including "special" folders) by
editing or placing a [hidden] file called "desktop.ini" with the following
[example] code in it :

[.ShellClassInfo]
IconFile=C:\WINDOWS\Icons\MyIcon.ico
IconIndex=0
InfoTip=Example description here.

...you should make the folder read-only to make the icon show-up otherwise
it won't.
You may have to use the "attrib +r FolderName" command to do this.

==

Cheers, Tim Meddick, Peckham, London. :)




Patti Barden said:
When you open My Computer and see all the folders on a
particular drive - can you colour code them or put an icon
on to speed up your searching?
Thank you. Patti
 

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