电脑盘符打不开
发布网友
发布时间:2022-04-27 07:24
我来回答
共2个回答
热心网友
时间:2022-06-28 11:39
把下面的保存为批处理后,双击运行
@echo off
title 修复双击打不开盘符
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\{1abf55ee-3aed-11db-8c02-806d6172696f}\shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\{1abf55f0-3aed-11db-8c02-806d6172696f}\shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\{1abf55f1-3aed-11db-8c02-806d6172696}\shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\C\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\D\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\E\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\F\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\G\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\H\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\I\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\G\Shell\ /va /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\ /va /f
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\ /v ctfmon /t reg_gz /d %systemroot%\system32\ctfmon.exe
cd\
c:
attrib -h -s -r -a c:\autorun.inf
del c:\autorun.inf
attrib -h -s -r -a c:\sxs.exe
del c:\sxs.exe
attrib -h -r -s -a c:\pagefile.pif
del c:\pagefile.pif
attrib -h -s -r -a c:\rose.exe
del c:\rose.exe
d:
attrib -h -s -r -a d:\autorun.inf
del d:\autorun.inf
attrib -h -s -r -a d:\sxs.exe
del d:\sxs.exe
attrib -h -r -s -a d:\pagefile.pif
del d:\pagefile.pif
attrib -h -s -r -a d:\rose.exe
del d:\rose.exe
e:
attrib -h -s -r -a e:\autorun.inf
del e:\autorun.inf
attrib -h -s -r -a e:\sxs.exe
del e:\sxs.exe
attrib -h -r -s -a e:\pagefile.pif
del e:\pagefile.pif
attrib -h -s -r -a e:\rose.exe
del e:\rose.exe
f:
attrib -h -s -r -a f:\autorun.inf
del f:\autorun.inf
attrib -h -s -r -a f:\sxs.exe
del f:\sxs.exe
attrib -h -r -s -a f:\pagefile.pif
del f:\pagefile.pif
attrib -h -s -r -a f:\rose.exe
del f:\rose.exe
g:
attrib -h -s -r -a g:\autorun.inf
del g:\autorun.inf
attrib -h -s -r -a g:\sxs.exe
del g:\sxs.exe
attrib -h -r -s -a g:\pagefile.pif
del g:\pagefile.pif
attrib -h -s -r -a g:\rose.exe
del g:\rose.exe
h:
attrib -h -s -r -a h:\autorun.inf
del h:\autorun.inf
attrib -h -s -r -a h:\sxs.exe
del h:\sxs.exe
attrib -h -r -s -a h:\pagefile.pif
del h:\pagefile.pif
attrib -h -s -r -a h:\rose.exe
del h:\rose.exe
taskkill /f /im explorer.exe
call explorer.exe
exit
参考资料:http://hi.baidu.com/weidongzhen/blog/item/e4e60e33bde762fb1b4cff49.html
热心网友
时间:2022-06-28 11:40
你可以在DOS或在运行里面输入 盘符:
如果可以进入,一般就没事了。
如果不行的话,建议在扩展分区重新分区,及格式化。
不用重装系统。