Forum Discussion
suryadip890
Mar 16, 2021Brass Contributor
Microsoft Edge Canary Icon Version- 91.0.826.0
From the last four days, I am receiving an issue regarding the icon of the Edge Canary in the taskbar. It suddenly turned into a white page-like icon. I unpinned and repinned the icon and reinstalled...
- Mar 17, 2021Maybe check system restore and see if there is a restore point from before Avast was installed.
msekmfb1
Mar 16, 2021Iron Contributor
suryadip890 Just rebuild your icon cache
taskkill /f /im explorer.exe
timeout 5
cd %LocalAppData%\Microsoft\Windows\Explorer
del /f iconcache*
del /f thumbcache*
start explorer.exe
suryadip890
Mar 16, 2021Brass Contributor
I have to write this command in the Command Prompt (Cmd) ?