電腦區版主聊天室 電腦新資訊 電腦軟體討論 電腦軟體資訊分享 電腦硬體討論 電腦硬體資訊分享 電腦系統 OS 討論
電腦程式設計 電腦設計技術交流 圖像設計及交流 各類下載工具教學 寬頻上網討論

XP 的工作列不見了

把下面的程式碼 COPY 用記事本存成 "xxx.vbs" 檔
直接點二下再按 "確定" 執行
執行完工作列就回來了

'xp_taskbar_desktop_fixall.vbs - Repairs the Taskbar when minimized programs don't show.'?Kelly Theriot and Doug Knox - 8/22/2003Set WSHShell = WScript.CreateObject("WScript.Shell")Message = "To work correctly, the script will close" & vbCRMessage = Message & "and restart the Windows Explorer shell." & vbCRMessage = Message & "This will not harm your system." & vbCR & vbCRMessage = 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
所有積分大於負-100的壞孩子,將可獲得重新機會成為懲罰生,權限跟幼兒生一樣。
還不錯用喔
謝謝大大分享的知識
希望會用到
只要在伊莉部落格裡的 [設置] => [積分] => [積分兌換],即可把伊莉部落格的積分兌換到伊莉討論區使用
所有積分大於負-100的壞孩子,將可獲得重新機會成為懲罰生,權限跟幼兒生一樣。
應該很好用,不過看內容應該是修改機碼,
請問*.vbs又是怎樣的副檔名,
因為之前看過的修改機碼都是用*.reg。
這是什麼啊。沒看過,不過還是下載來備用好了
不怕一萬,只怕萬一。
大大~~謝啦~`
打包回家~
以備不時之需
滿不錯的小技巧~
值得好好參考
若新密碼無法使用,可能是數據未更新。請使用舊密碼看看。
重要聲明:本討論區是以即時上載留言的方式運作,伊莉討論區對所有留言的真實性、完整性及立場等,不負任何法律責任。而一切留言之言論只代表留言者個人意見,並非本網站之立場,用戶不應信賴內容,並應自行判斷內容之真實性。於有關情形下,用戶應尋求專業意見(如涉及醫療、法律或投資等問題)。 由於本討論區受到「即時上載留言」運作方式所規限,故不能完全監察所有留言,若讀者發現有留言出現問題,請聯絡我們。伊莉討論區有權刪除任何留言及拒絕任何人士上載留言,同時亦有不刪除留言的權利。切勿撰寫粗言穢語、誹謗、渲染色情暴力或人身攻擊的言論,敬請自律。本網站保留一切法律權利。