After I did as you wrote:
You just need to move these files from /ISO directory to /ISO/UEFI directory, because files in /ISO/UEFI directory also displayed in Legacy BIOS mode.
The menu began to work as I wanted.
![[Image: HJWS14A.png]](https://i.imgur.com/HJWS14A.png)
But now, when you select any item in the menu, both in BIOS and in UEFI mode, this menu appears,
![[Image: ZBZdEfH.png]](https://i.imgur.com/ZBZdEfH.png)
before that, the installation was always immediately started or the program was started. How do I get rid of this menu ?
You just need to move these files from /ISO directory to /ISO/UEFI directory, because files in /ISO/UEFI directory also displayed in Legacy BIOS mode.
The menu began to work as I wanted.
![[Image: HJWS14A.png]](https://i.imgur.com/HJWS14A.png)
But now, when you select any item in the menu, both in BIOS and in UEFI mode, this menu appears,
![[Image: ZBZdEfH.png]](https://i.imgur.com/ZBZdEfH.png)
before that, the installation was always immediately started or the program was started. How do I get rid of this menu ?
Code:
{
"control": [
{ "VTOY_DEFAULT_MENU_MODE": "0" },
{ "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" }
],
"control_uefi": [
{ "VTOY_DEFAULT_MENU_MODE": "0" },
{ "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" },
{ "VTOY_DEFAULT_SEARCH_ROOT": "/ISO/UEFI" }
],
"theme": {
"file": "/ventoy/theme/theme.txt",
"gfxmode": "1920x1080",
"display_mode": "GUI",
"ventoy_left": "87%",
"ventoy_top": "95%",
"ventoy_color": "#33ff00"
},
"menu_class": [
{
"key": "21H2",
"class": "Windows_1"
},
{
"key": "Windows",
"class": "Super_1"
},
{
"key": "Mem",
"class": "Memtest_1"
},
{
"key": "WinPE",
"class": "WinPE_1"
}
],
"image_list": [
"/ISO/UEFI/Windows_10_21H2_19044.1645.iso",
"/ISO/UEFI/Windows_7_10_11_Pro_x86_x64_15.12.2021.iso",
"/ISO/UEFI/Windows_7_&_10_Pro_x86_x64_30.05.2021.iso",
"/ISO/UEFI/Windows_7_Pro_x86_x64_15.12.2021.iso",
"/ISO/UEFI/WinPE/WinPE_Sergei_Strelec_x86_x64_04.01.2022.iso",
"/ISO/UEFI/Memtest/Memtest86+_4.3.7_&_10.iso",
"/ISO/UEFI/Memtest/Memtest86+_x64_6.00.Beta.3.iso",
"/ISO/GoldMemory_7.98_Pro.iso"
],
"menu_alias":[
{
"image":"/ISO/UEFI/Windows_10_21H2_19044.1645.iso",
"alias":"Windows 10 Pro x86 x64 21H2 19044.1645"
},
{
"image":"/ISO/UEFI/Windows_7_10_11_Pro_x86_x64_15.12.2021.iso",
"alias":"Windows 7 10 11 Pro x86 x64 15.12.2021"
},
{
"image":"/ISO/UEFI/Windows_7_&_10_Pro_x86_x64_30.05.2021.iso",
"alias":"Windows 7 10 Pro x86 x64 30.05.2021"
},
{
"image":"/ISO/Windows_7_Pro_x86_x64_15.12.2021.iso",
"alias":"Windows 7 Pro x86 x64 15.12.2021"
},
{
"image":"/ISO/UEFI/WinPE/WinPE_Sergei_Strelec_x86_x64_04.01.2022.iso",
"alias":"WinPE Sergei Strelec x86 x64 04.01.2022"
},
{
"image":"/ISO/UEFI/Memtest/Memtest86+_4.3.7_&_10.iso",
"alias":"Memtest86+ 4.3.7 & 10"
},
{
"image":"/ISO/UEFI/Memtest/Memtest86+_x64_6.00.Beta.3.iso",
"alias":"Memtest86+ 6.00 Beta 3"
},
{
"image":"/ISO/GoldMemory_7.98_Pro.iso",
"alias":"GoldMemory 7.98 Pro"
}
]
}