WinXP Open any program taskbar to appear 2 identical label solutions

Source: Internet
Author: User

If we open more than one program at the same time, WinXP's taskbar will show tabs that will help us quickly find the open window. About the WinXP taskbar fault there are a lot of, the following we want to introduce the taskbar fault is more peculiar, that is, no matter what you open the program, it will be the same label to display the top and bottom 2. In the face of such a strange problem, how can we solve it?

As long as the registry is modified, the problem can be solved quickly.

  First Open Notepad (Notepad):

  Enter the following information:

Set WshShell = WScript.CreateObject ("Wscript.Shell")

message = "This script is used to repair the problem of Windows XP when you minimize a program and cannot display an icon in the taskbar. "& vbcr & vbcr

Message = message & "To work properly, this script will shut down and restart the Windows Explorer shell, which will not damage your system." "& vbcr & vbcr

Note = message & "Please turn off all anti-virus software real-time monitoring!" and save all open files. "& vbcr & vbcr

Message = message & "Do you want to continue?"

X = MsgBox (message, vbyesno+vbexclamation, "note")

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 local 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, "Media area", "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 "Complete!" & vbcr & vbcr & "? Kelly Theriot and Doug Knox ", 4096," complete "

Else

MsgBox "does not make any changes to your system. "& vbcr & vbcr &"? Kelly Theriot and Doug Knox ", 4096," User canceled "

End If

After you have entered all of the above information (from set WshShell to end If), save Notepad as a file in the VBS format, and then double-click to execute the script file, and the problem is resolved. It seems that the code is very many and complex, in fact, as long as the operation of the new text, copy, paste, the implementation of the four steps are done. If a WinXP user encounters this taskbar failure, hurry up and take care of it.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.