打印

[求助]XP Pro的任务栏里有两个一样的应用程序栏

[求助]XP Pro的任务栏里有两个一样的应用程序栏

最近,我的XP任务栏里同时存在两个一样的应用程序栏:
打开一个应用程序,比如说IE浏览器,在任务栏里就会出现两个IE浏览器

正常情况应该是只有一个,不知道应该怎么解决,有谁能指点一下啊?

[ 本帖最后由 sweettea2006 于 2007-12-31 22:24 编辑 ]

TOP

回复 #1 sweettea2006 的帖子

图片看不见,建议重新加载下

TOP

我上传了一个小软件,可以试一下!

附件

任务栏修复.zip (48.75 KB)

2008-1-2 10:44, 下载次数: 10

EMAIL:xwbest@msn.com
基本上
            这个   
                    很难

TOP

我也遇到過,重起一下就ok了,在Tablet PC系統下才遇到的。

TOP

'xp_taskbar_desktop_fixall.vbs - Repairs the Taskbar when minimized programs don't show.
'?Kelly Theriot and Doug Knox - 8/22/2003
'翻译:Smallfrogs。翻译内容:将英文提示改为简体中文
'来源:Microsoft Windows XP NewsGroup

Set WSHShell = WScript.CreateObject("WScript.Shell")
Message = "本脚本用于修复Windows XP中当最小化程序时,无法在任务栏显示图标的问题。"& vbCR & vbCR
Message = Message & "为了正常工作,本脚本将关闭和重启 Windows Explorer 外壳,这个操作不会损坏你的系统。" & vbCR & vbCR
Message = Message & "请关闭所有杀毒软件的实时监控!并保存所有打开的文件。"& vbCR & vbCR
Message = Message & "是否继续?"

X = MsgBox(Message, vbYesNo+vbExclamation, "注意")

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\StreamsMRU\"
WshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop\"

WshShell.RegDelete "HKCU\Software\Microsoft\Internet Explorer\Explorer Bars\{32683183-48a0-441b-a342-7c2a440a9478}\BarSize"

P1 = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\"

WshShell.RegWrite p1 & "NoBandCustomize", 0, "REG_DWORD"
WshShell.RegWrite p1 & "NoMovingBands", 0, "REG_DWORD"
WshShell.RegWrite p1 & "NoCloseDragDropBands", 0, "REG_DWORD"
WshShell.RegWrite p1 & "NoSetTaskbar", 0, "REG_DWORD"
WshShell.RegWrite p1 & "NoToolbarsOnTaskbar", 0, "REG_DWORD"
WshShell.RegWrite p1 & "NoSaveSettings",0,"REG_DWORD"
WshShell.RegWrite p1 & "NoToolbarsOnTaskbar", 0, "REG_DWORD"
WshShell.RegWrite p1 & "NoSetTaskbar",0,"REG_DWORD"
WshShell.RegWrite p1 & "NoActiveDesktop",0,"REG_DWORD"
WshShell.RegWrite p1 & "ClassicShell",0,"REG_DWORD"

p1 = "HKCU\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\"

WshShell.RegWrite p1 & "NoCloseDragDropBands", 0, "REG_DWORD"
WshShell.RegDelete p1 & "NoMovingBands"

p1 = "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell"

WshShell.RegWrite p1, "explorer.exe", "REG_SZ"

p1 = "HKCU\Software\Microsoft\Internet Explorer\Explorer Bars\{32683183-48a0-441b-a342-7c2a440a9478}\"
WshShell.RegDelete p1 & "BarSize"
WshShell.RegWrite p1, "Media Band", "REG_SZ"

On Error Goto 0

For Each Process in GetObject("winmgmts:"). _
ExecQuery ("select * from Win32_Process where name='explorer.exe'")
   Process.terminate(0)
Next

MsgBox "完成!" & vbcr & vbcr & "?Kelly Theriot and Doug Knox", 4096, "完成"

Else

MsgBox "没有对你的系统进行任何改变。" & vbcr & vbcr & "?Kelly Theriot and Doug Knox", 4096, "用户取消了"

End If
C:\telnet 房子 正在连接房子......
不能打开你要的房子 在端口Money: 连接失败
C:\ping 老婆 Pinging 老婆 with 10000 of money:
Destination 老婆 unreachable.
Destination 老婆 unreachable.
Destination 老婆 unreachable.
Destination 老婆 unreachable.
Ping statistics for 老婆: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)

TOP

按照上面内容写一个脚本,运行一下试试

或者直接解压导入试试

[ 本帖最后由 liuyunfy 于 2008-1-2 13:08 编辑 ]

附件

Taskbar.rar (1.18 KB)

2008-1-2 13:08, 下载次数: 3

C:\telnet 房子 正在连接房子......
不能打开你要的房子 在端口Money: 连接失败
C:\ping 老婆 Pinging 老婆 with 10000 of money:
Destination 老婆 unreachable.
Destination 老婆 unreachable.
Destination 老婆 unreachable.
Destination 老婆 unreachable.
Ping statistics for 老婆: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)

TOP

C:\telnet 房子 正在连接房子......
不能打开你要的房子 在端口Money: 连接失败
C:\ping 老婆 Pinging 老婆 with 10000 of money:
Destination 老婆 unreachable.
Destination 老婆 unreachable.
Destination 老婆 unreachable.
Destination 老婆 unreachable.
Ping statistics for 老婆: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)


楼上的签名好幽默!

TOP

C:\telnet 房子 正在连接房子......
不能打开你要的房子 在端口Money: 连接失败
C:\ping 老婆 Pinging 老婆 with 10000 of money:
Destination 老婆 unreachable.
Destination 老婆 unreachable.
Destination 老婆 unreachable.
Destination 老婆 unreachable.
Ping statistics for 老婆: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)


哈哈哈哈
這個簽名太牛了

TOP

万分感谢 !

找了好久才找到!太谢谢了!

补充:百度真烂,还好我用的Google找到了这里!呵呵·#

TOP


感谢一直以来您对我们的支持!
当前时区 GMT+8, 现在时间是 2008-9-5 22:46 京ICP证060528 号

Designed By 17DST