diff options
| author | WindowsAddict | 2024-12-20 12:29:19 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-12-20 12:29:19 +0000 |
| commit | 8fff2ccb9c243e3fa15233fe50026ba34a6fc6b3 (patch) | |
| tree | a320821c4d52facef5a1bf4d7a2e7124f9a3827a /MAS/All-In-One-Version-KL/MAS_AIO.cmd | |
| parent | 5638898eaf3bd87df534cc67c94eeb5141cd82c2 (diff) | |
| download | Microsoft-Activation-Scripts-8fff2ccb9c243e3fa15233fe50026ba34a6fc6b3.zip | |
Check all act ids for errors instead of installed key's act id
Diffstat (limited to 'MAS/All-In-One-Version-KL/MAS_AIO.cmd')
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd index 339689a..6141021 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd @@ -8646,12 +8646,12 @@ if defined UBR (set "fullbuild=%%G.!UBR!") else (set "fullbuild=%%G.%%H") ::========================================================================================================================================
-:: Check Activation ID
+:: Check Activation IDs
-call :dk_actid 55c92734-d682-4d71-983e-d6ec3f16059f
-if not defined apps (
+call :dk_actids 55c92734-d682-4d71-983e-d6ec3f16059f
+if not defined allapps (
%eline%
-echo Either key is not insalled or script failed to get installed key's activation ID. Aborting...
+echo Failed to find activation IDs. Aborting...
echo:
set fixes=%fixes% %mas%troubleshoot
call :dk_color2 %Blue% "Help - " %_Yellow% " %mas%troubleshoot"
|
