Windows 7 or Windows 2008 how to launch a process

2019-09-15 15:23发布

问题:

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.

回答1:

You can do what SysRun does: install a system service and launch the app from the service.