找回密码
 注册

新浪微博登陆

只需一步, 快速开始

QQ登录

只需一步,快速开始

快捷导航
事务所专题-柯南20周年纪念事件簿
搜索
查看: 1012|回复: 9

求助:任务栏有问题

[复制链接]

柯南广播站

发表于 2006-10-13 19:56:38 | 显示全部楼层 |阅读模式
活动窗口总是集中在右边,如图。

请问如何解决?

还有,像我截图中的,其实只开了一个网页,却有两个显示。:029:


禁止访问

头像被屏蔽
发表于 2006-10-13 20:20:12 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复 喝彩 无视

使用道具 举报

柯南广播站

 楼主| 发表于 2006-10-13 20:41:03 | 显示全部楼层

回复: 求助:任务栏有问题

下次还会出现么?

第二个问题呢?
回复 喝彩 无视

使用道具 举报

禁止访问

头像被屏蔽
发表于 2006-10-14 10:56:54 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复 喝彩 无视

使用道具 举报

柯南广播站

 楼主| 发表于 2006-10-15 08:01:46 | 显示全部楼层

回复: 求助:任务栏有问题

语言栏重复了。但我关掉一个之后,任务栏上的语言栏就不见了- -0
回复 喝彩 无视

使用道具 举报

杯户中学生

发表于 2006-10-16 19:12:10 | 显示全部楼层

回复: 求助:任务栏有问题

楼主的问题我也曾经遇到过

产生问题的原因不明

怀疑个人配置文件的问题,因为我进入来宾账户后任务栏没有问题

任务栏上的语言栏还是先恢复过来,用任务管理器终止“Explorer.exe”进程,在从新任务中重新运行“Explorer.exe”

先试试吧
回复 喝彩 无视

使用道具 举报

杯户中学生

发表于 2006-10-21 10:19:04 | 显示全部楼层

回复: 求助:任务栏有问题

我試過這種清況.....結果國外某個論壇裏的高人給了個腳本給我...運行后........ok.......
  1. 'xp_taskbar_desktop_fixall.vbs - Repairs the Taskbar when minimized programs don't show.
  2. '8884361 - 8/22/2003
  3. Set WSHShell = WScript.CreateObject("WScript.Shell")
  4. Message = "To work correctly, the script will close" & vbCR
  5. Message = Message & "and restart the Windows Explorer shell." & vbCR
  6. Message = Message & "This will not harm your system." & vbCR & vbCR
  7. Message = Message & "Continue?"
  8. X = MsgBox(Message, vbYesNo, "Notice")
  9. If X = 6 Then
  10. On Error Resume Next
  11. WshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2"
  12. WshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StreamMRU"
  13. WshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop"
  14. WshShell.RegDelete "HKCU\Software\Microsoft\Internet Explorer\Explorer Bars\{32683183-48a0-441b-a342-7c2a440a9478}\BarSize"
  15. P1 = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  16. WshShell.RegWrite p1 & "NoBandCustomize", 0, "REG_DWORD"
  17. WshShell.RegWrite p1 & "NoMovingBands", 0, "REG_DWORD"
  18. WshShell.RegWrite p1 & "NoCloseDragDropBands", 0, "REG_DWORD"
  19. WshShell.RegWrite p1 & "NoSetTaskbar", 0, "REG_DWORD"
  20. WshShell.RegWrite p1 & "NoToolbarsOnTaskbar", 0, "REG_DWORD"
  21. WshShell.RegWrite p1 & "NoSaveSettings",0,"REG_DWORD"
  22. WshShell.RegWrite p1 & "NoToolbarsOnTaskbar", 0, "REG_DWORD"
  23. WshShell.RegWrite p1 & "NoSetTaskbar",0,"REG_DWORD"
  24. WshShell.RegWrite p1 & "NoActiveDesktop",0,"REG_DWORD"
  25. WshShell.RegWrite p1 & "ClassicShell",0,"REG_DWORD"
  26. p1 = "HKCU\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  27. WshShell.RegWrite p1 & "NoCloseDragDropBands", 0, "REG_DWORD"
  28. WshShell.RegDelete p1 & "NoMovingBands"
  29. p1 = "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell"
  30. WshShell.RegWrite p1, "explorer.exe", "REG_SZ"
  31. p1 = "HKCU\Software\Microsoft\Internet Explorer\Explorer Bars\{32683183-48a0-441b-a342-7c2a440a9478}"
  32. WshShell.RegDelete p1 & "BarSize"
  33. WshShell.RegWrite p1, "Media Band", "REG_SZ"
  34. On Error Goto 0
  35. For Each Process in GetObject("winmgmts:"). _
  36. ExecQuery ("select * from Win32_Process where name='explorer.exe'")
  37.    Process.terminate(0)
  38. Next
  39. MsgBox "Finished." & vbcr & vbcr & "8884361", 4096, "Done"
  40. Else
  41. MsgBox "No changes were made to your system." & vbcr & vbcr & "8884361 User Cancelled"
  42. End If
复制代码
回复 喝彩 无视

使用道具 举报

杯户中学生

发表于 2006-10-21 10:20:51 | 显示全部楼层

回复: 求助:任务栏有问题

把上面的腳本用記事本來寫...寫好后用*.vbs格式來保存...
回复 喝彩 无视

使用道具 举报

禁止访问

头像被屏蔽
发表于 2006-10-21 19:21:30 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复 喝彩 无视

使用道具 举报

杯户中学生

发表于 2006-10-21 20:10:34 | 显示全部楼层

回复: 求助:任务栏有问题

那...那...那我上傳上來いよ.................

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册 新浪微博登陆

×
回复 喝彩 无视

使用道具 举报

您需要登录后才可以回帖 登录 | 注册 新浪微博登陆

本版积分规则

Archiver|手机版|小黑屋|名侦探柯南事务所 ( 沪ICP备05038770号 )

GMT+8, 2025-2-1 20:01 , Processed in 0.039734 second(s), 16 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表