diff --git a/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/process.c b/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/process.c index af06036f272..ad44636433a 100644 --- a/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/process.c +++ b/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/process.c @@ -641,9 +641,11 @@ DWORD DosStartProcess(IN LPCSTR ExecutablePath, if (Result != ERROR_SUCCESS) goto Quit; +#ifndef STANDALONE /* Update console title if we run in a separate console */ if (SessionId != 0) SetConsoleTitleA(ExecutablePath); +#endif /* Attach to the console */ ConsoleAttach();