[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
"IconSpacing"="-1125"
"IconVerticalSpacing"="-1125"
[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
"IconSpacing"="-1710"
"IconVerticalSpacing"="-1125"
Thanks for reply garlinAre you applying the reg change from Post-Setup (After logon)? You may need to restart Explorer.
Code:taskkill /f /im explorer.exe & start explorer
reg load HKLM\TEMP C:\Users\Default\NTUSER.DAT
reg add "HKLM\TEMP\Control Panel\Desktop\WindowMetrics" /v IconSpacing /t REG_SZ /d "-1710" /f
reg add "HKLM\TEMP\Control Panel\Desktop\WindowMetrics" /v IconVerticalSpacing /t REG_SZ /d "-1125" /f
reg unload HKLM\TEMP