简体   繁体   English

Windows 7或Windows 2008如何在本地系统帐户或系统上下文中启动进程(通过桌面应用程序)

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

In C++ I want to launch a process from my Desktop Application in "Local System account" or "System Context". 在C ++中,我想从“本地系统帐户”或“系统上下文”中的桌面应用程序启动进程。 My application executes with admin privileges. 我的应用程序以管理员权限执行。

Is it possible? 可能吗? How? 怎么样?

Thanks in advance. 提前致谢。

您可以执行SysRun的操作:安装系统服务并从该服务启动应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM