显示系统正在运行的程序和打开的窗口

王朝知道·作者佚名  2009-07-13
窄屏简体版  字體: |||超大  
 
分類: 電腦/網絡 >> 操作系統/系統故障
 
問題描述:

任务栏里不显示系统正在运行的程序和打开的窗口了 怎么办 输入法还在 开始按扭还在 托盘还在 就是不显示系统正在运行的程序和打开的窗口

參考答案:

你的系统注册表有地方改动了~~~~如果你的系统是XP的话这样做:

把以下文本另存为showbar.vbs双击运行即可(扩展名一定要为VBS)。

'来源:Microsoft Windows XP NewsGroup

Set WSHShell = WScript.CreateObject("WScript.Shell")

Message = "此脚本用于修复Windows XP中当最小化程序时,无法在任务栏显示图标的问题。"& vbCR & vbCR

Message = Message & " "& vbCR & vbCR

Message = Message & "为正常工作,本脚本将关闭和重启 Windows Explorer外壳,这个操作不会损坏你" & vbCR & vbCR

Message = Message & "的系统,请关闭所有杀毒软件的实时监控!并保存所有打开的文件"& vbCR & vbCR

Message = Message & " "& vbCR & vbCR

Message = Message & " By *********** "& vbCR & vbCR

Message = Message & " 2005/09/07"& vbCR & vbCR

Message = Message & "是否继续?"

X = MsgBox(Message, vbYesNo+vbExclamation, "注意")

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\{***********-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\{***********-48a0-441b-a342-7c2a440a9478}\"

WshShell.RegDelete p1 & "BarSize"

WshShell.RegWrite p1, "媒体列", "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 "完成!" & vbcr & vbcr & "请开新窗口查看任务栏", 4096, "完成"

Else

MsgBox "没有对你的系统进行任何改变" & vbcr & vbcr & " 请放心!", 4096, "用户取消了"

End If

小贴士:① 若网友所发内容与教科书相悖,请以教科书为准;② 若网友所发内容与科学常识、官方权威机构相悖,请以后者为准;③ 若网友所发内容不正确或者违背公序良俗,右下举报/纠错。
 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
 
 
© 2005- 王朝網路 版權所有 導航