Skip to content

Instantly share code, notes, and snippets.

@jibbius
Last active December 16, 2015 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jibbius/5450306 to your computer and use it in GitHub Desktop.
Save jibbius/5450306 to your computer and use it in GitHub Desktop.
Clear IE icon cache: This script is supposed to clear the icon cache, for "favourites" in IE. You may also need to delete cache/browsing history/cookies...etc
REM
REM This script is supposed to clear the icon cache, for "favourites" in IE.
REM You may also need to delete cache/browsing history/cookies...etc
REM
cd /d %userprofile%\AppData\Local
attrib -h IconCache.db
del IconCache.db
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment