mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-12-05 03:34:54 +01:00
Update sandbox detection code
This commit is contained in:
parent
c619a2c381
commit
5e2cc4f5cf
10 changed files with 12 additions and 12 deletions
|
|
@ -140,7 +140,7 @@ call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%trouble
|
|||
goto dk_done
|
||||
)
|
||||
|
||||
if not exist "%SysPath%\logoff.exe" (
|
||||
if exist "%Systemdrive%\Users\WDAGUtilityAccount" (
|
||||
sc query gcs | find /i "RUNNING" %nul% && (
|
||||
%eline%
|
||||
echo Windows Sandbox detected.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue