1
0
mirror of https://github.com/massgravel/Microsoft-Activation-Scripts.git synced 2025-04-10 15:34:54 +00:00

Highlight options if unsupported product is detected

This commit is contained in:
WindowsAddict
2024-07-31 06:35:36 +05:30
parent 6c71e82ef3
commit b5a305a14e
3 changed files with 11 additions and 2 deletions

View File

@ -161,6 +161,8 @@ if %winbuild% LSS 9200 (
%eline%
echo Unsupported OS version detected [%winbuild%].
echo Ohook Activation is supported on Windows 8 and later and their server equivalent.
echo:
call :dk_color %Blue% "Use Online KMS Activation option."
goto dk_done
)