07-22-2020, 10:10 AM
Hello all!
New in the Ventoy community, I would like to say that it is a very beautiful project which I am sure will appeal to a good number of technicians! Now I find myself confronted with a "small" problem which I am sure will be easily resolved with your help.
Indeed, as such I would like to thank @longpanda for its help and responsiveness.
Here is my code, if you could tell me if there was an error.
Thanks in advance.
New in the Ventoy community, I would like to say that it is a very beautiful project which I am sure will appeal to a good number of technicians! Now I find myself confronted with a "small" problem which I am sure will be easily resolved with your help.
Indeed, as such I would like to thank @longpanda for its help and responsiveness.
Here is my code, if you could tell me if there was an error.
Code:
{
"theme": {
"file": "/ventoy/vimix/theme.txt",
"gfxmode": "1920x1080",
"ventoy_left": "5%",
"ventoy_top": "95%",
"ventoy_color": "#000000ff"
},
"control": [
{ "VTOY_DEFAULT_MENU_MODE": "1" },
{ "VTOY_DEFAULT_SEARCH_ROOT": "/ISOs" }
],
"menu_alias": [
{
"image": "/ISOs/ISOs_Live/Acronis.iso",
"alias": "Acronis 2020"
},
{
"image": "/ISOs/ISOs_Live/clonezilla.iso",
"alias": "Clonezilla"
},
{
"image": "/ISOs/ISOs_Live/gparted.iso",
"alias": "Gparted"
},
{
"image": "/ISOs/ISOs_Live/Hirens.iso",
"alias": "Hirens 10.6"
},
{
"image": "/ISOs/ISOs_Live/pwhe.iso",
"alias": "Partition Wizard"
},
{
"image": "/ISOs/ISOs_Live/gparted.iso",
"alias": "Gparted"
},
{
"image": "/ISOs/ISOs_Microsoft/Windows_Serveur/SRV_2016.ISO",
"alias": "Windows Serveur 2016"
},
{
"image": "/ISOs/ISOs_Microsoft/Windows_10_Pro/W10P_1909.iso",
"alias": "Windows 10 Pro (1909)"
},
{
"dir": "/ISOs/ISOs_Microsoft",
"alias": "Déploiement Miscrosoft"
},
{
"dir": "/ISOs/ISOs_Live",
"alias": "Live CD de Dépannage"
},
{
"dir": "/ISOs/ISOs_Microsoft/Windows_10_Pro",
"alias": "Installation Windows 10"
},
{
"dir": "/ISOs/ISOs_Microsoft/Windows_Serveur",
"alias": "Installation Windows Serveur"
}
],
"menu_class": [
{
"key": "Acronis"
"class": "Acronis"
},
{
"key": "Clonezilla"
"class": "Clonezilla"
},
{
"key": "gparted"
"class": "gparted"
},
{
"key": "Hirens"
"class": "Hirens"
},
{
"key": "pwhe"
"class": "pwhe"
},
{
"key": "W10P_1909"
"class": "W10P_1909"
},
{
"key": "SRV_2016"
"class": "SRV_2016"
}
]
}
Thanks in advance.