mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-01-18 15:57:18 -05:00
Fix an issue where the script doesn't show fix licensing suggestion
This commit is contained in:
parent
a4f9b219ab
commit
f2e40bf88e
@ -1723,9 +1723,9 @@ if not defined apps (
|
|||||||
set "_notfoundids=Key Not Installed / Act ID Not Found"
|
set "_notfoundids=Key Not Installed / Act ID Not Found"
|
||||||
call :dk_actids 55c92734-d682-4d71-983e-d6ec3f16059f
|
call :dk_actids 55c92734-d682-4d71-983e-d6ec3f16059f
|
||||||
if not defined allapps (
|
if not defined allapps (
|
||||||
|
set error=1
|
||||||
set "_notfoundids=Not found"
|
set "_notfoundids=Not found"
|
||||||
)
|
)
|
||||||
set error=1
|
|
||||||
call :dk_color %Red% "Checking Activation IDs [!_notfoundids!]"
|
call :dk_color %Red% "Checking Activation IDs [!_notfoundids!]"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
@ -1470,9 +1470,9 @@ if not defined apps (
|
|||||||
set "_notfoundids=Key Not Installed / Act ID Not Found"
|
set "_notfoundids=Key Not Installed / Act ID Not Found"
|
||||||
call :dk_actids 55c92734-d682-4d71-983e-d6ec3f16059f
|
call :dk_actids 55c92734-d682-4d71-983e-d6ec3f16059f
|
||||||
if not defined allapps (
|
if not defined allapps (
|
||||||
|
set error=1
|
||||||
set "_notfoundids=Not found"
|
set "_notfoundids=Not found"
|
||||||
)
|
)
|
||||||
set error=1
|
|
||||||
call :dk_color %Red% "Checking Activation IDs [!_notfoundids!]"
|
call :dk_color %Red% "Checking Activation IDs [!_notfoundids!]"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
@ -1622,9 +1622,9 @@ if not defined apps (
|
|||||||
set "_notfoundids=Key Not Installed / Act ID Not Found"
|
set "_notfoundids=Key Not Installed / Act ID Not Found"
|
||||||
call :dk_actids 55c92734-d682-4d71-983e-d6ec3f16059f
|
call :dk_actids 55c92734-d682-4d71-983e-d6ec3f16059f
|
||||||
if not defined allapps (
|
if not defined allapps (
|
||||||
|
set error=1
|
||||||
set "_notfoundids=Not found"
|
set "_notfoundids=Not found"
|
||||||
)
|
)
|
||||||
set error=1
|
|
||||||
call :dk_color %Red% "Checking Activation IDs [!_notfoundids!]"
|
call :dk_color %Red% "Checking Activation IDs [!_notfoundids!]"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
@ -1951,9 +1951,9 @@ if not defined apps (
|
|||||||
set "_notfoundids=Key Not Installed / Act ID Not Found"
|
set "_notfoundids=Key Not Installed / Act ID Not Found"
|
||||||
call :dk_actids 55c92734-d682-4d71-983e-d6ec3f16059f
|
call :dk_actids 55c92734-d682-4d71-983e-d6ec3f16059f
|
||||||
if not defined allapps (
|
if not defined allapps (
|
||||||
|
set error=1
|
||||||
set "_notfoundids=Not found"
|
set "_notfoundids=Not found"
|
||||||
)
|
)
|
||||||
set error=1
|
|
||||||
call :dk_color %Red% "Checking Activation IDs [!_notfoundids!]"
|
call :dk_color %Red% "Checking Activation IDs [!_notfoundids!]"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
@ -3052,9 +3052,9 @@ if not defined apps (
|
|||||||
set "_notfoundids=Key Not Installed / Act ID Not Found"
|
set "_notfoundids=Key Not Installed / Act ID Not Found"
|
||||||
call :dk_actids 55c92734-d682-4d71-983e-d6ec3f16059f
|
call :dk_actids 55c92734-d682-4d71-983e-d6ec3f16059f
|
||||||
if not defined allapps (
|
if not defined allapps (
|
||||||
|
set error=1
|
||||||
set "_notfoundids=Not found"
|
set "_notfoundids=Not found"
|
||||||
)
|
)
|
||||||
set error=1
|
|
||||||
call :dk_color %Red% "Checking Activation IDs [!_notfoundids!]"
|
call :dk_color %Red% "Checking Activation IDs [!_notfoundids!]"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user