Windows 7 or Windows 2008 how to launch a process in Local System Account or System Context (from desktop aplication)

时光总嘲笑我的痴心妄想 提交于 2020-01-07 04:27:59

问题


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.



来源:https://stackoverflow.com/questions/6939693/windows-7-or-windows-2008-how-to-launch-a-process-in-local-system-account-or-sys

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!