Jump to content

Configuration for the desktop:


loginvovchyk

Recommended Posts

For some reason i can't find or detect the registry key which changes to add this tweak. Some people have suggested 'Shell Icon Size' in WindowsMetrics key, however that doesn't work.

I've tried recording the requested to see what's changed when i change the size via the context menu but nothing gets changed.

Link to comment
Share on other sites

Works!!!

Take a command file with this code ... and run command:

Code:

@echo off

taskkill /im explorer.exe /f >nul

reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags\1\Desktop" /v IconSize /t REG_DWORD /d 00000032 /f

start %windir%\explorer.exe >nul

exit

PS:

REG_DWORD /d 00000032

last 2 digits edit to size u want ... ie. 32;48;64 ...etc.

Edited by loginvovchyk
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...