Say we have a game that runs 100% cpu time via its global loop. However, we need to 'sleep()' its main process externally so that it goes to lower cpu time.
We do not have access to its source.
Is it possible? On windows.
I'd prefer methods who do not involve injecting the binary which are often illegal.