win10系统任务栏出现2行一模一样的标签选项卡是如何回事??
系统开机进入桌面后会自动显示任务栏,在屏幕最底部,任务栏能够显示系统状态,也可以把常用文件放置在任务栏上。这不有位网友说win10任务栏出现2行一模一样的标签选项卡,也不熟悉如何回事?有什么方法可以去掉呢?出现这样的情况是因为任务栏出错导致的。下面分享win10任务栏出现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”,按提示进行操作,完成后任务栏就恢复正常了! 以上就是win10任务栏出现2行一模一样的标签选项卡的处理办法,下次碰到一模一样故障,参考本教程内容处理便可。
系统开机进入桌面后会自动显示任务栏,在屏幕最底部,任务栏能够显示系统状态,也可以把常用文件放置在任务栏上。这不有位网友说win10任务栏出现2行一模一样的标签选项卡,也不熟悉如何回事?有什么方法可以去掉呢?出现这样的情况是因为任务栏出错导致的。下面分享win10任务栏出现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”,按提示进行操作,完成后任务栏就恢复正常了! 以上就是win10任务栏出现2行一模一样的标签选项卡的处理办法,下次碰到一模一样故障,参考本教程内容处理便可。