summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWindowsAddict <[email protected]>2025-01-09 00:44:02 +0530
committerWindowsAddict <[email protected]>2025-01-09 00:44:02 +0530
commitf2e40bf88e98c823de1efe81d8edeed97acbaf52 (patch)
treef2a5b9ba076733ec3c93d554281251c477292b1c
parenta4f9b219ab7ddf16312543a9a22728f165922074 (diff)
downloadMicrosoft-Activation-Scripts-f2e40bf88e98c823de1efe81d8edeed97acbaf52.zip
Fix an issue where the script doesn't show fix licensing suggestion
-rw-r--r--MAS/All-In-One-Version-KL/MAS_AIO.cmd2
-rw-r--r--MAS/Separate-Files-Version/Activators/HWID_Activation.cmd2
-rw-r--r--MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd2
-rw-r--r--MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd2
-rw-r--r--MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd2
5 files changed, 5 insertions, 5 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd
index a35e855..368a657 100644
--- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd
+++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd
@@ -1723,9 +1723,9 @@ if not defined apps (
set "_notfoundids=Key Not Installed / Act ID Not Found"
call :dk_actids 55c92734-d682-4d71-983e-d6ec3f16059f
if not defined allapps (
+set error=1
set "_notfoundids=Not found"
)
-set error=1
call :dk_color %Red% "Checking Activation IDs [!_notfoundids!]"
)
)
diff --git a/MAS/Separate-Files-Version/Activators/HWID_Activation.cmd b/MAS/Separate-Files-Version/Activators/HWID_Activation.cmd
index fc5cb9b..b4eac27 100644
--- a/MAS/Separate-Files-Version/Activators/HWID_Activation.cmd
+++ b/MAS/Separate-Files-Version/Activators/HWID_Activation.cmd
@@ -1470,9 +1470,9 @@ if not defined apps (
set "_notfoundids=Key Not Installed / Act ID Not Found"
call :dk_actids 55c92734-d682-4d71-983e-d6ec3f16059f
if not defined allapps (
+set error=1
set "_notfoundids=Not found"
)
-set error=1
call :dk_color %Red% "Checking Activation IDs [!_notfoundids!]"
)
)
diff --git a/MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd b/MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd
index a4ab539..a2f555b 100644
--- a/MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd
+++ b/MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd
@@ -1622,9 +1622,9 @@ if not defined apps (
set "_notfoundids=Key Not Installed / Act ID Not Found"
call :dk_actids 55c92734-d682-4d71-983e-d6ec3f16059f
if not defined allapps (
+set error=1
set "_notfoundids=Not found"
)
-set error=1
call :dk_color %Red% "Checking Activation IDs [!_notfoundids!]"
)
)
diff --git a/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd b/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd
index 0cd6b3c..8baf82e 100644
--- a/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd
+++ b/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd
@@ -1951,9 +1951,9 @@ if not defined apps (
set "_notfoundids=Key Not Installed / Act ID Not Found"
call :dk_actids 55c92734-d682-4d71-983e-d6ec3f16059f
if not defined allapps (
+set error=1
set "_notfoundids=Not found"
)
-set error=1
call :dk_color %Red% "Checking Activation IDs [!_notfoundids!]"
)
)
diff --git a/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd b/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd
index 314e1f4..3a775cd 100644
--- a/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd
+++ b/MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd
@@ -3052,9 +3052,9 @@ if not defined apps (
set "_notfoundids=Key Not Installed / Act ID Not Found"
call :dk_actids 55c92734-d682-4d71-983e-d6ec3f16059f
if not defined allapps (
+set error=1
set "_notfoundids=Not found"
)
-set error=1
call :dk_color %Red% "Checking Activation IDs [!_notfoundids!]"
)
)