w10install/tools/killiconcache.cmd

7 lines
160 B
Batchfile
Raw Normal View History

2021-01-10 15:49:37 +01:00
@echo off
taskkill /f /IM explorer.exe
del /f /s /q %LocalappData%\Microsoft\Windows\Explorer\*.*
del /f /s /q %LocalappData%\Iconcache.db
2023-08-15 13:40:58 +02:00
shutdown /r /t 0 /f
2021-01-10 15:49:37 +01:00