"DevilsPGD" <spam_narf_spam@crazyhat.net> wrote in message news:qm89035ghch2f0egge3ottcjui0fuhi36l@4ax.com...
> In message <eX3#lEXbHHA.4888@TK2MSFTNGP06.phx.gbl> "Keith Miller MVP"
> <k.miller79@no.spam.verizon.net> wrote:
>
>>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"
>>
>>--------------------------------------------------
>>
> Praise Jebus! It worked. Thanks!
>
> One more possibly similar one -- How about the "Views" setting for the
> common file dialogs? Any way to force that one to stay in "Details" all
> the time?
You're welcome. Glad you like it.
Thank you for asking a question that led me to find something new (I found the AllFolders trick under XP, very happy it was left in Vista). With Vista's new ability to save Common Dialog views, MS did add the same AllFolders capability for ComDlg as well. Here's the .reg file to set Details default for Common Dialogs:
--------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\ComDlg]
"Mode"=dword:00000004
"LogicalViewMode"=dword:00000001
--------------------------------------------
Other valid values are:
Style Mode LogicalViewMode IconSize
X-Lg Icons 5 3 0x100
Lg Icons 5 3 0x60
Med Icons 5 3 0x30
Sm Icons 2 3 0x10
List 3 3 0x10
Details 4 1 0x10
Tiles 6 2 0x30
Pardon my HTML, but a table is really handy for this sort of info
--
Good Luck,
Keith
Microsoft MVP [Windows XP Shell/User]