1   1  /  1  页   跳转

[求助] 更新后的问题

更新后的问题

更新后任务栏不显示任务...任务最小化后也不可见...



用户系统信息:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)
分享到:
gototop
 

回复:更新后的问题

'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试试吧~

____________収起兲眞的笑臉,學會長。

gototop
 

回复:更新后的问题

我刚刚用着个修复好了...

不过我很好奇为什么更新瑞星回导致这个问题...
gototop
 

回复:更新后的问题

我原来也这样过,当时不会这个方法,重做系统了,估计不是瑞星引起的吧,能复现么?

____________収起兲眞的笑臉,學會長。

gototop
 

回复:更新后的问题

很大原因是瑞星引起的哦 ...更新防火墙重启后出现的问题...不过开始只是显示任务的位置变了(左变换的右变了 )...然后没多久就任务栏就卡死...再重启就不能显示了..
gototop
 

回复:更新后的问题

您好 请下次出现留意版本号和相关截图

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

感谢您的反馈
兔言兔语:点击you惊喜,尽享V17
欢迎快来加入卡卡大家庭!
gototop
 

回复: 更新后的问题



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

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

感谢您的反馈


找到了这贴了...

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

更新的同一个文件... ...原因何在....
gototop
 

回复:更新后的问题

楼上什么系统?我这更新没问题,你把瑞星卸载重装一次吧。
觉得我回答的好,就给我评分吧!
gototop
 
1   1  /  1  页   跳转
页面顶部
Powered by Discuz!NT