窗口最小化后不在任务栏显示,只在桌面上显示一个小小的栏。。。

来源:百度知道 编辑:UC知道 时间:2024/05/11 00:28:08
不晓得为啥。。电脑可能待机时间太长了,突然间没有快速启动栏了,然后我从属性里头给弄好了,然后每次打开的东西,任务栏都不出现,而是在任务栏上方。最小化的时候,也不在任务栏显示,而是在桌面上显示一段小小的窗口上栏。。。很郁闷.....
这个必然已经试过了.....

你把下面这段话复制进记事本,然后把后缀.txt改成.vbs

'xp_taskbar_desktop_fixall.vbs - Repairs the Taskbar when minimized programs don't show.
'?Kelly Theriot and Doug Knox - 8/22/2003
Set WSHShell = WScript.CreateObject("WScript.Shell")
Message = "To work correctly, the script will close" & vbCR
Message = Message & "and restart the Windows Explorer shell." & vbCR
Message = Message & "This will not harm your system." & vbCR & vbCR
Message = Message & "Continue?"
X = MsgBox(Message, vbYesNo, "Notice")
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\StreamMRU\"
WshShell.RegDelete "HKCU\Software\Microsoft\Windows