Auto Arrange

Discussion in 'Gaming' started by .eclipse, Jul 5, 2007.

  1. .eclipse

    .eclipse Senior Member

    Posts:
    317
    Likes Received:
    0
    Joined:
    Sep 10, 2005
    Sometimes I move something in a folder, and it doesnt arrage correctly (auto arrange off), and i go to turn it on, and hit apply to all folders, but sometime later, it turns off.



    Does DS have one of those leet registry fixes or something for this?


    thanks :D
     
  2. TheBrotherhood

    TheBrotherhood Well-Known Member

    Posts:
    2,029
    Likes Received:
    0
    Joined:
    May 28, 2005
    Here are the values.

    Code:
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags\1\Desktop]
    "FFlags"=dword:00000221
    "Sort"=dword:00000002
    
    Here are the codes:
    Auto Arrange off, Align to Grid off:
    "FFlags"=dword:00000220
    
    Auto Arrange on:
    "FFlags"=dword:00000221
    
    Auto Arrange off - align to Grid On:
    "FFlags"=dword:00000224
    
    Auto Arange on, Align to Grid on:
    "FFlags"=dword:00000225
    
    Hide Desktop Icons:
    "FFlags"=dword:00001220
    
    Sort by name:
    "Sort"=dword:00000000
    
    Sort by size:
    "Sort"=dword:00000001
    
    Sort by type:
    "Sort"=dword:00000002
    
    Sort by Modified:
    "Sort"=dword:00000003
    So in my case, I would use:
    "FFlags"=dword:00000225
    "Sort"=dword:00000000

    Since I have mine On and Aligned to Grid and its sorted by Name.

    Hope that helps.
     
  3. .eclipse

    .eclipse Senior Member

    Posts:
    317
    Likes Received:
    0
    Joined:
    Sep 10, 2005
    What would they be? hexdecimal or decimal?
     
  4. TheBrotherhood

    TheBrotherhood Well-Known Member

    Posts:
    2,029
    Likes Received:
    0
    Joined:
    May 28, 2005
    They are both Hexdecimal.

    They should already be there, you should just be editing the info. But if they are not there, then add them in.
     

Share This Page