Force Windows to Remember Folder Settings

Force Windows to remember folder settings once you have set them how you prefer, not how it thinks you should be viewing files.

By Tim Trott | Windows Tips and Tricks | September 12, 2008

One of the biggest problems I have with Windows is the fact that it will not remember folder settings when I set the folder views as I like to view my files. For example, if I go into my download folder I have a details view with Filename, Date Modified, Type and Size columns. If I download media (a picture, audio or video) Vista automatically assumes that I want to change the way the folder is viewed and shows me thumbnails, or asks me to tag and rate everything. You can use the Views menu to set it back to details view, change the columns by right-clicking on the column headings then once you have it set up as you want, click on the "Apply to All Folders" button. This does absolutely nothing, and if you go out of the folder and back in - we're back to square one - rating and tagging stuff.

ENOUGH! This guide will show you how to set up the folders how you like them and FORCE Windows not to make any more choices for you. Every folder, every time will be how you want it.

The Solution to Remember Folder Settings

The solution involves a registry hack, it's quite easy but there are a lot of steps, so you may wish to download the script or copy the code below into a new registry file. Alternatively, you can follow the steps outlined below.

Remember Folder Settings Registry Merge File

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\BagMRU]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags]

[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU]
[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]

[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell]
"BagMRU Size"=dword:00004e20

[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"FolderType"="NotSpecified"

Force Vista to Remember Folder Settings Registry Hack

Please rename it to .reg before merging. If you do not want to merge a registry file then you can follow the steps below which will accomplish the same result.

Remember Folder Settings Manual Method

  1. Launch regedit.exe from the Start > Run command.
  2. Navigate to HKEY_CURRENT_USERSoftwareClassesLocal SettingsSoftwareMicrosoftWindowsShell
  3. In the left pane, right click on Bags, and click Delete.
  4. In the left pane, right click on BagMRU, and click Delete.
  5. Navigate to HKEY_CURRENT_USERSoftwareMicrosoftWindowsShell
  6. In the left pane, right click on BagMRU and click Delete.
  7. In the left pane, right click on Bags and click Delete.
  8. Navigate to HKEY_CURRENT_USERSoftwareMicrosoftWindowsShellNoRoam
  9. In the left pane, right click on BagMRU if here and click Delete.
  10. In the left pane, right click on Bags if here and click Delete.
  11. Navigate to HKEY_CURRENT_USERSoftwareClassesLocal SettingsSoftwareMicrosoftWindowsShell
  12. In the left pane, right-click on Shell and click New and click Key.
  13. Type Bags and press Enter.
  14. In the left pane, right-click Bags and click New and click Key.
  15. Type AllFolders and press Enter.
  16. In the left pane, right-click AllFolders and click New and click Key.
  17. Type Shell and press Enter.
  18. In the right pane of Shell, right-click on a empty area and click New and click String Value.
  19. Type FolderType and press Enter.
  20. In the right pane, right-click FolderType and click Modify.
  21. Type NotSpecified and click OK.
  22. Navigate to HKEY_CURRENT_USERSoftwareClassesLocal SettingsSoftwareMicrosoftWindowsShell
  23. In the right pane, right-click, new key (DWORD) called BagMRU
  24. In the right pane, right click on BagMRU Size.
  25. Right-click, then modify.
  26. Dot the Decimal and type 20000 (folders) and click OK.
  27. Close Regedit.

Finishing Up Remember Folder Settings

Regardless of whether you followed these steps or merged the provided reg file, you will need to reboot your machine. Windows will then rebuild the registry keys with a clean slate. You can now go into Explorer, set up your folder view and Apply to All Folders when you are done.

This tip will force Windows to remember YOUR folder view and disregard any folder templates that it may choose to use.

Was this article helpful to you?
 

Related ArticlesThese articles may also be of interest to you

CommentsShare your thoughts in the comments below

If you enjoyed reading this article, or it helped you in some way, all I ask in return is you leave a comment below or share this page with your friends. Thank you.

This post has 2 comment(s). Why not join the discussion!

We respect your privacy, and will not make your email public. Learn how your comment data is processed.

  1. HU

    On Wednesday 17th of August 2011, Hugo said

    Damn... on step 23 i have no BagMRU Size In the right pane... i hope this doesn't screw my computer up or anything....

    1. GB

      On Thursday 30th of January 2014, GuccizBud replied

      Yeah, he forgot a step... need to create the BagMRU Size key first (as DWORD) then assign it the value 0x00004e20 (20000).