用批处理轻松清掉sxs.exe和autorun.inf的专杀工具

所属分类: 实用技巧 / 病毒查杀 阅读数: 1509
收藏 0 赞 0 分享
保存为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

最好的办法是下载最新杀毒软件,基本上就可以了饿
更多精彩内容其他人还在看

特别注意"熊猫烧香"病毒!感染全盘EXE文件,并自动删除GHO文件

特别注意"熊猫烧香"病毒!感染全盘EXE文件,并自动删除GHO文件
收藏 0 赞 0 分享

logo_1.exe 变种病毒解决方案

logo_1.exe 变种病毒解决方案
收藏 0 赞 0 分享

瑞星网络版24服务器,16000个客户端,无限升级

瑞星网络版24服务器,16000个客户端,无限升级
收藏 0 赞 0 分享

用批处理轻松清掉sxs.exe和autorun.inf的专杀工具

用批处理轻松清掉sxs.exe和autorun.inf的专杀工具
收藏 0 赞 0 分享

怎样预防"熊猫烧香"系列病毒

怎样预防"熊猫烧香"系列病毒
收藏 0 赞 0 分享

Anti-Virus Tools 2007 熊猫专杀民间版下载

Anti-Virus Tools 2007 熊猫专杀民间版下载
收藏 0 赞 0 分享

多个IEXPLORE.EXE进程,专杀的完美解决方案

多个IEXPLORE.EXE进程,专杀的完美解决方案
收藏 0 赞 0 分享

wuaucll.exe(driver.exe)的查杀办法

wuaucll.exe(driver.exe)的查杀办法
收藏 0 赞 0 分享

卡巴病毒库备份工具 专用版!

卡巴病毒库备份工具 专用版!
收藏 0 赞 0 分享
查看更多