diff options
| author | WindowsAddict | 2024-01-01 02:09:18 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-01-01 02:09:18 +0000 |
| commit | c84e4b181a41d317dcf836538b15f70e79096a99 (patch) | |
| tree | 56ef1fa039cfefba3b2de33013a7c87cfa6374ea /MAS/All-In-One-Version/MAS_AIO.cmd | |
| parent | 1c4e85b3e29391567a6a0aa9f451780ab2093dd1 (diff) | |
| download | Microsoft-Activation-Scripts-c84e4b181a41d317dcf836538b15f70e79096a99.zip | |
Evade AV's detection - 3
Diffstat (limited to 'MAS/All-In-One-Version/MAS_AIO.cmd')
| -rw-r--r-- | MAS/All-In-One-Version/MAS_AIO.cmd | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/MAS/All-In-One-Version/MAS_AIO.cmd b/MAS/All-In-One-Version/MAS_AIO.cmd index b215a0c..7ba0edf 100644 --- a/MAS/All-In-One-Version/MAS_AIO.cmd +++ b/MAS/All-In-One-Version/MAS_AIO.cmd @@ -146,7 +146,7 @@ goto MASend ::========================================================================================================================================
-:: Fix for the special characters limitation in path name
+:: Fix special characters limitation in path name
set "_work=%~dp0"
if "%_work:~-1%"=="\" set "_work=%_work:~0,-1%"
@@ -180,7 +180,7 @@ goto MASend %nul1% fltmc || (
if not defined _elev %psc% "start cmd.exe -arg '/c \"!_PSarg:'=''!\"' -verb runas" && exit /b
%nceline%
-echo This script requires admin privileges.
+echo This script needs admin rights.
echo To do so, right click on this script and select 'Run as administrator'.
goto MASend
)
@@ -550,7 +550,7 @@ goto dk_done ::========================================================================================================================================
-:: Fix for the special characters limitation in path name
+:: Fix special characters limitation in path name
set "_work=%~dp0"
if "%_work:~-1%"=="\" set "_work=%_work:~0,-1%"
@@ -1747,7 +1747,7 @@ goto dk_done ::========================================================================================================================================
-:: Fix for the special characters limitation in path name
+:: Fix special characters limitation in path name
set "_work=%~dp0"
if "%_work:~-1%"=="\" set "_work=%_work:~0,-1%"
@@ -3046,7 +3046,7 @@ goto dk_done ::========================================================================================================================================
-:: Fix for the special characters limitation in path name
+:: Fix special characters limitation in path name
set "_work=%~dp0"
if "%_work:~-1%"=="\" set "_work=%_work:~0,-1%"
@@ -3883,7 +3883,7 @@ if %_Debug% EQU 1 set _unattended=1 ::========================================================================================================================================
-:: Fix for the special characters limitation in path name
+:: Fix special characters limitation in path name
set "_work=%~dp0"
if "%_work:~-1%"=="\" set "_work=%_work:~0,-1%"
@@ -8718,7 +8718,7 @@ if %~z0 GEQ 200000 (set "_exitmsg=Go back") else (set "_exitmsg=Exit") ::========================================================================================================================================
-:: Fix for the special characters limitation in path name
+:: Fix special characters limitation in path name
set "_work=%~dp0"
if "%_work:~-1%"=="\" set "_work=%_work:~0,-1%"
@@ -9795,7 +9795,7 @@ if %~z0 GEQ 200000 (set "_exitmsg=Go back") else (set "_exitmsg=Exit") ::========================================================================================================================================
-:: Fix for the special characters limitation in path name
+:: Fix special characters limitation in path name
set "_work=%~dp0"
if "%_work:~-1%"=="\" set "_work=%_work:~0,-1%"
|
