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

复制代码 代码如下:

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

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

@echooff

taskkill/f/imsxs.exe/t

taskkill/f/imSVOHOST.exe/t

c:

attribsxs.exe-a-h-s

del/s/q/fsxs.exe

attribautorun.inf-a-h-s

del/s/q/fautorun.inf

d:

attribsxs.exe-a-h-s

del/s/q/fsxs.exe

attribautorun.inf-a-h-s

del/s/q/fautorun.inf

e:

attribsxs.exe-a-h-s

del/s/q/fsxs.exe

attribautorun.inf-a-h-s

del/s/q/fautorun.inf

f:

attribsxs.exe-a-h-s

del/s/q/fsxs.exe

attribautorun.inf-a-h-s

del/s/q/fautorun.inf

g:

attribsxs.exe-a-h-s

del/s/q/fsxs.exe

attribautorun.inf-a-h-s

del/s/q/fautorun.inf

h:

attribsxs.exe-a-h-s

del/s/q/fsxs.exe

attribautorun.inf-a-h-s

del/s/q/fautorun.inf

i:

attribsxs.exe-a-h-s

del/s/q/fsxs.exe

attribautorun.inf-a-h-s

del/s/q/fautorun.inf

j:

attribsxs.exe-a-h-s

del/s/q/fsxs.exe

attribautorun.inf-a-h-s

del/s/q/fautorun.inf

k:

attribsxs.exe-a-h-s

del/s/q/fsxs.exe

attribautorun.inf-a-h-s

del/s/q/fautorun.inf

l:

attribsxs.exe-a-h-s

del/s/q/fsxs.exe

attribautorun.inf-a-h-s

del/s/q/fautorun.inf

m:

attribsxs.exe-a-h-s

del/s/q/fsxs.exe

attribautorun.inf-a-h-s

del/s/q/fautorun.inf

n:

attribsxs.exe-a-h-s

del/s/q/fsxs.exe

attribautorun.inf-a-h-s

del/s/q/fautorun.inf

regdeleteHKLMSoftwareMicrosoftwindowsCurrentVersionexplorerAdvancedFolderHiddenSHOWALL/VCheckedValue/f

regaddHKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerAdvancedFolderHiddenSHOWALL/v"CheckedValue"/t"REG_DWORD"/d"1"/f

REGDELETEHKLMSOFTWAREMicrosoftWindowsCurrentVersionRun/Vsxs.exe/f

REGDELETEHKLMSOFTWAREMicrosoftWindowsCurrentVersionRun/VSVOHOST.exe/f

exit

【可以查杀sxs.exe的bat(批处理)文件】相关文章:

中文显示ping结果的批处理bat文件

ARP实现本机绑定的批处理文件

可以实现反复重启的批处理

自定义配置网络ip、网关、dns的批处理文件

不错的winodws XP 优化处理文件

查看网关的MAC地址的批处理文件

一键清除_desktop.ini文件的批处理文件

使用dos批处理文件的意义与应用方法

最基本的实现进度条效果的批处理

一个可以显示c盘-z盘的批处理bat文件

精品推荐
分类导航