Ventoy Forums
how to cancel auto input - 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: how to cancel auto input (/showthread.php?tid=1670)



how to cancel auto input - chensulong - 05-12-2021

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有启动菜单,自动按键就导致没法选择菜单中的其他内容。


RE: how to cancel auto input - longpanda - 05-12-2021

在全局控制插件中有一个选项。
Code:
{
    "control": [
        { "VTOY_WINDOWS_CD_PROMPT": "1" }
    ]
}

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