Browse Source

Update sandbox detection code

pull/1050/head
WindowsAddict 2 months ago
parent
commit
5e2cc4f5cf
  1. 4
      MAS/All-In-One-Version-KL/MAS_AIO.cmd
  2. 4
      MAS/Separate-Files-Version/Activators/HWID_Activation.cmd
  3. 2
      MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd
  4. 2
      MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd
  5. 2
      MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd
  6. 2
      MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd
  7. 2
      MAS/Separate-Files-Version/Change_Office_Edition.cmd
  8. 2
      MAS/Separate-Files-Version/Change_Windows_Edition.cmd
  9. 2
      MAS/Separate-Files-Version/Extract_OEM_Folder.cmd
  10. 2
      MAS/Separate-Files-Version/Troubleshoot.cmd

4
MAS/All-In-One-Version-KL/MAS_AIO.cmd

@ -143,10 +143,10 @@ call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%trouble
goto dk_done goto dk_done
) )
if not exist "%SysPath%\logoff.exe" ( if exist "%Systemdrive%\Users\WDAGUtilityAccount" (
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; activation is not supported.
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

4
MAS/Separate-Files-Version/Activators/HWID_Activation.cmd

@ -173,10 +173,10 @@ call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%trouble
goto dk_done goto dk_done
) )
if not exist "%SysPath%\logoff.exe" ( if exist "%Systemdrive%\Users\WDAGUtilityAccount" (
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; activation is not supported.
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

2
MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd

@ -175,7 +175,7 @@ call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%trouble
goto dk_done goto dk_done
) )
if not exist "%SysPath%\logoff.exe" ( if exist "%Systemdrive%\Users\WDAGUtilityAccount" (
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; activation is not required.

2
MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd

@ -173,7 +173,7 @@ call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%trouble
goto dk_done goto dk_done
) )
if not exist "%SysPath%\logoff.exe" ( if exist "%Systemdrive%\Users\WDAGUtilityAccount" (
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; activation is not required.

2
MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd

@ -204,7 +204,7 @@ call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%trouble
goto dk_done goto dk_done
) )
if not exist "%SysPath%\logoff.exe" ( if exist "%Systemdrive%\Users\WDAGUtilityAccount" (
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; activation is not required.

2
MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd

@ -219,7 +219,7 @@ call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%trouble
goto dk_done goto dk_done
) )
if not exist "%SysPath%\logoff.exe" ( if exist "%Systemdrive%\Users\WDAGUtilityAccount" (
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; activation is not required.

2
MAS/Separate-Files-Version/Change_Office_Edition.cmd

@ -135,7 +135,7 @@ call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%trouble
goto dk_done goto dk_done
) )
if not exist "%SysPath%\logoff.exe" ( if exist "%Systemdrive%\Users\WDAGUtilityAccount" (
sc query gcs | find /i "RUNNING" %nul% && ( sc query gcs | find /i "RUNNING" %nul% && (
%eline% %eline%
echo Windows Sandbox detected. echo Windows Sandbox detected.

2
MAS/Separate-Files-Version/Change_Windows_Edition.cmd

@ -140,7 +140,7 @@ call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%trouble
goto dk_done goto dk_done
) )
if not exist "%SysPath%\logoff.exe" ( if exist "%Systemdrive%\Users\WDAGUtilityAccount" (
sc query gcs | find /i "RUNNING" %nul% && ( sc query gcs | find /i "RUNNING" %nul% && (
%eline% %eline%
echo Windows Sandbox detected. echo Windows Sandbox detected.

2
MAS/Separate-Files-Version/Extract_OEM_Folder.cmd

@ -134,7 +134,7 @@ call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%trouble
goto done2 goto done2
) )
if not exist "%SysPath%\logoff.exe" ( if exist "%Systemdrive%\Users\WDAGUtilityAccount" (
sc query gcs | find /i "RUNNING" %nul% && ( sc query gcs | find /i "RUNNING" %nul% && (
%eline% %eline%
echo Windows Sandbox detected. echo Windows Sandbox detected.

2
MAS/Separate-Files-Version/Troubleshoot.cmd

@ -135,7 +135,7 @@ call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%trouble
goto dk_done goto dk_done
) )
if not exist "%SysPath%\logoff.exe" ( if exist "%Systemdrive%\Users\WDAGUtilityAccount" (
sc query gcs | find /i "RUNNING" %nul% && ( sc query gcs | find /i "RUNNING" %nul% && (
%eline% %eline%
echo Windows Sandbox detected. echo Windows Sandbox detected.

Loading…
Cancel
Save