Is it possible to have icons of 32px and their name BELOW?

Page 4 of 8 FirstFirst ... 23456 ... LastLast

  1. Posts : 195
    Windows 7 Professional x64
       #31

    Well, it's kind of hard to put it in a reg file, since Folder Bags are different for everyone. I've only tested on Windows 7 (unfortunately my Windows 10 hard drive crashed) so I can't say for sure if it works on Windows 8. But if you'd like, you can use a program called ShellBagsView. This will tell you the directories each one of your folder bags represent. If you can find the one for, let's say, C:\ (just to keep things simple) I'll gladly post a reg file for the shell bag number.
      My Computer


  2. Posts : 195
    Windows 7 Professional x64
       #32

    Also, you're right that the left alignment can be fixed with AutoHotKey. Just remove the LVS_ALIGNLEFT style, and it works.

    (On a slightly related note, Window Detective is a much better alternative to ZeroDump)
      My Computer


  3. Posts : 234
    Windows 7
    Thread Starter
       #33

    What exactly FFLAGS do you use? Can you give an example?

    C:\ is bag 4 on my computer.

    Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\4
      My Computer


  4. Posts : 195
    Windows 7 Professional x64
       #34

    Hmm, so coincidentally my C:\ directory is also bag 4. Wow, what are the odds?

    I've attached a .reg file that should give you the desktop behavior in your C:\ drive.


    It occurred to me that I have Windows 7's permanent auto arrange disabled for all folders (meaning I have the classic selection style for all folders, as discussed in your thread here). That may be what's preventing you from enabling the desktop behavior in folders, since the desktop always uses SysListView32.

    Another possibility is you're simply using a view other than Small Icons. The desktop is actually capable of using all folder views (such as Details, tiles, ect) so you may have already enabled the desktop behavior without realizing it. If that's the case, try setting the view mode to Small Icons and see if the labels are positioned on the bottom. If they are, then open that folder's shell bag, and set the IconSize DWORD value to hexadecimal 20 (which is equivalent to 32 in decimal).


    Here's an example of the FFLAG data with the desktop behavior, and with Windows 7's default auto arrange behavior disabled
    Code:
    43000024
    By the way, if you do get this to work and you decide to make an AHK script to disable the left alignment, I'd recommend having it check for the LVS_ALIGNLEFT style before actually disabling it. That way, the script doesn't have to try and disable the style for every single folder, regardless of weather or not the folder actually has it. Just a suggestion. :)
    Is it possible to have icons of 32px and their name BELOW? Attached Files
      My Computer


  5. Posts : 234
    Windows 7
    Thread Starter
       #35

    Your reg file works! It means there is something else that affects the behavior than the FFLAGS entry!

    Everything works after changing the icon size as well.

    P.S. Also it has no scrollbar, this also can be fixed using AHK I think.
    Last edited by Anixx; 26 Dec 2015 at 09:11.
      My Computer


  6. Posts : 195
    Windows 7 Professional x64
       #36

    Ooh, yeah you're right about the scrollbar. That's an issue that definitely needs fixing. If you can remove the LVS_NOSCROLL style with AHK, that should fix this problem.
      My Computer


  7. Posts : 195
    Windows 7 Professional x64
       #37

    I just found another method! By adding and then removing the LVS_SMALLICONS window style (in a folder without the desktop behavior), the labels should default to the bottom.
      My Computer


  8. Posts : 234
    Windows 7
    Thread Starter
       #38

    I am trying to modify Folder Options X but I cannot build it ((
      My Computer


  9. Posts : 26
    Windows 7 Pro x64
       #39

    Many thanks to Butters and Anixx for their effort!

    I was able to modify the .reg file uploaded by Butters so that it matches my C:\Program Files folder and it works! Well... almost :) I'm now praying for someone to upload an AHK script that sort the files horizontally instead of vertically and restore the scrollbar functionality.

    In the .reg file uploaded by Butters, all I have to edit is the bag's number, right? Everything else remains the same?

    How to apply this tweak to many (all) folders?
    Windows Explorer >> Tools >> Folder Options >> View >> Apply to Folders doesn't seem to work.

    32px icons and their name below - this tweak should be added as a feature in the next version of ClassicShell. It would be absolutely amazing!
      My Computer


  10. Posts : 234
    Windows 7
    Thread Starter
       #40

    Butters said:
    I'd recommend having it check for the LVS_ALIGNLEFT style before actually disabling it.
    This will not improve productivity, just the opposite, two actions instead of one.
      My Computer


 
Page 4 of 8 FirstFirst ... 23456 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 18:34.
Find Us