Morthawt 46 Posted September 7, 2011 I just updated my scite editor and was wondering about these options such as #AutoIt3Wrapper_Res_requestedExecutionLevel that were added. I have tried adding: #AutoIt3Wrapper_Res_requestedExecutionLevel="requireAdministrator" and #AutoIt3Wrapper_Res_requestedExecutionLevel=requireAdministrator as well as #AutoIt3Wrapper_Res_requestedExecutionLevel='requireAdministrator' All of which seem to do absolutely nothing. How do you use these options listed in the directive file? Free and easy Autoit scripting video tutorials (plus more videos always coming!)General video tutorials, especially correct and safe TeamSpeak permissions tutorials. Share this post Link to post Share on other sites
JohnOne 1,603 Posted September 7, 2011 Needs to be compiled #AutoIt3Wrapper_Res_RequestedExecutionLevel=RequireAdministrator MsgBox(0,0,IsAdmin()) AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
AdmiralAlkex 125 Posted September 7, 2011 When in doubt, check the helpfile or set the option in Tools > Compile and you'll see how it should look... .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Share this post Link to post Share on other sites