From 5bed3a028a3660539536651df41d669c1d49964d Mon Sep 17 00:00:00 2001 From: orin Date: Fri, 29 Aug 2025 21:45:15 +0200 Subject: [PATCH] Add 25H2 --- shared/main.php | 2 +- shared/requests.php | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/shared/main.php b/shared/main.php index 8856a01..8159424 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.49.0'; + return "I can't be bothered to update the version; use commit hash."; } require_once dirname(__FILE__).'/auths.php'; diff --git a/shared/requests.php b/shared/requests.php index 12adf7a..82b464b 100644 --- a/shared/requests.php +++ b/shared/requests.php @@ -124,6 +124,8 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku, $type, $fl 'BranchReadinessLevel=CB', 'CIOptin=1', 'CurrentBranch='.$branch, + 'DataExpDateEpoch_GE25H2='.(time()+82800), + 'DataExpDateEpoch_GE25H2Setup='.(time()+82800), 'DataExpDateEpoch_GE24H2='.(time()+82800), 'DataExpDateEpoch_GE24H2Setup='.(time()+82800), 'DataExpDateEpoch_CU23H2='.(time()+82800), @@ -148,6 +150,8 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku, $type, $fl //'FlightContent='.$fltContent, 'FlightRing='.$fltRing, 'Free=gt64', + 'GStatus_GE25H2=2', + 'GStatus_GE25H2Setup=2', 'GStatus_GE24H2=2', 'GStatus_GE24H2Setup=2', 'GStatus_CU23H2=2', @@ -211,6 +215,8 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku, $type, $fl 'TPMVersion=2', 'UpdateManagementGroup=2', 'UpdateOfferedDays=0', + 'UpgEx_GE25H2Setup=Green', + 'UpgEx_GE25H2=Green', 'UpgEx_GE24H2Setup=Green', 'UpgEx_GE24H2=Green', 'UpgEx_CU23H2=Green',