史萊姆論壇

史萊姆論壇 (http://forum.slime.com.tw/)
-   軟體應用問題討論區 (http://forum.slime.com.tw/f5.html)
-   -   我的xp工具列有問題 (http://forum.slime.com.tw/thread198701.html)

laneyui 2007-02-26 02:05 PM

我的xp工具列有問題
 
我的工具列就是視窗最下方的工具列怪怪的..就是我所執行的程式平常不是縮到最小的時候都會顯示在工具列上面,現在都不會ㄟ,不管我有沒有鎖定工具列都一樣,造成我現在開了什麼程式都不知道ㄟ,有沒有人可以幫我~~~我都沒有改任何的設定ㄟ~~真奇怪...請趕快跟我說要ㄑ哪裡改設定吧!!><

a471 2007-02-26 07:06 PM

你用什麼作業系統?:on_47:

laneyui 2007-02-26 09:59 PM

我是用windows XP PROFESSIONAL的...怎麼解決呢~~?真的很困擾~"~謝謝囉^^

bluerock 2007-02-26 10:37 PM

------------------
'xp_taskbar_desktop_fixall.vbs - Repairs the Taskbar when minimized programs don't show.
'2003/12/23 updated
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 & "Thank you", 4096, "Done"
Else
MsgBox "No changes were made to your system." & vbcr & vbcr & "Thank you", 4096, "User Cancelled"
End If
------------
把上面虛線內的(不含虛線)的存成 *.VBS 檔 然後開啟看看~
上次我的工具列也是一樣不見, 用這個修好的

feng_130 2007-02-27 12:17 AM

bluerock大大~
能不能教我如何存成 *.VBS 檔呢?
感謝:on_55:

laneyui 2007-02-27 07:42 AM

事不是把那堆英文字存在記事本..然後把副檔名更改成vbs啊?那我要把那檔案存在哪裡呢?恩...我是說...事不是要存在windos的資料夾內之類的啊?


所有時間均為台北時間。現在的時間是 02:25 PM

Powered by vBulletin® 版本 3.6.8
版權所有 ©2000 - 2025, Jelsoft Enterprises Ltd.

『服務條款』

* 有問題不知道該怎麼解決嗎?請聯絡本站的系統管理員 *


SEO by vBSEO 3.6.1