.EX_ 文件扩展名

Renamed Windows Executable File

开发者 Microsoft
受欢迎程度
3.8  |  55 
 

什么是 EX_ 文件?

An EX_ file is a Windows executable file renamed from ".exe" to ".ex_". It contains the exact contents of an .EXE file. EX_ files are commonly found on installation CDs, where the installer must first rename the file before executing it.

更多信息

Renamed EX_ files are useful for preventing accidental or unwanted execution in Windows. For example, if the user accidentally double-clicks the file, it will not execute by default.

To make an EX_ file executable, rename the ".ex_" extension to ".exe". You can now double-click the file like any other EXE file.

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开或引用 EX_ 文件的程序

Windows

Compressed Executable File

开发者 Microsoft
受欢迎程度
3.7  |  19 
 

An EX_ file is a Windows executable (.EXE) file compressed using some form of compression and renamed from ".exe" to ".ex_." EX_ files are used to decrease the size of EXE files so they can be included on software installation CDs and other space-limited external media. Users must decompress EX_ files using the Windows Command Prompt's expand command to transform them into installable EXE files.

更多信息

EX_ files are commonly created using Makecab, a file compression utility included with Windows. Here is example syntax for creating the file program.ex_ from the file program.exe:

makecab program.exe

如何打开 EX_ 文件

EX_ files created with Makecab can be decompressed back to their original form using the expand.exe command included with Windows. The program uses the following syntax:

expand program.ex_ program.exe

After expanding your EX_ file to an EXE file, you can double-click the EXE file to install the program it contains.

可打开或引用 EX_ 文件的程序

Windows
操作系统自带

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的所有文件格式和软件程序。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们