分享

双击打不开盘符的修复方法

 qqaizqx 2012-04-16

修复双击打不开硬盘盘符的方法(比如双击打不开C盘、D盘、E盘、F盘),甚至有点人右击选择打开也不行,但在地址框输入比如:c:就行。这其实就是中了ROSE病毒,这个病毒是良性的,不会对他们产生很好的威胁,只不能是盘符打不开而已。

方法是:将以下代码复制到记事本中,然后保存为delauto.bat,双击运行它即可。100%有效,绝对没有病毒。

以下是代码片段:
@echo off
title 修复双击打不开盘符  by www.中国站长之家


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\K\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

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多