How to Reset Folder View Settings to Default in Windows 10
In Windows, you can change the File Explorer window size, template (not for folders on the Desktop), column width, Group by, Sort by, and layout view of items in your folders to how you like.
This tutorial will show you how to reset folder view settings, details and preview pane width, details and preview pane size, navigation pane width, and Open and Save as dialogs back to default for your account in Windows 10.
Contents
- Option One: To Reset Folder View Settings of All Folders using a BAT file
- Option Two: To Only Reset Folder View Settings of All Folders with Same Template Type as Current Folder
1 Open Notepad.exe.
2 Copy and paste the code below into Notepad.
Code:@echo off :: Resets folder view settings, window size and position of all folders Reg Delete "HKCU\SOFTWARE\Microsoft\Windows\Shell\BagMRU" /F Reg Delete "HKCU\SOFTWARE\Microsoft\Windows\Shell\Bags" /F Reg Delete "HKCU\SOFTWARE\Microsoft\Windows\ShellNoRoam\Bags" /F Reg Delete "HKCU\SOFTWARE\Microsoft\Windows\ShellNoRoam\BagMRU" /F Reg Delete "HKCU\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU" /F Reg Delete "HKCU\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags" /F Reg Delete "HKCU\SOFTWARE\Classes\Wow6432Node\Local Settings\Software\Microsoft\Windows\Shell\Bags" /F Reg Delete "HKCU\SOFTWARE\Classes\Wow6432Node\Local Settings\Software\Microsoft\Windows\Shell\BagMRU" /F :: To reset "Apply to Folders" views to default for all folder types REG Delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Defaults" /F :: To reset size of details, navigation, preview panes to default for all folders Reg Delete "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Modules\GlobalSettings\Sizer" /F Reg Delete "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Modules\NavPane" /F :: To reset size of Save as and Open panes to default for all folders Reg Delete "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CIDOpen" /F Reg Delete "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CIDSave" /F Reg Delete "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32" /F :: To kill and restart explorer process taskkill /f /im explorer.exe start explorer.exe
3 Save the TXT file as a BAT file with the Reset_Folder_View_Settings_of_All_Folders_to_Default.bat name.
Be sure to rename the the TXT file extension to BAT.
4 Double click/tap on the .bat file to run it.
5 You will now notice your screen flicker as explorer is restarted to apply the registry changes.
1 Open a folder (ex: Pictures in This PC) in File Explorer (Win+E) that has a template (ex: Pictures template) you want to reset for all folders optimized with the same template.
2 Click/tap on the View tab, and click/tap on the Options button in the ribbon to open Folder Options from within this folder. (see screenshot below)
3 Click/tap on the View tab in Folder Options, and click/tap on the Reset Folders button. (see screenshot below)
4 Click/tap on Yes to confirm. (see screenshot below)
5 Click/tap on OK in Folder Option. (see screenshot below step 3)
6 The folder view settings of the current folder and all folders optimized with the same template type has now been reset to default. (see screenshot below)
That's it,
Shawn Brink
Related Tutorials
- How to Increase Folder View Settings Cache Memory Size in Windows
- How to Backup and Restore Folder View Settings in Windows 10
- How to Change the Template of a Drive, Folder, or Library in Windows 10
- How to Apply a Folder's View to All Folders of Same Template Type in Windows 10
- How to Set a Default Folder View for All Folders in Windows 10
- How to Enable or Disable Auto Arrange in Folders in Windows 10
- How to Change a Folder View Layout in Windows 10
- How to Change the Sort by View of a Folder in Windows 10
- How to Change the Group by View of a Folder in Windows 10
- How to Size Width of All Columns to Fit in Folder in Windows 10
- How to Reset Navigation Pane Width Size to Default in Windows
- How to Reset Quick Access Toolbar to Default in Windows 10 File Explorer
- How to Reset Open and Save As Common Item Dialog Boxes to Default in Windows
- How to Reset Navigation Pane Expanded State in Windows 10 File Explorer