任务栏分成了2部份?

来源:百度知道 编辑:UC知道 时间:2024/05/22 12:00:21
任务栏分成了2部份且全一样,两部份还是同步的!
怎么解决
右键-工具栏里没有多余的东西
右键属性取消分组也不行

求解决方法
或者修复软件
ps:baidu搜索任务栏修复软件有很多
但全不能用
求一个能用的

那位哥哥姐姐能帮我
一定加分,决不食言!!

把下面的代码粘贴到空白的文本文档里,再另存为“任务栏修复.vbs”,完成以后双击任务栏修复.vbs,再点两次确定就ok了~~
'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\Explorer\StuckRects2\"
WshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StreamMRU\"
WshShell.RegDelete