Ventoy Forums

Full Version: how to cancel auto input
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when booting from Microsoft stock Widows ISO,
screen will display "press any key boot from CD OR DVD...",
i don't hit any key, it just splash and start booting from windows iso file.
how to stop auto input key? 

启动光盘镜像的时候,会自动按回车键,怎样取消?有时ISO有启动菜单,自动按键就导致没法选择菜单中的其他内容。
在全局控制插件中有一个选项。
Code:
{
    "control": [
        { "VTOY_WINDOWS_CD_PROMPT": "1" }
    ]
}

设置为1就不会自动按回车键了。