Ventoy set VTOY_MAX_SEARCH_LEVEL = 0 to only scan the root directory of the U disk and not the subdirectory

Create a directory inventory in the mirror partition /media/yeqiang/Ventoy, and create a file ventoy.json in the directory, the content is as follows

{
    "control":[
        { "VTOY_MAX_SEARCH_LEVEL": "0" }
    ]
}

Use the system default utf-8 encoding.

reference:

search path . Ventoy

Plugin.entry . Ventoy

Guess you like

Origin blog.csdn.net/hknaruto/article/details/132160592