当前位置: 首页 > ai >正文

sxs.exe 的查杀.bat

 

内容如下:

::echo 特征:在每个盘根目录下自动生成sxs.exe,autorun.inf文件,有的还在windows/system32下生成SVOHOST.exe 或 sxs.exe ,文件属性为隐含属性。自动禁用杀毒软件

::解决方法:建立批处理文件 (内容)
@echo off
taskkill /f /im sxs.exe /t           (用taskkill干掉危险进程)
taskkill /f /im SVOHOST.exe /t
c:
attrib sxs.exe -a -h -s             (将sxs.exe文件的存档,隐藏,系统属性去掉)
del /s /q /f sxs.exe                 (删除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
h:
attrib sxs.exe -a -h -s 
del /s /q /f sxs.exe 
attrib autorun.inf -a -h -s 
del /s /q /f autorun.inf
i:
attrib sxs.exe -a -h -s 
del /s /q /f sxs.exe 
attrib autorun.inf -a -h -s 
del /s /q /f autorun.inf
j:
attrib sxs.exe -a -h -s 
del /s /q /f sxs.exe 
attrib autorun.inf -a -h -s 
del /s /q /f autorun.inf
k:
attrib sxs.exe -a -h -s 
del /s /q /f sxs.exe 
attrib autorun.inf -a -h -s 
del /s /q /f autorun.inf
l:
attrib sxs.exe -a -h -s 
del /s /q /f sxs.exe 
attrib autorun.inf -a -h -s 
del /s /q /f autorun.inf
m:
attrib sxs.exe -a -h -s 
del /s /q /f sxs.exe 
attrib autorun.inf -a -h -s 
del /s /q /f autorun.inf
n:
attrib sxs.exe -a -h -s 
del /s /q /f sxs.exe 
attrib autorun.inf -a -h -s 
del /s /q /f autorun.inf
reg delete HKLM/Software/Microsoft/windows/CurrentVersion/explorer/Advanced/Folder/Hidden/SHOWALL /V CheckedValue /f  (删除和加入注册表相关键值)
reg add HKLM/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/Advanced/Folder/Hidden/SHOWALL /v "CheckedValue" /t "REG_DWORD" /d "1" /f
REG DELETE HKLM/SOFTWARE/Microsoft/Windows/CurrentVersion/Run /V sxs.exe /f
REG DELETE HKLM/SOFTWARE/Microsoft/Windows/CurrentVersion/Run /V SVOHOST.exe /f
exit   (退出批处理)
 
 

http://www.xdnf.cn/news/11638.html

相关文章:

  • oracle通配符大全
  • windows CE软件下载
  • 顶级白帽黑客必备的十大黑客技术
  • 博客园美化教程总结
  • ISO/IEC技术标准-RFID
  • 《仙剑奇侠传四》完全攻略
  • 网络爸爸 v8.1.9.22 官方
  • 刷QQ空间人气
  • c++学习论坛推荐
  • 聚生网管破解及安装
  • 【江西软件职业技术大学毕业论文】 电影网站的设计与实现
  • 雅虎14条性能优化(经典)
  • dvdscr是什么意思?什么是dvdscr格式?
  • 关于Tomcat有这一篇就够了
  • 身份证号码和姓名大全 身份证姓名和真实姓名不一致?
  • xp系统架设家庭asp服务器,Win2000/XP下如何安装IIS(配制asp服务器)
  • NEO从入门到开窗(3) - NEO编译器
  • 诺亚财富汪静波:要深度理解投资不等于财富管理
  • IE浏览器故障及解决大全
  • 中国雅虎和口碑网合并
  • 微博平台StatusNet研究(4):快速安装
  • 榜单!全年或超150万辆!行泊一体系统方案供应商TOP10出炉
  • QQ堂3.3外挂
  • android8 保卫萝卜,保卫萝卜挑战8攻略图解,学会这些,轻松过第八关
  • 新华网论坛
  • C#下AxShockwaveFlash的成员函数
  • 灰鸽子使用教程(图文教程)
  • FLASH ActionScript运行时错误列表
  • JTable动态显示隐藏列
  • Python 计算机视觉(一) —— 数字图像处理基础