diff options
| author | WindowsAddict <[email protected]> | 2025-11-11 02:25:55 +0530 |
|---|---|---|
| committer | WindowsAddict <[email protected]> | 2025-11-11 02:25:55 +0530 |
| commit | 0a35a0026606222a76380fc255efb592449529da (patch) | |
| tree | 18ee528df9cebb820e7d3ffb5dc7b2bf75fb3c15 | |
| parent | 4bf82f576c143ed89151c03219b667d1e13e99b8 (diff) | |
| download | Microsoft-Activation-Scripts-0a35a0026606222a76380fc255efb592449529da.zip | |
Change key preference order in Change Windows edition script. Thanks to Magic.
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 2 | ||||
| -rw-r--r-- | MAS/Separate-Files-Version/Change_Windows_Edition.cmd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd index ced64c8..67a513b 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd @@ -17396,7 +17396,7 @@ set _dismapi=1 )
)
-set "keyflow=Retail Volume:GVLK Volume:MAK OEM:NONSLP OEM:DM PGS:TB Retail:TB:Eval"
+set "keyflow=Retail OEM:NONSLP OEM:DM Volume:MAK Volume:GVLK PGS:TB Retail:TB:Eval"
call :ced_targetSKU %targetedition%
if defined targetSKU call :ced_windowskey
diff --git a/MAS/Separate-Files-Version/Change_Windows_Edition.cmd b/MAS/Separate-Files-Version/Change_Windows_Edition.cmd index a38ac4e..76eb714 100644 --- a/MAS/Separate-Files-Version/Change_Windows_Edition.cmd +++ b/MAS/Separate-Files-Version/Change_Windows_Edition.cmd @@ -604,7 +604,7 @@ set _dismapi=1 )
)
-set "keyflow=Retail Volume:GVLK Volume:MAK OEM:NONSLP OEM:DM PGS:TB Retail:TB:Eval"
+set "keyflow=Retail OEM:NONSLP OEM:DM Volume:MAK Volume:GVLK PGS:TB Retail:TB:Eval"
call :ced_targetSKU %targetedition%
if defined targetSKU call :ced_windowskey
|
