老毛桃系统
当前位置:主页 > 老毛桃系统教程 > 快速修复xp任务栏出现两行相同标签的步骤?

快速修复xp任务栏出现两行相同标签的步骤?

发布日期:2019-01-03    作者:老毛桃系统    来源:http://www.1zd1.com

快速修复xp任务栏出现两行相同标签的步骤?

如果咱们在windowsxp系统中同时打开多个程序的话,电脑任务栏下面就会展示一个个标签,以便网友查看这些已开启的窗口。但是,有时咱们也会碰到开启程序时,xp任务栏出现两行相同标签的情况。这是怎样回事呢?其实,咱们只要通过创建一个批解决BAT文件就能够处理这个问题了。

具体办法:

1、打开一个记事本文件,写入以下代码内容。
  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 "HKCUsoftwareMicrosoftwindowsCurrentVersionExplorerstuckRects2"
  wshshell.Regdelete "HKCUsoftwareMicrosoftwindowsCurrentVersionExplorerstreamsMRU"
  wshshell.Regdelete "HKCUsoftwareMicrosoftwindowsCurrentVersionExplorerstreamsdesktop"
  wshshell.Regdelete "HKCUsoftwareMicrosoftinternet ExplorerExplorer Bars{32683183-48a0-441b-a342-7c2a440a9478}Barsize"
  p1 = "HKCUsoftwareMicrosoftwindowsCurrentVersionpoliciesExplorer"
  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 = "HKCUsoftwareMicrosoftwindowsCurrentVersionGroup policy objects本地UsersoftwareMicrosoftwindowsCurrentVersionpoliciesExplorer"
  wshshell.Regwrite p1 & "noClosedragdropBands", 0, "REG_dwoRd"
  wshshell.Regdelete p1 & "noMovingBands"
  p1 = "HKLMsoftwareMicrosoftwindows nTCurrentVersionwinlogonshell"
  wshshell.Regwrite p1, "explorer.exe", "REG_sZ"
  p1 = "HKCUsoftwareMicrosoftinternet ExplorerExplorer Bars{32683183-48a0-441b-a342-7c2a440a9478}"
  wshshell.Regdelete p1 & "Barsize"
  wshshell.Regwrite p1, "媒体区", "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

2、将记事本保存为.VBs后缀格式的文件。

3、双击执行该脚本文件,问题就处理了。

处理xp系统任务栏出现两行相同标签问题的办法非常简单。如果你在使用xp电脑时也碰到了同样的问题,那么完全不用紧张,只要按照小编的办法进行操作就可以了!

相关推荐:

xp系统任务栏变成上下两层怎样办?windowsxp系统任务栏变成两行的处理办法