summaryrefslogtreecommitdiff
path: root/MAS/All-In-One-Version-KL
diff options
context:
space:
mode:
authorWindowsAddict2024-10-28 06:39:40 +0000
committerWindowsAddict2024-10-28 06:39:40 +0000
commit7a6e63a462ba7b5929db91571cc02e819736bde7 (patch)
tree6a5cbbd9f5b8467f273f722a1848b4e5c62288a9 /MAS/All-In-One-Version-KL
parentd76b2ea57ea21f23ecefce1d698e32ced3b1b1be (diff)
downloadMicrosoft-Activation-Scripts-7a6e63a462ba7b5929db91571cc02e819736bde7.zip
Improve WLMS service check
Diffstat (limited to 'MAS/All-In-One-Version-KL')
-rw-r--r--MAS/All-In-One-Version-KL/MAS_AIO.cmd2
1 files changed, 0 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 f80f5e2..40c2a4e 100644
--- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd
+++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd
@@ -1573,14 +1573,12 @@ call :dk_color2 %Red% "Checking ClipSVC " %Blue% "[System
:: This "WLMS" service was included in previous Eval editions (which were activable) to automatically shut down the system every hour after the evaluation period expired and prevent SPPSVC from stopping.
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]"
)
)
-)
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion" %nul% || (