电脑的硬盘双击打不开,我教你!
电脑的硬盘双击打不开,一双击就弹出来一个打开方式的对话框,要不就是拒绝访问,要打开只能击右键选择"打开",碰见这种情况怎么办?别着急,往下看:中毒了,建议先杀毒,一定要杀的。然后执行以下操作
(在桌面上击右键,选择"新建"-文本文档,打开新建文本文档,将如下的内容复制进去,然后选择 “文件”菜单-->另存为,保存类型 一定要选择“所有文件” ,文件名输入 "s.bat" 【你最好直接拷贝," 是半角的单引号切记切记】将这个文件保存到桌面即可
然后在桌面上双击 s.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.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
@echo 修复完成。按任意键继续……记得手动重启计算机!!
pause
;------------复制该线以上的内容 别复制这一行 --------
以上只针以到e盘为址,如果有f\g盘的,在后面加上以下的代码
f:
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
[[i] 本帖最后由 fengwei123 于 2007-8-24 15:53 编辑 [/i]]
页:
[1]