cypher175 Posted February 17, 2010 Posted February 17, 2010 Is there any AU3 functions to Execute a Process as a SYSTEM Process..??
notsure Posted February 17, 2010 Posted February 17, 2010 I once read somewhere its a registry value which points to the program and therefore windows see's it as SystemProcess. I'm not sure where to look in the registry.
PortableApps Posted February 17, 2010 Posted February 17, 2010 (edited) Is there any AU3 functions to Execute a Process as a SYSTEM Process..??IMHO you can use standart WIN "at" command too for escalate privilegies to SYSTEM. I usually use this way: Run(@ComSpec & " /c " & "at hour:minute /interactive defineyourapp.exe",@ScriptDir,@SW_HIDE) Edited February 17, 2010 by PortableApps
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