Is there any possible way to protect an exe from being suspended ?
Note that the i\'m the owner of the application.
According to msdn. You need to disable the THREAD_SUSPEND_RESUME access right when creating the thread. This will prevent it from being suspended
THREAD_SUSPEND_RESUME