Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Vista Community > Windows Vista

Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 03-23-2007, 08:00 AM
Tom
Newsgroup Contributor
 
Posts: n/a
Windows Explorer: How to force ALL folders to use "All Items" template rather than "Pictures & Videos"

I'm not asking for much. I just want ALL folders to file size and dates.

Frequently, the Windows Explorer decides (for unknown reasons) that a folder
contains Pictures and in the View, "Customize this folder" window, sets it
to "Pictures and Videos" rather than "All Items"

There IS a "Apply this template to all sub-folders," this option is not
available on C:\, even when logged in as administrator.

It's tough (and I'm failing) not to get angry with Microsoft. Their
intentions were no doubt good (e.g. "Let's make folder browsing less
intimidating for the average user -- we'll just hide the details of a folder
if we think they aren't neceesary.") However, in implementation, they've
penalized technical users like me who live in the Windows Explorer.

Tom

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 03-23-2007, 08:00 AM
  #2 (permalink)  
Old 03-23-2007, 09:00 AM
Adam Albright
Newsgroup Contributor
 
Posts: n/a
Re: Windows Explorer: How to force ALL folders to use "All Items" template rather than "Pictures & Videos"

On Fri, 23 Mar 2007 08:45:27 -0700, "Tom" <none@none.com> wrote:
[color=blue]
>I'm not asking for much. I just want ALL folders to file size and dates.
>
>Frequently, the Windows Explorer decides (for unknown reasons) that a folder
>contains Pictures and in the View, "Customize this folder" window, sets it
>to "Pictures and Videos" rather than "All Items"
>
>There IS a "Apply this template to all sub-folders," this option is not
>available on C:\, even when logged in as administrator.
>
>It's tough (and I'm failing) not to get angry with Microsoft. Their
>intentions were no doubt good (e.g. "Let's make folder browsing less
>intimidating for the average user -- we'll just hide the details of a folder
>if we think they aren't neceesary.") However, in implementation, they've
>penalized technical users like me who live in the Windows Explorer.
>
>Tom[/color]

Well if you're a more technical user and not afraid to mess with
things you could partition your root drive roping off system files in
"C" and create another partition for other files you store on that
physical drive under a different drive letter, then you can use the
apply to sub folders method. What I do... I have a 300 GB drive I
divided into two partitions. One is 50 GB reserved for Windows, the
other "E" is for whatever I want and uses the remaning 250 GB left
over on this physical drive. ;-)

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 03-23-2007, 09:15 AM
Tom
Newsgroup Contributor
 
Posts: n/a
Re: Windows Explorer: How to force ALL folders to use "All Items" template rather than "Pictures & Videos"

>[color=blue]
> Well if you're a more technical user and not afraid to mess with
> things you could partition your root drive roping off system files in
> "C" and create another partition for other files you store on that
> physical drive under a different drive letter, then you can use the
> apply to sub folders method. What I do... I have a 300 GB drive I
> divided into two partitions. One is 50 GB reserved for Windows, the
> other "E" is for whatever I want and uses the remaning 250 GB left
> over on this physical drive. ;-)
>[/color]

That's doable, but I think the cure is worse than the disease! :-)

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 03-23-2007, 09:45 AM
Keith Miller MVP
Newsgroup Contributor
 
Posts: n/a
Re: Windows Explorer: How to force ALL folders to use "All Items" template rather than "Pictures & Videos"

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.


--
Good Luck,

Keith
Microsoft MVP [Windows XP Shell/User]

"Tom" <none@none.com> wrote in message
news:%23EjwIJWbHHA.3616@TK2MSFTNGP05.phx.gbl...[color=blue]
> I'm not asking for much. I just want ALL folders to file size and dates.
>
> Frequently, the Windows Explorer decides (for unknown reasons) that a
> folder contains Pictures and in the View, "Customize this folder" window,
> sets it to "Pictures and Videos" rather than "All Items"
>
> There IS a "Apply this template to all sub-folders," this option is not
> available on C:\, even when logged in as administrator.
>
> It's tough (and I'm failing) not to get angry with Microsoft. Their
> intentions were no doubt good (e.g. "Let's make folder browsing less
> intimidating for the average user -- we'll just hide the details of a
> folder if we think they aren't neceesary.") However, in implementation,
> they've penalized technical users like me who live in the Windows
> Explorer.
>
> Tom[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 03-23-2007, 12:00 PM
DevilsPGD
Newsgroup Contributor
 
Posts: n/a
Re: Windows Explorer: How to force ALL folders to use "All Items" template rather than "Pictures & Videos"

In message <eX3#lEXbHHA.4888@TK2MSFTNGP06.phx.gbl> "Keith Miller MVP"
<k.miller79@no.spam.verizon.net> wrote:
[color=blue]
>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.[/color]

Interesting -- Any nasty downsides?
--
Insert something clever here.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 03-23-2007, 01:45 PM
Keith Miller MVP
Newsgroup Contributor
 
Posts: n/a
Re: Windows Explorer: How to force ALL folders to use "All Items" template rather than "Pictures & Videos"

Not that I know of. You'll need to set Contacts template back to Contacts
to access 'New Contact' button, etc.

Under XP, it was more annoying to use this because if you wanted a folder to
be Music, you could switch the template to Music, but you still had the
general columns. Vista will switch the columns when you switch the
templates.


--
Good Luck,

Keith
Microsoft MVP [Windows XP Shell/User]

"DevilsPGD" <spam_narf_spam@crazyhat.net> wrote in message
news:l9c803poo2ivndp7rs1riepgt9j0l97g40@4ax.com...[color=blue]
> In message <eX3#lEXbHHA.4888@TK2MSFTNGP06.phx.gbl> "Keith Miller MVP"
> <k.miller79@no.spam.verizon.net> wrote:
>[color=green]
>>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.[/color]
>
> Interesting -- Any nasty downsides?
> --
> Insert something clever here.[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 03-23-2007, 08:30 PM
DevilsPGD
Newsgroup Contributor
 
Posts: n/a
Re: Windows Explorer: How to force ALL folders to use "All Items" template rather than "Pictures & Videos"

In message <eX3#lEXbHHA.4888@TK2MSFTNGP06.phx.gbl> "Keith Miller MVP"
<k.miller79@no.spam.verizon.net> wrote:
[color=blue]
>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.[/color]

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?
--
Insert something clever here.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 03-24-2007, 08:45 AM
Keith Miller MVP
Newsgroup Contributor
 
Posts: n/a
Re: Windows Explorer: How to force ALL folders to use "All Items" template rather than "Pictures & Videos"

"DevilsPGD" <spam_narf_spam@crazyhat.net> wrote in message news:qm89035ghch2f0egge3ottcjui0fuhi36l@4ax.com...[color=blue]
> In message <eX3#lEXbHHA.4888@TK2MSFTNGP06.phx.gbl> "Keith Miller MVP"
> <k.miller79@no.spam.verizon.net> wrote:
> [color=green]
>>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"
>>
>>--------------------------------------------------
>>[/color][/color]
[color=blue]
> 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?[/color]

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]





Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 03-24-2007, 01:00 PM
DevilsPGD
Newsgroup Contributor
 
Posts: n/a
Re: Windows Explorer: How to force ALL folders to use "All Items" template rather than "Pictures & Videos"

In message <OU8w5MjbHHA.4140@TK2MSFTNGP06.phx.gbl> "Keith Miller MVP"
<k.miller79@no.spam.verizon.net> wrote:
[color=blue]
>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[/color]

Interesting, thanks. Any points on where you found that (I'd love to go
digging and see if I find anything else useful or fun)
--
Insert something clever here.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #10 (permalink)  
Old 03-24-2007, 02:15 PM
Keith Miller MVP
Newsgroup Contributor
 
Posts: n/a
Re: Windows Explorer: How to force ALL folders to use "All Items" template rather than "Pictures & Videos"

"DevilsPGD" <spam_narf_spam@crazyhat.net> wrote in message
news:mk3b03tq9jrein6n49uql297uem6tmdmcg@4ax.com...[color=blue]
> In message <OU8w5MjbHHA.4140@TK2MSFTNGP06.phx.gbl> "Keith Miller MVP"
> <k.miller79@no.spam.verizon.net> wrote:
>[color=green]
>>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[/color]
>
> Interesting, thanks. Any points on where you found that (I'd love to go
> digging and see if I find anything else useful or fun)[/color]

I found the AllFolders key back in XP when I was using RegMon:

[url]http://www.microsoft.com/technet/sysinternals/utilities/regmon.mspx[/url]

to figure out saved views. If you filter on part of a key name, the data
ceases to be overwhelming. My v7.03 from XP works under Vista -- though the
link above recommends Vista users use Process Explorer:

[url]http://www.microsoft.com/technet/sysinternals/utilities/processexplorer.mspx[/url]

but I haven't checked that out yet.

If you get playing with Regmon, pay attention to subkeys/values that
Explorer or whatever program you are interested in is looking for but return
'NOT FOUND' as a result. That's the best clue to the full range of values
that are available.


--
Good Luck,

Keith
Microsoft MVP [Windows XP Shell/User]


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #11 (permalink)  
Old 04-27-2007, 04:10 PM
Registered User
 
Join Date: Apr 2007
Posts: 15
folderguy is on a distinguished road
Re: Windows Explorer: How to force ALL folders to use "All Items" template rather tha

Keith or anyone, what do you mean by this:

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.

I want to make all my folders views the same, and never change. I've been looking for an answer to this for months.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #12 (permalink)  
Old 05-05-2007, 01:15 PM
Keith Miller MVP
Newsgroup Contributor
 
Posts: n/a
Re: Windows Explorer: How to force ALL folders to use "All Items" template rather than "Pictures & Videos"

You can save and/or set registry settings with a .reg file -- an ordinary
text file with a .reg extension. When you right-click a file with a .reg
extension, the default action is 'Merge' which adds that information to the
registry. The registry info I gave earlier in this thread:

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"

--------------------------------------------------

will override the 'content-sniffing' behavior of Explorer -- when Explorer
applies the 'Pictures' or 'Music' template to a folder based on its
contents.

By default, the 'All Items' template has an icon mode of 'Details' with
selected columns being 'Name', 'Date Modified', 'Type', and 'Size'. These
defaults can be modified by setting the view of any file folder that is
using the 'All Items' template and then selecting:

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

The two steps above will set the view for the majority of your folders. I
say majority because it only affects file system folders, not namespace
folders. Namespace folders are: 'Desktop', 'Computer', 'Control Panel',
<UserProfile> on the Desktop, etc. But if views are being remembered
properly, you should only have to set those once.


--
Good Luck,

Keith
Microsoft MVP [Windows Shell/User]

"folderguy" <comic_book_auctions******.com> wrote in message
news:folderguy.2pq1n0@no-mx.tabletquestions.com...[color=blue]
>
> Keith or anyone, what do you mean by this:
>
> 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.
>
> I want to make all my folders views the same, and never change. I've
> been looking for an answer to this for months.
>
>
> --
> folderguy[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Off
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Clicking on videos fails with "Invalid char", "Object expected" Baffin Internet Explorer 3 01-16-2008 08:50 AM
Invisible special XP folders like "My Music" and My Videos" in Vista. ceed Windows Vista 10 08-14-2007 12:00 PM
Internet Explorer 7 for Windows Vista not prompting me to "Open/Run" or "Save" files Brandon Taylor Windows Vista 2 04-01-2007 03:00 PM
"Auto-Hide" of taskbar not working. How to force "Hiding" ? Frank Callone Windows XP 1 03-19-2007 02:15 AM
WM5 Sync with Vista "Windows Calender", "Contacts", and "Mail" Tony Windows Vista 1 02-16-2007 04:31 PM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 06:53 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0