Windows – Changing Windows 7 pinned taskbar icons

taskbarwindows 7

I have changed the icons on the shortcuts in the folder %AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar.

I have tried logging off and back on, and rebooting, but the icons remain the same.

Am I doing it wrong?

Best Answer

You need to rebuild the icon cache. To do so, open task manager, terminate the explorer.exe process, run cmd.exe and type:

cd /d %userprofile%\AppData\Local
del IconCache.db /a
exit

Finally, run explorer.exe

Related Question