杀毒以后..&所有文件都缺少打开方式了.都开不开了MD郁闷.....././././././././././././././././././.././././././././././././.现在只能上网了,双击文件以后 就跳出打开方式有人知道怎么回事啊..问题补充:打不开文件不能用其他修复了
參考答案:你中过木马,主要是因为.exe文件没有了关联方式。
常规方法:
1、从窗体菜单栏做如下操作:工具>文件夹选项>工具>隐藏已知文件扩展名,取消该复选项;
2、在C:\WINDOWS\system32目录下找到 regedit.exe,将其改名为:regedit.com;
3、运行注册表:开始>运行>输入:regedit
打开目录:HKEY_CLASSES_ROOT\exefile\shell\open\command
双击右边“默认”项,弹出对话框将其改为:"%1" %*?
其它解决方法:
2000以上系统也可以在命令提示符里输入
assoc .exe=exefile
ftype exefile="%1" %*
注:如果cmd也无法运行,要将cmd.exe改名为cmd.com或cmd.scr。
然后运行cmd.com(也可以先双击c:\windows\system32\cmd.exe,在出来的打开方式对话框中点浏览选择c:\windows\system32\cmd.exe即可打开cmd.exe)。
再运行下面两个命令:
ftype exefile="%1" %*
assoc .exe=exefile
最后将cmd.com改回cmd.exe
? 完成这些之后赶紧装杀毒软件查杀病毒。杀完毒重启之后还出现同样的情况,按上面的方法再来一次(此时硬盘上的病毒应该已经被清除,如果没有,换杀毒软件)。
再给你一个方法,把下面的文字用记事本保存为.reg格式,然后双击保存后的文件就可以了。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"
[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"
[HKEY_CLASSES_ROOT\exefile]
@="Application"
"EditFlags"=hex:38,07,00,00
"TileInfo"="prop:FileDescription;Company;FileVersion"
"InfoTip"="prop:FileDescription;Company;FileVersion;Create;Size"
[HKEY_CLASSES_ROOT\exefile\DefaultIcon]
@="%1"
[HKEY_CLASSES_ROOT\exefile\shell]
[HKEY_CLASSES_ROOT\exefile\shell\open]
"EditFlags"=hex:00,00,00,00
[HKEY_CLASSES_ROOT\exefile\shell\open\command]
@="\"%1\" %*"
[HKEY_CLASSES_ROOT\exefile\shell\runas]
[HKEY_CLASSES_ROOT\exefile\shell\runas\command]
@="\"%1\" %*"
[HKEY_CLASSES_ROOT\exefile\shellex]
[HKEY_CLASSES_ROOT\exefile\shellex\DropHandler]
@="{86C86720-42A0-1069-A2E8-08002B30309D}"
[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers]
[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\PEAnalyser]
@="{09A63660-16F9-11d0-B1DF-004F56001CA7}"
[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\PifProps]
@="{86F19A00-42A0-1069-A2E9-08002B30309D}"
[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\ShimLayer Property Page]
@="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"