Ventoy Menu Alias Plugin
With this plugin, you can set an alias for the ISO/WIM files. The alias will only be used to show the boot menu.
The alias can be in any format. Unicode characters are supported. Even you can set some special characters in the alias which are not supported
by the system. For example : ? * / < > |
are invalid characters for file name in Windows, but you can use them in the alias.
- Json Configuration
Recommend to use VentoyPlugson, a GUI ventoy.json configurator. Refer VentoyPlugson
A menu_alias
array is defined to describe the configuration in /ventoy/ventoy.json
(UTF8 encoding is needed).
Use image
and dir
to set the alias for image file and directory.
{ "menu_alias": [ { "image": "/ISO/MX-19.1_x64.iso", "alias": "MX 19.1 ISO file For me" }, { "image": "/ubuntu-20.04-desktop-amd64.iso", "alias": "Ubuntu +++ <2004> +++" }, { "image": "/cn_windows_10_enterprise_ltsc_2019_x64_dvd_9c09ff24.iso", "alias": "我的 Windows 10 系统" }, { "dir": "/ISO/Linux", "alias": "[My Linux Directory]" } ] }
Key | Type | Description |
---|---|---|
image |
STRING |
The full path of the image file. This option supports fuzzy matching, please refer About Path Matching |
dir |
STRING |
The full path of the directory. Attention: The trailing slash must be removed (For example /ISO/abc is right, /ISO/abc/ is wrong).
|
alias |
STRING |
The alias of the image file. |
- Multi-Mode
Supported. You can set different configurations for different BIOS mode. Please refer Multi-Mode Option for details.
- Screenshot