cypher175 Posted May 14, 2009 Posted May 14, 2009 Is there any Code/UDF at all that can elevate your AutoIt.exe to run as a SYSTEM Process without having to install your AutoIt.exe as a SYSTEM Service..??
Mat Posted May 14, 2009 Posted May 14, 2009 (edited) have you tried searching? Becouse If you do you may be surprised!MDieselhttp://www.autoitscript.com/forum/index.php?s=&showtopic=17581&view=findpost&p=121450 Edited May 14, 2009 by mdiesel AutoIt Project Listing
Yashied Posted May 14, 2009 Posted May 14, 2009 Is there any Code/UDF at all that can elevate your AutoIt.exe to run as a SYSTEM Process without having to install your AutoIt.exe as a SYSTEM Service..??http://www.autoitscript.com/forum/index.php?s=&showtopic=37289&view=findpost&p=253174 My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More...
cypher175 Posted May 14, 2009 Author Posted May 14, 2009 didnt see much other than how to run your AutoIt.exe as a SYSTEM SERVICE, i dont want that..!! I just want to run my AutoIt.exe elevated as a SYSTEM Process..
TurionAltec Posted May 14, 2009 Posted May 14, 2009 Assuming Task scheduler service is running, you could add it as a scheduled task, and then start the task. schtasks /create /? of interest: /RU username Specifies the user account (user context) under which the task runs. For the system account, valid values are "", "NT AUTHORITY\SYSTEM" or "SYSTEM". So create a task, then to run it look up the parameters for: schtasks /run The parameters I gave are for WindowsXP, I know Vista should have those of XP and more.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now