1f59 Setting the default folder view for all folders | Desktop | Smallvoid.com

Setting the default folder view for all folders

14 June 2008 by Snakefoot | Comment » | Trackback Off
To configure all folders to display the files the same way:
  1. Use Windows Explorer to browse to a folder, and configure how the folder should appear (Set the wanted View - Details/List/Tiles/Thumbnails, Select columns, Change column order, Resize column width etc.).
  2. In the Windows Explorer click the Tools-menu and select "Folder Options..."
  3. Change to the "View"-fan and press "Reset Folders" and then press the "Apply to all folders"-button
More Info MSDN - New Windows XP Shell Features
More Info MS KB812003
Changing the Folder Type template for a folder
Even after having configured all folder to look the same way, then some folders may still display differently, because the Folder type has been configured. To configure the Folder Type of a folder:
  1. Right click on the folder and select "Properties"
  2. Select the "Customize"-fan and here can you configure "What kind of folder do you want?" by changing what Folder Type to use as template.

    The different templates have different columns pre-configured and options available:
    • Pictures(best for many files) - Introduces a Filmstrip mode in the Windows Explorer View-menu.
Note Windows XP will automatically cache folder customization, so changes made to a single folder will be remembered when the folder is visited again.
Configure the default Folder Type template for all users
If having dynamic / roaming users and want and want to configure the default Folder view for all users through the registry:

[HKEY_LOCAL_MACHINE \Software \Microsoft \Windows \ShellNoRoam \Bags \AllFolders \Shell]
WFlags = 0
Mode = 4
vid = "{137E7700-3573-11CF-AE69-08002B2E1262}"

Note the following table can be used to configure the above values (WFlags should always be 0)
ViewModevid
Icons1{0057D0E0-3573-11CF-AE69-08002B2E1262}
List3{0E1FA5E0-3573-11CF-AE69-08002B2E1262}
Details4{137E7700-3573-11CF-AE69-08002B2E1262}
Thumbnail5{8BEBB290-52D0-11D0-B7F4-00C04FD706EC}
Tiles6{65F125E5-7BE1-4810-BA9D-D271C8432CE3}
Filmstrip7{8EEFA624-D1E9-445B-94B7-74FBCE2EA11A}
Note if not wanting to show the status-bar in the default folder view:

[HKEY_LOCAL_MACHINE \Software \Microsoft \Windows \ShellNoRoam \Bags \AllFolders \Shell]
Status = 0

Updated: 25 July 2008

Comments:

Comment by Maurice Rich - 15 September 2008 @ 0:02 Reply

I’m unable to locate the above registry key ?
Can some one please indicate the correct key ?

Comment by Snakefoot - 15 September 2008 @ 20:52 Reply

Maurice Rich wrote:
I’m unable to locate the above registry key ?

The registry keys doesn’t exist by default. You have to create them yourself.

Comment by Shin Ring - 8 October 2008 @ 13:23 Reply

Create a .reg file (text file) and paste this into it and then double click on it to make creating this key easy:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ShellNoRoam]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ShellNoRoam\Bags]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ShellNoRoam\Bags\AllFolders]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ShellNoRoam\Bags\AllFolders\Shell]
“vid”=”{137E7700-3573-11CF-AE69-08002B2E1262}”
“WFlags”=dword:00000000
“Mode”=dword:00000004

Comment by Simon Chan - 22 April 2009 @ 17:17 Reply

I have followed the steps as listed above in an attempt to change and apply the Folder View in Details for all other folders for all users. However, it did not take any effect.

Comment by David Thomas - 24 June 2009 @ 0:29 Reply

Hi,

The keys mentioned here are correct. For more information check the following post.
I wrote it after having problems with explorer views.

http://www.thinworld.net/blog/2009/06/explanation-of-shellnoroam-registry.html

Comment by Paul Gailey - 21 September 2009 @ 17:01 Reply

I´m trying to force the default view of the attach a document view/dialog box to be the same, which by default is list view and not details view. What reg setting do i need to achieve this?

Comment by Nikolaos - 25 January 2010 @ 1:06 Reply

I want to replace a folder’s icon with an icon from an “.ico” file, but the folder is at the local network, shared through SMB.

Windows xp allows customization for the thumbnail of such a folder from an image, but there’s nothing to do for its icon.

I guessed that the customization information should be kept in the registry, and I really found the string value named “Logo” in one of the registry keys under [HKLM \Software \Microsoft \Windows \ShellNoRoam \Bags], assigned to the image file’s path.

My question is, whether there is some other string value name in the same key that controls the specific folder. So that I would assign an .ico file to change its appearance in icon view.

Comment by Snakefoot - 25 January 2010 @ 22:29 Reply

Nikolaos wrote:
I want to replace a folder’s icon with an icon from an “.ico” file, but the folder is at the local network, shared through SMB.

You can customize folders using Desktop.ini

More Info Set custom icon using desktop.ini

842

Comment by Cheng - 4 October 2011 @ 16:06 Reply

I think it is HKEY_CURRENT_USER

Leave a comment


NB! Use the Forum for computer help and off-topic questions.

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>


0