Changing Windows 7 pinned taskbar icons

9

5

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?

Vivelin

Posted 2009-11-19T18:09:39.810

Reputation: 1 178

Answers

19

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

neverscored

Posted 2009-11-19T18:09:39.810

Reputation: 206

Maybe you want to back up the cach before deleting: XCOPY /F /H /K /O IconCache.db IconCache.db20180404 – fheub – 2018-04-04T10:27:20.757

3

It seems that in the new and wonderful Windows 7 there's no easy way to change the icon of a pinned taskbar item.

The only way I found to change the icon is as follows:

Drag the pinned item to the desktop, unpin it, modify its icon, then re-pin.

harrymc

Posted 2009-11-19T18:09:39.810

Reputation: 306 093

THIS WORKS FOR ME – atian25 – 2011-11-15T04:01:28.180

2

There is an easy way: Right click in the taskbar shortcut you want to change, right click on it's name (E. Windows Explorer), properties, change icon

Adelaiglesia

Posted 2009-11-19T18:09:39.810

Reputation: 21

0

I found that I could create a shortcut to the application, customizing it as I see fit (name/icon), and then run the application from my shortcut. At that point I could pin it and it would use my new icon.

I have a similar problem with the icons in the Win7 taskbar and logging on/off and rebooting seems to be hit and miss.

Daniel J. Brown

Posted 2009-11-19T18:09:39.810

Reputation: