如何让 WebDev 清理其工具托盘“轨道”?
在我关闭 VS 2008 Web 项目后,很多次,我在“工具栏”/系统通知区域中看到许多 WebDev 图标的实例:
这些不再有效实例;他们被VS关闭了。
当我将鼠标悬停在其中任何一个上时,Windows Vista 会“方便地”为我折叠托盘。如果我想要的应用程序位于其中任何一个之间(例如上图中的 Outlook),这会让生活变得痛苦,如果我实际上想右键单击“活动”WebDev,情况会更糟。
知道如何让 VS、WebDev 或 Windows 来修复此行为吗?
After I've shut down a VS 2008 web project, well, a lot of times, I see many instances of the WebDev icon in the "tooltray" / system notification area:
These are no longer active instances; they were shut down by VS.
When I mouse over any of these, Windows Vista "conveniently" collapses the tray for me. This makes life miserable if the app I want is in between any of them (e.g., Outlook in the image above), and even worse if I actually want to right click on the "active" WebDev.
Any idea how I can get VS, WebDev, or Windows to fix this behavior?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
CodeProject 上有一个实用程序可以执行此操作:TrayIconBuster
http://www.codeproject.com/KB/system/TrayIconBuster.aspx
它每 x 分钟运行一次并删除所有幻影图标...这
不是完美的解决方案,因为我认为这应该内置到 Windows 中...
There is a utility on CodeProject that does this: TrayIconBuster
http://www.codeproject.com/KB/system/TrayIconBuster.aspx
It runs every x minutes and removes all phantom icons...
Not the perfect solution, because I think this should be built in to Windows...