[转载]修复WINDOWS任务栏错误
信息来源:JinLei's MS Tech Weblog在 Windows XP 系统中,某些情况下可能会出现任务栏工作不正常的情况,比如:任务栏不显示正在运行的程序的图标,或者在任务栏上总是出现重复的图标。要解决这类问题,可以尝试如下方法:
方法 1(手动修复):
按下 Ctrl+Alt+Del 键,打开任务管理器->"进程"选项卡->找到并关闭所有的 explorer.exe 和 iexplore.exe 进程。
然后切换到"应用程序"选项卡->新任务->输入"regedit",回车,打开注册表编辑器
找到并删除以下三个键:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\explorer\StuckRects2
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\explorer\Streams
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\explorer\StreamsMRU
然后关闭注册表编辑器, 在任务管理器的菜单上选"关机"->重新启动
方法 2:
下载并运行这个 VB 脚本文件 Restore Taskbar to Default Functionality
If your Windows' Taskbar DOES NOT work properly, For example, your running programs' icon is missing or has a duplicated one. You can solve this problem by 2 methods listed below:
Method 1: (Work manually)
Press Ctrl + Alt + Delete \ Process Tab \ end all explorer.exe and iexplore.exe processes
Start \ Run \ type "regedit",click OK
Delete these three keys:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\explorer\StuckRects2
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\explorer\Streams
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\explorer\StreamsMRU
Back in Task Manager choose Shutdown menu - Reboot.
Method 2:
Download and run the VBS (VB Script) file here
页:
[1]