View Single Post
Old 03-31-2007   #1
Keith Miller MVP
Guest
 
Posts: n/a

Re: Default view of folders reverts back to previous settings.

"cquirke (MVP Windows shell/user)" <cquirkenews@nospam.mvps.org> wrote in
message news:tnls03ldgjlm6v2ffnd5o7ocml63ot8p73@4ax.com...
>
> To me, these frills are almost more hassle than they are worth. I
> want List view everywhere, with a minimum of unsolicited content
> groping, but that is at odds with the direction of Vista's quest to
> "make it easier" and be more effective/powerful.
>


Set the list view for a folder that's using the 'All Items' template, then
use 'Apply to Folders'. Then override content-sniffing with my 'AllFolders'
regedit:

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.

  Reply With Quote