无法打开exe任何可执行文件的解决办法
对于exe打开方式被木马或病毒修改,无法打开任何可执行文件的解决办法。
方案一:
先将regedit.exe改名为regedit.com或regedit.scr。
运行regedit.com,找到HKEY_CLASSES_ROOT\exefile\shell\open\command键值,将默认值改为"%1" %*
重启,再将regedit.com改回regedit.exe即可。
方案二:
将下面的内容存为exefile.reg,双击导入注册表;或在纯dos下运行regedit exefile.reg,导入注册表即可。(注意:REGEDIT4后面留一空行)
REGEDIT4
[HKEY_CLASSES_ROOT\exefile\shell\open\command]
@="\"%1\" %*"
方案二(只适用于Win2000/XP):
1、将cmd.exe改名为cmd.com或cmd.scr。
2、运行cmd.com
3、运行下面两个命令:
ftype exefile="%1" %*
assoc .exe=exefile
4、将cmd.com改回cmd.exe
相关推荐
86427217 2013-01-06
86427217 2011-09-21
cunxinwenwu的IT 2014-09-14
Horse00 2014-01-29
regina 2012-11-26
xury 2010-05-05
Leroyxie 2008-09-07
杨安康 2019-07-01
Flycutterzfz 2008-10-07
MySQLl 2019-04-09
柳岸花明 2008-08-29
shouen 2007-03-10
网络游戏 2017-07-25
网络游戏 2017-04-02
网上冲浪 2016-11-25
注册表 2016-11-16
注册表 2016-11-16
注册表 2016-11-16