好久没写技术相关的文章了。新机系统用上了Windows 7,跑起来速度很不错。呵呵!
昨天突然发现点自定义任务栏里通知区域后,整个任务栏就会无响应。几经研究可能是一些无用软件的图标造成的。
解决方法如下:将以下文字保存为BAT文件,运行即可。更一个更完美的方法:如何清理Windows通知区域图标(XP/WIN7/VISTA)
1 2 3 4 5 6 7 8 9 | @echo off taskkill /im explorer.exe /f reg delete "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v IconStreams /f reg delete "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v PastIconsStream /f start "Shell Restarter" /d "%systemroot%" /i /normal explorer.exe |
参考文档:
http://www.wikish.net/doc-view-2525.html
http://www.x2009.net/articles/windows7-taskbar-notification-area-icon.html
windows7都用了N久了,很好用。
[回复]
我现在用的也是win7,还是感觉不错的,没遇到过什么问题。
[回复]
不错啊。不过win 7总感觉用不习惯,呵呵。
[回复]
easylife
Firefox 4.0
Windows 7 x64 Edition回复:
四月 13th, 2011 at 22:17
机器配置不错的话,WIN7用起来还是不错的!!
[回复]