Completely disable file grouping, always, everywhere, in all windows, dialogs, everything!

Anonymous
2022-02-23T22:25:42+00:00

Hello,

File grouping is degrading my productivity. It is constantly getting between me and my work.

I am aware of the methods to disable file grouping within individual folders. Please do not tell me how to do this, I already know.

I am also aware of the method that is supposed to disable file grouping within folders of a particular type (general, music, photos, etc.)... by setting the Explorer "Options > Apply to Folders". (As an aside, the auto-detection of folder contents often does not work and is a big headache.) Again, please do not tell me how to do this, I already know.

What I need to do is prevent Windows from grouping files -- EVERYWHERE. Not just in Windows Explorer, but in application file dialogs. That is, file Open and Save dialogs. That is the absolutely last place I ever want to see grouping.

This is seriously a problem for me. My assets are organized alphabetically for a reason. When I have to right-click and choose "Group By > None" every single time I access a folder through an application dialog, it wastes my time, increases my workload, and makes me very cranky.

I know that Microsoft has added this feature because they think it is going to save effort and time for their users. That may be true in some cases, but there is no one solution to maximize productivity in all possible use cases.

So please, how can I completely disable file grouping, always, everywhere, in all windows, dialogs, everything?

If this is not currently possible in Windows 10, please make it possible.

Such a simple, basic option can save literally millions of hours of wasted time for a global user base.

Thank you.

Windows for home | Windows 10 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Les Ferch 10,361 Reputation points Volunteer Moderator
2022-06-24T16:57:28+00:00

So please, how can I completely disable file grouping, always, everywhere, in all windows, dialogs, everything?

Option 1: Use WinSetView

The easiest solution is to use WinSetView. It's a free, open source, portable app that lets you choose your preferred Explorer default views, including grouping, and sets the registry values for you. It does not modify any system files and does not leave anything running (i.e. zero overhead). The settings will stick through typical Windows Updates, but will need to be reapplied after a major update.

Note: WinSetView resets all of your folder views to whatever you select as your default view preferences, which includes your grouping options. You may select one global view setting or select different views for each folder type.

Option 2: Clear saved views and "Apply to Folders"

This option uses the "Apply to Folders" button to set the user default view for the Downloads folder to Group by (None), but in order to ensure that all file open/save dialogs get the updated view, the currently saved views in the registry must be cleared out. To do that, first open RegEdit and delete the following registry keys:

HKCU\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU

HKCU\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags

After deleting those registry keys, set grouping to (None) in the usual way:

Windows 11:

  1. Open your Downloads folder and make the window wide enough to see all options.
  2. Sort menu > Group by > (None)
  3. > Options
  4. View tab > Apply to Folders > Yes > OK

Windows 10:

  1. Open your Downloads folder and make the window wide enough to see all options.
  2. View tab > Group by > (None)
  3. Options > Change folder and search options
  4. View tab > Apply to Folders > Yes > OK

This procedure must be applied for each folder TYPE. Typically, only the Downloads folder type is set to group by date, but if you have other folder types that are also grouped, the procedure will need to be repeated for those ones as well.

Once the above steps are complete, sign out and sign in (or restart the computer) to make the changes take effect everywhere.

Option 3: Modify the default in the registry

In this registry key:

HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{885a186e-a440-4ada-812b-db871b942259}\TopViews\{00000000-0000-0000-0000-000000000000}

Change the GroupBy value data from "System.DateModified" to "" (i.e. clear the data).

Note: The above key is protected. You will need to either change its permissions (not recommended) or access it using a tool that provides TrustedInstaller access, such as PowerRun, AdvancedRun, or RightClickTools.

If you make the above change for a new user before opening any Downloads folders, then you're done. Otherwise, you'll need to clear out the saved views using the following procedures:

Close all open apps.

Open RegEdit normally (i.e NOT as TrustedInstaller) and delete the following registry keys:

HKCU\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU

HKCU\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags

Run the following PowerShell script to clear views for Store apps such as the Windows 11 Notepad and MSPaint:

$Pkgs = "$env:LocalAppData\Packages"
Get-ChildItem $Pkgs -Directory | ForEach-Object {
  Remove-Item -Force -ErrorAction SilentlyContinue "$Pkgs\$_\SystemAppData\Helium\UserClasses.dat"
} 

Sign out and sign in (or restart the computer) to make the changes take effect everywhere.

Option 4: Per user script

Close all open apps and run the following PowerShell script for each user (please see the comments):

# This script will remove grouping from all possible views of the Downloads folder. 
# The change is applied to the current user's profile only. 
# Warning: ALL folder views (except Downloads grouping) will revert to Windows defaults! 
# This is a minimal solution. To set ALL default folder views, use the free tool WinSetView. 

$RegExe = "$env:SystemRoot\System32\Reg.exe"
$File = "$env:Temp\Temp.reg"
$Key = 'HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{885a186e-a440-4ada-812b-db871b942259}'
& $RegExe Export $Key $File /y
$Data = Get-Content $File
$Data = $Data -Replace 'HKEY_LOCAL_MACHINE', 'HKEY_CURRENT_USER'
$Data = $Data -Replace '"GroupBy"="System.DateModified"', '"GroupBy"=""'
$Data | Out-File $File
& $RegExe Import $File
$Key = 'HKCU\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\Shell'
& $RegExe Delete "$Key\BagMRU" /f
& $RegExe Delete "$Key\Bags" /f
$Pkgs = "$env:LocalAppData\Packages"
Get-ChildItem $Pkgs -Directory | ForEach-Object {
  Remove-Item -Force -ErrorAction SilentlyContinue "$Pkgs\$_\SystemAppData\Helium\UserClasses.dat"
}
Stop-Process -Force -ErrorAction SilentlyContinue -ProcessName Explorer

Was this answer helpful?

1600+ people found this answer helpful.
0 comments No comments

355 additional answers

Sort by: Oldest
  1. Les Ferch 10,361 Reputation points Volunteer Moderator
    2024-01-03T01:59:00+00:00

    Image

    What you're seeing there just shows that your last save was to the Desktop. At this point, none of the left icons are selected. I can replicate the same behavior in any program that uses a legacy dialog. If you click on the Desktop icon on the left and then click on the Desktop icon that appears on the right, you will return to this point.

    If I click on "desktop" Icon - it reloads, and the hidden folders appear. I'm very sure before WinSetView they did NOT appear even after clicking on "Desktop", as I work very often with audacity, and it immediately caught my eye when it happened

    I checked every which way possible and the Desktop icon in a legacy dialog always shows all of those icons on any machine or any user account. It's certainly the default and, as far as I can tell, the only way it works. I'll keep an eye out for any way to change the behavior, but I doubt I'll find anything.

    All I can say is just click the Desktop icon that appears on the right and you'll get the correct view. I can't find any setting that will make it do that by default and those checkboxes only apply to the modern dialogs.

    P.S. If you upgrade to Audacity 3.4.2, it uses the modern dialog for Export.

    Edit:

    This is how it looks on Windows 10:

    Image

    This is how it currently looks on Windows 11:

    Image

    And this is a screenshot I found online from an early release of Windows 11:

    Image

    It looks like it's something the Microsoft changed. I'd have to go to an earlier Windows 11 build to confirm.

    Confirmed. I built Windows 11 21H2 and this is how it looks:

    If I were to uninstall OneDrive and detach the DVD drive, then it would be identical to the previous screenshot.

    Bottom line. Microsoft changed it, not me.

    It's at least partially moot now. The newest Audacity uses the modern file dialog for Export (although it still uses the legacy dialog for file open).

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-01-31T19:26:27+00:00

    Hi Lesferch,

    So, given that:

    "In other words, it's complicated. It has worked the same way since Windows 7 came out in 2009. If it were a simple switch, it would be well known, easily applied, and this very long thread wouldn't exist."

    So now it's 2024. ****? It's bloody obvious by now that many, many, many users are displeased with Group By, so why hasn't Microsoft acted on that user feedback and provided a configurable workaround? Or is this another, "Complain to Us for 30 Years Before We Act So We Know You Really Mean It" issue like the lack of smooth-scrolling in Excel?

    Was this answer helpful?

    0 comments No comments
  3. Les Ferch 10,361 Reputation points Volunteer Moderator
    2024-01-31T22:15:41+00:00

    So now it's 2024. ****? It's bloody obvious by now that many, many, many users are displeased with Group By, so why hasn't Microsoft acted on that user feedback and provided a configurable workaround? Or is this another, "Complain to Us for 30 Years Before We Act So We Know You Really Mean It" issue like the lack of smooth-scrolling in Excel?

    I'm convinced that the people who design and program Explorer don't actually do any significant file management tasks with it. It would be interesting to hear the discussion that led to the decision to set Downloads to group by date by default. Did they really conclude that's what most users would want? And do they still believe that or is it just too minor of an issue for them to bother revisiting? Who knows. You'll never get a straight answer about things like that.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2024-02-01T09:27:38+00:00

    I doubt it would've ever made it past the Windows beta group, had they not disbanded us after Win7 shipped. So many boneheaded things have made their way into Windows since then, and stupid bugs not fixed for years, too. Aggravating.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments