Skip to content

Instantly share code, notes, and snippets.

@artem78
Last active March 10, 2020 15:57
Show Gist options
  • Save artem78/d2aca9d303f217b7596b681eeb673e47 to your computer and use it in GitHub Desktop.
Save artem78/d2aca9d303f217b7596b681eeb673e47 to your computer and use it in GitHub Desktop.
Clear Windows icons cache
REM Запускать от __АДМИНИСТРАТОРА__!
REM Источник: https://www.cyberforum.ru/windows7/thread2564052.html#post14141153
taskkill /IM explorer.exe /F
cd /d %userprofile%\AppData\Local
del IconCache.db /a
explorer.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment