Created
January 26, 2022 19:33
-
-
Save suuhm/ff2d881e54978b304266dde8e3035866 to your computer and use it in GitHub Desktop.
Delete Iconcache Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| echo Delete Thumbcache... | |
| taskkill /f /IM explorer.exe | |
| CD /d %userprofile%\AppData\Local\Microsoft\Windows | |
| del /f /s /q Explorer\iconcache*.* | |
| del /f /s /q Explorer\thumbcache*.* | |
| Start explorer.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment