win xp中应用程序最小化后,图标不在任务栏中怎么办?

[复制链接]
查看11 | 回复2 | 2015-7-20 10:30:44 | 显示全部楼层 |阅读模式
这是由于注册表部分关键值被损坏而造成的。请下载脚本http://www.kellys-korner-xp.com/regs_edits/xp_taskbar_desktop_fixall.vbs,运行这个脚本即可解决你的问题。代码如下,保存为vbs格式的文件运行即可!-----------------------------分割线不要----------------------------------'xp_taskbar_desktop_fixall.vbs - Repairs the Taskbar when minimized programs don't show.'?Kelly Theriot and Doug Knox - 8/22/2003Set WSHShell = WScript.CreateObject("WScript.Shell")Message = "To work correctly, the script will close" & vbCRMessage = Message & "and restart the Windows Explorer shell." & vbCRMessage = Message & "This will not harm your system." & vbCR & vbCRMessage = Message & "Continue?"X = MsgBox(Message, vbYesNo, "Notice")If X = 6 Then On Error Resume NextWshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2\"WshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StreamMRU\"WshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop\"WshShell.RegDelete "HKCU\Software\Microsoft\Internet Explorer\Explorer Bars\{32683183-48a0-441b-a342-7c2a440a9478}\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\LocalUser\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, "explorer.exe", "REG_SZ"p1 = "HKCU\Software\Microsoft\Internet Explorer\Explorer Bars\{32683183-48a0-441b-a342-7c2a440a9478}\"WshShell.RegDelete p1 & "BarSize"WshShell.RegWrite p1, "Media Band", "REG_SZ"On Error Goto 0For Each Process in GetObject("winmgmts:"). _
ExecQuery ("select * from Win32_Process where name='explorer.exe'") Process.terminate(0)NextMsgBox "Finished." & vbcr & vbcr & "?Kelly Theriot and Doug Knox", 4096, "Done"ElseMsgBox "No changes were made to your system." & vbcr & vbcr & "?Kelly Theriot and Doug Knox", 4096, "User Cancelled"End If-----------------------------分割线不要----------------------------------试试这个 看行吗
回复

使用道具 举报

千问 | 2015-7-20 10:30:44 | 显示全部楼层
1、下载360安全卫士及杀毒,全盘扫描电脑病毒及木马后,进行系统修复。2、如果这是缺失一个文件或者中毒,360的系统修复及杀毒应可以搞定。3、按win+r 输入 gpedit.msc 确定 展开组策略表 找到用户配置管理模版 桌面 然后看看 你的里面是不是有个删除 桌面图标 之类的东东 把它禁用就可以了
回复

使用道具 举报

千问 | 2015-7-20 10:30:44 | 显示全部楼层
可以按键盘上的 alt +Tal 组合键 找出最小化的应用程序...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行