Windows XP是美國(guó)微軟公司研發(fā)的基于X86、X64架構(gòu)的PC和平板電腦使用的操作系統(tǒng),于2001年8月24日發(fā)布RTM版本,并于2001年10月25日開始零售。其名字中“XP”的意思來(lái)自英文中的“體驗(yàn)(Experience)”。該系統(tǒng)是繼Windows 2000及Windows ME之后的下一代Windows操作系統(tǒng),也是微軟首個(gè)面向消費(fèi)者且使用Windows NT5.1架構(gòu)的操作系統(tǒng)。 使用XP系統(tǒng)過(guò)程中,正常情況下,同時(shí)打開多個(gè)程序在任務(wù)欄下面就會(huì)展示一個(gè)個(gè)標(biāo)簽,這些標(biāo)簽?zāi)軒椭脩艨焖俨檎业揭验_啟的窗口。但有時(shí)也會(huì)遇到任務(wù)欄故障,比如有用戶反饋,無(wú)論開啟了什么程序,都是以相同標(biāo)簽的方式顯示出上下2個(gè)。怎么辦?其實(shí)此問(wèn)題,可通過(guò)創(chuàng)建一個(gè)批處理BAT文件即可解決,現(xiàn)小編介紹深度技術(shù)XP系統(tǒng)任務(wù)欄出現(xiàn)兩行相同的標(biāo)簽的應(yīng)對(duì)辦法,具體操作如下: 1、打開一個(gè)記事本文件,輸入以下代碼內(nèi)容。 Set WSHShell = WScript.CreateObject("WScript.Shell") Message = "本腳本用于修復(fù)Windows XP中當(dāng)最小化程序時(shí),無(wú)法在任務(wù)欄顯示圖標(biāo)的問(wèn)題。"& vbCR & vbCR Message = Message & "為了正常工作,本腳本將關(guān)閉和重啟 Windows Explorer 外殼,這個(gè)操作不會(huì)損壞你的系統(tǒng)。" & vbCR & vbCR Message = Message & "請(qǐng)關(guān)閉所有殺毒軟件的實(shí)時(shí)監(jiān)控!并保存所有打開的文件。"& vbCR & vbCR Message = Message & "是否繼續(xù)?" X = MsgBox(Message, vbYesNo+vbExclamation, "注意") If X = 6 Then On Error Resume Next WshShell.RegDelete "HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerStuckRects2" WshShell.RegDelete "HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerStreamsMRU" WshShell.RegDelete "HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerStreamsDesktop" WshShell.RegDelete "HKCUSoftwareMicrosoftInternet ExplorerExplorer Bars{32683183-48a0-441b-a342-8.1c2a440a948.18}BarSize" P1 = "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" 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 = "HKCUSoftwareMicrosoftWindowsCurrentVersionGroup Policy Objects本地UserSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" WshShell.RegWrite p1 & "NoCloseDragDropBands", 0, "REG_DWORD" WshShell.RegDelete p1 & "NoMovingBands" p1 = "HKLMSoftwareMicrosoftWindows NTCurrentVersionWinlogonShell" WshShell.RegWrite p1, "explorer.exe", "REG_SZ" p1 = "HKCUSoftwareMicrosoftInternet ExplorerExplorer Bars{32683183-48a0-441b-a342-8.1c2a440a948.18}" Windows XP服役時(shí)間長(zhǎng)達(dá)13年,產(chǎn)生的經(jīng)濟(jì)價(jià)值也較高。2014年4月8日,微軟終止對(duì)該系統(tǒng)的技術(shù)支持,但在此之后仍在一些重大計(jì)算機(jī)安全事件中對(duì)該系統(tǒng)發(fā)布了補(bǔ)丁。 |
溫馨提示:喜歡本站的話,請(qǐng)收藏一下本站!