Customize File Explorer Search Default Columns

Page 3 of 3 FirstFirst 123

  1. Posts : 16,927
    Windows 10 Home x64 Version 22H2 Build 19045.4170
       #21

    Craig,

    I'd be very interested in seeing your final version so I can use it as my starting point. I hope to set aside some time to experiment this weekend or sometime next week.

    People have been asking about this for ages. I had stopped expecting a solution to appear until I saw Keith's post.

    Denis
      My Computer


  2. Posts : 74
    Windows LTSC 2019
    Thread Starter
       #22

    See my edit above

    A couple other notes about doing this. The tweak I use is going to apply only to General type folders. I have automatic folder type discovery disabled so all of my folders are General type. Otherwise you have to modify each template for each folder type...actually I ~believe~ that's the case so someone please correct me if I'm wrong.

    When you delete the shell bags it will clear all of the saved views not just searches. So be aware that all views will be cleared as if a Reset Folders was done as well. Of course it's necessary to either log off, restart the explorer process, or reboot for changes to take effect.
    Last edited by CraigHB; 30 Jan 2019 at 13:09.
      My Computer


  3. Posts : 17,838
    Windows 10
       #23

    I prefer Large Icons view, for folders, everywhere and, highlighted Content View for all search results everywhere, as in W7. Not positive how it happened but I attribute it to 'Old/New Explorer'...

    Customize File Explorer Search Default Columns-000038.png
      My Computer


  4. CHG
    Posts : 2
    Windows 10 Pro
       #24

    KeithM said:
    The entries under FolderTypes won't change by themselves or when views are modified by the UI. They are the default templates used when there is no saved view. When Windows saves modified views for individual folders, the relevant registry entries are under:
    Code:
    HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\Shell\Bags
    and for searches, Windows does save view changes here, but only one per type (Music Search Results, Documents Search Results, etc.). But there is a limit to saved views, and Windows will delete 'older' views to make room for more. This results in the frequently seen problem of "Windows remembers view settings for a while but then reverts to defaults" problem. The changes I'm proposing modify the default view settings --- the ones that are used when there is no saved view; the ones that force 'Content' view on you.

    To create HKCU\....\FolderTypes, use the PowerShell code below.

    Code:
    $source = 'HKLM:\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes'
    $dest   = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes'
    
    reg delete ($dest.Replace(':','')) /f
    copy-item $source "$(split-path $dest)" -Recurse
    Just copy & paste the code into a PowerShell window & press <Enter>. Don't worry if the 'reg delete' portion throws an error --- the key may or may not exist dependineg upon whether or not you use Libraries.

    Got to get ready for work! Sorry I can't post more right now.

    Keith
    Google Translate:

    @KeithM: thanks for that!

    If you just use search it works very well. However, if you first select something in the filter columns and then use the search (and then select something again in the filter columns and so on) it will no longer work.
    Is there a solution to the problem?

    THX
      My Computer


  5. Posts : 6,832
    22H2 64 Bit Pro
       #25

    I'm not expert on this but using:

    Announcing WinSetView (Tool to Globally Set Explorer Folder Views)

    If I do a search in Explorer then set the desired view once the results are displayed it retains view settings for subsequent searches across all folders. Automatic Folder Type Discovery is also disabled everywhere including Libraries and external drives.
      My Computer


  6. Posts : 989
    Microsoft Windows 10 Home
       #26

    CHG said:
    Google Translate:

    @KeithM: thanks for that!

    If you just use search it works very well. However, if you first select something in the filter columns and then use the search (and then select something again in the filter columns and so on) it will no longer work.
    Is there a solution to the problem?

    THX
    Most column filters don't work in Libraries or SearchResults. See if the filter you would apply has an equivalent stack or group available via the Arranage by > context menu command. For instance, if you arrange by TYpe, each stack is the equivalent of filtering on that extension. And when you initiate a search from a Library, the SearchResults folder will also have various Arrange by > options.

    Customize File Explorer Search Default Columns-screenshot-1014-.png
      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 01:36.
Find Us




Windows 10 Forums