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". 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