Windows – How to change desktop icon spacing in Windows 8

desktop-iconswindows 8

I can't seem to specify a per theme Windows desktop icon spacing.

It used to be possible in Windows 7, to embed this in your theme (mystyle file). I cant find the effect in Winodws 8, and I wonder if its still in the style file and our acess has been restricted?

Best Answer

Yes, it is possible, but there's only one way that I know of since they removed the colours advanced settings dialog (possibly third party utils to do it too).

  1. Press +R and type regedit (or look for it in Apps).

  2. Navigate to HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics:

    Said key

  3. There you need to edit IconSpacing and IconVerticalSpacing, the former is for the horizontal spacing and the latter for the vertical one (they range -480 to -2730).

  4. For the horizontal space, the closer to -2730, the more space between icons and vice versa (but here you're changing the size of the box surrounding the icon:

    -2730:
    2730

    -480:
    480

  5. The same for vertical space, but you're changing the separation between the boxes that surround icons; for example at -480 they overlap:

    -2730:
    2730

    -480:
    480

To apply the changes the only way I know is logging off and back on again and then moving one icon, restarting Explorer doesn't cut it this time.

If you have access to a Windows 7 machine I'd say it's easier to change there the spacing using the regular options in the advanced settings dialog for colours, and then looking at the registry for the values you'd like to translate to your Windows 8 machine.

In any case these would be some of the values to help you edit those values:

...
45: -1155
44: -1140
43: -1125
42: -1110
41: -1095
...

By the way, another useful value to change there is BorderWidth that controls the width of the borders of windows.

Related Question