Jump to content

Featured Replies

  • Author

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

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...