1
0

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:
Jack Cherng
2021-10-21 07:44:23 +08:00
parent 32b9fad3fe
commit 48118cca9d
+2 -1
View File
@@ -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",