Quick Access folder view changes when sub folder views are changed

Page 1 of 2 12 LastLast

  1. Posts : 4
    Win 10
       #1

    Quick Access folder view changes when sub folder views are changed


    Clicking the File Explorer to get to the Quick Access screen, "Recent folders" is in a separate pane at the top and "recent files" is at the bottom. This is how I want my Quick Access folder to look all the time.

    However, when I go to other folders on my computer and want to sort those folders to "date" or "size" or "type", it also changes the Quick Access so the Recent Files and Folders are no longer separated by a line with the Folders above the Files below.

    A google search came up with multiple tips, but nothing specific. I imagine there's a random checkbox buried somewhere I don't know about that would solve this issue.

    Any help would be grateful! Thanks
      My Computer


  2. Posts : 989
    Microsoft Windows 10 Home
       #2

    That's not normal, there is no 'checkbox' you are missing. This sounds like you may have maxed out saved views. Can you open a PowerShell window, copy & paste the command below, then post back with the number returned.
    Code:
    ((gp "HKCU:\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU").Nodeslots).count
    Keith
      My Computer


  3. Posts : 4
    Win 10
    Thread Starter
       #3

    This was the result:

    Nodeslots).count
    5000
      My Computer


  4. Posts : 989
    Microsoft Windows 10 Home
       #4

    That's what I thought. 5000 is the max for saved views, so every time Explorer trys to save one view, it has to delete another --- producing behavior suck as you've seen.
    To clear saved views you need to close all Explorer windows, delete the follwoing two registry keys, then log off and back on:
    Code:
    HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU
    HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags
    You will lose all individual saved views and when folders are opened, they will use the defaults --- either the Windows defaults or your custom templates if have used Apply to folders to set your preferred defaults for the various folder types. If you haven't used Appy to folders befoere, I'm happy to provide more detailed info.

    Keith
      My Computer


  5. Posts : 4
    Win 10
    Thread Starter
       #5

    KeithM said:
    That's what I thought. 5000 is the max for saved views, so every time Explorer trys to save one view, it has to delete another --- producing behavior suck as you've seen.
    To clear saved views you need to close all Explorer windows, delete the follwoing two registry keys, then log off and back on:
    Code:
    HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU
    HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags
    You will lose all individual saved views and when folders are opened, they will use the defaults --- either the Windows defaults or your custom templates if have used Apply to folders to set your preferred defaults for the various folder types. If you haven't used Appy to folders befoere, I'm happy to provide more detailed info.

    Keith

    "delete the follwoing two registry keys"

    Thanks for your help. I don't know what a registry key is or where to go to delete them? I am also concerned that deleting something native to windows would produce unknown side effects? Is it not possible to clear the saved views without deleting the registry keys?
      My Computer


  6. Posts : 989
    Microsoft Windows 10 Home
       #6

    No, because the registry is where saved views are stored. There are no unintended side effects to this --- it deletes the saved views, nothing more.
    I think the following way will be the easiest for you:
    Press Winkey+X or right-click the Start button to access the Power User menu and select Windows PowerShell.
    Quick Access folder view changes when sub folder views are changed-screenshot-415-.png
    Copy & paste the follwing into the PowerShell window & press <Enter>

    Code:
    ri 'HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU' -recurse
    ri 'HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags' -recurse
    Quick Access folder view changes when sub folder views are changed-screenshot-416-.png
    After executing, close PowerShell and log off & back on.
    Last edited by KeithM; 10 Aug 2019 at 13:03.
      My Computer


  7. Posts : 4
    Win 10
    Thread Starter
       #7

    KeithM said:
    No, because the registry is where saved views are stored. There are no unintended side effects to this --- it deletes the saved views, nothing more.
    I think the following way will be the easiest for you:
    Press Winkey+X or right-click the Start button to access the Power User menu and select Windows PowerShell.
    Quick Access folder view changes when sub folder views are changed-screenshot-415-.png
    Copy & paste the follwing into the PowerShell window & press <Enter>

    Code:
    ri 'HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU' -recurse
    ri 'HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags' -recurse
    Quick Access folder view changes when sub folder views are changed-screenshot-416-.png
    After executing, close PowerShell and log off & back on.

    I performed the powershell procedure and it worked! Thank you, Keith!
      My Computer


  8. Posts : 989
    Microsoft Windows 10 Home
       #8

    You're welcome. Happy to help. Thanks for the feedback.
      My Computer


  9. Posts : 1
    Windows 10
       #9

    Quick Access folder view changes when sub folder views are changed-capture.png
    This Is what I get..

    - - - Updated - - -

    KeithM said:
    You're welcome. Happy to help. Thanks for the feedback.
    Hey! Sorry I just sent my details Above.. Would love some help..
      My Computer


  10. Posts : 989
    Microsoft Windows 10 Home
       #10

    That's odd unless you had also just run the PowerShell I posted to delete the key.

    Keith
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 00:38.
Find Us




Windows 10 Forums