De aqui :
Esse método funciona no Windows 8. Acabei de testá-lo. Eu editei um pouco para combinar com a interface do Win8, caso contrário, tudo é o mesmo que no link acima.
Verifique se você definiu o tipo da sua pasta como Music
type (indo para a guia Início na faixa de opções > Propriedades > Personalizar > Otimizar esta pasta para: Música
Open the Registry Editor (by swiping from the right, clicking search, typing
regedit
)
Go to the following keys:
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]
and
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU]
Right-click on the Bags key in the left pane and select Delete, then do the same thing for BagMRU.
This will remove most existing customizations for things like window sizes, positions and views. >While still in the same place in the Registry Editor, you will need to manually recreate one of >these keys with a new setting. Right-click on the following key in the left pane:
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell]
Create a new key called
Bags
to replace the one you just deleted. Right-click onBags
, select >New>Key and name this new keyAllFolders
. Right-click onAllFolders
, select New>Key and name >this new keyShell
. The end result should look like this:
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\ Windows\Shell\Bags\AllFolders\Shell]
Now left-click on the last
Shell
key and in the right pane right-click in an empty area and select New>String Value. Name this new stringFolderType
and once created, double-click on it and in the Value Data box you can set the default view which all folders will initially take (unless otherwise specified) by entering one of the following values:
NotSpecified
Contatos
Documentos
Música
Imagens
For example if you enter
Documents
in theFolderType
Value Data box (which I recommend), then all folders for which you do not manually set a view will default to the standard Documents folder view as you set it.Now in Windows Explorer go to your \Users[username]\ directory and for each of the main folder types under there (Documents, Pictures, Music, Videos), make sure that you set the view you wish, including things like choosing which columns to show and how wide they each are, the size of any icons/thumbnails, the way in which they are sorted, etc. As you make the changes, for each folder click the View tab in the ribbon at the top of Windows Explorer > Options > Change Folder and Search Options. Go to the View tab and click the 'Apply to Folders' button. This will set this view for all folders of that same type, and this method also means that should you copy files of any other type into a folder, it will not alter that folder's view settings - from now on the settings should remain exactly as you leave them.
Go to the following key:
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell]
Left-click on the
Shell
key and in the right pane, if you can seeBagMRU Size
then there is no need to undertake this step. If it isn't there however, right-click and select New>DWORD 32-bit Value and name itBagMRU Size
. Now set this value to10000
in Decimal view.