手机
当前位置:查字典教程网 >脚本专栏 >DOS/BAT >sxs.exe的查杀bat代码
sxs.exe的查杀bat代码
摘要:复制代码代码如下:::echo特征:在每个盘根目录下自动生成sxs.exe,autorun.inf文件,有的还在windowssystem3...

复制代码 代码如下:

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

::解决方法:建立批处理文件 (内容)

@echo off

taskkill /f /im sxs.exe /t

taskkill /f /im SVOHOST.exe /t

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

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 HKLMSoftwareMicrosoftwindowsCurrentVersionexplorerAdvancedFolderHiddenSHOWALL /V CheckedValue /f

reg add HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerAdvancedFolderHiddenSHOWALL /v "CheckedValue" /t "REG_DWORD" /d "1" /f

REG DELETE HKLMSOFTWAREMicrosoftWindowsCurrentVersionRun /V sxs.exe /f

REG DELETE HKLMSOFTWAREMicrosoftWindowsCurrentVersionRun /V SVOHOST.exe /f

exit

【sxs.exe的查杀bat代码】相关文章:

批处理 删除重复行的代码

配置IP地址的批处理代码

可以查杀sxs.exe的bat(批处理)文件

右键显示(隐藏)扩展名的bat代码

用bat实现的自动关机的代码

Dos批处理编写一键清理系统垃圾的bat代码

备份文件并上传至FTP服务器的bat代码

dos命令行设置IE代理的实现代码

比较漂亮的批处理进度条效果代码

Dos下日期时间的引用实现代码

精品推荐
分类导航