mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2024-11-23 17:18:47 +01:00
Fix typo error message
This commit is contained in:
parent
9936a1d3a1
commit
8bc99aa2be
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ goto MASend
|
|||
>nul fltmc || (
|
||||
if not defined _elev %psc% "start cmd.exe -arg '/c \"!_PSarg:'=''!\"' -verb runas" && exit /b
|
||||
%nceline%
|
||||
echo This script require admin privileges.
|
||||
echo This script requires admin privileges.
|
||||
echo To do so, right click on this script and select 'Run as administrator'.
|
||||
goto MASend
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue