清除U盘.内存卡之类中病毒以后不能用左键正常使用的方法
现在内存卡,MP3很多人常用.也就很容易中病毒,就算用杀毒软件杀毒也有可能
造成不能正常打开.现发上本人收藏的小东西.喜欢对大家有帮助
先建立一个文档输入
@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
g:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
h:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
I:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
@echo 修复完成。按任意键继续……记得手动重启计算机!!
pause
然后另存为.设置文件后辍名为.bat
用杀毒软件杀完病毒以后运行下上面的程序.内存卡就能正常
使用了.这个小东西也能救活中病毒以后假死的内存卡.如用着
好用,不要忘了给我加个心