“双击桌面图标打不开”,引发该问题的原因是exe文件的关联损坏了,当然系统中毒也可能导致此现象,如何解决这个问题,方法如下:
1.单击“开始”菜单,单击“运行”命令,在“打开”框中键入“regedit”命令,单击“确定”按钮。
2.打开注册表编辑器窗口,在左侧的注册表树依次展开到以下分支HKEY_CLASSES_ROOT\.exe
3.确保右边窗口默认值的参数为“exefile”。
4.接着再定位到以下分支HKEY_CLASSES_ROOT\exefile\shell\open\command。
5.修改右边窗口默认值的参数为“"%1" %*”,这样问题就解决了。
注:电脑要经常升级杀毒软件。经常升级杀毒软件是必需的!及时升级后做个及时的查杀,有可能发现原来发现不了的病毒。杀毒应该是自己定时主动去做的事情,因为不少杀毒软件为了不让用户觉得开机是个漫长的过程,都关闭了开机查杀病毒的方式。另外的查杀模式如每天杀一次,还是每周杀一次,还是需要用户自己去设置。因此用户自己应定时做些电脑护理。如垃圾清理、插件清理、上网痕迹清理、病毒查杀、软件的重要更新(例如金山卫士的新版本它自己是很少更新的,它通常只更新病毒库,要用QQ管家才能升级金山卫士的版本。
下一个360安全卫士,进行木马,流氓软件,恶意插件的查杀```然后再重启一次``
360安全卫士是我认为最绿色的杀毒软件,不想用了删了就OK,不和其他杀毒软件冲突
建议你从新装系统、或买个新的
可以解决的 以下是我以前用过的方法
解决方法一:
复制以下内容之一用记事本保存为BAT文件,运行这个BAT文件即可删除。
代码一:
===============================================================================
@echo off
color 0e
echo ============================================
echo 双击打不开盘符的解决方案尝试
echo 2007-05-09 帆【┻═一☆
echo ============================================
@echo off
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
attrib -h -s -r -a c:\autorun.inf
del c:\aurorun.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
attrib -h -s -r -a d:\autorun.inf
del d:\aurorun.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
exit ===============================================================================
代码二:
===============================================================================
@echo on
taskkill /im explorer.exe /f
taskkill /im wscript.exe
start reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\EXplorer\Advanced
/v ShowSuperHidden /t REG_DWORD /d 1 /f
start reg import kill.reg
del c:\autorun.* /f /q /as
del %SYSTEMROOT%\system32\autorun.* /f /q /as
del d:\autorun.* /f /q /as
del e:\autorun.* /f /q /as
del f:\autorun.* /f /q /as
del g:\autorun.* /f /q /as
del h:\autorun.* /f /q /as
del i:\autorun.* /f /q /as
del j:\autorun.* /f /q /as
del k:\autorun.* /f /q /as
del l:\autorun.* /f /q /as
start explorer.exe
===============================================================================
3、其它处理方法:
1.开始→运行→打入cmd命令后确定,调出虚拟dos界面,输入cd 回车进入根目录。然后attrib autorun.inf -s -r -h(去掉autorun.inf文件的属性)回车,然后del autorun.inf(删除此文件)回车。进入其他盘符,依样操作。(需要注意的是你在windows界面资源管理器里通过“文件夹属性”去掉所有文件的隐藏,也是无法看到autorun.inf的,要看的话在虚拟dos里进入根目录打入dir autorun.inf /a来查看,另外autorun.inf根本不应该住在硬盘根目录下,大家可以放心的删)
2.重启以后打开盘符报错,而不是提示选择程序了。这个时候,我注意到symantec杀毒软件均隔离了各个逻辑盘根目录下一个名叫TL.XLS.exe的可执行文件。想想是否这个文件在注册表里也写了记录呢?开始→运行→打入regedit命令后确定,调出注册表编辑器,通过菜单“编辑”→查找,输入TL.XLS.exe,果然找到这个名字的键值,按F3继续查找,找到的都一一灭了。
3.重启机器,终于可以直接双击打开盘符了。哗,心情一下子舒畅了。
附:一些基础知识介绍,请查阅这里:http://kyle.itpub.net/post/1626/199535
解决方法二:
在此向大家也提供以下删除这种病毒的方法。
1)打开任务管理器将SVOHOST.EXE结束任务
2)运行 cmd
进入出现问题的盘符,如e:
输入:dir/a
看看有没有SVOHOST.EXE 和AUTORUN.INF
如果有
则输入:attrib -a -s -h -r sxs.exe
attrib -a -s -h -r autorun.inf
分别执行(目的是取消这两个文件的隐藏属性)
3)然后 del sxs.exe
del autorun.inf
(目的是删除文件)
4)运行 regedit
搜索 sxs.exe
在注册表中找到后直接删除所有的sxs.exe文件
5)最后运行msconfig 在启动项中把SVOHOST.EXE去掉,OK,一切恢复正常!