u.vbe U盘病毒怎么清除

来源:百度知道 编辑:UC知道 时间:2024/05/03 10:08:55
最近我电脑里中了U盘病毒,好像是,听人家说的,可是我不会搞,谁给指点一下小妹呀

我的电脑→工具→文件夹选项→显示隐藏文件
<br>C.D.E.F盘删隐藏的文件
<br>修改注册表启动项
<br>去专业网站下载杀毒工具
建一文本,改为U.bat
把下面代码写入后运行
@echo off
title
color 0a
taskkill /im wscript.exe /t /f
attrib -s -h -r c:\autorun.inf
attrib -s -h -r c:\u.bat
attrib -s -h -r c:\u.vbe
attrib -s -h -r c:\windows\s.vbe
attrib -s -h -r c:\windows\u.bat
del c:\autorun.inf
del c:\u.bat
del c:\u.vbe
del c:\windows\s.vbe
del c:\windows\u.bat
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:\autorun.inf attrib -s -h -r %%d:\autorun.inf
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:\autorun.inf del %%d:\autorun.inf /q
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:\s.vbe attrib -s -h -r %%d:\s.vbe
for /D %%d in (c,d,e,f,g,h