更改桌面图标大小
2019-8-3 乱云飞 标签: 批处理 桌面图标 图标大小
@echo off
reg add "HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop" /f /v "IconSize" /t REG_DWORD /d 96
taskkill /im explorer.exe /f & start explorer.exe
2019-8-3 乱云飞 标签: 批处理 桌面图标 图标大小
@echo off
reg add "HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop" /f /v "IconSize" /t REG_DWORD /d 96
taskkill /im explorer.exe /f & start explorer.exe
发表评论: