可以查杀sxs.exe的bat(批处理)文件
作者 佚名
来源 批处理
浏览
发布时间 2013-07-09
复制代码 代码如下: ::echo特征:在每个盘根目录下自动生成sxs.exe,autorun.inf文件,有的还在windows\system32下生成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 regdeleteHKLM\Software\Microsoft\windows\CurrentVersion\explorer\Advanced\Folder\Hidden\SHOWALL/VCheckedValue/f regaddHKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL/v"CheckedValue"/t"REG_DWORD"/d"1"/f REGDELETEHKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run/Vsxs.exe/f REGDELETEHKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run/VSVOHOST.exe/f exit |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: 断开网络联结的bat文件下一篇: 查看网关的MAC地址的批处理文件
关于可以查杀sxs.exe的bat(批处理)文件的所有评论