I see very different performance of a Windows application if launched from a command prompt window vs. started by a console app via CreateProcess. The latter is very show to display the UI, even though the process appears in Task Manager "instantly" in both cases. The application window displays immediately when launched from the command line, but literally can take seconds via CreateProcess. Any suggestions?