diff options
| author | WindowsAddict | 2024-10-28 06:39:40 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-10-28 06:39:40 +0000 |
| commit | 7a6e63a462ba7b5929db91571cc02e819736bde7 (patch) | |
| tree | 6a5cbbd9f5b8467f273f722a1848b4e5c62288a9 /MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd | |
| parent | d76b2ea57ea21f23ecefce1d698e32ced3b1b1be (diff) | |
| download | Microsoft-Activation-Scripts-7a6e63a462ba7b5929db91571cc02e819736bde7.zip | |
Improve WLMS service check
Diffstat (limited to 'MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd')
| -rw-r--r-- | MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd b/MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd index bf0d7fb..86f5013 100644 --- a/MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd +++ b/MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd @@ -1490,14 +1490,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% || (
|
