In C++ I want to launch a process from my Desktop Application in "Local System account" or "System Context". My application executes with admin privileges.
Is it possible? How?
Thanks in advance.
In C++ I want to launch a process from my Desktop Application in "Local System account" or "System Context". My application executes with admin privileges.
Is it possible? How?
Thanks in advance.
You can do what SysRun does: install a system service and launch the app from the service.