feat: bypass Win11 installation checking
Such as TPM 2.0, CPU... Introduced in Ventoy v1.0.55 https://github.com/ventoy/Ventoy/releases/tag/v1.0.55 Signed-off-by: Jack Cherng <jfcherng@gmail.com>
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
"control": [
|
||||
{ "VTOY_DEFAULT_MENU_MODE": "1" },
|
||||
{ "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" },
|
||||
{ "VTOY_DEFAULT_SEARCH_ROOT": "/_ISO" }
|
||||
{ "VTOY_DEFAULT_SEARCH_ROOT": "/_ISO" },
|
||||
{ "VTOY_WIN11_BYPASS_CHECK": "1" }
|
||||
],
|
||||
"theme": {
|
||||
"file": "/ventoy/theme/poly-dark/theme.txt",
|
||||
|
||||
Reference in New Issue
Block a user