Set universal default settings for folder view by registry

Fluid Poetry 40 Reputation points
2025-12-21T00:16:53.4033333+00:00

I must admit, I'm getting more and more fed up with the MS Windows experience.

I want to change the folder view to a specific default. I want this universal and I want it permanent - i.e., not through whatever crap GUI is given.

How can I remove the "Group by" in Sort and make the view set to "Details" for all files? I don't want a different view for specific files, such as music or video or whatever. I want basic file information.

I am NOT interested in any answer that involves going to the ellipsis and changing some setting that gets reversed by MS in some new update. I want this permanent. How can it be done via a registry edit or group policy, etc...?

I would add that while MS forces me to use the "Windows for home" tag, I am using the barely "professional" version of Win11.

Thank you.

Windows for home | Windows 11 | Settings
0 comments No comments

Answer accepted by question author
Lucus-V 13,225 Reputation points Microsoft External Staff Moderator
2025-12-21T04:53:54.2+00:00

Hi Fluid Poetry,
Welcome to Microsoft Q&A forum. I'm happy to help.

Although it can be done by Registry Editor, it's easier to achieve and manage by 3rd-party software WinSetView.

WinSetView provides an easy way to set Windows File Explorer default folder views. For example, if you want Details view, with a particular selection of column headings enabled across all folders, then WinSetView will do that for you. WinSetView sets registry values that File Explorer already supports. It does not modify Explorer or add any tasks or services.

Disclaimer: Microsoft provides no assurances and/or warranties, implied or otherwise, and is not responsible for the information you receive from the third-party linked sites or any support related to technology.

I hope that above information is helpful to you.


If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?

1 person found this answer helpful.

Answer accepted by question author

AI answer

2025-12-21T00:17:00.5633333+00:00

To set universal default settings for folder views in Windows via the registry, you can follow these steps:

  1. Open Registry Editor: Press Win + R, type regedit, and hit Enter.
  2. Navigate to the following path:
    • HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags
  3. Delete the Bags key: This will reset all folder views to default settings. You may want to back up this key before deleting it.
  4. Create a new key for default settings:
    • Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags\AllFolders
    • Right-click on AllFolders, select New > Key, and name it Shell.
  5. Set the default view:
    • Within the Shell key, create a new DWORD (32-bit) value named FolderType and set its value to Generic. This will enforce the details view.
    • To remove the "Group by" option, you may need to adjust settings in the FolderOptions or similar keys, but specific registry entries for removing "Group by" may not be documented in the provided context.
  6. Apply Group Policy (if applicable): If you're using Group Policy, you can set the default folder view settings through the Group Policy Management Console (GPMC) if you have access to it. Look for settings related to File Explorer or Folder Options.
  7. Restart your computer to apply the changes.

Please note that modifying the registry can cause system issues if not done correctly, so proceed with caution and ensure you have backups of your important data.


References:

AI-generated content may be incorrect. Read our transparency notes for more information.

Was this answer helpful?

0 additional answers

Sort by: Oldest

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.