1
0
mirror of https://github.com/massgravel/Microsoft-Activation-Scripts.git synced 2025-04-10 23:34:55 +00:00

Evade AV's detection - 3

This commit is contained in:
WindowsAddict
2024-01-01 07:39:18 +05:30
parent 1c4e85b3e2
commit c84e4b181a
8 changed files with 22 additions and 22 deletions

View File

@ -175,7 +175,7 @@ goto 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%"
@ -210,7 +210,7 @@ goto 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 Done
)