瑞星卡卡安全论坛

首页 » 个人产品讨论区 » 瑞星杀毒软件 » 瑞星杀毒软件2011 » 更新后的问题
123rfv - 2009-2-12 20:13:00
更新后任务栏不显示任务...任务最小化后也不可见...

:default4:

用户系统信息:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)
东嬉南北 - 2009-2-12 20:17:00
'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\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 0

For Each Process in GetObject("winmgmts:"). _
    ExecQuery ("select * from Win32_Process where name='explorer.exe'")
  Process.terminate(0)
Next

MsgBox "Finished." & vbcr & vbcr & "?Kelly Theriot and Doug Knox", 4096, "Done"

Else

MsgBox "No changes were made to your system." & vbcr & vbcr & "?Kelly Theriot and Doug Knox", 4096, "User Cancelled"

End If

把这段代码复制下来,然后保存为.vbs格式就行了,再运行一下
帮lz搜索了一个解决这个问题的方法,lz试试吧~
123rfv - 2009-2-12 20:34:00
:default21: 我刚刚用着个修复好了...

不过我很好奇为什么更新瑞星回导致这个问题...
东嬉南北 - 2009-2-12 20:36:00
:default2: 我原来也这样过,当时不会这个方法,重做系统了,估计不是瑞星引起的吧,能复现么?
123rfv - 2009-2-12 20:42:00
很大原因是瑞星引起的哦:default21: ...更新防火墙重启后出现的问题...不过开始只是显示任务的位置变了(左变换的右变了:default21: )...然后没多久就任务栏就卡死...再重启就不能显示了..:default31:
┾断┡ē誸 - 2009-2-12 20:59:00
您好 请下次出现留意版本号和相关截图

今天升级我这里为复现也没出现过此类现象

感谢您的反馈
123rfv - 2009-4-13 20:51:00


引用:
原帖由 ┾断┡ē誸 于 2009-2-12 20:59:00 发表
您好 请下次出现留意版本号和相关截图

今天升级我这里为复现也没出现过此类现象

感谢您的反馈


找到了这贴了...:default6:

呐...今天这个问题又出现了...

更新的同一个文件...:default21: ...原因何在....:default29:
水中蝌蚪 - 2009-4-14 9:35:00
楼上什么系统?我这更新没问题,你把瑞星卸载重装一次吧。
1
查看完整版本: 更新后的问题