[?] Start program as SYSTEM user @ startup

02/22/2015 00:24 FacePalmMan#1
Hi. I am trying to make a "dummy program" that can start any program as system user, but as you see I failed at doing that. I tried to write in to the startup registry path (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\Run), but it still wouldn't be started as the system user.

So thats why im asking here: Can someone tell me how I can (Without using psexec.exe or sc.exe) start a program with system rights on startup?
02/22/2015 00:39 alpines#2
You could inject your program as a DLL inside a program which is started as a system program.
02/22/2015 01:11 Logtetsch#3
You will fail, if you try to inject a DLL into a system process.
Have a look on [Only registered and activated users can see links. Click Here To Register...].
02/23/2015 19:24 FacePalmMan#4
I wasn't able to try the CallRemoteThread method, because I don't have any idea how to convert a run function into assembly.
And I also wasn't able to try alpines idea, because my C++ editor won't let me do anything without there being any freaking error message popping up.