genzj / pybingwallpaper

Download wallpaper from bing.com
MIT License
547 stars 103 forks source link

Restore the icon for cmd.exe and notepad.exe #17

Closed logicmd closed 10 years ago

logicmd commented 10 years ago

The icon for cmd.exe and notepad.exe on the taskbar is replaced with the pyBingWallpaper. How to restore to the default icon?

genzj commented 10 years ago

I suspect it's a bug of Windows because pybingwallpaper does not change system icon. Seems Windows caches the icon of pybingwallpaper shortcut in start menu and mistakenly uses them for cmd.exe and notepad.exe. I'm trying to find a new way to build shortcuts. Before I figure it out, maybe you want to try remove the PyBingWallpaper folder from start menu then rebuild the icon cache by deleting C:\Users\Username\AppData\Local\IconCache.db (in which Username should be replaced with your login name) and relogin.

Sorry for any inconvenience.