Jump to content

How Can I Make My AutoIt.exe Run as a SYSTEM Process..?


Recommended Posts

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...