win7系统是如今安装人员比较多的一种电脑系统,常常操纵就会瞅见win7系统任务栏出现2行一模一样的标签选项卡的麻烦。如若出现win7系统任务栏出现2行一模一样的标签选项卡的情景,大家该当怎样应对呢?好多不清楚计算机的朋友们不明了当怎样应对win7系统任务栏出现2行一模一样的标签选项卡情景,其实应对这个问题并不困难,下面是全部的处理办法。在桌面上新建一个文本文档,双击打开,复制以下代码:set wsHshell = wscript.Createobject("wscript.shell")。。。下面有一些技术员为大家介绍关于搞定win7系统任务栏出现2行一模一样的标签选项卡的问题的图文方案:

  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、点击“文件”—“另存为”,将保存类型修改为“所有文件”,将文件名修改为“修复任务栏.bat” 点击保存;

  3、双击打开“修复任务栏.bat”,按提示进行操作,完成后任务栏就恢复正常了!