Last active
June 28, 2023 06:04
-
-
Save hansgafriedzal/b497a37934dd4d9166ceeb570fae4dc9 to your computer and use it in GitHub Desktop.
run this as admin. clear #windows #thumbnail #cache.
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 | |
:: Created by: Shawn Brink | |
:: http://www.tenforums.com | |
:: Tutorial: http://www.tenforums.com/tutorials/5655-thumbnail-cache-clear-reset-windows-10-a.html | |
echo. | |
taskkill /f /im explorer.exe | |
timeout 2 /nobreak>nul | |
echo. | |
DEL /F /S /Q /A %LocalAppData%\Microsoft\Windows\Explorer\iconcache_*.db | |
timeout 2 /nobreak>nul | |
start explorer.exe | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Access Denied