XP系统,开机都没有问题,可是开出口的

来源:百度知道 编辑:UC知道 时间:2024/05/10 09:48:01
XP系统,开机都没有问题,可是开出口的时候在下面的任务栏里没有标签,造成只要把窗口最小化就找不到了。还有就是不能复制粘贴任何东西,删除倒是可以的。打开word和excel的时候会所不能载入类以及文件没有注册,不能写入等。是不是中了什么病毒?用金山全面杀过毒,没有结果。

在记事本里写下如下内容:

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