Browse Source

Update error message

pull/1050/head
WindowsAddict 2 months ago
parent
commit
9c09432b01
  1. 2
      MAS/Separate-Files-Version/Change_Office_Edition.cmd
  2. 2
      MAS/Separate-Files-Version/Change_Windows_Edition.cmd
  3. 2
      MAS/Separate-Files-Version/Extract_OEM_Folder.cmd
  4. 2
      MAS/Separate-Files-Version/Troubleshoot.cmd

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

@ -138,7 +138,7 @@ goto dk_done @@ -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

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

@ -143,7 +143,7 @@ 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

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

@ -137,7 +137,7 @@ goto done2 @@ -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

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

@ -138,7 +138,7 @@ goto dk_done @@ -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…
Cancel
Save