Troubleshooting for Windows taskbar not displayed

Source: Internet
Author: User

Troubleshooting for Windows taskbar not displayed
Today, my notebook XP system does not know why, and the taskbar is missing. I checked it online and found the solution as follows:

1. Copy the following files:

Set wshshell = wscript. Createobject ("wscript. Shell ")
Message = "this script is used to fix the problem that icons cannot be displayed in the taskbar when the program is minimized in Windows XP. "& Vbcr
Message = message & "to work properly, this script will shut down and restart the Windows Explorer Shell, which will not damage your system. "& Vbcr
Message = message & "Disable real-time monitoring of all anti-virus software! And save all open files. "& Vbcr
Message = message & "continue? "

X = msgbox (message, vbyesno + vbexclamation, "NOTE ")

If X = 6 then

On Error resume next

Wshshell. regdelete "hkcu/software/Microsoft/Windows/CurrentVersion/Explorer/stuckrects2 /"
Wshshell. regdelete "hkcu/software/Microsoft/Windows/CurrentVersion/Explorer/streamsmru /"
Wshshell. regdelete "hkcu/software/Microsoft/Windows/CurrentVersion/Explorer/streams/desktop /"

Wshshell. regdelete "hkcu/software/Microsoft/Internet Explorer/explorer bars/{32683183-48a0-441b-a342-7c2a424a9478}/barsize"

P1 = "hkcu/software/Microsoft/Windows/CurrentVersion/policies/Explorer /"

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 = "hkcu/software/Microsoft/Windows/CurrentVersion/Group Policy objects/Local User/software/Microsoft/Windows/CurrentVersion/policies/Explorer /"

Wshshell. regwrite P1 & "noclosedragdropbands", 0, "REG_DWORD"
Wshshell. regdelete P1 & "nomovingbands"

P1 = "HKLM/software/Microsoft/Windows NT/CurrentVersion/Winlogon/shell"

Wshshell. regwrite P1, "assumer.exe", "REG_SZ"

P1 = "hkcu/software/Microsoft/Internet Explorer/explorer bars/{32683183-48a0-441b-a342-7c2a316a9478 }/"
Wshshell. regdelete P1 & "barsize"
Wshshell. regwrite P1, "Media Zone", "REG_SZ"

On Error goto 0

For each process in GetObject ("winmgmts :")._
Execquery ("select * From win32_process where name‑'shangher.exe '")
Process. Terminate (0)
Next

Msgbox "complete! "& Vbcr &"? Kelly Theriot and Doug Knox ", 4096," done"

Else

Msgbox "does not make any changes to your system. "& Vbcr &"? Kelly Theriot and Doug Knox ", 4096," user canceled"

End if

Save the above file as name. vbs, where name can be named at will.

2. Double-click to run.

 

Related Article

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.