summaryrefslogtreecommitdiff
path: root/MAS/All-In-One-Version-KL
diff options
context:
space:
mode:
authorWindowsAddict2024-10-21 21:39:33 +0000
committerWindowsAddict2024-10-21 21:39:33 +0000
commitb2831795a480a1bd9e23875576d0bee1a3cac013 (patch)
tree3142addc6db5cbe9b20a76b04ffcc5fada0f1a3a /MAS/All-In-One-Version-KL
parent4e8ebecd3dbed5b0149cbe5df630b6b63812a81e (diff)
downloadMicrosoft-Activation-Scripts-b2831795a480a1bd9e23875576d0bee1a3cac013.zip
Show wlms service in red
Diffstat (limited to 'MAS/All-In-One-Version-KL')
-rw-r--r--MAS/All-In-One-Version-KL/MAS_AIO.cmd4
1 files changed, 4 insertions, 0 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd
index 413f543..800e9b5 100644
--- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd
+++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd
@@ -1583,7 +1583,11 @@ call :dk_color2 %Red% "Checking ClipSVC " %Blue% "[System
if exist "%SysPath%\wlms\wlms.exe" (
sc query wlms | find /i "RUNNING" %nul% && (
+if %winbuild% LSS 9200 (
echo Checking Eval WLMS Service [Found]
+) else (
+call :dk_color %Red% "Checking Eval WLMS Service [Found]"
+)
)
)