diff options
| author | WindowsAddict <[email protected]> | 2025-08-03 04:10:11 +0530 |
|---|---|---|
| committer | WindowsAddict <[email protected]> | 2025-08-03 04:10:11 +0530 |
| commit | 5e2cc4f5cf79d55f0302bffdb439544480b24d88 (patch) | |
| tree | bfc4490e3141939f0ee136041c63dd04616f88f6 /MAS/All-In-One-Version-KL | |
| parent | c619a2c3818784fbb645cf42859ea6af61f5063e (diff) | |
| download | Microsoft-Activation-Scripts-5e2cc4f5cf79d55f0302bffdb439544480b24d88.zip | |
Update sandbox detection code
Diffstat (limited to 'MAS/All-In-One-Version-KL')
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd index e97fabb..43d13d6 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/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
)
-if not exist "%SysPath%\logoff.exe" (
+if exist "%Systemdrive%\Users\WDAGUtilityAccount" (
sc query gcs | find /i "RUNNING" %nul% && (
%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:
goto dk_done
|
