mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-08-03 22:01:06 +00:00
Update error message
This commit is contained in:
parent
e476ac66a4
commit
9c09432b01
|
@ -138,7 +138,7 @@ goto dk_done
|
|||
if not exist "%SysPath%\logoff.exe" (
|
||||
sc query gcs | find /i "RUNNING" %nul% && (
|
||||
%eline%
|
||||
echo Windows Sandbox detected; activation is not required.
|
||||
echo Windows Sandbox detected.
|
||||
echo The script cannot run due to missing licensing components. Aborting...
|
||||
echo:
|
||||
goto dk_done
|
||||
|
|
|
@ -143,7 +143,7 @@ goto dk_done
|
|||
if not exist "%SysPath%\logoff.exe" (
|
||||
sc query gcs | find /i "RUNNING" %nul% && (
|
||||
%eline%
|
||||
echo Windows Sandbox detected; activation is not required.
|
||||
echo Windows Sandbox detected.
|
||||
echo The script cannot run due to missing licensing components. Aborting...
|
||||
echo:
|
||||
goto dk_done
|
||||
|
|
|
@ -137,7 +137,7 @@ goto done2
|
|||
if not exist "%SysPath%\logoff.exe" (
|
||||
sc query gcs | find /i "RUNNING" %nul% && (
|
||||
%eline%
|
||||
echo Windows Sandbox detected; activation is not required.
|
||||
echo Windows Sandbox detected.
|
||||
echo The script cannot run due to missing licensing components. Aborting...
|
||||
echo:
|
||||
goto done2
|
||||
|
|
|
@ -138,7 +138,7 @@ goto dk_done
|
|||
if not exist "%SysPath%\logoff.exe" (
|
||||
sc query gcs | find /i "RUNNING" %nul% && (
|
||||
%eline%
|
||||
echo Windows Sandbox detected; activation is not required.
|
||||
echo Windows Sandbox detected.
|
||||
echo The script cannot run due to missing licensing components. Aborting...
|
||||
echo:
|
||||
goto dk_done
|
||||
|
|
Loading…
Reference in a new issue