1 <div class=
"box box-primary" id=
"control">
2 <div class=
"box-header">
3 <div class=
"col-sm-7" style=
"padding-top:8px;">
4 <i class=
"fa fa-wrench"> </i>
5 <h1 class=
"box-title" style=
"font-weight:bold;" id=
"id_h1_page_title">全局控制插件
</h1>
8 <div class=
"col-sm-2" style=
"padding-top:2px;">
9 <button id=
"id_btn_collapse" class=
"btn btn-sm btn-primary"><i style=
"font-size: 14px;" class=
"fa fa-minus"></i></button>
10 <button id=
"id_btn_expand" class=
"btn btn-sm btn-primary"><i style=
"font-size: 14px;" class=
"fa fa-plus"></i></button>
13 <div class=
"col-sm-1" style=
"padding-top:2px;">
14 <button id=
"id_btn_reset" class=
"btn btn-sm btn-danger btn-del"><i class=
"fa fa-trash"></i><span id=
"id_btn_span_reset">Reset
</span></button>
17 <div class=
"col-sm-2" style=
"font-size:16px;padding-top:8px;">
18 <a id=
"id_a_official_doc" target=
"_blank" href=
"https://www.ventoy.net/cn/plugin_control.html"><span class=
"fa fa-link"></span><span id=
"id_span_official_doc">官网文档
</span></a>
23 <div class=
"box-body">
24 <div class=
"nav-tabs-custom">
25 <ul class=
"nav nav-tabs" id=
"id_tab_control">
26 <li class=
""><a href=
"#tab_0" data-toggle=
"tab" aria-expanded=
"false" style=
"font-weight:bold" >control
</a></li>
27 <li class=
""><a href=
"#tab_1" data-toggle=
"tab" aria-expanded=
"false" style=
"font-weight:bold">control_legacy
</a></li>
28 <li class=
""><a href=
"#tab_2" data-toggle=
"tab" aria-expanded=
"false" style=
"font-weight:bold">control_uefi
</a></li>
29 <li class=
""><a href=
"#tab_3" data-toggle=
"tab" aria-expanded=
"false" style=
"font-weight:bold">control_ia32
</a></li>
30 <li class=
""><a href=
"#tab_4" data-toggle=
"tab" aria-expanded=
"false" style=
"font-weight:bold">control_aa64
</a></li>
31 <li class=
""><a href=
"#tab_5" data-toggle=
"tab" aria-expanded=
"false" style=
"font-weight:bold">control_mips
</a></li>
36 <div class=
"box box-primary box-solid">
37 <div class=
"box-header with-border">
38 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_DEFAULT_SEARCH_ROOT
39 <span id=
"id_span_desc_cn"> —— 指定搜索目录
</span></h3>
40 <div class=
"box-tools pull-right">
41 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
42 </div><!-- /.box-tools -->
43 </div><!-- /.box-header -->
44 <div class=
"box-body no-padding">
45 <table class=
"table table-bordered no-padding">
46 <tr style=
"font-weight:bold;">
47 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
49 <div class=
"col-sm-9" style=
"padding-left:0px;">
50 <input type=
"text" class=
"form-control" id=
"id_ctrl_text_search_root" name=
"name_ctrl_text_search_root" disabled=
"disabled"/>
52 <div class=
"col-sm-1" id=
"id_ctrl_div_root_status">
53 <span id=
"id_ctrl_span_search_root_valid" style=
"line-height: 2;" class=
"badge bg-green">有效
</span>
54 <span id=
"id_ctrl_span_search_root_invalid" style=
"line-height: 2;" class=
"badge bg-red">无效
</span>
56 <div class=
"col-sm-1">
57 <button id=
"id_ctrl_btn_sel_root" class=
"btn btn-primary btn-add"><span class=
"fa fa-edit"></span><span id=
"id_span_edit"> 设置
</span></button>
59 <div class=
"col-sm-1">
60 <button id=
"id_ctrl_btn_clr_root" class=
"btn btn-danger btn-del"><span class=
"fa fa-trash"></span><span id=
"id_span_clear"> 清除
</span></button>
64 <tr id=
"tr_title_desc_cn">
65 <td class=
"td_ctrl_col">选项说明
</td>
67 指定搜索ISO文件的根目录。默认Ventoy会搜索U盘上的所有目录和子目录,当你U盘上有海量的文件时,这个过程会很慢。
<br/>
68 这种情况下你可以把ISO文件单独放在某个子目录下,然后通过这个变量来指定搜索路径,此时Ventoy就只会搜索该目录及其子目录。
<br/>
69 注意这里不能设置为U盘根目录,必须为一个子目录。
72 <tr id=
"tr_title_desc_en">
73 <td class=
"td_ctrl_col">Option Description
</td>
75 The root path where to search the image files. By default, Ventoy will search all the directories and subdirectories in the USB. This will be very slow when you have huge number of files in the USB.
76 In this case, you can put all the image files in one subdirectory and use this to specify the search path.
77 After that Ventoy will only search this directory and its subdirectories for image files.
<br/>
78 Note: the path must not be the mountpoint of the first partition, but a subdirectory.
82 </div><!-- /.box-body -->
86 <div class=
"box box-primary box-solid">
87 <div class=
"box-header with-border">
88 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_WIN11_BYPASS_CHECK
89 <span id=
"id_span_desc_cn"> —— 绕过Windows
11硬件检查
</span></h3>
90 <div class=
"box-tools pull-right">
91 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
92 </div><!-- /.box-tools -->
93 </div><!-- /.box-header -->
94 <div class=
"box-body no-padding">
95 <table class=
"table table-bordered no-padding">
96 <tr style=
"font-weight:bold;">
97 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
99 <label class=
"radio-inline">
100 <input type=
"radio" id=
"id_ctrl_bypass_win11_radio0" name=
"id_ctrl_bypass_win11_radio" data-type=
"0" value=
"0"/> <span style=
"font-weight:bold;">0</span>
101 </label>
102 <label class=
"radio-inline">
103 <input type=
"radio" id=
"id_ctrl_bypass_win11_radio1" name=
"id_ctrl_bypass_win11_radio" data-type=
"1" value=
"1"/> <span style=
"font-weight:bold;">1</span>
107 <tr id=
"tr_title_desc_cn">
108 <td class=
"td_ctrl_col" id=
"td_title_desc">选项说明
</td>
110 <code style=
"font-weight: bold;">0</code> 不绕过Windows
11安装时的硬件检查。
<br/>
111 <code style=
"font-weight: bold;">1</code> 绕过Windows
11安装时的硬件检查。
<br/><br/>
112 该选项只对标准Windows
11 ISO文件有效,对于其他镜像文件无效。
113 当设置为
1时,Ventoy 会在安装时创建以下几个注册表项用来绕过 Windows
11 安装程序的硬件检查。
<br/>
114 <code>HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig\BypassRAMCheck
</code><br/>
115 <code>HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig\BypassTPMCheck
</code><br/>
116 <code>HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig\BypassSecureBootCheck
</code><br/>
117 <code>HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig\BypassCPUCheck
</code><br/>
118 <code>HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig\BypassStorageCheck
</code><br/>
121 <tr id=
"tr_title_desc_en">
122 <td class=
"td_ctrl_col" id=
"td_title_desc">Option Description
</td>
124 <code style=
"font-weight: bold;">0</code> Do not bypass Windows
11 hardware check.
<br/>
125 <code style=
"font-weight: bold;">1</code> Bypass Windows
11 hardware check.
<br/><br/>
126 This option only avaliable for standard Windows
11 ISO files.
127 When set to
1, Ventoy will create the following registries to bypass Windows
11 hardware check when install.
<br/>
128 <code>HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig\BypassRAMCheck
</code><br/>
129 <code>HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig\BypassTPMCheck
</code><br/>
130 <code>HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig\BypassSecureBootCheck
</code><br/>
131 <code>HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig\BypassCPUCheck
</code><br/>
132 <code>HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig\BypassStorageCheck
</code><br/>
136 </div><!-- /.box-body -->
144 <div class=
"box box-primary box-solid">
145 <div class=
"box-header with-border">
146 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_DEFAULT_MENU_MODE
147 <span id=
"id_span_desc_cn"> —— 菜单显示模式
</span></h3>
148 <div class=
"box-tools pull-right">
149 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
150 </div><!-- /.box-tools -->
151 </div><!-- /.box-header -->
152 <div class=
"box-body no-padding">
153 <table class=
"table table-bordered no-padding">
154 <tr style=
"font-weight:bold;">
155 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
157 <label class=
"radio-inline">
158 <input type=
"radio" id=
"id_ctrl_radio_menu_mode0" name=
"id_ctrl_radio_menu_mode" data-type=
"0" value=
"0"> <span style=
"font-weight:bold;">0</span>
159 </label>
160 <label class=
"radio-inline">
161 <input type=
"radio" id=
"id_ctrl_radio_menu_mode1" name=
"id_ctrl_radio_menu_mode" data-type=
"1" value=
"1"> <span style=
"font-weight:bold;">1</span>
165 <tr id=
"tr_title_desc_cn">
166 <td class=
"td_ctrl_col" id=
"td_title_desc">选项说明
</td>
168 <code style=
"font-weight: bold;">0</code> 列表模式
169 <code style=
"font-weight: bold;">1</code> TreeView(目录树) 模式
</td>
171 <tr id=
"tr_title_desc_en">
172 <td class=
"td_ctrl_col">Option Description
</td>
174 Default boot menu display mode.
175 <code style=
"font-weight: bold;">0</code> ListView Mode
 
176 <code style=
"font-weight: bold;">1</code> TreeView Mode
180 </div><!-- /.box-body -->
189 <div class=
"box box-primary box-solid">
190 <div class=
"box-header with-border">
191 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_MENU_TIMEOUT
192 <span id=
"id_span_desc_cn"> —— 启动倒计时
</span></h3>
193 <div class=
"box-tools pull-right">
194 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
195 </div><!-- /.box-tools -->
196 </div><!-- /.box-header -->
197 <div class=
"box-body no-padding">
198 <table class=
"table table-bordered no-padding">
199 <tr style=
"font-weight:bold;">
200 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
202 <div class=
"col-sm-9" style=
"padding-left:0px;">
203 <input type=
"text" class=
"form-control" id=
"id_ctrl_text_timeout" name=
"name_ctrl_text_timeout"/>
207 <tr id=
"tr_title_desc_cn">
208 <td class=
"td_ctrl_col">选项说明
</td>
210 菜单倒计时(秒)。默认为
0(即没有超时时间),设置之后,比如设置为
10,则在倒计时
10秒之后,会自动启动选中的镜像文件。在倒计时的过程中按任意键会停止倒计时,等待用户操作。
213 <tr id=
"tr_title_desc_en">
214 <td class=
"td_ctrl_col">Option Description
</td>
216 Menu timeout (seconds). Default value is
0 (no timeout is set).
<br/>
217 When you set it to
10 for example, the selected image will be booted automatically after
10 seconds.
218 During the countdown, pressing any key will stop the countdown and wait for user operation.
222 </div><!-- /.box-body -->
227 <div class=
"box box-primary box-solid">
228 <div class=
"box-header with-border">
229 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_DEFAULT_IMAGE
230 <span id=
"id_span_desc_cn"> —— 默认选中的镜像文件
</span></h3>
231 <div class=
"box-tools pull-right">
232 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
233 </div><!-- /.box-tools -->
234 </div><!-- /.box-header -->
235 <div class=
"box-body no-padding">
236 <table class=
"table table-bordered no-padding">
237 <tr style=
"font-weight:bold;">
238 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
240 <div class=
"col-sm-9" style=
"padding-left:0px;">
241 <input type=
"text" class=
"form-control" id=
"id_ctrl_text_default_img" name=
"name_id_ctrl_text_default_img" disabled=
"disabled"/>
243 <div class=
"col-sm-1" id=
"id_ctrl_div_img_status">
244 <span id=
"id_ctrl_span_img_valid" style=
"line-height: 2;" class=
"badge bg-green">有效
</span>
245 <span id=
"id_ctrl_span_img_invalid" style=
"line-height: 2;" class=
"badge bg-red">无效
</span>
247 <div class=
"col-sm-1">
248 <button id=
"id_ctrl_btn_default_img" class=
"btn btn-primary btn-add"><span class=
"fa fa-edit"></span><span id=
"id_span_edit"> 设置
</span></button>
250 <div class=
"col-sm-1">
251 <button id=
"id_ctrl_btn_clr_default" class=
"btn btn-danger btn-del"><span class=
"fa fa-trash"></span><span id=
"id_span_clear"> 清除
</span></button>
255 <tr id=
"tr_title_desc_cn">
256 <td class=
"td_ctrl_col">选项说明
</td>
258 正常情况下默认选中的是第
1个镜像文件。通过这个选项可以设置默认选中的镜像文件,一般和 VTOY_MENU_TIMEOUT 一起使用。
<br/>
259 可以设置为 WIM/VHD/IMG 等支持的文件,必须是以 / 开始的全路径,ListView模式和TreeView模式都支持。
<br/>
260 注意,当同时设置了 VTOY_DEFAULT_SEARCH_ROOT 以后,VTOY_DEFAULT_IMAGE 对应的文件必须位于 VTOY_DEFAULT_SEARCH_ROOT 对应的目录下,否则不会生效。
263 <tr id=
"tr_title_desc_en">
264 <td class=
"td_ctrl_col">Option Description
</td>
266 Default selected image path. Normally used with VTOY_MENU_TIMEOUT.
<br/>It can be ISO/WIM/VHD/IMG ... and supported in both ListView mode and TreeView mode.
<br/>
267 Attention that, when VTOY_DEFAULT_SEARCH_ROOT is set, VTOY_DEFAULT_IMAGE must be in the directory (or sub-directory) of VTOY_DEFAULT_SEARCH_ROOT, otherwise it will not take effect.
271 </div><!-- /.box-body -->
281 <div class=
"box box-primary box-solid">
282 <div class=
"box-header with-border">
283 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_MAX_SEARCH_LEVEL
284 <span id=
"id_span_desc_cn"> —— 最大搜索目录深度
</span></h3>
285 <div class=
"box-tools pull-right">
286 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
287 </div><!-- /.box-tools -->
288 </div><!-- /.box-header -->
289 <div class=
"box-body no-padding">
290 <table class=
"table table-bordered no-padding">
291 <tr style=
"font-weight:bold;">
292 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
294 <select id=
"id_ctrl_sel_max_depth" name=
"name_ctrl_sel_max_depth" class=
"form-control">
295 <option title=
"max" selected
>max
</option>
296 <option title=
"0">0</option>
297 <option title=
"1">1</option>
298 <option title=
"2">2</option>
299 <option title=
"3">3</option>
300 <option title=
"4">4</option>
301 <option title=
"5">5</option>
302 <option title=
"6">6</option>
303 <option title=
"7">7</option>
304 <option title=
"8">8</option>
305 <option title=
"9">9</option>
306 <option title=
"10">10</option>
310 <tr id=
"tr_title_desc_cn">
311 <td class=
"td_ctrl_col">选项说明
</td>
313 最大搜索子目录的层数,取值为:
<code>max
</code> <code>0</code> <code>1</code> <code>2</code> <code>3</code> <code>...
</code>
314 默认值为:
<code>max
</code><br/>
315 默认Ventoy会递归搜索磁盘上的所有目录和子目录,不管目录结构有多深都会搜索到底。你可以通过这个参数来控制搜索时的路径深度。
<br/><br/>
316 <code>max
</code> : 最大层数,也就是搜索所有子目录的意思。这也是 Ventoy 的默认值。
<br/>
317 <code>0</code> : 搜索
0层子目录,只列出根目录下的文件,不去搜索任何一个子目录。
<br/>
318 <code>1</code> : 搜索
1层子目录,除了根目录下的文件以外,再搜索根目录下的
1级子目录。但是不再搜索
1级子目录下的子目录(
2级子目录)。
<br/>
319 <code>2</code> : 搜索
2层子目录,除了根目录下的文件以外,再搜索根目录下的
1级子目录以及
1级子目录下的子目录(
2级子目录)。
<br/>
320 <code>3</code> : 搜索
3层子目录,......
<br/>
321 <code>...
</code><br/><br/>
322 注意,如果
<code>VTOY_DEFAULT_SEARCH_ROOT
</code> 参数也同时设置了的话,则就以
<code>VTOY_DEFAULT_SEARCH_ROOT
</code> 指定的目录作为根目录开始计算。
325 <tr id=
"tr_title_desc_en">
326 <td class=
"td_ctrl_col">Option Description
</td>
328 Max subdirectory level when search for image files. It's value can be:
<code>max
</code> <code>0</code> <code>1</code> <code>2</code> <code>3</code> <code>...
</code>
329 default is :
<code>max
</code><br/>
330 By default, Ventoy will search all the directories and sub directories recursively no matter how deep the directory level is.
<br/>
331 You can use this parameter to set a max-depth for the search path.
<br/><br/>
332 <code>max
</code> : Maximum, search all the directories and subdirectories. This is Ventoy's default value.
<br/>
333 <code>0</code> : Only search files in the root and don't search any subdirectories.
<br/>
334 <code>1</code> : Search up to level
1 of subdirectories.
<br/>
335 <code>2</code> : Search up to level
2 of subdirectories.
<br/>
336 <code>3</code> : Search up to level
3 of subdirectories.
<br/>
337 <code>...
</code><br/><br/>
338 If
<code>VTOY_DEFAULT_SEARCH_ROOT
</code> is set at the same time. Then the level is counted from
<code>VTOY_DEFAULT_SEARCH_ROOT
</code> .
342 </div><!-- /.box-body -->
347 <div class=
"box box-primary box-solid">
348 <div class=
"box-header with-border">
349 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_LINUX_REMOUNT
350 <span id=
"id_span_desc_cn"> —— Linux 启动后继续访问ISO文件所在分区
</span></h3>
351 <div class=
"box-tools pull-right">
352 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
353 </div><!-- /.box-tools -->
354 </div><!-- /.box-header -->
355 <div class=
"box-body no-padding">
356 <table class=
"table table-bordered no-padding">
357 <tr style=
"font-weight:bold;">
358 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
360 <label class=
"radio-inline">
361 <input type=
"radio" id=
"id_ctrl_linux_remount_radio0" name=
"id_ctrl_linux_remount_radio" data-type=
"0" value=
"0"/> <span style=
"font-weight:bold;">0</span>
362 </label>
363 <label class=
"radio-inline">
364 <input type=
"radio" id=
"id_ctrl_linux_remount_radio1" name=
"id_ctrl_linux_remount_radio" data-type=
"1" value=
"1"/> <span style=
"font-weight:bold;">1</span>
368 <tr id=
"tr_title_desc_cn">
369 <td class=
"td_ctrl_col" id=
"td_title_desc">选项说明
</td>
371 <code style=
"font-weight: bold;">0</code> Linux启动后不需要继续访问ISO文件所在的分区。
<br/>
372 <code style=
"font-weight: bold;">1</code> Linux启动后需要继续访问ISO文件所在的分区。
<br/><br/>
373 该选项只对 Linux 系统镜像有效。
<br/>
374 默认情况下,受Linux内核相关功能的限制,对于Linux系统,在启动后无法继续访问ISO文件所在的分区。在mount的时候会提示 device busy。
<br/>
375 如果这里选择
1,则 Ventoy 会尝试通过一些特殊的手段绕过内核的这个限制,但是这个功能是实验性质的,没有经过大规模和长时间的验证。
378 <tr id=
"tr_title_desc_en">
379 <td class=
"td_ctrl_col" id=
"td_title_desc">Option Description
</td>
381 <code style=
"font-weight: bold;">0</code> I don't need to access the image partition after boot.
<br/>
382 <code style=
"font-weight: bold;">1</code> I need to access the image partition after boot.
<br/><br/>
383 This option is only avaliable for Linux distro image files.
<br/>
385 By default, the image partition where the ISO files locate can not be accessed after boot. When you try to mount it you will get device busy error.
386 This is due to linux kernel restriction (device-mapper module).
<br/>
387 If you select
1 here, Ventoy will try to bypass the restriction with some special mechanism.
<br/>
388 But it should be noted that, this is an experimental feature and is not fully tested.
393 </div><!-- /.box-body -->
398 <div class=
"box box-primary box-solid">
399 <div class=
"box-header with-border">
400 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_SECONDARY_BOOT_MENU
401 <span id=
"id_span_desc_cn"> —— 二级启动菜单显示开关
</span></h3>
402 <div class=
"box-tools pull-right">
403 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
404 </div><!-- /.box-tools -->
405 </div><!-- /.box-header -->
406 <div class=
"box-body no-padding">
407 <table class=
"table table-bordered no-padding">
408 <tr style=
"font-weight:bold;">
409 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
411 <label class=
"radio-inline">
412 <input type=
"radio" id=
"id_ctrl_secondary_radio0" name=
"id_ctrl_secondary_radio" data-type=
"0" value=
"0"> <span style=
"font-weight:bold;">0</span>
413 </label>
414 <label class=
"radio-inline">
415 <input type=
"radio" id=
"id_ctrl_secondary_radio1" name=
"id_ctrl_secondary_radio" data-type=
"1" value=
"1"> <span style=
"font-weight:bold;">1</span>
419 <tr id=
"tr_title_desc_cn">
420 <td class=
"td_ctrl_col" id=
"td_title_desc">选项说明
</td>
422 <code style=
"font-weight: bold;">0</code> 不显示
423 <code style=
"font-weight: bold;">1</code> 显示
426 <tr id=
"tr_title_desc_en">
427 <td class=
"td_ctrl_col" id=
"td_title_desc">Option Description
</td>
429 Secondary boot menu display option
430 <code style=
"font-weight: bold;">0</code> Don't display
431 <code style=
"font-weight: bold;">1</code> Display
435 </div><!-- /.box-body -->
438 <div class=
"box box-primary box-solid">
439 <div class=
"box-header with-border">
440 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_SECONDARY_TIMEOUT
441 <span id=
"id_span_desc_cn"> —— 二级启动菜单倒计时
</span></h3>
442 <div class=
"box-tools pull-right">
443 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
444 </div><!-- /.box-tools -->
445 </div><!-- /.box-header -->
446 <div class=
"box-body no-padding">
447 <table class=
"table table-bordered no-padding">
448 <tr style=
"font-weight:bold;">
449 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
451 <div class=
"col-sm-9" style=
"padding-left:0px;">
452 <input type=
"text" class=
"form-control" id=
"id_ctrl_text_secondary_timeout" name=
"name_ctrl_text_secondary_timeout"/>
456 <tr id=
"tr_title_desc_cn">
457 <td class=
"td_ctrl_col">选项说明
</td>
459 二级菜单倒计时(秒)。只有当
<code>VTOY_SECONDARY_BOOT_MENU
</code> 设置为
1时才有效。
<br/>
460 默认不设置,设置之后,比如设置为
10,则在倒计时
10秒之后,会自动选择第一项,即:
<code>Boot in normal mode
</code> <br/>
461 在倒计时的过程中按任意键会停止倒计时,等待用户操作。
464 <tr id=
"tr_title_desc_en">
465 <td class=
"td_ctrl_col">Option Description
</td>
467 Timeout seconds for the secondary boot menu. Only take effect when
<code>VTOY_SECONDARY_BOOT_MENU
</code> is
1.
<br/>
468 By default no timeout is set. When you set it to
10 for example, the first entry (
<code>Boot in normal mode
</code>) will be selected an run after
10 seconds.
472 </div><!-- /.box-body -->
478 <div class=
"box box-primary box-solid">
479 <div class=
"box-header with-border">
480 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_DEFAULT_KBD_LAYOUT
481 <span id=
"id_span_desc_cn"> —— 默认键盘布局
</span></h3>
482 <div class=
"box-tools pull-right">
483 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
484 </div><!-- /.box-tools -->
485 </div><!-- /.box-header -->
486 <div class=
"box-body no-padding">
487 <table class=
"table table-bordered no-padding">
488 <tr style=
"font-weight:bold;">
489 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
491 <select id=
"id_ctrl_sel_kbd" name=
"name_ctrl_sel_kbd" class=
"form-control">
492 <option title=
"QWERTY_USA" selected
>QWERTY_USA
</option>
493 <option title=
"AZERTY">AZERTY
</option>
494 <option title=
"CZECH_QWERTY">CZECH_QWERTY
</option>
495 <option title=
"CZECH_QWERTZ">CZECH_QWERTZ
</option>
496 <option title=
"DANISH">DANISH
</option>
497 <option title=
"DVORAK_USA">DVORAK_USA
</option>
498 <option title=
"FRENCH">FRENCH
</option>
499 <option title=
"GERMAN">GERMAN
</option>
500 <option title=
"ITALIANO">ITALIANO
</option>
501 <option title=
"JAPAN_106">JAPAN_106
</option>
502 <option title=
"LATIN_USA">LATIN_USA
</option>
503 <option title=
"PORTU_BRAZIL">PORTU_BRAZIL
</option>
504 <option title=
"QWERTY_UK">QWERTY_UK
</option>
505 <option title=
"QWERTZ">QWERTZ
</option>
506 <option title=
"QWERTZ_HUN">QWERTZ_HUN
</option>
507 <option title=
"QWERTZ_SLOV_CROAT">QWERTZ_SLOV_CROAT
</option>
508 <option title=
"SPANISH">SPANISH
</option>
509 <option title=
"SWEDISH">SWEDISH
</option>
510 <option title=
"TURKISH_Q">TURKISH_Q
</option>
511 <option title=
"VIETNAMESE">VIETNAMESE
</option>
515 <tr id=
"tr_title_desc_cn">
516 <td class=
"td_ctrl_col">选项说明
</td>
521 <tr id=
"tr_title_desc_en">
522 <td class=
"td_ctrl_col">Option Description
</td>
528 </div><!-- /.box-body -->
534 <div class=
"box box-primary box-solid">
535 <div class=
"box-header with-border">
536 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_TREE_VIEW_MENU_STYLE
537 <span id=
"id_span_desc_cn"> —— TreeView模式显示风格
</span></h3>
538 <div class=
"box-tools pull-right">
539 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
540 </div><!-- /.box-tools -->
541 </div><!-- /.box-header -->
542 <div class=
"box-body no-padding">
543 <table class=
"table table-bordered no-padding">
544 <tr style=
"font-weight:bold;">
545 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
547 <label class=
"radio-inline">
548 <input type=
"radio" id=
"id_ctrl_radio_treestyle0" name=
"id_ctrl_radio_treestyle" data-type=
"0" value=
"0"> <span style=
"font-weight:bold;">0</span>
549 </label>
550 <label class=
"radio-inline">
551 <input type=
"radio" id=
"id_ctrl_radio_treestyle1" name=
"id_ctrl_radio_treestyle" data-type=
"1" value=
"1"> <span style=
"font-weight:bold;">1</span>
555 <tr id=
"tr_title_desc_cn">
556 <td class=
"td_ctrl_col" id=
"td_title_desc">选项说明
</td>
557 <td>TreeView模式下的菜单风格。
558 <code style=
"font-weight: bold;">0</code> 显示DIR和文件大小
559 <code style=
"font-weight: bold;">1</code> 不显示DIR和文件大小。只在 VTOY_DEFAULT_MENU_MODE 为
1时才有效。
562 <tr id=
"tr_title_desc_en">
563 <td class=
"td_ctrl_col" id=
"td_title_desc">Option Description
</td>
565 Menu style in TreeView mode.
566 <code style=
"font-weight: bold;">0</code> with DIR and file size prefix
567 <code style=
"font-weight: bold;">1</code> No DIR and file size. Default is
0.
571 </div><!-- /.box-body -->
575 <div class=
"box box-primary box-solid">
576 <div class=
"box-header with-border">
577 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_FILT_DOT_UNDERSCORE_FILE
578 <span id=
"id_span_desc_cn"> —— 过滤以 ._ 开头的文件
</span></h3>
579 <div class=
"box-tools pull-right">
580 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
581 </div><!-- /.box-tools -->
582 </div><!-- /.box-header -->
583 <div class=
"box-body no-padding">
584 <table class=
"table table-bordered no-padding">
585 <tr style=
"font-weight:bold;">
586 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
588 <label class=
"radio-inline">
589 <input type=
"radio" id=
"id_ctrl_radio_underscore0" name=
"id_ctrl_radio_underscore" data-type=
"0" value=
"0"> <span style=
"font-weight:bold;">0</span>
590 </label>
591 <label class=
"radio-inline">
592 <input type=
"radio" id=
"id_ctrl_radio_underscore1" name=
"id_ctrl_radio_underscore" data-type=
"1" value=
"1"> <span style=
"font-weight:bold;">1</span>
596 <tr id=
"tr_title_desc_cn">
597 <td class=
"td_ctrl_col" id=
"td_title_desc">选项说明
</td>
598 <td>过滤以 ._ 开头的文件。当使用苹果系统时,有时拷贝文件会产生一些 ._ 开头的文件,可以通过此选项过滤掉。
599 <code style=
"font-weight: bold;">0</code> 不过滤
600 <code style=
"font-weight: bold;">1</code> 过滤
603 <tr id=
"tr_title_desc_en">
604 <td class=
"td_ctrl_col" id=
"td_title_desc">Option Description
</td>
606 Filter for files with prefix ._ in name. This will be useful when you use macOS (a lot of ._xxx file generated when you copy files).
607 <code style=
"font-weight: bold;">0</code> Don't filt
608 <code style=
"font-weight: bold;">1</code> Filt
612 </div><!-- /.box-body -->
617 <div class=
"box box-primary box-solid">
618 <div class=
"box-header with-border">
619 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_SORT_CASE_SENSITIVE
620 <span id=
"id_span_desc_cn"> —— 菜单排序时是否区分大小写
</span></h3>
621 <div class=
"box-tools pull-right">
622 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
623 </div><!-- /.box-tools -->
624 </div><!-- /.box-header -->
625 <div class=
"box-body no-padding">
626 <table class=
"table table-bordered no-padding">
627 <tr style=
"font-weight:bold;">
628 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
630 <label class=
"radio-inline">
631 <input type=
"radio" id=
"id_ctrl_radio_casesensitive0" name=
"id_ctrl_radio_casesensitive" data-type=
"0" value=
"0"> <span style=
"font-weight:bold;">0</span>
632 </label>
633 <label class=
"radio-inline">
634 <input type=
"radio" id=
"id_ctrl_radio_casesensitive1" name=
"id_ctrl_radio_casesensitive" data-type=
"1" value=
"1"> <span style=
"font-weight:bold;">1</span>
638 <tr id=
"tr_title_desc_cn">
639 <td class=
"td_ctrl_col" id=
"td_title_desc">选项说明
</td>
641 <code style=
"font-weight: bold;">0</code> 不区分大小写
<code style=
"font-weight: bold;">1</code> 区分大小写
644 <tr id=
"tr_title_desc_en">
645 <td class=
"td_ctrl_col" id=
"td_title_desc">Option Description
</td>
647 Case sensitive when sort the ISO files or directories.
648 <code style=
"font-weight: bold;">0</code> case insensitive
<code style=
"font-weight: bold;">1</code> case sensitive
652 </div><!-- /.box-body -->
657 <div class=
"box box-primary box-solid">
658 <div class=
"box-header with-border">
659 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_VHD_NO_WARNING
</h3>
660 <div class=
"box-tools pull-right">
661 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
662 </div><!-- /.box-tools -->
663 </div><!-- /.box-header -->
664 <div class=
"box-body no-padding">
665 <table class=
"table table-bordered no-padding">
666 <tr style=
"font-weight:bold;">
667 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
669 <label class=
"radio-inline">
670 <input type=
"radio" id=
"id_ctrl_radio_vhd_warning0" name=
"id_ctrl_radio_vhd_warning" data-type=
"0" value=
"0"> <span style=
"font-weight:bold;">0</span>
671 </label>
672 <label class=
"radio-inline">
673 <input type=
"radio" id=
"id_ctrl_radio_vhd_warning1" name=
"id_ctrl_radio_vhd_warning" data-type=
"1" value=
"1"> <span style=
"font-weight:bold;">1</span>
677 <tr id=
"tr_title_desc_cn">
678 <td class=
"td_ctrl_col" id=
"td_title_desc">选项说明
</td>
680 <code style=
"font-weight: bold;">0</code> 启动Windows VHD(x)时,如果U盘分区不是NTFS格式,则显示告警信息。
681 <code style=
"font-weight: bold;">1</code> 不显示告警信息。
684 <tr id=
"tr_title_desc_en">
685 <td class=
"td_ctrl_col" id=
"td_title_desc">Option Description
</td>
687 <code style=
"font-weight: bold;">0</code> Show a warning message if the partition is not NTFS when booting VHD(x) file.
688 <code style=
"font-weight: bold;">1</code> No warning message.
692 </div><!-- /.box-body -->
700 <div class=
"box box-primary box-solid">
701 <div class=
"box-header with-border">
702 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_FILE_FLT_ISO
703 <span id=
"id_span_desc_cn"> —— 过滤 .iso 文件
</span></h3>
704 <div class=
"box-tools pull-right">
705 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
706 </div><!-- /.box-tools -->
707 </div><!-- /.box-header -->
708 <div class=
"box-body no-padding">
709 <table class=
"table table-bordered no-padding">
710 <tr style=
"font-weight:bold;">
711 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
713 <label class=
"radio-inline">
714 <input type=
"radio" id=
"id_ctrl_radio_filt_iso0" name=
"id_ctrl_radio_filt_iso" data-type=
"0" value=
"0" > <span style=
"font-weight:bold;">0</span>
715 </label>
716 <label class=
"radio-inline">
717 <input type=
"radio" id=
"id_ctrl_radio_filt_iso1" name=
"id_ctrl_radio_filt_iso" data-type=
"1" value=
"1" > <span style=
"font-weight:bold;">1</span>
721 <tr id=
"tr_title_desc_cn">
722 <td class=
"td_ctrl_col" id=
"td_title_desc">选项说明
</td>
724 <code style=
"font-weight: bold;">0</code> 不过滤 .iso 文件
725 <code style=
"font-weight: bold;">1</code> 过滤掉 .iso 文件。
726 过滤之后 .iso 文件就不会显示在启动菜单中。
729 <tr id=
"tr_title_desc_en">
730 <td class=
"td_ctrl_col" id=
"td_title_desc">Option Description
</td>
732 <code style=
"font-weight: bold;">0</code> List .iso files.
733 <code style=
"font-weight: bold;">1</code> Filter .iso files.
734 The iso files will not be shown in the boot menu if set to
1.
738 </div><!-- /.box-body -->
742 <div class=
"box box-primary box-solid">
743 <div class=
"box-header with-border">
744 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_FILE_FLT_WIM
745 <span id=
"id_span_desc_cn"> —— 过滤 .wim 文件
</span></h3>
746 <div class=
"box-tools pull-right">
747 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
748 </div><!-- /.box-tools -->
749 </div><!-- /.box-header -->
750 <div class=
"box-body no-padding">
751 <table class=
"table table-bordered no-padding">
752 <tr style=
"font-weight:bold;">
753 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
755 <label class=
"radio-inline">
756 <input type=
"radio" id=
"id_ctrl_radio_filt_wim0" name=
"id_ctrl_radio_filt_wim" data-type=
"0" value=
"0" > <span style=
"font-weight:bold;">0</span>
757 </label>
758 <label class=
"radio-inline">
759 <input type=
"radio" id=
"id_ctrl_radio_filt_wim1" name=
"id_ctrl_radio_filt_wim" data-type=
"1" value=
"1" > <span style=
"font-weight:bold;">1</span>
763 <tr id=
"tr_title_desc_cn">
764 <td class=
"td_ctrl_col" id=
"td_title_desc">选项说明
</td>
766 <code style=
"font-weight: bold;">0</code> 不过滤 .wim 文件
767 <code style=
"font-weight: bold;">1</code> 过滤掉 .wim 文件。
768 过滤之后 .wim 文件就不会显示在启动菜单中。
771 <tr id=
"tr_title_desc_en">
772 <td class=
"td_ctrl_col" id=
"td_title_desc">Option Description
</td>
774 <code style=
"font-weight: bold;">0</code> List .wim files.
775 <code style=
"font-weight: bold;">1</code> Filter .wim files.
776 The wim files will not be shown in the boot menu if set to
1.
780 </div><!-- /.box-body -->
785 <div class=
"box box-primary box-solid">
786 <div class=
"box-header with-border">
787 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_FILE_FLT_EFI
788 <span id=
"id_span_desc_cn"> —— 过滤 .efi 文件
</span></h3>
789 <div class=
"box-tools pull-right">
790 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
791 </div><!-- /.box-tools -->
792 </div><!-- /.box-header -->
793 <div class=
"box-body no-padding">
794 <table class=
"table table-bordered no-padding">
795 <tr style=
"font-weight:bold;">
796 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
798 <label class=
"radio-inline">
799 <input type=
"radio" id=
"id_ctrl_radio_filt_efi0" name=
"id_ctrl_radio_filt_efi" data-type=
"0" value=
"0" > <span style=
"font-weight:bold;">0</span>
800 </label>
801 <label class=
"radio-inline">
802 <input type=
"radio" id=
"id_ctrl_radio_filt_efi1" name=
"id_ctrl_radio_filt_efi" data-type=
"1" value=
"1" > <span style=
"font-weight:bold;">1</span>
806 <tr id=
"tr_title_desc_cn">
807 <td class=
"td_ctrl_col" id=
"td_title_desc">选项说明
</td>
809 <code style=
"font-weight: bold;">0</code> 不过滤 .efi 文件
810 <code style=
"font-weight: bold;">1</code> 过滤掉 .efi 文件。
811 过滤之后 .efi 文件就不会显示在启动菜单中。
814 <tr id=
"tr_title_desc_en">
815 <td class=
"td_ctrl_col" id=
"td_title_desc">Option Description
</td>
817 <code style=
"font-weight: bold;">0</code> List .efi files.
818 <code style=
"font-weight: bold;">1</code> Filter .efi files.
819 The efi files will not be shown in the boot menu if set to
1.
823 </div><!-- /.box-body -->
828 <div class=
"box box-primary box-solid">
829 <div class=
"box-header with-border">
830 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_FILE_FLT_IMG
831 <span id=
"id_span_desc_cn"> —— 过滤 .img 文件
</span></h3>
832 <div class=
"box-tools pull-right">
833 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
834 </div><!-- /.box-tools -->
835 </div><!-- /.box-header -->
836 <div class=
"box-body no-padding">
837 <table class=
"table table-bordered no-padding">
838 <tr style=
"font-weight:bold;">
839 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
841 <label class=
"radio-inline">
842 <input type=
"radio" id=
"id_ctrl_radio_filt_img0" name=
"id_ctrl_radio_filt_img" data-type=
"0" value=
"0" > <span style=
"font-weight:bold;">0</span>
843 </label>
844 <label class=
"radio-inline">
845 <input type=
"radio" id=
"id_ctrl_radio_filt_img1" name=
"id_ctrl_radio_filt_img" data-type=
"1" value=
"1" > <span style=
"font-weight:bold;">1</span>
849 <tr id=
"tr_title_desc_cn">
850 <td class=
"td_ctrl_col" id=
"td_title_desc">选项说明
</td>
852 <code style=
"font-weight: bold;">0</code> 不过滤 .img 文件
853 <code style=
"font-weight: bold;">1</code> 过滤掉 .img 文件。
854 过滤之后 .img 文件就不会显示在启动菜单中。
857 <tr id=
"tr_title_desc_en">
858 <td class=
"td_ctrl_col" id=
"td_title_desc">Option Description
</td>
860 <code style=
"font-weight: bold;">0</code> List .img files.
861 <code style=
"font-weight: bold;">1</code> Filter .img files.
862 The img files will not be shown in the boot menu if set to
1.
866 </div><!-- /.box-body -->
871 <div class=
"box box-primary box-solid">
872 <div class=
"box-header with-border">
873 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_FILE_FLT_VHD
874 <span id=
"id_span_desc_cn"> —— 过滤 .vhd(x) 文件
</span></h3>
875 <div class=
"box-tools pull-right">
876 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
877 </div><!-- /.box-tools -->
878 </div><!-- /.box-header -->
879 <div class=
"box-body no-padding">
880 <table class=
"table table-bordered no-padding">
881 <tr style=
"font-weight:bold;">
882 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
884 <label class=
"radio-inline">
885 <input type=
"radio" id=
"id_ctrl_radio_filt_vhd0" name=
"id_ctrl_radio_filt_vhd" data-type=
"0" value=
"0" > <span style=
"font-weight:bold;">0</span>
886 </label>
887 <label class=
"radio-inline">
888 <input type=
"radio" id=
"id_ctrl_radio_filt_vhd1" name=
"id_ctrl_radio_filt_vhd" data-type=
"1" value=
"1" > <span style=
"font-weight:bold;">1</span>
892 <tr id=
"tr_title_desc_cn">
893 <td class=
"td_ctrl_col" id=
"td_title_desc">选项说明
</td>
895 <code style=
"font-weight: bold;">0</code> 不过滤 .vhd(x) 文件
896 <code style=
"font-weight: bold;">1</code> 过滤掉 .vhd(x) 文件。
897 过滤之后 .vhd(x) 文件就不会显示在启动菜单中。
900 <tr id=
"tr_title_desc_en">
901 <td class=
"td_ctrl_col" id=
"td_title_desc">Option Description
</td>
903 <code style=
"font-weight: bold;">0</code> List .vhd(x) files.
904 <code style=
"font-weight: bold;">1</code> Filter .vhd(x) files.
905 The vhd(x) files will not be shown in the boot menu if set to
1.
909 </div><!-- /.box-body -->
914 <div class=
"box box-primary box-solid">
915 <div class=
"box-header with-border">
916 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_FILE_FLT_VTOY
917 <span id=
"id_span_desc_cn"> —— 过滤 .vtoy 文件
</span></h3>
918 <div class=
"box-tools pull-right">
919 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
920 </div><!-- /.box-tools -->
921 </div><!-- /.box-header -->
922 <div class=
"box-body no-padding">
923 <table class=
"table table-bordered no-padding">
924 <tr style=
"font-weight:bold;">
925 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
927 <label class=
"radio-inline">
928 <input type=
"radio" id=
"id_ctrl_radio_filt_vtoy0" name=
"id_ctrl_radio_filt_vtoy" data-type=
"0" value=
"0" > <span style=
"font-weight:bold;">0</span>
929 </label>
930 <label class=
"radio-inline">
931 <input type=
"radio" id=
"id_ctrl_radio_filt_vtoy1" name=
"id_ctrl_radio_filt_vtoy" data-type=
"1" value=
"1" > <span style=
"font-weight:bold;">1</span>
935 <tr id=
"tr_title_desc_cn">
936 <td class=
"td_ctrl_col" id=
"td_title_desc">选项说明
</td>
938 <code style=
"font-weight: bold;">0</code> 不过滤 .vtoy 文件
939 <code style=
"font-weight: bold;">1</code> 过滤掉 .vtoy 文件。
940 过滤之后 .vtoy 文件就不会显示在启动菜单中。
943 <tr id=
"tr_title_desc_en">
944 <td class=
"td_ctrl_col" id=
"td_title_desc">Option Description
</td>
946 <code style=
"font-weight: bold;">0</code> List .vtoy files.
947 <code style=
"font-weight: bold;">1</code> Filter .vtoy files.
948 The vtoy files will not be shown in the boot menu if set to
1.
952 </div><!-- /.box-body -->
956 <div class=
"box box-primary box-solid">
957 <div class=
"box-header with-border">
958 <h3 class=
"box-title" style=
"font-size: 14px;font-weight: bold;">VTOY_HELP_TXT_LANGUAGE
959 <span id=
"id_span_desc_cn"> —— 帮助信息语言
</span></h3>
960 <div class=
"box-tools pull-right">
961 <button class=
"btn btn-box-tool" data-widget=
"collapse"><i class=
"fa fa-minus"></i></button>
962 </div><!-- /.box-tools -->
963 </div><!-- /.box-header -->
964 <div class=
"box-body no-padding">
965 <table class=
"table table-bordered no-padding">
966 <tr style=
"font-weight:bold;">
967 <td class=
"td_ctrl_col" id=
"td_title_setting">选项设置
</td>
969 <select id=
"id_ctrl_sel_help_lang" name=
"name_ctrl_sel_help_lang" class=
"form-control">
974 <tr id=
"tr_title_desc_cn">
975 <td class=
"td_ctrl_col">选项说明
</td>
977 快捷键
<code>h
</code> 显示的帮助信息的语言版本。默认是 "en_US"。
978 具体请参考
<a target=
"_blank" href='https://www.ventoy.net/cn/plugin_control.html#vtoy_help_language'
>Ventoy 帮助信息
</a>
981 <tr id=
"tr_title_desc_en">
982 <td class=
"td_ctrl_col">Option Description
</td>
984 The language of the help text when press
<code>h
</code>. Default is "en_US",
985 refer
<a target=
"_blank" href='https://www.ventoy.net/en/plugin_control.html#vtoy_help_language'
>Ventoy Help Text
</a> for details.
989 </div><!-- /.box-body -->
997 <script type=
"text/javascript">
999 function VtoyPageLanguageChange(newlang) {
1000 VtoyCommonChangeLanguage(newlang);
1002 $('h1[id=id_h1_page_title]').text(g_vtoy_cur_language.STR_PLUG_CONTROL);
1003 $('#id_ctrl_span_search_root_valid').text(g_vtoy_cur_language.STR_VALID);
1004 $('#id_ctrl_span_search_root_invalid').text(g_vtoy_cur_language.STR_INVALID);
1005 $('#id_ctrl_span_img_valid').text(g_vtoy_cur_language.STR_VALID);
1006 $('#id_ctrl_span_img_invalid').text(g_vtoy_cur_language.STR_INVALID);
1008 $("span[id=id_span_edit]").each(function(){
1009 $(this).text(' ' + g_vtoy_cur_language.STR_EDIT);
1012 $("span[id=id_span_clear]").each(function(){
1013 $(this).text(' ' + g_vtoy_cur_language.STR_CLEAR);
1017 function VtoyGetCurrentPageItem(data) {
1020 data.win11_bypass_check = parseInt($('input:radio[name=id_ctrl_bypass_win11_radio]:checked').val());
1021 data.linux_remount = parseInt($('input:radio[name=id_ctrl_linux_remount_radio]:checked').val());
1022 data.secondary_menu = parseInt($('input:radio[name=id_ctrl_secondary_radio]:checked').val());
1023 data.default_search_root = $('input:text[id=id_ctrl_text_search_root]').val();
1024 data.menu_timeout = parseInt($('input:text[id=id_ctrl_text_timeout]').val());
1025 data.secondary_menu_timeout = parseInt($('input:text[id=id_ctrl_text_secondary_timeout]').val());
1026 data.default_image = $('input:text[id=id_ctrl_text_default_img]').val();
1028 level = $('select[id=id_ctrl_sel_max_depth').val();
1029 if (level === 'max') {
1030 data.max_search_level = -
1;
1032 data.max_search_level = parseInt(level);
1035 data.default_kbd_layout = $('select[id=id_ctrl_sel_kbd').val();
1036 data.default_menu_mode = parseInt($('input:radio[name=id_ctrl_radio_menu_mode]:checked').val());
1037 data.treeview_style = parseInt($('input:radio[name=id_ctrl_radio_treestyle]:checked').val());
1039 data.filter_dot_underscore = parseInt($('input:radio[name=id_ctrl_radio_underscore]:checked').val());
1040 data.sort_casesensitive = parseInt($('input:radio[name=id_ctrl_radio_casesensitive]:checked').val());
1042 data.vhd_no_warning = parseInt($('input:radio[name=id_ctrl_radio_vhd_warning]:checked').val());
1043 data.filter_iso = parseInt($('input:radio[name=id_ctrl_radio_filt_iso]:checked').val());
1044 data.filter_wim = parseInt($('input:radio[name=id_ctrl_radio_filt_wim]:checked').val());
1045 data.filter_efi = parseInt($('input:radio[name=id_ctrl_radio_filt_efi]:checked').val());
1046 data.filter_img = parseInt($('input:radio[name=id_ctrl_radio_filt_img]:checked').val());
1047 data.filter_vhd = parseInt($('input:radio[name=id_ctrl_radio_filt_vhd]:checked').val());
1048 data.filter_vtoy = parseInt($('input:radio[name=id_ctrl_radio_filt_vtoy]:checked').val());
1050 data.help_text_language = $('select[id=id_ctrl_sel_help_lang').val();
1053 function VtoyFillCurrentPageItem(data) {
1054 //VTOY_WIN11_BYPASS_CHECK
1055 $('input:radio[name=id_ctrl_bypass_win11_radio]')[data.win11_bypass_check].checked = true;
1056 $('input:radio[name=id_ctrl_linux_remount_radio]')[data.linux_remount].checked = true;
1057 $('input:radio[name=id_ctrl_secondary_radio]')[data.secondary_menu].checked = true;
1059 //VTOY_DEFAULT_SEARCH_ROOT
1060 $('input:text[id=id_ctrl_text_search_root]').val(data.default_search_root);
1061 if (data.default_search_root.length ===
0) {
1062 $('div[id=id_ctrl_div_root_status]').hide();
1064 $('div[id=id_ctrl_div_root_status]').show();
1065 if (data.default_search_root_valid ===
0) {
1066 $('span[id=id_ctrl_span_search_root_valid]').hide();
1067 $('span[id=id_ctrl_span_search_root_invalid]').show();
1069 $('span[id=id_ctrl_span_search_root_valid]').show();
1070 $('span[id=id_ctrl_span_search_root_invalid]').hide();
1075 $('input:text[id=id_ctrl_text_timeout]').val(data.menu_timeout);
1077 //VTOY_SECONDARY_TIMEOUT
1078 $('input:text[id=id_ctrl_text_secondary_timeout]').val(data.secondary_menu_timeout);
1081 //VTOY_DEFAULT_IMAGE
1082 $('input:text[id=id_ctrl_text_default_img]').val(data.default_image);
1083 if (data.default_image.length ===
0) {
1084 $('div[id=id_ctrl_div_img_status]').hide();
1086 $('div[id=id_ctrl_div_img_status]').show();
1087 if (data.default_image_valid ===
0) {
1088 $('span[id=id_ctrl_span_img_valid]').hide();
1089 $('span[id=id_ctrl_span_img_invalid]').show();
1091 $('span[id=id_ctrl_span_img_valid]').show();
1092 $('span[id=id_ctrl_span_img_invalid]').hide();
1096 //VTOY_MAX_SEARCH_LEVEL
1097 if (data.max_search_level
>=
0 && data.max_search_level <=
10) {
1098 $('select[id=id_ctrl_sel_max_depth').val(data.max_search_level);
1100 $('select[id=id_ctrl_sel_max_depth').val('max');
1103 //VTOY_DEFAULT_KBD_LAYOUT
1104 $('select[id=id_ctrl_sel_kbd').val(data.default_kbd_layout);
1106 //VTOY_DEFAULT_MENU_MODE
1107 $('input:radio[name=id_ctrl_radio_menu_mode]')[data.default_menu_mode].checked = true;
1109 //VTOY_TREE_VIEW_MENU_STYLE
1110 $('input:radio[name=id_ctrl_radio_treestyle]')[data.treeview_style].checked = true;
1112 //VTOY_FILT_DOT_UNDERSCORE_FILE
1113 $('input:radio[name=id_ctrl_radio_underscore]')[data.filter_dot_underscore].checked = true;
1115 //VTOY_SORT_CASE_SENSITIVE
1116 $('input:radio[name=id_ctrl_radio_casesensitive]')[data.sort_casesensitive].checked = true;
1118 //VTOY_VHD_NO_WARNING
1119 $('input:radio[name=id_ctrl_radio_vhd_warning]')[data.vhd_no_warning].checked = true;
1122 $('input:radio[name=id_ctrl_radio_filt_iso]')[data.filter_iso].checked = true;
1125 $('input:radio[name=id_ctrl_radio_filt_wim]')[data.filter_wim].checked = true;
1128 $('input:radio[name=id_ctrl_radio_filt_efi]')[data.filter_efi].checked = true;
1131 $('input:radio[name=id_ctrl_radio_filt_img]')[data.filter_img].checked = true;
1135 $('input:radio[name=id_ctrl_radio_filt_vhd]')[data.filter_vhd].checked = true;
1138 //VTOY_FILE_FLT_VTOY
1139 $('input:radio[name=id_ctrl_radio_filt_vtoy]')[data.filter_vtoy].checked = true;
1141 //VTOY_HELP_TXT_LANGUAGE
1142 if ($("select[id=id_ctrl_sel_help_lang")[
0].options.length ===
0)
1144 for (var i =
0; i < data.help_list.length; i++) {
1145 var hlang = data.help_list[i];
1146 var opt = '
<option title=
"'+hlang+'">'+hlang+'
</option>';
1147 $('select[id=id_ctrl_sel_help_lang').append(opt);
1151 $('select[id=id_ctrl_sel_help_lang').val(data.help_text_language);
1154 function VtoySaveCurrentPage() {
1155 VtoyGetCurrentPageItem(m_data_control[current_tab_index]);
1156 var data = m_data_control[current_tab_index];
1159 method : 'save_control',
1160 index: current_tab_index,
1161 win11_bypass_check: data.win11_bypass_check,
1162 linux_remount:data.linux_remount,
1163 secondary_menu:data.secondary_menu,
1164 default_search_root: data.default_search_root,
1165 menu_timeout: data.menu_timeout,
1166 secondary_menu_timeout: data.secondary_menu_timeout,
1167 default_image: data.default_image,
1168 max_search_level: data.max_search_level,
1169 default_kbd_layout: data.default_kbd_layout,
1170 default_menu_mode: data.default_menu_mode,
1171 treeview_style: data.treeview_style,
1172 filter_dot_underscore: data.filter_dot_underscore,
1173 sort_casesensitive: data.sort_casesensitive,
1174 vhd_no_warning: data.vhd_no_warning,
1175 filter_iso: data.filter_iso,
1176 filter_wim: data.filter_wim,
1177 filter_efi: data.filter_efi,
1178 filter_img: data.filter_img,
1179 filter_vhd: data.filter_vhd,
1180 filter_vtoy: data.filter_vtoy,
1181 help_text_language: data.help_text_language
1183 Message.success(g_vtoy_cur_language.STR_SAVE_SUCCESS);
1187 function OnClickMultiModeTab() {
1188 var href = $(this).attr('href');
1189 var index = parseInt(href.substr(
5,
1));
1191 if (index <
0 || index
>= g_vtoy_data_default_index || current_tab_index === index) {
1195 current_tab_index = index;
1196 VtoyFillCurrentPageItem(m_data_control[index]);
1199 function OnSelectSearchRoot(root, extra) {
1200 var path = root.substr(g_current_dir.length);
1201 $('input:text[id=id_ctrl_text_search_root]').val(path);
1202 if (path.length ===
0) {
1203 $('div[id=id_ctrl_div_root_status]').hide();
1205 $('div[id=id_ctrl_div_root_status]').show();
1206 $('span[id=id_ctrl_span_search_root_valid]').show();
1207 $('span[id=id_ctrl_span_search_root_invalid]').hide();
1209 VtoySaveCurrentPage();
1212 function OnSelectDefaultImage(root, valid, extra) {
1213 var path = root.substr(g_current_dir.length);
1214 $('input:text[id=id_ctrl_text_default_img]').val(path);
1215 if (path.length ===
0) {
1216 $('div[id=id_ctrl_div_img_status]').hide();
1218 $('div[id=id_ctrl_div_img_status]').show();
1219 $('span[id=id_ctrl_span_img_valid]').show();
1220 $('span[id=id_ctrl_span_img_invalid]').hide();
1222 VtoySaveCurrentPage();
1227 var current_tab_index =
0;
1229 callVtoySync({method : 'get_control'}, function(data) {
1230 m_data_control = data;
1233 $('#id_ctrl_btn_sel_root').click(function() {
1234 var tip = (g_current_os === 'windows') ? '\\ISO\\Windows' : "/ISO/Linux";
1236 "title": g_vtoy_cur_language.STR_SET_SEARCH_ROOT,
1237 "tip": g_current_dir + tip,
1242 VtoySelectDirPath(OnSelectSearchRoot, para);
1245 $('#id_ctrl_btn_clr_root').click(function() {
1246 var old = $('input:text[id=id_ctrl_text_search_root]').val();
1247 if (old.length !=
0) {
1248 $('input:text[id=id_ctrl_text_search_root]').val('');
1249 $('div[id=id_ctrl_div_root_status]').hide();
1250 VtoySaveCurrentPage();
1254 $('#id_ctrl_btn_default_img').click(function() {
1255 var tip = (g_current_os === 'windows') ? '\\ISO\\Windows10_en.iso' : "/ISO/Windows10_en.iso";
1257 "title": g_vtoy_cur_language.STR_SET_DEFAULT_IMAGE,
1259 "tip1": g_current_dir + tip,
1265 VtoySelectFilePath(OnSelectDefaultImage, para);
1268 $('#id_ctrl_btn_clr_default').click(function() {
1269 var old = $('input:text[id=id_ctrl_text_default_img]').val();
1270 if (old.length !=
0) {
1271 $('input:text[id=id_ctrl_text_default_img]').val('');
1272 $('div[id=id_ctrl_div_img_status]').hide();
1273 VtoySaveCurrentPage();
1277 $('input[type=radio]').each(function(){
1278 var id = $(this).attr('id');
1279 if (typeof(id) != 'undefined' && id.startsWith('id_ctrl')) {
1280 $(this).change(VtoySaveCurrentPage);
1283 $('select[id=id_ctrl_sel_max_depth]').change(VtoySaveCurrentPage);
1284 $('select[id=id_ctrl_sel_kbd]').change(VtoySaveCurrentPage);
1285 $('select[id=id_ctrl_sel_help_lang]').change(VtoySaveCurrentPage);
1286 $('input[id=id_ctrl_text_timeout]').change(function() {
1287 var value = $('input:text[id=id_ctrl_text_timeout]').val();
1288 if (/^[
0-
9][
0-
9]*$/.test(value)) {
1289 VtoySaveCurrentPage();
1291 Message.error(g_vtoy_cur_language.STR_INVALID_TIMEOUT);
1292 $('input:text[id=id_ctrl_text_timeout]').val(m_data_control[current_tab_index].menu_timeout);
1295 $('input[id=id_ctrl_text_secondary_timeout]').change(function() {
1296 var value = $('input:text[id=id_ctrl_text_secondary_timeout]').val();
1297 if (/^[
0-
9][
0-
9]*$/.test(value)) {
1298 VtoySaveCurrentPage();
1300 Message.error(g_vtoy_cur_language.STR_INVALID_TIMEOUT);
1301 $('input:text[id=id_ctrl_text_secondary_timeout]').val(m_data_control[current_tab_index].secondary_menu_timeout);
1305 $('#id_tab_control a[
href="#tab_0"]').click(OnClickMultiModeTab);
1306 $('#id_tab_control a[
href="#tab_1"]').click(OnClickMultiModeTab);
1307 $('#id_tab_control a[
href="#tab_2"]').click(OnClickMultiModeTab);
1308 $('#id_tab_control a[
href="#tab_3"]').click(OnClickMultiModeTab);
1309 $('#id_tab_control a[
href="#tab_4"]').click(OnClickMultiModeTab);
1310 $('#id_tab_control a[
href="#tab_5"]').click(OnClickMultiModeTab);
1312 function UpdateTabTitleIcon(data) {
1313 CommonUpdateTabTitleIcon(data.exist_control, '#id_tab_control a[
href="#tab_', 'control');
1315 $('#id_btn_reset').click(function() {
1316 Modal.confirm({msg:GetResetTabConfigTipMsg(current_tab_index, 'control')}).on(function(e) {
1318 VtoyFillCurrentPageItem(m_data_control[g_vtoy_data_default_index]);
1319 VtoySaveCurrentPage();
1324 $('#id_tab_control a[
href="#tab_0"]').tab('show');
1325 VtoyFillCurrentPageItem(m_data_control[
0]);
1326 VtoyPageLanguageChange(g_current_language);
1328 $('button[id=id_btn_collapse]').click(function() {
1329 $("button[data-widget='collapse'] i").each(function() {
1330 if ($(this).hasClass('fa-minus')) {
1336 $('button[id=id_btn_expand]').click(function() {
1337 $("button[data-widget='collapse'] i").each(function() {
1338 if ($(this).hasClass('fa-plus')) {