Update error message

This commit is contained in:
2025-08-03 01:49:35 +05:30
parent e476ac66a4
commit 9c09432b01
4 changed files with 4 additions and 4 deletions

View File

@@ -138,7 +138,7 @@ goto dk_done
if not exist "%SysPath%\logoff.exe" ( if not exist "%SysPath%\logoff.exe" (
sc query gcs | find /i "RUNNING" %nul% && ( sc query gcs | find /i "RUNNING" %nul% && (
%eline% %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 The script cannot run due to missing licensing components. Aborting...
echo: echo:
goto dk_done goto dk_done

View File

@@ -143,7 +143,7 @@ goto dk_done
if not exist "%SysPath%\logoff.exe" ( if not exist "%SysPath%\logoff.exe" (
sc query gcs | find /i "RUNNING" %nul% && ( sc query gcs | find /i "RUNNING" %nul% && (
%eline% %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 The script cannot run due to missing licensing components. Aborting...
echo: echo:
goto dk_done goto dk_done

View File

@@ -137,7 +137,7 @@ goto done2
if not exist "%SysPath%\logoff.exe" ( if not exist "%SysPath%\logoff.exe" (
sc query gcs | find /i "RUNNING" %nul% && ( sc query gcs | find /i "RUNNING" %nul% && (
%eline% %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 The script cannot run due to missing licensing components. Aborting...
echo: echo:
goto done2 goto done2

View File

@@ -138,7 +138,7 @@ goto dk_done
if not exist "%SysPath%\logoff.exe" ( if not exist "%SysPath%\logoff.exe" (
sc query gcs | find /i "RUNNING" %nul% && ( sc query gcs | find /i "RUNNING" %nul% && (
%eline% %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 The script cannot run due to missing licensing components. Aborting...
echo: echo:
goto dk_done goto dk_done