SOMS/解决任务栏图标问题.cmd
2024-07-15 10:31:26 +08:00

9 lines
110 B
Batchfile

taskkill /im explorer.exe /f
cd /d %userprofile%\appdata\local
del iconcache.db /a
start explorer.exe
exit