我家的电脑所有的EXE都打不开了

来源:百度知道 编辑:UC知道 时间:2024/09/28 08:15:05

重新做系统 是最有效的办法 也是最没办法的办法

方案一:先将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]<br>@=\%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

完了后记得杀毒

方法 1: 适用于所用 Windows 95 以上版本的 Windows (9x/ME/2000/XP/2003)
开始->运行->输入"command" (在 Windows 2000/XP/2003 中,输入"cmd"),回车
在命令行中,依次执行以下命令:
cd %windir% copy regedit.exe regedit.com regedit
注册表编辑器打开后,找到以下分支: HKEY_CLASSES_ROOT\exefile\shell\open\command 双击右侧窗口中的 (默认) 值,设置为 "%1" %* [包含引号] 再找到: