打开目录C:\Windows\System32,定位cmd.exe,右键管理员运行,或修改为cmd.com运行。运行后输入
assoc .exe=exefile
回车,再输入
ftype exefile="%1" %*
回车,完成。
06-02
1552

打开目录C:\Windows\System32,定位cmd.exe,右键管理员运行,或修改为cmd.com运行。运行后输入
assoc .exe=exefile
回车,再输入
ftype exefile="%1" %*
回车,完成。