用批处理轻松清掉sxs.exe和autorun.inf的专杀工具
更新时间:2007年01月11日 00:00:00 作者:
保存为del.bat,运行即可,另一个是注册表文件,可以防止病毒修改注册表无法查看隐藏文件
@echo off
@echo 脚本之家
@echo sxs.exe 专杀
@echo 开始
@echo 结束病毒进程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运行即可,提示确认
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL]
"CheckedValue"=dword:00000001
最好的办法是下载最新杀毒软件,基本上就可以了饿
复制代码 代码如下:
@echo off
@echo 脚本之家
@echo sxs.exe 专杀
@echo 开始
@echo 结束病毒进程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运行即可,提示确认
复制代码 代码如下:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL]
"CheckedValue"=dword:00000001
最好的办法是下载最新杀毒软件,基本上就可以了饿
相关文章
推荐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
Kaspersky 6.0.2.666 MP2 nct Release+汉化补丁 下载
Kaspersky 6.0.2.666 MP2 nct Release+汉化补丁 下载...2007-02-02
各分区根目录释放shell.exe,autorun.inf 的病毒清除方法
各分区根目录释放shell.exe,autorun.inf 的病毒清除方法...2007-07-07


最新评论