我的本地硬盘怎么打不开?我是菜鸟 尽量详细一些~

来源:百度知道 编辑:UC知道 时间:2024/06/01 15:15:00
为什么打不开?我的电脑能进 回收站也能进 什么都能进 就是磁盘为什么打不开?他说选择您想要来打开此文件的程序。怎么打开???急!答对而且简单的追加20!

中病毒了。在你的硬盘分区里加了自动运行文件。后来杀毒把病毒文件删除了,但是没取消自动运行文件的指向链接。不是大问题。

急着打开硬盘的话,用资源管理器。按住键盘上的win键(有windows标志的那个),再按E键,会弹出资源管理器。在左边单击你的硬盘盘符,右边就会显出硬盘的内容。或者直接在盘上点右键选资源管理器也可以。

硬盘双击打不开,然后右键出现auto字样,大家把我下面的程序复制到文本文件,另存为auto.bat 然后双击就可以实现双击打开硬盘了.记得一定要在安全模式下,一定要重新启动.

从下一行开始

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