The lazy programmer scripts
scripts that work

Lazy remove cached favicons in Chrome GitHub

It is very cumbersome sometimes to find that you cannot update the favicons on your favorite website when using Chrome.

This script removes the file where Chrome caches the favicons on Windows. It needs to be run in PowerShell as a normal user.

Tested on Window 10 PRO x64.

#ps1
# close all the Chrome windows before running this from PowerShell
Remove-Item -Force "${HOME}\AppData\Local\Google\Chrome\User Data\Default\Favicons"

That's all, folks!

Written by kami on Tuesday March 5, 2019
Permalink - Tags: powershell, windows, chrome, favicon

Leave a comment

comments powered by Disqus

« Lazy enable longer than 255 characters paths on Windows - Lazy find Linux interface from PCI ID »