Why Isn't Quick Access a Treeview (and how can I make it one)?

Page 2 of 2 FirstFirst 12

  1. Posts : 8
    Windows 10
    Thread Starter
       #11

    I think that I shall never see...


    Guys, I've done what I know to do. I'm not getting anywhere. If you can help, I sure would like to have Favorites on the navbar act as a treeview. I ran the .reg file as specified. Here's what's in my registry:
    Why Isn't Quick Access a Treeview (and how can I make it one)?-regshot1.png
    Why Isn't Quick Access a Treeview (and how can I make it one)?-regshot2.png
    Here's what happens in the navbar:
    https://vimeo.com/user85320150/revie...507/ef022eca98
      My Computer


  2. Posts : 989
    Microsoft Windows 10 Home
       #12

    That link doesn't work.
    Why Isn't Quick Access a Treeview (and how can I make it one)?-screenshot-792-.png
      My Computer


  3. Posts : 6,851
    22H2 64 Bit Pro
       #13

    @KeithM

    OP posted wrong link:

    Fred Sawtelle on Vimeo
      My Computer


  4. Posts : 989
    Microsoft Windows 10 Home
       #14

    Callender said:
    @KeithM

    OP posted wrong link:

    Fred Sawtelle on Vimeo
    So what use is a xcreenshot of Quick Access? Favorites won't show an expansion arrow unless it has subfolders.
      My Computer


  5. Posts : 8
    Windows 10
    Thread Starter
       #15

    It works for me


    Sorry, guys, the link I posted works for me. Maybe it's a permissions thing. First time using Vimeo, after I saw that tenforums doesn't host uploaded videos. It looks like Callender has posted one that works. And a video is what it is, @KeithM, not a screenshot. If you'll click on the "Start" button at bottom left, you'll see what I'm trying to show.

    And, what I'm trying to show is that "Favorites" has an arrow beside it, indicating that it can be expanded, until that arrow is clicked. Then it disappears and nothing else happens. There are subfolders in Favorites which should show and expand, but they don't.
      My Computer


  6. Posts : 989
    Microsoft Windows 10 Home
       #16

    OK. Wathced the video. Still don't know more than I did before. You're sure you have actual folders there & not shortcuts? You can run this PowerShell to check: gci $home\links -ad

    Code:
    PS C:\> gci $home\links -ad                                                                           
    
        Directory: C:\Users\keith\links
    
    
    Mode                LastWriteTime         Length Name
    ----                -------------         ------ ----
    d-----         7/4/2020   2:44 PM                New folder
    d----l         7/4/2020   2:49 PM                TestJUn
    
    
    PS C:\>
    Why Isn't Quick Access a Treeview (and how can I make it one)?-image.png

    The other thing to check would be the aggregae definitionfor the CLSID under HKCR. Here's my export:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\CLSID\{323CA680-C24D-4099-B94D-446DD2D7249E}]
    @="Favorites"
    "FolderValueFlags"=dword:00000028
    "LocalizedString"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,\
      6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,\
      00,5c,00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,\
      2c,00,2d,00,32,00,31,00,37,00,39,00,36,00,00,00
    "SortOrderIndex"=dword:00000004
    "System.IsPinnedToNameSpaceTree"=dword:00000001
    
    [HKEY_CLASSES_ROOT\CLSID\{323CA680-C24D-4099-B94D-446DD2D7249E}\DefaultIcon]
    @="%SystemRoot%\\system32\\imageres.dll,-185"
    
    [HKEY_CLASSES_ROOT\CLSID\{323CA680-C24D-4099-B94D-446DD2D7249E}\Implemented Categories]
    
    [HKEY_CLASSES_ROOT\CLSID\{323CA680-C24D-4099-B94D-446DD2D7249E}\Implemented Categories\{00021490-0000-0000-C000-000000000046}]
    @="Browsable Shell Extension"
    
    [HKEY_CLASSES_ROOT\CLSID\{323CA680-C24D-4099-B94D-446DD2D7249E}\InProcServer32]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
      65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
    "ThreadingModel"="Apartment"
    
    [HKEY_CLASSES_ROOT\CLSID\{323CA680-C24D-4099-B94D-446DD2D7249E}\shell]
    
    [HKEY_CLASSES_ROOT\CLSID\{323CA680-C24D-4099-B94D-446DD2D7249E}\shell\restorefavoritelinks]
    "Description"="@shell32.dll,-34648"
    "MUIVerb"="@shell32.dll,-34647"
    
    [HKEY_CLASSES_ROOT\CLSID\{323CA680-C24D-4099-B94D-446DD2D7249E}\shell\restorefavoritelinks\command]
    "DelegateExecute"="{4522c772-9a2b-4920-ad7f-62d3d15eac52}"
    
    [HKEY_CLASSES_ROOT\CLSID\{323CA680-C24D-4099-B94D-446DD2D7249E}\ShellFolder]
    "Attributes"=dword:f080004d
    This is the result of the HKCU info overlaid the HKLM info.
      My Computer


  7. Posts : 8
    Windows 10
    Thread Starter
       #17

    Well, no, they're not actual folders, not in my Favorites. They're just shortcuts. That's all I ever put in Favorites.
      My Computer


  8. Posts : 989
    Microsoft Windows 10 Home
       #18

    Shortcuts of the .lnk variety never expand, they always "jump" to their target.

    In the Expolrer Address bar, type: shell:Links

    Create a real folder there and see if it expands from Favorites.

    If that works, then you want to use mklink (Command Prompt) or New-Item (PowerShell) to create junctions to desired targets.
      My Computer


  9. Posts : 8
    Windows 10
    Thread Starter
       #19

    Yes, a real folder expands. I had gotten the impression, from the earlier recommendation to use Favorites, that it was going to do so with minimal effort on my part. This is what I originally asked about--if it is possible to get Quick Access to do so.

    Thanks for the information about mlink, etc. What I want may be too transient for that amount of per-item activity, but it's good to know that a means exists.
      My Computer


  10. Posts : 989
    Microsoft Windows 10 Home
       #20

    My first reply stated that Favorites would hve to be populated with junctions to get the behavior you desire.

    How about a context menu option for folders that would add a namespace junction to Favorites?
      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 13:58.
Find Us




Windows 10 Forums