Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows Vista > Windows Vista File Management

Notices

Reply

User Folder Icons

 

LinkBack Thread Tools Display Modes
Old 03-01-2007, 04:21 PM   #1 (permalink)
Default 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.
Robbert
Guest
 
Posts: n/a
Reply With Quote  
Old 03-01-2007, 05:35 PM   #2 (permalink)
Default 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\shell 32.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...
Quote:
> 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.
Keith Miller MVP
Guest
 
Posts: n/a
Reply With Quote  
Old 03-01-2007, 06:53 PM   #3 (permalink)
Default 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:
Quote:
> 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\shell 32.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...
Quote:
> > 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.
>
>
Robbert
Guest
 
Posts: n/a
Reply With Quote  
Old 03-01-2007, 10:30 PM   #4 (permalink)
Default 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...
Quote:
> 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:
>
Quote:
>> 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\shell 32.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...
Quote:
>> > 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.
>>
>>
Keith Miller MVP
Guest
 
Posts: n/a
Reply With Quote  
Old 03-04-2008, 02:21 PM   #5 (permalink)
Default Re: User Folder Icons


Anyway I could use this for my Pictures folder too?


--
Buri
Buri
Guest
 
Posts: n/a
Reply With Quote  
Old 03-04-2008, 02:45 PM   #6 (permalink)
Default Re: User Folder Icons


Buri;634329 Wrote:
Quote:
> Anyway I could use this for my Pictures folder too?
Hi Buri,

Welcome to Vista x64 Forums. arty:

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.

http://www.vistax64.com/tutorials/90...l-folders.html

Shawn


--
Brink

*There are no dumb questions, just the people that do not ask them.*
'*Vista x64 Forums*'
(http://www.vistax64.com/index.php?referrerid=2980)
*Please post feedback to help others.*
Brink
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Shell Folder Icons Missing indigoblue Windows Vista File Management 7 02-09-2007 02:51 AM
Extra Vista Folder Icons ?? Synapse Syndrome Windows Vista File Management 7 12-16-2006 01:23 PM
User Folder Folders - Access Denied Synapse Syndrome Windows Vista File Management 6 12-05-2006 04:53 AM
User folder and C:\Users\User folder Jan Kucera Windows Vista File Management 0 09-03-2006 05:41 PM
View of Image Folder Icons image folder icons Windows Vista File Management 0 06-17-2006 05:22 PM


All times are GMT. The time now is 11:32 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90