From 5000b4c4b9bc451b3b1323e5725601a9e034213f Mon Sep 17 00:00:00 2001 From: orin Date: Thu, 16 Oct 2025 13:51:05 +0200 Subject: [PATCH] Add Windows 10 ESU parameters --- shared/requests.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/shared/requests.php b/shared/requests.php index 75cee33..ffa2dd5 100644 --- a/shared/requests.php +++ b/shared/requests.php @@ -116,7 +116,7 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku, $type, $fl $attrib = array( 'App=WU_OS', 'AppVer='.$build, - 'AttrDataVer=281', + 'AttrDataVer=331', 'AllowInPlaceUpgrade=1', 'AllowOptionalContent=1', 'AllowUpgradesWithUnsupportedTPMOrCPU=1', @@ -232,6 +232,11 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku, $type, $fl 'UserInPlaceUpgrade=1', 'VBSState=2', 'Version_RS5=2000000000', + 'Win10CommercialAzureESUEligible=1', + 'Win10CommercialKeybasedESUEligible=1', + 'Win10CommercialW365ESUEligible=1', + 'Win10ConsumerESUStatus=3', + 'Win10ConsumerESUAY=9', 'WuClientVer='.$build, );