Further investigation showed that it is noy possible to throttle CPU. There are applications that do, but they call Windows undocumented API `NtSuspendProcess`. Very good article Anatomy of the thread suspension mechanism in Windows. Solution is to use external application to suspend/resume proces (If suspending process from itself, you are cutting branch on which you sit)