我的电脑里的C D E F盘都进不了

来源:百度知道 编辑:UC知道 时间:2024/09/20 08:37:30
双击后会出现“找不到copy.exe”的提示

怎么办

这个是个病毒``你右键打开能进,他下面有个autorun.inf的文件,你把那些删了就OK了

楼上的批处理好```楼主把他的那些英文复制到记事本里``然后存为。BAT的文件就行``运行就OK拉

是copy.exe病毒,把
@echo off
c:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
d:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
e:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
寸为abc.bat双击运行,重新启动电脑即可

别听他的

打开记事本,把下面的内容复制进去后,选择另存为abc.bat
然后双击abc.bat

内容如下:

@echo off
c:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
d:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
e:
cd \
attrib -s -h -r copy.exe
del copy.ex