// coloca em segundo plano
SetPriorityClass(GetCurrentProcess, IDLE_PRIORITY_CLASS);
SetThreadPriority(GetCurrentThread, THREAD_PRIORITY_IDLE);