系统无法打开EXE程序,怎么办??

来源:百度知道 编辑:UC知道 时间:2024/06/06 06:22:32
我的是日文系统,好像日文系统不带EXE驱动大,不一知道怎么弄,打开以后让我选择打开方式.不是直接进入安装界面...怎么办..知道的帮帮忙

打开windows\system32目录,找到cmd.exe ,把后缀改成.com ,双击改后缀的cmd程序,进入命令行窗口,输入以下命令回车:

assoc .exe=exefile

如果还是不行,把以下内容拷贝到记事本里面,保存为exefile.reg文件,双击这个reg文件导入注册表:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\exefile]
@="应用程序"
"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]<