Change key preference order in Change Windows edition script. Thanks to Magic.

This commit is contained in:
WindowsAddict
2025-11-11 02:25:55 +05:30
parent 4bf82f576c
commit 0a35a00266
2 changed files with 2 additions and 2 deletions

View File

@@ -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% call :ced_targetSKU %targetedition%
if defined targetSKU call :ced_windowskey if defined targetSKU call :ced_windowskey

View File

@@ -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% call :ced_targetSKU %targetedition%
if defined targetSKU call :ced_windowskey if defined targetSKU call :ced_windowskey