紫蓬缘-文达学院论坛's Archiver

owenc 发表于 2008-4-22 11:21

Windos xp任务栏无法显示最小化的窗口

<font style="font-size: 12px">这是WindowsXP注册表中关于任务栏的一些数据损坏或丢失很多朋友反映Windows XP的任务栏出现故障,现象是最小化窗口时无法在任务栏中显示。</font><br><font style="font-size: 12px">1.</font><font style="font-size: 12px">针对这个问题国外高手Kelly Theriot和Doug Knox编写了个脚本,可以修复这个问题。下载地址是:<a href="http://www2.help-online.org:199/non-cgi/tools/taskbar.vbs" target="_blank"><font color="#003366">non-cgi/tools/taskbar.vbs </font></a></font><br><font style="font-size: 12px">2.不想下载的,自己可以编一个VBS!具体内容如下:</font><br><font style="font-size: 12px">  1.在记事本里写下如下内容:<br>'xp_taskbar_desktop_fixall.vbs - Repairs the Taskbar when minimized programs don't show.<br>'?Kelly Theriot and Doug Knox - 8/22/2003<br>Set WSHShell = WScript.CreateObject("WScript.Shell")<br>Message = "To work correctly, the script will close" & vbCR<br>Message = Message & "and restart the Windows Explorer shell." & vbCR<br>Message = Message & "This will not harm your system." & vbCR & vbCR<br>Message = Message & "Continue?"<br>X = MsgBox(Message, vbYesNo, "Notice")<br>If X = 6 Then <br>On Error Resume Next<br>WshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2"<br>WshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StreamMRU"<br>WshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop"<br>WshShell.RegDelete "HKCU\Software\Microsoft\Internet Explorer\Explorer Bars\{32683183-48a0-441b-a342-7c2a440a9478}\BarSize"<br>P1 = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"<br>WshShell.RegWrite p1 & "NoBandCustomize", 0, "REG_DWORD"<br>WshShell.RegWrite p1 & "NoMovingBands", 0, "REG_DWORD"<br>WshShell.RegWrite p1 & "NoCloseDragDropBands", 0, "REG_DWORD"<br>WshShell.RegWrite p1 & "NoSetTaskbar", 0, "REG_DWORD"<br>WshShell.RegWrite p1 & "NoToolbarsOnTaskbar", 0, "REG_DWORD"<br>WshShell.RegWrite p1 & "NoSaveSettings",0,"REG_DWORD"<br>WshShell.RegWrite p1 & "NoToolbarsOnTaskbar", 0, "REG_DWORD"<br>WshShell.RegWrite p1 & "NoSetTaskbar",0,"REG_DWORD"<br>WshShell.RegWrite p1 & "NoActiveDesktop",0,"REG_DWORD"<br>WshShell.RegWrite p1 & "ClassicShell",0,"REG_DWORD"<br>p1 = "HKCU\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"<br>WshShell.RegWrite p1 & "NoCloseDragDropBands", 0, "REG_DWORD"<br>WshShell.RegDelete p1 & "NoMovingBands"<br>p1 = "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell"<br>WshShell.RegWrite p1, "explorer.exe", "REG_SZ"<br>p1 = "HKCU\Software\Microsoft\Internet Explorer\Explorer Bars\{32683183-48a0-441b-a342-7c2a440a9478}"<br>WshShell.RegDelete p1 & "BarSize"<br>WshShell.RegWrite p1, "Media Band", "REG_SZ"<br>On Error Goto 0<br>For Each Process in GetObject("winmgmts:"). _<br>ExecQuery ("select * from Win32_Process where name='explorer.exe'")<br>   Process.terminate(0)<br>Next<br>MsgBox "Finished." & vbcr & vbcr & "?Kelly Theriot and Doug Knox", 4096, "Done"<br>Else<br>MsgBox "No changes were made to your system." & vbcr & vbcr & "?Kelly Theriot and Doug Knox", 4096, "User Cancelled"<br>End If<br></font><br>2.然后另存为.vbs文件.运行就行了. 就OK了!<a href=[[[SQ]]][[[http://www.xjylt.cn/bbs/viewthread.php?tid=38245]]]></a>

Gzx 发表于 2008-4-22 16:36

天书啊,睇唔明!<img src="http://www.00763.com/images/smilies/default/mad.gif"><a href=[[[SQ]]][[[http://www.00763.com/viewthread.php?tid=26172%26position=99097]]]></a>

白衣子 发表于 2008-4-22 19:29

<img src="http://www.0453c.com/images/smilies/default/em05.gif"><a href=[[[SQ]]][[[http://www.0453c.com/viewthread.php?tid=37832%26position=475717]]]></a>

剑心通明 发表于 2008-4-22 19:29

啊......<a href=[[[SQ]]][[[http://www.0453c.com/viewthread.php?tid=37832%26position=475718]]]></a>

页: [1]

Powered by Discuz! Archiver 7.0.0  © 2001-2009 Comsenz Inc.