bugfix
This commit is contained in:
parent
8e787ac57c
commit
eff992eb7e
@ -1,6 +1,12 @@
|
||||
@echo off
|
||||
taskkill /f /IM explorer.exe
|
||||
taskkill /FI "USERNAME eq %USERNAME%" /f /IM explorer.exe
|
||||
del /f /s /q %LocalappData%\Microsoft\Windows\Explorer\*.*
|
||||
del /f /s /q %LocalappData%\Iconcache.db
|
||||
shutdown /r /t 0 /f
|
||||
|
||||
echo sleeping 3 seconds ...
|
||||
ping 127.0.0.1 -n 3 > NUL 2>&1
|
||||
echo restarting Windows explorer ...
|
||||
start explorer.exe
|
||||
|
||||
echo Refreshing the desktop (W10 style) ...
|
||||
ie4uinit.exe -show
|
||||
|
Loading…
Reference in New Issue
Block a user