Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista file management

Vista - User Folder Icons

Reply
 
Old 03-01-2007   #1 (permalink)
Robbert


 
 

User Folder Icons

Ok I've got this problem:
The User folders, containing documents, pictures, music, video's and stuff
normally normally have nice specific icons for each folder, like most folders
in the picture:
[img=http://img366.imageshack.us/img366/3231/foldermk3.jpg]
Now, the normal music folder used to be 'music' (red). But I changed it to
'muziek' (blue), because I created 'muziek' in C:\program files\muziek, which
I was used to. But the new muziek folder didn't have one of these
nice-looking icons, just a standard folder-icon.
So my question is: how do I give this folder the icon it should have?
Because you change the icon of these folders, unlike normal folders.

My System SpecsSystem Spec
Old 03-01-2007   #2 (permalink)
Keith Miller MVP


 
 

Re: User Folder Icons

The Music folder gets its special icon via the 'desktop.ini' file. It's a
simple text file with a .ini extension. It is normally flagged as 'Hidden'
and 'System'. If it doesn't exist in the folder, create it in notepad.
It's contents should be:

---------------------
[.ShellClassInfo]
LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21790
InfoTip=@%SystemRoot%\system32\shell32.dll,-12689
IconResource=%SystemRoot%\system32\imageres.dll,-108
IconFile=%SystemRoot%\system32\shell32.dll
IconIndex=-237
[LocalizedFileNames]
Sample Music.lnk=@%SystemRoot%\system32\shell32.dll,-21806
-------------------

In order for Explorer to process the contents of a 'desktop.ini' file, the
folder must have its 'Read-Only' attribute set. Open a command prompt
window to the parent folder (C:\Users\<UserName>) and type the following
command:

attrib +r muziek


--
Good Luck,

Keith
Microsoft MVP [Windows XP Shell/User]

"Robbert" <Robbert@discussions.microsoft.com> wrote in message
news:BD88E898-8E1A-474E-A52C-46F01C247155@microsoft.com...
> Ok I've got this problem:
> The User folders, containing documents, pictures, music, video's and stuff
> normally normally have nice specific icons for each folder, like most
> folders
> in the picture:
> [img=http://img366.imageshack.us/img366/3231/foldermk3.jpg]
> Now, the normal music folder used to be 'music' (red). But I changed it to
> 'muziek' (blue), because I created 'muziek' in C:\program files\muziek,
> which
> I was used to. But the new muziek folder didn't have one of these
> nice-looking icons, just a standard folder-icon.
> So my question is: how do I give this folder the icon it should have?
> Because you change the icon of these folders, unlike normal folders.


My System SpecsSystem Spec
Old 03-01-2007   #3 (permalink)
Robbert


 
 

Re: User Folder Icons

well, it worked, but in a pretty strange way.
at first it didn't work at all, but it changed the icon after 5 minutes or
so..
ah well, it worked, thanks a lot =)

"Keith Miller MVP" wrote:

> The Music folder gets its special icon via the 'desktop.ini' file. It's a
> simple text file with a .ini extension. It is normally flagged as 'Hidden'
> and 'System'. If it doesn't exist in the folder, create it in notepad.
> It's contents should be:
>
> ---------------------
> [.ShellClassInfo]
> LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21790
> InfoTip=@%SystemRoot%\system32\shell32.dll,-12689
> IconResource=%SystemRoot%\system32\imageres.dll,-108
> IconFile=%SystemRoot%\system32\shell32.dll
> IconIndex=-237
> [LocalizedFileNames]
> Sample Music.lnk=@%SystemRoot%\system32\shell32.dll,-21806
> -------------------
>
> In order for Explorer to process the contents of a 'desktop.ini' file, the
> folder must have its 'Read-Only' attribute set. Open a command prompt
> window to the parent folder (C:\Users\<UserName>) and type the following
> command:
>
> attrib +r muziek
>
>
> --
> Good Luck,
>
> Keith
> Microsoft MVP [Windows XP Shell/User]
>
> "Robbert" <Robbert@discussions.microsoft.com> wrote in message
> news:BD88E898-8E1A-474E-A52C-46F01C247155@microsoft.com...
> > Ok I've got this problem:
> > The User folders, containing documents, pictures, music, video's and stuff
> > normally normally have nice specific icons for each folder, like most
> > folders
> > in the picture:
> > [img=http://img366.imageshack.us/img366/3231/foldermk3.jpg]
> > Now, the normal music folder used to be 'music' (red). But I changed it to
> > 'muziek' (blue), because I created 'muziek' in C:\program files\muziek,
> > which
> > I was used to. But the new muziek folder didn't have one of these
> > nice-looking icons, just a standard folder-icon.
> > So my question is: how do I give this folder the icon it should have?
> > Because you change the icon of these folders, unlike normal folders.

>
>

My System SpecsSystem Spec
Old 03-01-2007   #4 (permalink)
Keith Miller MVP


 
 

Re: User Folder Icons

You're welcome. Glad it's sorted.


--
Good Luck,

Keith
Microsoft MVP [Windows XP Shell/User]

"Robbert" <Robbert@discussions.microsoft.com> wrote in message
news:56818DF7-0494-4755-B0B9-9068A8C53A0A@microsoft.com...
> well, it worked, but in a pretty strange way.
> at first it didn't work at all, but it changed the icon after 5 minutes or
> so..
> ah well, it worked, thanks a lot =)
>
> "Keith Miller MVP" wrote:
>
>> The Music folder gets its special icon via the 'desktop.ini' file. It's
>> a
>> simple text file with a .ini extension. It is normally flagged as
>> 'Hidden'
>> and 'System'. If it doesn't exist in the folder, create it in notepad.
>> It's contents should be:
>>
>> ---------------------
>> [.ShellClassInfo]
>> LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21790
>> InfoTip=@%SystemRoot%\system32\shell32.dll,-12689
>> IconResource=%SystemRoot%\system32\imageres.dll,-108
>> IconFile=%SystemRoot%\system32\shell32.dll
>> IconIndex=-237
>> [LocalizedFileNames]
>> Sample Music.lnk=@%SystemRoot%\system32\shell32.dll,-21806
>> -------------------
>>
>> In order for Explorer to process the contents of a 'desktop.ini' file,
>> the
>> folder must have its 'Read-Only' attribute set. Open a command prompt
>> window to the parent folder (C:\Users\<UserName>) and type the following
>> command:
>>
>> attrib +r muziek
>>
>>
>> --
>> Good Luck,
>>
>> Keith
>> Microsoft MVP [Windows XP Shell/User]
>>
>> "Robbert" <Robbert@discussions.microsoft.com> wrote in message
>> news:BD88E898-8E1A-474E-A52C-46F01C247155@microsoft.com...
>> > Ok I've got this problem:
>> > The User folders, containing documents, pictures, music, video's and
>> > stuff
>> > normally normally have nice specific icons for each folder, like most
>> > folders
>> > in the picture:
>> > [img=http://img366.imageshack.us/img366/3231/foldermk3.jpg]
>> > Now, the normal music folder used to be 'music' (red). But I changed it
>> > to
>> > 'muziek' (blue), because I created 'muziek' in C:\program files\muziek,
>> > which
>> > I was used to. But the new muziek folder didn't have one of these
>> > nice-looking icons, just a standard folder-icon.
>> > So my question is: how do I give this folder the icon it should have?
>> > Because you change the icon of these folders, unlike normal folders.

>>
>>


My System SpecsSystem Spec
Old 03-04-2008   #5 (permalink)


Vista Ultimate x64
 
 

Re: User Folder Icons

Anyway I could use this for my Pictures folder too?
My System SpecsSystem Spec
Old 03-04-2008   #6 (permalink)


Vista x64 Ultimate SP2, Windows 7 Ultimate x64
 
 

Re: User Folder Icons

Quote  Quote: Originally Posted by Buri View Post
Anyway I could use this for my Pictures folder too?
Hi Buri,

Welcome to Vista x64 Forums.

Sorry but no, they are specific to each user folder. This will show you how to fix it so it will show the correct icon for the personal user folder of your choice.

Personal User Shell Folders

Shawn
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Two Desktop icons in my user folder General Discussion
User folder icons Vista General
Solved No Text for Icons in User Folder General Discussion
User folder icons Vista General
User Folder Icons Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46