9 lines
110 B
Batchfile
9 lines
110 B
Batchfile
taskkill /im explorer.exe /f
|
|
|
|
cd /d %userprofile%\appdata\local
|
|
|
|
del iconcache.db /a
|
|
|
|
start explorer.exe
|
|
|
|
exit |