Skip to content

Instantly share code, notes, and snippets.

@hansgafriedzal
Last active June 28, 2023 06:04
Show Gist options
  • Save hansgafriedzal/b497a37934dd4d9166ceeb570fae4dc9 to your computer and use it in GitHub Desktop.
Save hansgafriedzal/b497a37934dd4d9166ceeb570fae4dc9 to your computer and use it in GitHub Desktop.
run this as admin. clear #windows #thumbnail #cache.
@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
@themrsbusta
Copy link

Access Denied

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment