View Single Post
  #297 (permalink)  
Old 10-14-2007, 11:30 PM
prasannavigneshr prasannavigneshr is offline
D-Web Incredible
 
Join Date: Feb 2007
Posts: 1,321
prasannavigneshr is on a distinguished road
Send a message via MSN to prasannavigneshr
Thumbs up Windows Vista Tips & Tricks

Why Did Windows Vista's Music Folder Icon Turn Yellow?

In Windows, all folders can be customized with whatever icon you want. All you need to do is put a hidden file named desktop.ini into the root of that folder, which tells Windows extra information for the folder including what icon to use.

The problem that people are experiencing is due to the contents of that file being modified somehow and pointing to the wrong icon, as you can see here:



You can normally fix this problem by right-clicking on the folder and choosing properties, and then on the Customize tab you'll see this:



If that section does not exist, however, we'll need to open up that desktop.ini file by pasting the following command into the start menu search or run box:

notepad %USERPROFILE%\music\desktop.ini

You'll see a file that should look exactly like this, but probably does not.



You can usually just replace the contents of that file with the following text:

[.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

Save the file and log off from Windows, and then login again. Your Music folder icon should now look like this:



Hopefully this solves the problem for you!
__________________
Prasanna Vignesh
MCPD | Web Developer
Reply With Quote