用批處理輕松清掉sxs.exe和autorun.inf的專殺工具
更新時間:2007年01月11日 00:00:00 作者:
保存為del.bat,運行即可,另一個是注冊表文件,可以防止病毒修改注冊表無法查看隱藏文件
@echo off
@echo 腳本之家
@echo sxs.exe 專殺
@echo 開始
@echo 結(jié)束病毒進(jìn)程sovhost
ntsd -c q -pn sovhost.exe
echo 修正注冊表
regedit /s del.reg
echo 刪除各盤病毒文件
cd\
c:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s
del /s /q /f autorun.inf
D:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s
del /s /q /f autorun.inf
E:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s
del /s /q /f autorun.inf
F:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s
del /s /q /f autorun.inf
G:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s
del /s /q /f autorun.inf
@echo on
保存為del.reg運行即可,提示確認(rèn)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL]
"CheckedValue"=dword:00000001
最好的辦法是下載最新殺毒軟件,基本上就可以了餓
復(fù)制代碼 代碼如下:
@echo off
@echo 腳本之家
@echo sxs.exe 專殺
@echo 開始
@echo 結(jié)束病毒進(jìn)程sovhost
ntsd -c q -pn sovhost.exe
echo 修正注冊表
regedit /s del.reg
echo 刪除各盤病毒文件
cd\
c:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s
del /s /q /f autorun.inf
D:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s
del /s /q /f autorun.inf
E:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s
del /s /q /f autorun.inf
F:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s
del /s /q /f autorun.inf
G:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s
del /s /q /f autorun.inf
@echo on
保存為del.reg運行即可,提示確認(rèn)
復(fù)制代碼 代碼如下:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL]
"CheckedValue"=dword:00000001
最好的辦法是下載最新殺毒軟件,基本上就可以了餓
相關(guān)文章
詳解runassrv.exe是什么文件與到底應(yīng)不應(yīng)該刪除
詳解runassrv.exe是什么文件與到底應(yīng)不應(yīng)該刪除...2007-10-10
推薦Searchnet.exe (trojan-spy.agent.iw) 清除方法 (有更新)
推薦Searchnet.exe (trojan-spy.agent.iw) 清除方法 (有更新)...2007-03-03
木馬下載器Win32.TrojDownloader.Delf.114688
木馬下載器Win32.TrojDownloader.Delf.114688...2007-10-10
提權(quán)思路之MSSQL差異備份取系統(tǒng)權(quán)限
看了下面的文章,不是讓大家搞破壞,大家可以加強自己服務(wù)器的安全性。2008-01-01
Kaspersky 6.0.2.666 MP2 nct Release+漢化補丁 下載
Kaspersky 6.0.2.666 MP2 nct Release+漢化補丁 下載...2007-02-02
各分區(qū)根目錄釋放shell.exe,autorun.inf 的病毒清除方法
各分區(qū)根目錄釋放shell.exe,autorun.inf 的病毒清除方法...2007-07-07

