VTOY_DEFAULT_IMAGE - Printable Version +- Ventoy Forums (https://forums.ventoy.net) +-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1) +--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2) +--- Thread: VTOY_DEFAULT_IMAGE (/showthread.php?tid=615) |
VTOY_DEFAULT_IMAGE - L1yod - 09-18-2020 Add the option to search and load windows when the timer expires. RE: VTOY_DEFAULT_IMAGE - longpanda - 09-19-2020 https://www.ventoy.net/en/plugin_control.html RE: VTOY_DEFAULT_IMAGE - Steve2926 - 09-19-2020 This does not seem to work { "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" } ] } RE: VTOY_DEFAULT_IMAGE - L1yod - 09-19-2020 (09-19-2020, 01:49 AM)longpanda Wrote: https://www.ventoy.net/en/plugin_control.htmlThe required option is to search and load Windows after the counter expires. Now, after the counter expires, you can only choose which iso to load, It is required if the counter has expired and did not have time to press anything, just booted windows { "VTOY_MENU_TIMEOUT": "40" }, { "VTOY_DEFAULT_IMAGE": "Search and boot Windows" } RE: VTOY_DEFAULT_IMAGE - mpb - 10-06-2020 (09-19-2020, 07:21 AM)Steve2926 Wrote: This does not seem to work As per the docs, try setting VTOY_DEFAULT_MENU_MODE to 0 (zero). https://ventoy.net/en/plugin_control.html "Only avaliable in ListView mode and will NOT take effect if VTOY_DEFAULT_MENU_MODE set to 1" RE: VTOY_DEFAULT_IMAGE - longpanda - 10-16-2020 VTOY_DEFAULT_IMAGE now support both ListView mode and TreeView mode since Ventoy-1.0.23 |