w10install/tools/killiconcache.cmd

7 lines
157 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
shutdown -g -t 0