mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-05-30 15:05:17 -04:00
Highlight options if unsupported product is detected
This commit is contained in:
parent
6c71e82ef3
commit
b5a305a14e
3 changed files with 11 additions and 2 deletions
|
@ -167,6 +167,12 @@ if %winbuild% LSS 14393 (
|
|||
%eline%
|
||||
echo Unsupported OS version detected [%winbuild%].
|
||||
echo KMS38 Activation is supported for Windows 10/11/Server, build 14393 and later.
|
||||
echo:
|
||||
if %winbuild% LSS 10240 (
|
||||
call :dk_color %Blue% "Use Online KMS Activation option."
|
||||
) else (
|
||||
call :dk_color %Blue% "Use HWID Activation option."
|
||||
)
|
||||
goto dk_done
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue