朋友:
我笔记本电脑刚装的系统,现在除C盘外其他盘都打不开,提示打开方式,请问怎么办,谢谢
朋友:
我笔记本电脑刚装的系统,现在除C盘外其他盘都打不开,提示打开方式,请问怎么办,谢谢
reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2" /f
单击选择“开始”→“运行”命令,在“运行”对话框的“打开”栏中输入“上面的命令”,然后单击“确定
@echo off
title 清理AUTORUN.INF --- BY 新的一天 [2008]
cls
color fc
echo.&echo.
for %%a in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do (
if exist %%a:\ (
if exist %%a:\autorun.inf (
echo 发现%%a盘上有AUTORUN.INF,正在清理...
attrib %%a:\autorun.inf -s -h -r
for /f "tokens=2* delims==" %%b in (%%a:\autorun.inf) do (
if exist %%a:\%%b (
attrib %%a:\%%b -s -h -r
del %%a:\%%b
echo 清理了%%a盘上AUTORUN.INF相关联的%%b
)
)
del %%a:\autorun.inf
echo %%a盘上AUTORUN.INF清理成功!
) else (
echo %%a盘上没有发现AUTORUN.INF。
)
echo.&echo.
)
)
reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\">nul
if %ERRORLEVEL%==0 (
echo Y|reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\" /f>nul
echo 磁盘卷装入点清理完成!)
echo.&echo.&echo 完成清理,按任意键退出!&pause>nul
提示打开方式???
恭喜你,应该是其他盘符中毒了,推荐你这么解决
1、杀毒
2、在打开其他盘符时,不要双击,点中,右键--选打开,不要用默认的黑体的运行
3、还是不行?俺不知道杂个解决了,呵呵
你是不是用的安装版啊,没有格式化其它盘?
格一下其它盘!