From 1667046e849cf5253074da3701732181f72d249d Mon Sep 17 00:00:00 2001 From: mkuba50 Date: Wed, 20 Feb 2019 23:39:40 +0100 Subject: [PATCH] Change processor --- shared/main.php | 2 +- shared/requests.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/main.php b/shared/main.php index d7a58cf..91a6c66 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.20.1'; + return '1.20.2'; } require_once dirname(__FILE__).'/auths.php'; diff --git a/shared/requests.php b/shared/requests.php index 796fb7d..0d811a3 100644 --- a/shared/requests.php +++ b/shared/requests.php @@ -30,7 +30,7 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku) { $attrib = array( 'App=WU_OS', 'AppVer='.$build, - 'AttrDataVer=55', + 'AttrDataVer=57', 'BranchReadinessLevel=CB', 'CurrentBranch='.$branch, 'DefaultUserRegion=191', @@ -54,7 +54,7 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku) { 'OSSkuId='.$sku, 'OSUILocale=en-US', 'OSVersion='.$build, - 'ProcessorIdentifier=Intel64 Family 6 Model 142 Stepping 9', + 'ProcessorIdentifier=Intel64 Family 6 Model 85 Stepping 4', 'ProcessorManufacturer=GenuineIntel', 'TelemetryLevel=3', 'UpdateManagementGroup=2',