Windows XP是美國微軟公司研發(fā)的基于X86、X64架構的PC和平板電腦使用的操作系統(tǒng),于2001年8月24日發(fā)布RTM版本,并于2001年10月25日開始零售。其名字中“XP”的意思來自英文中的“體驗(Experience)”。該系統(tǒng)的默認桌面背景墻紙是Bliss,一張BMP格式的照片。是拍攝的納帕縣郊外的風景,照片中包括了高低起伏的綠山及有層積云和卷云的藍天。
如果需要查詢電腦設備的運行狀況或者詳細信息,我們可以打開我的電腦中的設備管理器來查看。不過最近在使用XP系統(tǒng)打開設備管理器的時候,卻彈出了“Windows找不到mmc.exe”的提示,對此該怎么解決呢?
注意:我電腦系統(tǒng)是XP,其他系統(tǒng)不知道適不適用。
一、找個mmc.exe文件拷過來,拷到C:\WINDOWS\system32文件夾下(不知道路徑的就在安裝目錄搜system32啦),然后運行一下,如圖:
看到這里應該就沒問題了,再打開設備管理器就有了,都不用重啟。
當然也可以下載mmc.exe文件,然后放到C:\WINDOWS\system32文件夾下。
二、網(wǎng)上還有解決辦法如下:中了rose.exe病毒!
(切記殺毒中需要進入盤符時都要右鍵打開,不要雙擊,不然就前功盡棄了!)
1、在我的電腦-工具-文件夾選項-查看-顯示所有文件和文件夾,把“隱藏受保護的系統(tǒng)文件”的勾去掉之后再單擊“開始” 右擊“我的電腦”,然后單擊“屬性”,單擊“系統(tǒng)還原”選項卡,選中“關閉系統(tǒng)還原”或“關閉所有驅動器上的系統(tǒng)還原”。
(通常rose.exe都會偽裝隱藏在每個盤符的系統(tǒng)還原文件夾中也就是殺毒軟件殺之不去的最基本原因)
2、進入安全模式(記得先做完以上的操作!在安全模式是關不了系統(tǒng)還原的!)。
3、執(zhí)行 rose專殺.bat 文件[就是下面是我整理的rose.exe病毒專殺!復制后保存在任意同一目錄下]。
- 01taskkill /f /IM rose.exe
- 02del /F/A:s c:\AUTORUN.INF
- 03del /F/A:s c:\Rose.exe
- 04del /F/A:s d:\AUTORUN.INF
- 05del /F/A:s d:\Rose.exe
- 06del /F/A:s e:\AUTORUN.INF
- 07del /F/A:s e:\Rose.exe
- 08del /F/A:s f:\AUTORUN.INF
- 09del /F/A:s f:\Rose.exe
- 10del /F/A:s g:\AUTORUN.INF
- 11del /F/A:s g:\Rose.exe
- 12del /F/A:s h:\AUTORUN.INF
- 13del /F/A:s h:\Rose.exe
- 14del /F/A:s i:\AUTORUN.INF
- 15del /F/A:s i:\Rose.exe
- 16del /F/A:s j:\AUTORUN.INF
- 17del /F/A:s j:\Rose.exe
- 18del /F/A:s k:\AUTORUN.INF
- 19del /F/A:s k:\Rose.exe
- 20del /F/A:s l:\AUTORUN.INF
- 21del /F/A:s l:\Rose.exe
- 22del /F/A:s m:\AUTORUN.INF
- 23del /F/A:s m:\Rose.exe
- 24del /F/A:s n:\AUTORUN.INF
- 25del /F/A:s n:\Rose.exe
- 26del /F/A:s o:\AUTORUN.INF
- 27del /F/A:s o:\Rose.exe
- 28del /F/A:s c:\system32\rose.exe
- 29del /F/A:s c:\system.sys
- 30del /F/A:s c:\windows\system32\run.reg
- 31del /F/A:s c:\windows\system32\systemdate.ini
- 32del /F/A:s d:\systemdate.ini
- 33del /F/A:s d:\systemfile.com
- 34regedit 殺rose病毒.reg
復制代碼
taskkill /f /IM rose.exe
del /F/A:s c:\AUTORUN.INF
del /F/A:s c:\Rose.exe
del /F/A:s d:\AUTORUN.INF
del /F/A:s d:\Rose.exe
del /F/A:s e:\AUTORUN.INF
del /F/A:s e:\Rose.exe
del /F/A:s f:\AUTORUN.INF
del /F/A:s f:\Rose.exe
del /F/A:s g:\AUTORUN.INF
del /F/A:s g:\Rose.exe
del /F/A:s h:\AUTORUN.INF
del /F/A:s h:\Rose.exe
del /F/A:s i:\AUTORUN.INF
del /F/A:s i:\Rose.exe
del /F/A:s j:\AUTORUN.INF
del /F/A:s j:\Rose.exe
del /F/A:s k:\AUTORUN.INF
del /F/A:s k:\Rose.exe
del /F/A:s l:\AUTORUN.INF
del /F/A:s l:\Rose.exe
del /F/A:s m:\AUTORUN.INF
del /F/A:s m:\Rose.exe
del /F/A:s n:\AUTORUN.INF
del /F/A:s n:\Rose.exe
del /F/A:s o:\AUTORUN.INF
del /F/A:s o:\Rose.exe
del /F/A:s c:\system32\rose.exe
del /F/A:s c:\system.sys
del /F/A:s c:\windows\system32\run.reg
del /F/A:s c:\windows\system32\systemdate.ini
del /F/A:s d:\systemdate.ini
del /F/A:s d:\systemfile.com
regedit 殺rose病毒.reg
將以上文件保存為“rose專殺.bat”。
- 01Windows Registry Editor Version 5.00
- 02[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
- 03"dll"=-
復制代碼
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"dll"=-
將以上文件復制保存為“殺rose病毒.reg”。
4、在開始--運行中輸入“regedit”打開注冊表,查找所有的“rose.exe”鍵值項,找到后將整個shell子鍵刪除。(記得一定要是shell才可以刪,然后刪完一個繼續(xù)按F3。直到注冊表搜索完畢為止!)
5、對每個盤符點右鍵-打開進入(切記不能雙擊,不然就前功盡棄了),再檢查一次!
然后刪掉所有的盤符目錄下的rose.exe和autorun.inf文件和任何跟rose.exe和autorun.inf文件有關的可疑文件!包括隱藏了的系統(tǒng)還原文件夾!
再重新啟動后全部搞定!
我是沒找到rose這個病毒,估計是某次卸載軟件把mmc.exe不小心刪了吧,個人想法,個人情況,區(qū)別對待
三、還有個辦法是可以使用系統(tǒng)自帶的系統(tǒng)文件檢查器來進行修復:將Windows XP安裝光盤插入光驅,然后單擊“開始→運行”,并輸入“sfc /scannow”,此時系統(tǒng)會自動掃描系統(tǒng)文件,如果有損壞的會自動從光盤中提取并進行修復。
經(jīng)過上面的修復后,如果問題仍然沒有解決,那只能重裝系統(tǒng)了,由于重裝系統(tǒng)操作對于多數(shù)用戶來說比較困難,所以說不到最后不使用重裝系統(tǒng)這個方法。當然如果你覺得重裝系統(tǒng)很方便簡單,那就直接重裝系統(tǒng)。
Windows XP服役時間長達13年,產(chǎn)生的經(jīng)濟價值也較高。據(jù)評測機構StatCounter的統(tǒng)計,2017年1月,在中國范圍內(nèi),該系統(tǒng)的占有率為17.79%。主要原因是“習慣XP系統(tǒng)”而不愿意對其升級。 部分殺毒軟件推出了諸如“XP盾甲”之類的服務,以提高系統(tǒng)安全性。
|