Folders always shown in Details view

D

Dennis Duke

When I open Windows Explorer in Vista Basic it opens in "Details" view. I
change it to "List" and most of the time it opens in List view after that,
but not always. Is there a way to change all folders to open in "List" view
instead of changing each one as I open it?
 
K

Keith Miller \(MVP\)

In Vista, separate view information is retained for each folder type -- 'All
Items', 'Documents', etc. So you need to set a folder to your preferred
view & then use:

'Organize' - 'Folder & Search Options' -> 'View' tab -> 'Apply to Folders'

once for each folder type. You can do this fairly quickly by creating a new
folder on the desktop, setting the view to list, then using 'Apply to
Folders'. This will set the view defaults for the 'All Items' template.
Then, from the 'Customize' tab in the folder's Properties dialog, change the
template to 'Documents' and repeat these steps. Do once for each folder
type.

If you want to go one step further and override content-sniffing (where
Explorer makes its best guess at which template to use), here are my
instructions to force the 'All Items' template on all folders.


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,
there is a space between 'Local' and 'Settings'.


--------------------------------------------------
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 (a rare
situation).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top