SOMS/解决任务栏图标问题.cmd

9 lines
110 B
Batchfile
Raw Permalink Normal View History

2024-07-15 10:31:26 +08:00
taskkill /im explorer.exe /f
cd /d %userprofile%\appdata\local
del iconcache.db /a
start explorer.exe
exit