“Wrong” app gets pinned to taskbar (Windows 7)

≯℡__Kan透↙ 提交于 2019-12-05 19:57:35

Use something like winrun4j or create a .bat instead of using a shortcut.

There is a Java library providing the new Windows 7 features for Java. It's called J7Goodies by Strix Code. Applications using it can be properly pinned to the Windows 7 taskbar. You can also create your own jump lists, etc.

Kid

You could clean your IconCache like this:

First go to Task Manager and kill explorer.exe

Windows Task Management -> Processes -> End "explorer.exe"

Then, in the Task Management

Windows Task Management -> File -> New -> CMD.EXE

In the opened console type:

CD /d %userprofile%\AppData\Local DEL IconCache.db /a EXIT

Then reopen the explorer.exe

Windows Task Management -> File -> New -> explorer.exe

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!