diff options
| author | WindowsAddict | 2025-11-11 09:57:47 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-11-11 09:57:47 +0000 |
| commit | f4e08dac3de82f797e7b9ff6d70174b54a758aee (patch) | |
| tree | ec7bb7f674ac3bcb09398e0e3893907ff226268a /MAS/All-In-One-Version-KL | |
| parent | 979dfb750bb5589bb7a257f082969ca59a7fad19 (diff) | |
| download | Microsoft-Activation-Scripts-f4e08dac3de82f797e7b9ff6d70174b54a758aee.zip | |
Update WLMS service check
Diffstat (limited to 'MAS/All-In-One-Version-KL')
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd index e061840..3c95faf 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd @@ -2127,7 +2127,9 @@ call :dk_color %Gray% "Checking SLC/WMI SKU [Difference Found :: 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 %nul%
+
+if %errorlevel% NEQ 1060 (
echo Checking Eval WLMS Service [Found]
)
|
