我的电脑桌面和任务栏都显示不出了,

来源:百度知道 编辑:UC知道 时间:2024/06/18 09:20:07
我家电脑是我爸从网吧买来的二手电脑,
我下载了个金山毒霸,新免费36天的那种;
然后我杀毒,刚发现恶意软件时电脑桌面个任务栏就不见了。
我以为没事,以为杀完毒重启下就有了。
可是重启了也没用。 在任务管理器新建输入explorer没用。
他说找不到这个文件,explorer.exe也没用。
有没有哪个高手大哥教教我啊。

从别的电脑上找到这个文件考到相应的目录下就可以了。

中病毒了 去下个360顽固木马专杀 然后进安全模式 考到你电脑里 运行就行了

在电脑里建立一个文本文档,然后输入:

'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\Explore