How to prevent CreateProcess/ShellExecute from resetting Windows idle timer?

192 views Asked by At

I need to launch an app from my app. I tried to use CreateProcess and ShellExecute but they both reset windows idle timer (which is used for monitor and system sleep). Is it possible to prevent this behavior?

Thanks for your help.

0

There are 0 answers