(09-21-2020, 01:24 PM)Steve2926 Wrote: This does not seem to work
It seems to be trying to load the ISO from /_ISO/ANTIVIRUS folder and fails.
Code:{
"control": [
{ "VTOY_DEFAULT_MENU_MODE": "1" },
{ "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" },
{ "VTOY_DEFAULT_SEARCH_ROOT": "/_ISO" },
{ "VTOY_MENU_TIMEOUT": "10" },
{ "VTOY_DEFAULT_IMAGE": "/_ISO/LINUX/ubuntu-18.10-desktop-amd64.iso" }
]
}
{ "VTOY_DEFAULT_MENU_MODE": "1" }, --------> Delete this line or change it to 0. This feature only support listview mode. TreeView mode is not supported.
https://www.ventoy.net/en/plugin_control.html descripted here.