Windows 10: Enable or Disable Auto Arrange in Folders in Windows 10

Discus and support Enable or Disable Auto Arrange in Folders in Windows 10 in Windows 10 Tutorials to solve the problem; Hello Max, and welcome to Ten Forums. *Smile If you like, you could set one folder to use medium icons, and then use apply to folders to do so. When... Discussion in 'Windows 10 Tutorials' started by tinutuva, Dec 28, 2015.

  1. ms0154 Win User

    Enable or Disable Auto Arrange in Folders in Windows 10


    Ok your officially my hero now lol

    Thank you very much. That worked. Now any new folder I create has Medium Icons and Auto-Arrange on *Smile

    Thats perfect. Fascinating how simple solutions are the easiest sometimes *Party
     
    ms0154, Mar 16, 2016
    #46
  2. Brink
    Brink New Member

    I'm glad it could help. *Smile
     
    Brink, Mar 16, 2016
    #47
  3. syldub Win User
    Thanks for the very good article.
    As for Windows 7 and Windows 8, the full row select setting is very useful. Disabling the Sniff Folder settings is very useful too.

    But be careful !! As for Windows 7 and 8, disabling the Auto-Arrange feature will have a very bad side-effect if you use network shares. Indeed, this will cause a refresh of the Windows Explorer folder. This will have a bad behavior when you try to name a new created file or folder, as it will be refreshed few seconds after being created...
    Here is a scenario description to clarify the issue:
    1. You create a new folder on a shared folder (the shared folder must contain at least 1 another folder)
    2. Windows Explorer gives the focus inside the folder name, which let you replace the default "New Folder" name.
    3. You begin to type your new folder name, for instance "ExampleFolder"
    4. Few milliseconds after beginning typing the new name (you had time to type "Examp" for instance), the folder is refreshed, and the name is resetted to "New Folder", although you still have the focus in the folder object.
    5. You have to retype the new folder name "ExampleFolder" from the beginning.
    => This behavior will make you waste a lot of time and will lead to confusion as your new folder names will be truncated if your don't take care. For instance the folder name of the scenario can result to "leFolder" if you didn't see that the folder name was refreshed after typing "Examp".

    So I don't recommend disabling the Auto-Arrange feature.
     
    syldub, Mar 26, 2016
    #48
  4. Brink
    Brink New Member

    Enable or Disable Auto Arrange in Folders in Windows 10

    Hello syldub, and welcome to Ten Forums. *Smile

    If you like, you might try the tutorials below instead for Windows 7 and 8.

    Windows Explorer Auto Arrange - Disable - Windows 7 Help Forums

    Windows Explorer Auto Arrange - Disable in Windows 8
     
    Brink, Mar 26, 2016
    #49
  5. syldub Win User
    Hi Brink,
    I was talking about Windows 10. But like I said, the issue I described was also the same on Windows 7 and 8 (with the appropriate provided solutions).
    The issue appears when the FWF_EXTENDEDTILES bit is activated in the folder flags registry value (FFlags).
    This flag (0x02000000) changes the type of the control used in File Explorer to a List View control, which has a different behavior.
    This is what allows to disable the Full Row Select.
    In the solution provided here, the flags are set to 0x43000000.
    Also, I wonder why the FWF_NOHEADERINALLVIEWS flag (0x01000000) is enable here, as it does seems to not have any incidence.
    I don't see any difference between 0x43000000 and 0x42000000: column headers are shown only in the Details view.

    Anyway, I don't recommend activating the 0x02000000 flag.
    Like many people, I would prefer disabling the Full Row select, and be able to Auto-Arrange files in Tiles view, but the associated drawback is too much crippling.
     
    syldub, Mar 27, 2016
    #50
  6. Brink
    Brink New Member
    Which DWORD is FWF_NOHEADERINALLVIEWS for?
     
    Brink, Mar 27, 2016
    #51
  7. syldub Win User
    The folder flags are located in the following keys :
    [HKCU\SOFTWARE\Classes\Local Settings\SOFTWARE\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{5C4F28B5-F869-4E84-8E60-F11DB97C5CC7}]
    [HKCU\SOFTWARE\Classes\Local Settings\SOFTWARE\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{7d49d726-3c21-4f05-99aa-fdc2c9474656}]
    [HKCU\SOFTWARE\Classes\Local Settings\SOFTWARE\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{94d6ddcc-4a68-4175-a374-bd584a510b78}]
    [HKCU\SOFTWARE\Classes\Local Settings\SOFTWARE\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{b3690e58-e961-423b-b687-386ebfd83239}]
    [HKCU\SOFTWARE\Classes\Local Settings\SOFTWARE\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{5fa96407-7e77-483c-ac93-691d05850de8}]
    The concerned DWORD value is : FFLAGS

    You can refer to the MSDN for the FOLDERFLAGS enumeration:
    FOLDERFLAGS enumeration (Windows)
     
    syldub, Mar 27, 2016
    #52
  8. Brink
    Brink New Member

    Enable or Disable Auto Arrange in Folders in Windows 10

    Ok. That's what I thought you meant, but wanted to be certain.

    I got the FFLAGS values used in the downloadable .reg files in the tutorial after setting the folder views.
     
    Brink, Mar 27, 2016
    #53
  9. syldub Win User
    Do you have a solution for having full row select disabled + auto-arrange and align to grid menus, without the "refresh issue" on network shared folders?
     
    syldub, Mar 28, 2016
    #54
  10. Brink
    Brink New Member
    Brink, Mar 28, 2016
    #55
  11. syldub Win User
    I think you didn't read the issue description I had reported...
    Your last reply is completely off-topic.
    Checking "Auto arrange" and "Align to grid" has nothing related to the issue.
     
    syldub, Apr 9, 2016
    #56
  12. Brink
    Brink New Member
    I'm not aware of a way to avoid the refresh issue other than not having auto arrange disabled.
     
    Brink, Apr 9, 2016
    #57
  13. syldub Win User

    Enable or Disable Auto Arrange in Folders in Windows 10

    Yes, but the Auto-Arrange feature is not configurable in the Details View... So, does it mean that the Auto-Arrange feature is enabled even though it is not shown as enabled (and grayed out)?
     
    syldub, Apr 9, 2016
    #58
  14. Brink
    Brink New Member
    If you use the .reg file in the tutorial to enable auto arrange again, does it still happen?
     
    Brink, Apr 9, 2016
    #59
  15. syldub Win User
    If I execute the script "Enable_Auto_Arrange_in_File_Explorer.bat", the issue disappears.
    This is quite normal, because the FFlags FWF_EXTENDEDTILES bit (0x02000000) is then disabled.
    Actually as the [HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags] registry keys are deleted, the default folder flags are then used, which are 0x41200001 for undetermined folders.
     
    syldub, Apr 10, 2016
    #60
Thema:

Enable or Disable Auto Arrange in Folders in Windows 10

Loading...
  1. Enable or Disable Auto Arrange in Folders in Windows 10 - Similar Threads - Enable Disable Auto

  2. How to disable auto arrange?

    in Windows 10 Ask Insider
    How to disable auto arrange?: [ATTACH] submitted by /u/mergisi [link] [comments] https://www.reddit.com/r/Windows10/comments/loj3a9/how_to_disable_auto_arrange/
  3. How To Disable Sorting And Auto Arrange In Folders

    in Windows 10 Ask Insider
    How To Disable Sorting And Auto Arrange In Folders: I find this excruciatingly frustrating as a UX perspective. I want to sort the items in my folder the way I want them. Not by date, not by name, not some group by, etc. I like it the way it is in my desktop. I have it ordered manually the way I like it, why can't I do the...
  4. How To Disable Sorting And Auto Arrange In Folders

    in Windows 10 Ask Insider
    How To Disable Sorting And Auto Arrange In Folders: I find this excruciatingly frustrating as a UX perspective. I want to sort the items in my folder the way I want them. Not by date, not by name, not some group by, etc. I like it the way it is in my desktop. I have it ordered manually the way I like it, why can't I do the...
  5. no "auto arrange" in Windows 10?

    in Windows 10 Network and Sharing
    no "auto arrange" in Windows 10?: my windows 10 does not have icon "auto arrange". I did, view->large icons->right click...nothing anywhere no "auto arrange" yes I used the right-click. I'm using Windows 7 and I have "auto arrange". I really "like" Windows 7, see the pun. I've tried everything I can...
  6. Disabling auto arrange in folders

    in Windows 10 Customization
    Disabling auto arrange in folders: When is Microsoft going to let its users disable auto arrange in folders? I am not talking about the desktop here. All my files etc. that are in Folders are being aligned automatically and I want to move them around freely wherever I want. I could do this in Windows XP...
  7. Disable auto-arrange

    in Windows 10 Network and Sharing
    Disable auto-arrange: Why has Microsoft removed the option to turn off auto-arrange in Windows 10? Is there a fix? https://answers.microsoft.com/en-us/windows/forum/all/disable-auto-arrange/703204e2-f403-4045-bc21-d25c96752603"
  8. Disable Auto arrange inside a folder

    in Windows 10 Support
    Disable Auto arrange inside a folder: I have a folder named SHORTS on my Desktop, inside are shortcut icons for many programs i use often. I still have not been able to find a way to arrange in the order i want. If i move anything they just revert back to previous order. Also if i have another folder in the...
  9. Disable Auto Arrange in Windows Explorer

    in Windows 10 Customization
    Disable Auto Arrange in Windows Explorer: First off I used the forum search function and didn't fins any threads addressing this issue so I apologize in advance if this is a duplicated topic and I somehow missed it. I have disliked this "feature" since windows 7 and I see they still have not restored the ability...
  10. Any Way to Disable the Auto Arranging of Files for Specific Folders?

    in Windows 10 Support
    Any Way to Disable the Auto Arranging of Files for Specific Folders?: Hey, Anybody happen to know how to disable Win 10 auto arranging files in a folder? You can obviously sort them in numerous way, but for certain folders I want to be able to manually rearrange my files (folders that contain music tracks). Apparently in WIn 8.1 you could...

Users found this page by searching for:

  1. enable auto arrange in windows 10

    ,
  2. disable auto arrange in windows 10

    ,
  3. enable auto arrrange folders windows 10

    ,
  4. disable-auto-arrange-in-folder.reg wikn 10,
  5. enable auto arrange windows 10