diff --git a/Plugson/src/Web/ventoy_http.c b/Plugson/src/Web/ventoy_http.c index 2fdc3e75..ac5c1797 100644 --- a/Plugson/src/Web/ventoy_http.c +++ b/Plugson/src/Web/ventoy_http.c @@ -4134,11 +4134,11 @@ static int ventoy_parse_control(VTOY_JSON *json, void *p) } else if (strcmp(child->pcName, "VTOY_WIN11_BYPASS_CHECK") == 0) { - CONTROL_PARSE_INT_DEF_0(child, data->win11_bypass_check); + CONTROL_PARSE_INT_DEF_1(child, data->win11_bypass_check); } else if (strcmp(child->pcName, "VTOY_WIN11_BYPASS_NRO") == 0) { - CONTROL_PARSE_INT_DEF_0(child, data->win11_bypass_nro); + CONTROL_PARSE_INT_DEF_1(child, data->win11_bypass_nro); } else if (strcmp(child->pcName, "VTOY_LINUX_REMOUNT") == 0) { diff --git a/Plugson/vs/VentoyPlugson/Release/VentoyPlugson.exe b/Plugson/vs/VentoyPlugson/Release/VentoyPlugson.exe index 6495195e..9e0f0263 100644 Binary files a/Plugson/vs/VentoyPlugson/Release/VentoyPlugson.exe and b/Plugson/vs/VentoyPlugson/Release/VentoyPlugson.exe differ diff --git a/Plugson/vs/VentoyPlugson/x64/Release/VentoyPlugson_X64.exe b/Plugson/vs/VentoyPlugson/x64/Release/VentoyPlugson_X64.exe index 7f806731..0f51ab03 100644 Binary files a/Plugson/vs/VentoyPlugson/x64/Release/VentoyPlugson_X64.exe and b/Plugson/vs/VentoyPlugson/x64/Release/VentoyPlugson_X64.exe differ