Home > Back-end >  In service mode running program can't program invokes the open task manager?
In service mode running program can't program invokes the open task manager?

Time:10-27

In service mode running program can't program invokes the open task manager? WinExec (" taskmgr. Exe, "SW_SHOWNOMAL); System (" taskmgr "); Such as call methods are invalid?
To solve, I need to open the task manager in program

CodePudding user response:

Need to interact with desktop setting allows service, then use ShellExecute to invoke the task manager,

CodePudding user response:

The key is how to interact with desktop setting allows service, I need to implement in your code, manual in services that set is also not line,
Can't now to find a good method,

CodePudding user response:

TService Interactive attribute set to true?

CodePudding user response:

Set the right set inside, but did not play a role, is there any way directly inside the code set?
  • Related