窗口最小化后图标乱变,刚才传不上图,不好意思

来源:百度知道 编辑:UC知道 时间:2024/06/05 14:04:28
如图,上午电脑借给别人后再开机就这样了,是什么问题呢?给我详细说一下吧,比较小白。刚才传不上图,不好意思

这是WindowsXP注册表中关于任务栏的一些数据损坏或丢失很多朋友反映Windows XP的任务栏出现故障,现象是最小化窗口时无法在任务栏中显示。
1、针对这个问题国外高手Kelly Theriot和Doug Knox编写了个脚本,可以修复这个问题。下载地址是:non-cgi/tools/taskbar.vbs (注:这个地址已经打不开了,俺弄了一个 test.zip )
2、不想下载的,自己可以编一个VBS!具体内容如下:
a、在记事本里写下如下内容:
'xp_taskbar_desktop_fixall.vbs - Repairs the Taskbar when minimized programs don't show.
'?Kelly Theriot and Doug Knox - 8/22/2003
Set WSHShell = WScript.CreateObject("WScript.Shell")
Message = "To work correctly, the script will close" & vbCR
Message = Message & "and restart the Windows Explorer shell." & vbCR
Message = Message & "This will not harm your system." & vbCR & vbCR
Message = Message & "Continue?"

X = MsgBox(Message, vbYesNo, "Notice")

If X = 6 Then

On Error Resume Next

WshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explore