###Keyword###
#RequireAdmin

###Description###
Specifies that the current script requires full administrator rights to run.

###Syntax###
<b>#RequireAdmin</b>


###Parameters###
None.

###Remarks###
This function was primarily aimed at allowing AutoIt scripts to work correctly with Windows User Account Control (UAC).

For more details see <a href="../intro/autoit_on_vista.htm">AutoIt on Windows Vista</a>.

As this function launch a new process, some functions as <a href="../functions/ConsoleWrite.htm">ConsoleWrite()</a> cannot be captured (SciTE will not display anything).
In case system doesn't have elevation mechanism (e.g. disabled UAC) new process will run under the same user as the original.


###Related###
IsAdmin


###Example###
@@IncludeExample@@
