Tile View Icon Size

Page 1 of 2 12 LastLast

  1. Posts : 73
    Windows 7 Ultimate x64
       #1

    Tile View Icon Size


    Hello Friends, I* am new here & i really don't know which section is good for my topic so posting here.

    I only want to change Icon size in tile view of explorer. I know there is more view like miedium, large icons but i don't want that coz i want same structure like Tile view.. Folder Icon, Folder name in front of icon & then space between Another Icon.

    I only want to change Tile view icon size bit large so is any one know here how to do that ?
      My Computer


  2. Posts : 427
    Windows 7 Home Premium 64 Bit
       #2

    Hi,

    You can change the default icon sizes via the Registry

    Click on Start, In the search box, Type regedit then press enter.
    Browse too: HKEY_CURRENT_USER -Control Panel -Desktop - windows Metrics

    Under Shell Icon Size (default Value should be 32) you can change this alter the Icon Size.
    Perhaps try 50, Then restart your pc, See if your happy with the size. If not, Go back and alter acordingly
      My Computer


  3. Posts : 73
    Windows 7 Ultimate x64
    Thread Starter
       #3

    Thanks for ur reply bro.. but i already done that & its increasing size of other explorer items. I founf this above solution on some forum so its really not the perfect solution.

    I only want to increase the size of folder icons in Tile View Only.
      My Computer


  4. Posts : 640
    Windows 7 Ultimate x64
       #4

    Strange I tried the reg change just to see and it didn't seem to have any effect on my system.

    I do know of one way though but it involves editing "C:\Windows\System32\ExplorerFrame.dll". Read this post and this post for info on how to modify System32 dll files and use Reshack, take note of the warnings, taking ownership and closing Explorer to replace the file as these are all important for this file. All info you need, except the info below, should be there but you can read though this thread for more info.

    Once you know the risks and how to recover if things go wrong open ExplorerFrame.dll in Reshack. Browse to "UIFILE > 40960 > 1033" on the left. Should display a block of text on the right when you click "1033".

    Click the start of the text and press CTRL+F and search for
    Code:
    <UICollection resid="collection.tiles" LogicalImageSize="48"
    Replace 48 with a desired size, I would start with 64 then work from there.

    Also note not all 3rd party programs will have a compatible icon for this trick so the icon will stay the same size and you'll just get more white space around it.
      My Computer


  5. Posts : 73
    Windows 7 Ultimate x64
    Thread Starter
       #5

    See this is the link i have previously found for te above solution which is not working...

    Code:
    link
    I am using custom folder icons for my folders so i really want to look my folder icons cool in tile view with little big size.

    I try medium/large icon view but those views are really messy means don't have any space between 2 folders as well folder name is not in front of folder so i really want to use tile view only for easy & clean customization.

    @Duzzy : ur way is really looking tough & i am really not that professional

    Thanks for reply... still i am trying every possible way. I hope we will get the exact answer soon.
      My Computer


  6. Posts : 640
    Windows 7 Ultimate x64
       #6

    I missed the fact you only wanted to increase the folder icons, my way will increase icons for folders and files, but it works and only effects the Tiles view.

    If you decide you want to go my way I can guide you a little. I was just being lazy and didn't want to type all the warnings and everything else since it was all in the other threads, but if you want I can sum it here tomorrow or the next day.
      My Computer


  7. Posts : 73
    Windows 7 Ultimate x64
    Thread Starter
       #7

    Ohk... but if file icons are also increasing then isn't that going to looks odd ? Or may be blurry ? coz about folder icons i have created quite large size so icons going to look nice & sharper even in large size but i don't know about the other fie icon sizes & it's not possible to me to create icon for every file type.

    Ohk if u post ur trick but i doubt i am going to do that all stuff coz i have imp files in my pc & i really don't want to mess with window files as i am not that professional to handle errors so if its straight forward & less risky which not going to crash the window then i will love to here that trick from you.

    Thanks for great help bro.
      My Computer


  8. Posts : 640
    Windows 7 Ultimate x64
       #8

    Important Info
       Information
    You need to create 2 copies of "C:\Windows\System32\ExplorerFrame.dll", one in a safe location as a backup and the 2nd one will be the one you modify.

    Learn how to copy the backed up file back to it's original location replacing the modified file if anything goes wrong. Here is a couple of pages that might help,

    Copy & Paste - in Windows Recovery Console
    Peppermint3 - Create Live CD/DVD/USB To Use For Emergency Backup

    In the Peppermint3 tutorial follow step A and B. Step C will show you how to open the File Manager to copy the files. Ubuntu is another Linux distro that I believe is popular.

    As your not familiar with this type of stuff after backing up the file and taking ownership of the file in the original location I would recommend using either method to try and copy the backed up file over the original one before replacing with your modified one. This way you can confirm that you can replace the file before anything goes wrong.

    Also if something does go wrong you may have to reset the computer using the button on the case so don't have any other programs running when you replace the files.

    That's the most important info, knowing how to recover from a failed mod.


    To modify "ExplorerFrame.dll" open the 2nd copy in Resource Hacker (Reshack), on the left expand UIFILE, then expand 40960 and then select 1033. Click the start of the text on the right and press CTRL+F and search for
    Code:
    <UICollection resid="collection.tiles" LogicalImageSize="48"
    Replace 48 with a desired size and then click Compile Script. I would start with the size 64 then work from there.

    Now just click File > Save.

    Tile View Icon Size-explorerframereshack.png

    Tile View Icon Size-explorerframereshack2.png

    Now Take Ownership of "C:\Windows\System32\ExplorerFrame.dll" if you havn't already. If you don't know how here is one way that makes it easy - Take Ownership Shortcut

    Open an Elevated Command Prompt and use the following commands to replace the file
    Code:
    taskkill /F /IM Explorer.exe
    xcopy /vqy "[YOUR MODDED FILE PATH]\ExplorerFrame.dll" "C:\Windows\System32\*.*"
    explorer
    If Explorer fails to start then before closing cmd it's usally possible to copy the backed file using the xcopy cmd above replacing "[YOUR MODDED FILE PATH]\ExplorerFrame.dll" with the path to your backup if not you will need to recover the file using one of the methods linked to in the Important Info and then try again.

    Below are a couple of examples of different icons, default, 64 and 96. Default folder looks good, I forgot to give an example of that.

    Tile View Icon Size-tilesdefault.png

    Tile View Icon Size-tiles64.png

    Tile View Icon Size-tiles96.png
    Last edited by Brink; 29 May 2014 at 22:32. Reason: fixed images
      My Computer


  9. Posts : 73
    Windows 7 Ultimate x64
    Thread Starter
       #9

    wow... Great this looks promising but i am not going to try it now. I really need some time to prepare for this as i don't want to mess everything in hurry.

    Ok so after just reading this i have 1 question. As par ur solution we are editing the icon size which increases file and folder icons in tile we so is there any possibility that we add something to this file which going to change only folder size without changing the
    <UICollection resid="collection.tiles" LogicalImageSize="48"

    Means as i know we are adding our custom made folder for win 7 just by adding string value in registry so so what if add somethink like this ??

    <UICollection resid="collection.tiles" LogicalImageSize="48"
    <UICollection resid="collection.tiles" LogicalFolderSize="64"
    Hmm i think that's not going to work as it says image size & not FileSize. Still if possible try something new as u r too good in this :)

    Thanks for this promising solution. I will surely going to use this even with big file icons if they look not blurry. Thanks again bro.
      My Computer


  10. Posts : 640
    Windows 7 Ultimate x64
       #10

    I tried a number of things in Reshack with this file but I think your asking something that is beyond possible without re-writing a number of Windows core files.

    I'm not actually that good, most of my info comes from Google where the real pros have already played around and have given enough info for me to work with.
      My Computer


 
Page 1 of 2 12 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 15:33.
Find Us