summaryrefslogtreecommitdiff
path: root/MAS/Separate-Files-Version/Troubleshoot.cmd
diff options
context:
space:
mode:
authorWindowsAddict2024-01-01 02:09:18 +0000
committerWindowsAddict2024-01-01 02:09:18 +0000
commitc84e4b181a41d317dcf836538b15f70e79096a99 (patch)
tree56ef1fa039cfefba3b2de33013a7c87cfa6374ea /MAS/Separate-Files-Version/Troubleshoot.cmd
parent1c4e85b3e29391567a6a0aa9f451780ab2093dd1 (diff)
downloadMicrosoft-Activation-Scripts-c84e4b181a41d317dcf836538b15f70e79096a99.zip
Evade AV's detection - 3
Diffstat (limited to 'MAS/Separate-Files-Version/Troubleshoot.cmd')
-rw-r--r--MAS/Separate-Files-Version/Troubleshoot.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/MAS/Separate-Files-Version/Troubleshoot.cmd b/MAS/Separate-Files-Version/Troubleshoot.cmd
index 6f83f30..9522260 100644
--- a/MAS/Separate-Files-Version/Troubleshoot.cmd
+++ b/MAS/Separate-Files-Version/Troubleshoot.cmd
@@ -138,7 +138,7 @@ goto at_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%"
@@ -172,7 +172,7 @@ goto at_done
%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 at_done
)