10-03-2021, 10:04 AM
(This post was last modified: 10-06-2021, 03:31 PM by Midas.
Edit Reason: Add [SOLVED] tag.
)
I have only one image on my USB drive Windows_7.iso how to create a vento script.json to automatically load the image.iso without displaying the ventoy boot menu ?
Code:
{
"control": [
{ "VTOY_DEFAULT_MENU_MODE": "0" },
{ "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" },
{ "VTOY_TREE_VIEW_MENU_STYLE": "0" },
{ "VTOY_SORT_CASE_SENSITIVE": "0" },
{ "VTOY_MAX_SEARCH_LEVEL": "max" },
{ "VTOY_DEFAULT_SEARCH_ROOT": "/ISO" },
{ "VTOY_MENU_TIMEOUT": "0" },
{ "VTOY_DEFAULT_IMAGE": "/Windows_7_Pro_x86_x64_11.08.2021.iso" }
],
"theme": {
"file": "/ventoy/theme/theme.txt",
"gfxmode": "1920x1080",
"display_mode": "GUI",
"ventoy_left": "5%",
"ventoy_top": "95%",
"ventoy_color": "#191919"
},
"image_list": [
"/Windows_7_Pro_x86_x64_11.08.2021.iso"
]
}