Vista is assuming all my folders contain music?

Soldato
Joined
2 May 2004
Posts
19,950
Hi,

A fairly annoying bug, or problem in Vista I've come across is the fact it's assuming that all my folders contain music... so it's putting the artists, album, track #, genre, ratings columns in every single new folder I create.

It also seems that Vista isn't saving my folder views correctly, it randomly changes them.

Any ideas?

Thanks,
Craig.
 
SP1 was supposed to sort out the random view changing, but only if you installed it straight after installing vanilla (Or installed with SP1 already added). Did this myself and haven't noticed any madness so far *touch wood*.

Edit: I appreciate a full reinstall isn't always practical*
 
Last edited:
SP1 has been pre-installed since the day I've had Vista, never been without it. Still had the problem though.

Hopefully the registry fix will fix it permanently
 
i really wish they were more customisable, like just have Type, Date Modified and Size as a default 3 in all windows

then in music folders, be the same as default, and picture folders have the dimensions

i don't need artist etc, my files/folders are named correctly
 
SP1 has been pre-installed since the day I've had Vista, never been without it. Still had the problem though.

Hopefully the registry fix will fix it permanently

No, this won't fix it permanently, the best fix i've found is listed below.

Just copy and paste the code below into a text document and save it as a .reg file, double click the reg file to add the entries to the registry, restart your system and all should be fine.

Code:
Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU]
[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU]
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"FolderType"="NotSpecified"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell]
"BagMRU Size"=dword:00004e20

The above fix resets all folder views and templates to the All Files template and disables auto detection of file types, this means you will have to customize the folder template for each folder manualy by right clicking on the folder and selecting properties, now goto the customize tab and select the template you want to use for that folder.

Hope this helps!
 
Last edited:
Back
Top Bottom