怎么修复硬盘不能双激打开呢?

来源:百度知道 编辑:UC知道 时间:2024/05/01 00:04:24
怎么修复硬盘不能双激打开呢?
有时候有病毒进来了
病毒走了但盘不能开了 只能右激打开
有没有什么办法可以修复的呢?
谢谢了

将下面的代码保存为bat文件.在安全模式下运行.

@echo off&cls&color 0d
for %%i in ( c d e f g ) do (
cls&cd /d %%i:\
echo 正在处理%%i盘........
attrib _desktop.ini -s -h -r
attrib indows -s -h -r
attrib desktop_.ini -s -h -r
attrib desktop.ini -s -h -r
attrib auto.rar -s-h-r
attrib auto*.inf -s -h -r
attrib Thumbs.db -s -h -r
attrib command.com -s -h -r
attrib pagefile.pif -s -h -r
attrib logo_1.exe -s -h -r
attrib logo1_.exe -s -h -r
attrib sxs.exe -s -h -r
attrib *sy.exe -s -h -r
attrib sws.dll -s -h -r
attrib kill.exe -s -h -r
attrib rose.exe -s -h -r
del _desktop.ini indows desktop_.ini desktop.ini auto*.inf auto.rar thumbs.bd Thumbs.db command.com pagefile.pif logo_1.exe logo1_.exe sxs.exe *sy.exe sws.dll kill.exe rose.exe /f/s/a/q
echo 对%%i盘的处理已经完毕...按任意键继续
pause>nul
)

首先显示所有隐藏文件

删除此盘下的autorun文件

我的也是现在右键也打不开了
只有搜索才能打开

<