O Windows 7 Explorer não usa a visualização de detalhes em pastas com mídia

4

Uso detalhes como minha visualização de pasta padrão, que funciona bem, exceto em pastas que contêm apenas arquivos de mídia, como fotos ou mp3. Nesses casos, a exibição muda para mostrar miniaturas, etc. (que também desabilitei).

Como posso evitar esse modo de exibição e dizer ao explorador para manter a exibição de detalhes.

    
por OliverS 15.04.2010 / 07:59

1 resposta

4

Dê uma olhada no quarto post em este tópico do fórum. É para o Vista, mas acredito que também funcione em W 7.

Copy the text between the lines below into notepad & save as a .reg file. Watch out for line wrap -- [HKEY_CURRENT_USER...\Shell] is all one line.


Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\Local
Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"FolderType"="NotSpecified"

Merging the .reg file will set the 'All Items' template for any folders that don't currently have a view saved with a different template. You can clear all saved views by deleting the

"HKCU\Software\Classes\Local
Settings\Software\Microsoft\Windows\Shell\Bags"

key BEFORE merging the .reg file. If any folders open with a different template after clearing the 'Bags' key & merging the .reg file, they most likely have a template specified via their desktop.ini file.

    
por 15.04.2010 / 09:33